/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}
.scrollable_2 {
	float:left;	
}
/* prev, next, prevPage and nextPage buttons */
a.browse {
	
	display:block;
	width:25px;
	height:94px;
	float:left;
	margin:0;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right{ background:url(../images/btn02.gif) no-repeat;}
a.right:hover{  background:url(../images/btn02_hover.gif) no-repeat;}
a.right:active{ background:url(../images/btn02_hover.gif) no-repeat; } 


/* left */
a.left{ margin-left: 0px; background:url(../images/btn01.gif) no-repeat;} 
a.left:hover{ background:url(../images/btn01_hover.gif) no-repeat; }
a.left:active{ background:url(../images/btn01_hover.gif) no-repeat;}

/* up and down */

/* up */



/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

a.browse_2 {
	
	display:block;
	width:9px;
	height:9px;
	float:left;
	margin:0;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right_2{ background:url(../images/right_arrow_n.gif) no-repeat;}
a.right_2:hover{  background:url(../images/right_arrow_h.gif) no-repeat;}
a.right_2:active{ background:url(../images/right_arrow_h.gif) no-repeat; } 


/* left */
a.left_2{ margin-left: 0px; background:url(../images/left_arrow_n.gif) no-repeat;} 
a.left_2:hover{ background:url(../images/left_arrow_h.gif) no-repeat; }
a.left_2:active{ background:url(../images/left_arrow_h.gif) no-repeat;}
