﻿/* CSS Document */

.scrollable {
	overflow:hidden;
	width:815px;
	height:260px;
	padding:0px 0px 0px 0px;
	position:relative;
	margin-left:16px;
}


.scrollable .items {
	width:2450px;
	position:absolute;
	clear:both;
}

.scrollable img {
	float:left;
	cursor:pointer;
	margin:8px;
}

.scrollable .active {

}


