.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 5px solid navy;*/
/*border-right: 10px solid #edead4;*/
border-bottom-width: 6px;
width: 400px; /*width of featured content slider*/
height: 300px;
}


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

.contentdiv .sliderTitle {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.4em;
	color: rgb(255, 255, 255);
	font-weight: bold;
	background-color: rgb(128, 65, 48);
	text-align: center;
	width: 400px;
	display: none;
	}
	
.contentdiv .sliderImage {
	float: left; /* important */
	position: relative; /* important */
	/*display: none; /* important */
	overflow: hidden;
	height: 300px;
	}
	
.contentdiv .sliderImage a {
	text-decoration: none;
	}	
	
.contentdiv .sliderImage span#top {
	position: absolute; /* important */
	left: 0;
	/*font-family: Arial, sans-serif;*/
	font-size: 1em;
	/*font-variant: small-caps;*/
	/*letter-spacing: .1em;*/
	padding: 0px 13px;
	width: 374px;
	background-color: rgb(128, 65, 48);
	filter: alpha(opacity=90); /* here you can set the opacity of box with text */
	-moz-opacity: 0.9; /* here you can set the opacity of box with text */
	-khtml-opacity: 0.9; /* here you can set the opacity of box with text */
	opacity: 0.9; /* here you can set the opacity of box with text */
	color: #fff;
	/*display: none; /* important */
	text-align: center;
	top: 0;
	}
	
.contentdiv .sliderImage span#bottom {
	position: absolute; /* important */
	left: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.3em;
	/*font-variant: small-caps;*/
	letter-spacing: .1em;
	padding: 10px 13px;
	width: 374px;
	/*background-color: rgb(128, 65, 48);*/
	background-color: #fff;
	filter: alpha(opacity=80); /* here you can set the opacity of box with text */
	-moz-opacity: 0.8; /* here you can set the opacity of box with text */
	-khtml-opacity: 0.8; /* here you can set the opacity of box with text */
	opacity: 0.8; /* here you can set the opacity of box with text */
	color: #000;
	
	/*display: none; /* important */
	text-align: left;
	bottom: 0;
	}


#paginate-featuredinstruments1 {
		background-color: white;
		background-image: none;
		background-repeat: repeat;
		background-attachment: scroll;
		background-position: 0% 0%;
		-moz-background-size: auto auto;
		/*padding-left: 10px;
		padding-bottom: 0px;
		padding-top: 0px;*/
		width: 400px;
		margin-top: 5px;
		text-align: center;
		-moz-background-clip: -moz-initial;
		-moz-background-origin: -moz-initial;
		-moz-background-inline-policy: -moz-initial;
	}
	
.pagination{
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none;
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
padding-left: 5px;
padding-right: 5px;
}

#paginate-featuredinstruments1 a img:hover, #paginate-featuredinstruments1 a.selected img{
border: 1px #555555 solid;
}

#paginate-featuredinstruments1 a img#tocnav:hover, #paginate-featuredinstruments1 a.selected img#tocnav{
border: 0px;
}

.toc img{
margin-left: 2px;
margin-right: 2px;
margin-bottom: 5px;
}
