
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 472px;
	height:74px;
	float: left;

	/* custom decorations 
	border:0px solid #ccc;
	background:url(/img/global/gradient/h300.png) repeat-x;*/
}

.scrollable .items {
	/* this cannot be too large */
	width:10000em;
	position:absolute;
	clear:both;
}

.scrollable img {
	float:left;
	border:3px solid #d0d7dc;
	cursor:pointer;
	width:105px;
	height:68px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	
}
/* active item */
.scrollable .active {
	border:0px solid #000;
	/*z-index:9999;*/
	position:relative;
}

.isIE6 .left{
	padding-left:17px;
}

a.browse  {
	/*display:block;*/
	float:left;
	/*margin:40px 10px;*/
	cursor:pointer;
	font-size:1px;
}

a.disabled {
	visibility:hidden !important;		
} 	

a.right { 
	float:left;
	margin:22px 0 0 11px;
}

a.left{  
	float:left;
	margin:22px 0 0 -17px;
	width:34px;
} 

.scrollable .items a {
	float:left;
	width:120px;
}
.scrollable .items a img{
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.scrollable .items a:hover img{
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}