


.scrollable {
	width: 603px; height: 400px; overflow: hidden; position: relative;
}
.scrollable .items {
	width: 20000em; clear: both; position: absolute;
}
.items div {
	width: 603px; float: left;
}
.scrollable img {
	width: 190px; height: 190px; float: left;
}
.scrollable .active {
}


.scrollable {
	float: left;
}



a.browse {
	margin-top:165px ; width: 16px; height: 30px; font-size: 1px; float: left; display: block; cursor: pointer;
}

a.right {
	background: url("arrow_right.png") no-repeat; clear: right; margin-left: 16px;
}
a.right:hover {
	background: url("arrow_right_hover.png") no-repeat;
}
a.right:active {
	background: url("arrow_right.png") no-repeat;
}


a.rightDisable {
	clear: right; margin-left: 16px;
}



a.leftDisable {
	margin-left: 15px;
	margin-right: 19px;
}

a.left {
	margin-left: 15px;
	margin-right: 19px;
	background: url("arrow_left.png") no-repeat;
}
a.left:hover {
	background: url("arrow_left_hover.png") no-repeat;
}
a.left:active {
	background: url("arrow_left.png") no-repeat;
}
a.up {
	background: url("vert_large.png") no-repeat; margin: 10px 50px; float: none;
}
a.down {
	background: url("vert_large.png") no-repeat; margin: 10px 50px; float: none;
}



a.up:hover {

}
a.up:active {

}
a.down {

}
a.down:hover {

}
a.down:active {

}
a.disabled {
	visibility: hidden !important;
}

