#scrollable {
	PADDING-RIGHT: 8px;
	PADDING-LEFT: 8px;
	PADDING-BOTTOM: 10px;
	WIDTH: 574px;
	PADDING-TOP: 10px;
	HEIGHT: 95px;
}
DIV.items {
	FLOAT: left;
	MARGIN-LEFT: 8px;
	WIDTH: 518px! important;
	HEIGHT: 97px;
}
DIV.items A {
	DISPLAY: block;
	FLOAT: left;
	WIDTH: 92px;
	CURSOR: pointer;
	MARGIN-RIGHT: 12px;
	HEIGHT: 97px;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
	border: 1px solid #FFFFFF;
}
DIV.items A:hover {

}
DIV.items A.active {
	CURSOR: default
}

A.prev {
	DISPLAY: block;
	FLOAT: left;
	WIDTH: 18px;
	CURSOR: pointer;
	HEIGHT: 90px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(left.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
A.next {
	DISPLAY: block;
	FLOAT: left;
	WIDTH: 18px;
	CURSOR: pointer;
	HEIGHT: 90px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(right.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 4px;
}

A.prev:hover {

}
A.next:hover {

}
