.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:29px;
	height:29px;
	float:left;
	margin:6px 0px;
	cursor:pointer;
	font-size:1px;
}

.featuredwork a.browse{
margin:6px 4px;
}

/* right */
a.right 		{background:url(../images/next.gif) 0 0 no-repeat; margin-left: 200px; margin-top:-36px;}
a.right:hover 	{  background:url(../images/next.gif) 0 0 no-repeat;}
a.right:active 	{  background:url(../images/next.gif) 0 0 no-repeat;} 


/* left */
a.left			{ background:url(../images/prev.gif) 0 0 no-repeat; margin-left:170px; } 
a.left:hover  	{background:url(../images/prev.gif) 0 0 no-repeat; }
a.left:active  	{ background:url(../images/prev.gif) 0 0 no-repeat; }

.featuredwork a.left{
margin-left:12px;
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	


