.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:#000 url(../images/next.gif) 0 0 no-repeat; 
	margin-left: 170px; 
	margin-top:-36px;
	}
a.right:hover {
	background:#000 url(../images/next.gif) 0 0 no-repeat;
	}
a.right:active {
	background:#000 url(../images/next.gif) 0 0 no-repeat;
	} 


/* left */
a.left {
	background:#000 url(../images/prev.gif) 0 0 no-repeat; 
	margin-left:4px; 
	} 
a.left:hover {
	background:#000 url(../images/prev.gif) 0 0 no-repeat; 
	}
a.left:active{
	background:#000 url(../images/prev.gif) 0 0 no-repeat;
	}

.featuredwork a.left{
margin-left:12px;
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

