.scrollable {
	float:left;	
}

a.browse{
	display:block;
	width:8px;
	height:52px;
	float:left;
	cursor:pointer;
	overflow:hidden
}

a.right{
    background:url('../../images/design/scrool.gif') right center no-repeat;
    clear:right;
    margin-left: 7px;
}

a.right:hover{}

a.right:active{} 

a.left{
    background:url('../../images/design/scrool.gif') left center no-repeat;
    margin-right: 4px;
} 

a.left:hover{}
a.left:active{}

a.up:hover{background-position:-30px 0; }
a.up:active{background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


a.disabled {
	visibility:hidden !important;		
} 	


