.scrollable{float:left;}

a.browse{display:block;	width:38px;	height:38px; float:left; margin:100px 10px; cursor:pointer;	font-size:1px;}

/* right */
a.right{background:url(../images/layout/arrow-right.png) no-repeat;}
a.right:hover{background:url(../images/layout/arrow-right-on.png) no-repeat;}
a.right:active{background:url(../images/layout/arrow-right-on.png) no-repeat;} 

/* left */
a.left{background:url(../images/layout/arrow-left.png) no-repeat;} 
a.left:hover{background:url(../images/layout/arrow-left-on.png) no-repeat;}
a.left:active{background:url(../images/layout/arrow-left-on.png) no-repeat;}

/* disabled navigational button */
a.disabled{visibility:hidden !important;}