/*.scrollable {
	float:left;	
}*/

/* prev, next, prevPage and nextPage buttons */
.panel-outer-wrapper a.browse {
	display:block;
	width:29px;
	height:29px;
	margin:6px 0px;
	cursor:pointer;
	font-size:1px;
	float:left;
}

.panel-outer-wrapper .featuredwork a.browse{
	margin:6px 4px;
}

/* right */
.panel-outer-wrapper a.right 		{
	background:url(../images/next.gif) 0 0 no-repeat;
	background-position: top left;
	background-repeat: no-repeat;
	width: 41px;
	height: 27px;
	margin-left:14px;
	float:right;
	position:relative;
	bottom:0px;
	left:250px;
}


/* left */
.panel-outer-wrapper a.left {
	background:url(../images/previous.gif) 0 0 no-repeat; 
	background-position: top left;
	background-repeat: no-repeat;
	width: 41px;
	height: 27px;
	vertical-align: middle;
	margin-left:14px;
	float:right;
	position:relative;
	bottom:0px;
	left:250px;
} 

.panel-outer-wrapper .featuredwork a.left{
	margin-left:12px;
}

/* disabled navigational button */
.panel-outer-wrapper a.disabled {
	visibility:hidden !important;		
} 	

.panel-outer-wrapper a.nextPage:hover, .panel-outer-wrapper a.prevPage:hover {
	background-position:0;		
}

.panel-outer-wrapper a.nextPage {
	background-image:url(../images/next.gif) 0 0 no-repeat;	