/*.scrollable {
	float:left;	
}*/

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:29px;
	height:29px;
	margin:6px 0px;
	cursor:pointer;
	font-size:1px;
	float:left;
}

.featuredwork a.browse{
margin:6px 4px;
}

/* right */
a.right 		{
	background:url(../images/arrow-right.gif) 0 0 no-repeat;
	background-position: top left;
	background-repeat: no-repeat;
	width: 20px;
	height: 19px;
	vertical-align: middle;
	display: inline-block;
	margin-left:40px;
	margin-top:8px;
}
a.right:hover 	{  
	background:url(../images/arrow-right-hover.gif) 0 0 no-repeat;
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
}
a.right:active 	{  
	background:url(../images/arrow-right-hover.gif) 0 0 no-repeat;
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
} 


/* left */
a.left {
	background:url(../images/arrow-left.gif) 0 0 no-repeat; 
	background-position: top left;
	background-repeat: no-repeat;
	width: 20px;
	height: 19px;
	vertical-align: middle;
	display: inline-block;
	margin-left:18px;
	margin-top:8px;
} 
a.left:hover  	{
	background:url(../images/arrow-left-hover.gif) 0 0 no-repeat; 
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
}
a.left:active  	{ 
	background:url(../images/arrow-left-hover.gif) 0 0 no-repeat; 
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
}

.featuredwork a.left{
margin-left:12px;
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	


