.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width:260px;
	height: 350px;
}

.contenttable{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 260px;
	height: 350px;
}
	
	
.contentdiv{
	background-image: url(background_tooltip_content.png);
	padding-left: 15px;
	text-align: left;
	
}	

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0px;  /*leave as is*/
	top: 0px;  /*leave as is*/
	width: 250px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 350px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{ width: 200px; padding-left:12px; padding-top:10px;  text-align: left; }
.pagination a{ text-decoration: none; color: #ba8b27; font-weight: bold; padding:2px }
.pagination a:hover, .pagination a.selected{ color: #3f2f0d; font-weight: bold; padding:2px; text-decoration: underline; }




