#scrollable {
	margin:0px auto 15px;
	padding-top:0px;
	width:950px;
	height:360px;
	clear:both;
	overflow:visible;
}

#scrollable ul.items {
	width:870px;
	height:360px;
	overflow:visible;
	float:left;
}

#scrollable ul.items li {
	text-align:center;
	font-size:12px;
	line-height:13px;
	width:850px;
	overflow:hidden;
	margin:20px 0;
	float:left !important;
	list-style-type:none;
}

#scrollable ul.items li a
{
	display:block;
}

#scrollable a.prev, #scrollable a.next
{
	width:46px;
	float:left;
	height:315px;
	cursor:pointer;
	position:absolute;
	z-index:10;
}

#scrollable a.prev
{
	left:170px;
	background: url("../images/arr_left.png") no-repeat bottom;
}

#scrollable a.prev.inactive, #scrollable a.next.inactive
{
	background:none;
}

#scrollable a.next
{
	right:240px;
	background: url("../images/arr_right.png") no-repeat bottom;
}