div.scrollable { position:relative; overflow:hidden; width: 380px; height:260px; } 
div.scrollable.adamfix { position:relative; overflow:hidden; width: 600px; height:260px; } 
div.scrollable div.items {  width:20000em; position:absolute; } 
 div.scrollable div.items div {  float:left;} 
 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}

.mcol a.browse { background:url(/templates/img/hori_adam.png) no-repeat; display:block; width:30px; height:30px; float:left; cursor:pointer; font-size:0px; 
}

#moveit a.browse { background:url(/templates/img/hori_adam.png) no-repeat; display:block; width:30px; height:30px; float:left; cursor:pointer; font-size:0px; 
}

.mcol a.right, .scroll a.right:active
{ background-position: 0 -30px; clear:right; margin-right: 0px; position: absolute; top: 115px; left:370px; z-index:800; }
#moveit a.right, #moveit .scroll a.right:active
{ margin-left: 0px; position: absolute; top: 130px; left:595px; z-index:10000;  height: 30px; width: 30px; background-position: 0 -30px; clear:right;}
.mcol a.right:hover, #moveit a.right:hover  
{ background-position:-30px -30px; }
.mcol a.right:active, #moveit a.right:active
{ background-position:-60px -30px; } 

.mcol a.left, .scroll a.left:active
{ margin-left: 0px; position: absolute; top: 115px; left:0px; z-index:800;}
#moveit a.left, #moveit .scroll a.left:active
{ margin-left: 0px; position: absolute; top: 130px; left:-5px; z-index:10000;  height: 30px; width: 30px; }
.mcol a.left:hover, #moveit a.left:hover 
{ background-position:-30px 0; }
.mcol a.left:active, #moveit a.left:active 
{ background-position:-60px 0; }


.disabled {
	visibility:hidden !important;		
}

