.sliderwrapper {
	height: 100px;
	overflow: hidden;
	position: relative; 
	width: 275px; 
}

.sliderwrapper .contentdiv {
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	height: 100%;
	left: 0;
	/*-moz-opacity: 1;*/
	opacity: 1;
	padding: 0px;
	position: absolute;
	top: 0; 
	visibility: hidden; 
	width: 274px; 
}

.contentdiv table {
	width: 100%;
}

.contentdiv h3 {
	/*border-bottom: 1px dotted #444;*/
	color: #444;
	font: bold 11px Verdana;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

.contentdiv h3 span {
	font-weight: normal;
}

.contentdiv a, .contentdiv a:visited {
	color: #444;
	font-weight: bolder;
	text-decoration: underline;
}

.tab-pagination {
	background: transparent;
	margin: 10px 0 0 0;
	width: 270px; 
}

.tab-pagination a, .tab-pagination a:visited {
	color: #1dbec8;
	font: bolder 11px Verdana;
	text-decoration: none; 
}

.tab-pagination .prev, .tab-pagination .prev:hover, .tab-pagination .prev:visited {
	background: transparent left center no-repeat url('../images/prev.gif');
	padding: 0 0 0 14px; 
}

.tab-pagination .next, .tab-pagination .next:hover, .tab-pagination .next:visited {
	background: transparent right center no-repeat url('../images/next.gif');
	padding: 0 14px 0 0; 
}

.tab-pagination a:hover, .tab-pagination a.selected {
	color: #1dbec8;
}
