
.browsenext {
	margin-right:15px;
	margin-bottom:30px;
	float:right;	
	display:block;
	background:url(../images/browsebuttons/next_right.gif) top right no-repeat;
	line-height:12px;
	font-size:12px;
	padding:6px 25px 2px 12px;	
	height:16px;
	position:relative;
}

.browsenext_left {
	display:block;
	height:24px;
	position:absolute;
	top:0px;
	left:0px;
	background:url(../images/browsebuttons/next_left.gif) top left no-repeat;
	width:11px;
}


.browsenext a, .browseprev a {
	color:#FFF !important;
	text-decoration:none;
}
	
.browseprev {
	margin-left:15px;
	margin-bottom:30px;
	float:left;
	background:url(../images/browsebuttons/previous_right.gif) top right no-repeat;
	line-height:12px;
	font-size:12px;	
	padding:6px 10px 2px 25px;
	height:16px;
	color:#FFF;
	position:relative;
}
.browseprev_left {
	display:block;
	height:24px;
	position:absolute;
	top:0px;
	left:0px;
	background:url(../images/browsebuttons/previous_left.gif) top left no-repeat;
	width:23px;
}

