
/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:30px;
	line-height:30px;
	float:left;
	margin:130px 10px;
	cursor:pointer;
    border: 1px solid #cccccc;
    
    text-align: center;
}

/* right */
a.right 	    { background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 	{ background-color: #eeeeee; }
a.right:active 	{ background-color: #eeeeee; border-color: #ff0000; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-color: #eeeeee; }
a.left:active  	{ background-color: #eeeeee; border-color: #ff0000; }


/* disabled navigational button */
a.disabled {
	visibility: hidden !important;		
} 	


