/* prev, next, prevPage and nextPage buttons */
a.browse {
	background: url(../image/back-wizard.gif) no-repeat;
	width: 93px;
	height: 25px;
	cursor: pointer;
	float: left;
}

a.browse.right		{ 
	background:url(../image/forward-wizard.gif) no-repeat; 
	float: right;
	margin-left: 5px;
}
.browsebuttons {
	float: right;
	height: 14px;
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	


