.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0;

width: 654px; /*width of featured content slider*/
height: 297px;
margin-top: 4px;
background-image:url(../_resources/backgrounds/slideshow_bg.jpg);
background-repeat:no-repeat;	
border: 0px solid #000;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/

width: 644px; /*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;

}

.pagination{
width: 645px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/


padding: 3px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #FFF;
background-color: #000;
}

.pagination a:hover, .pagination a.selected{
	color: #FFF;
}

#paginate-slider1{
	margin-left: 14px;
	float: left;
	text-align: left;
	z-index: 999;
	margin-top: 240px;	
	width: 647px;
	border: 0px solid #000;
}

#paginate-slider1 a:hover, #paginate-slider1 a.selected{
	background-color: #990000;
}



#contentdiv-producttext{
	float: left;
	position: relative;
	width: 305px;
	height: 170px;
	border: 0px solid #000;
	margin-top: 25px;
	padding-left: 5px; 
	padding-right: 5px; 
	font-size: 0.9em;
	font-family:Arial, Helvetica, sans-serif;
}
#contentdiv-productimage{
	float: left;

	width: 323px;
	height: 170px;
	border: 0px solid #000;
}



.producttitle{
	font-weight: bold;
	font-size: 1em;
	font-style:italic;
	
}
.producttext{

	font-weight: normal;
	font-size: 0.9em;
	
}
