
/* outmost wrapper element */
#scrollable {

	margin-top: 12px;
	width:992px ;
	height:154px;
}


/* container for the scrollable items */
div.items {
	height:154px;	
	margin-left:0px;	
	float:left;
	width:836px !important;
}



/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:7px;
	padding: 0px;
	width:200;
	height:151px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	border: #000000 1px solid;
}

div.items a:hover {
	display:block;
	float:left;
	margin-right:7px;
	padding: 0px;
	width:200;
	height:151px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	border: #ff7e00 1px solid;
}

div.items a.active {
	color:#555;
}


/* next / prev buttons */
a.prev200{
	background:url(/i/left_arrow.png) no-repeat;	
	display:block;
	width:12px;
	float: left;
	height:25px;
	margin-right: 65px;
	margin-left: 0px;
	margin-top:62px;
}

a.next200{
	background:url(/i/right_arrow.png) no-repeat right top;	
	display:block;
	width:12px;
	float: left;
	height:25px;
	margin-right:0px;
	margin-left: 65px;
	margin-top:62px;
}



a.prev200:hover {
	background:url(/i/left_arrow.png) no-repeat;		
}


a.next200:hover {
	background:url(/i/right_arrow.png) no-repeat right top;
}


