.scrollable {
	position:relative;
	overflow:hidden;
	width: 838px;
	height:120px;
	margin: 10px 0;
}
.scrollable .items {
	width: 200000em;
	position:absolute;
	clear:both;
}
.scrollable img {
	float:left;
	margin:20px 0px 20px 21px;
	padding:2px;
	cursor:pointer;
	width:66px;
	height:80px;
}

.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}


/*Scrollable Buttons*/


#content .scrollable {
	float: left;
}
#content a.browse {
	background: url("img/orb.png") no-repeat;
	display: block;
	width: 20px;
	height: 30px;
	float: left;
	margin: 40px 10px;
	cursor: pointer;
	font-size: 1px;
}
#content a.right {
	clear: right;
	margin-right: 0px;
	background-position: right top;
}
#content a.left {
	margin-left: 0px;
}
#content a.up, #content a.down {
	background: url("img/orb.png") no-repeat;
	float: none;
	margin: 10px 50px;
}
#content a.disabled {
	visibility: hidden !important;
}



