.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 278px; /*width of featured content slider*/
height: 232px;
background:  transparent;
	margin: 0px !important;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0px;  /*leave as is*/
top: 0px; /* leave as is*/
/*width: 280px;*/ /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 300px;
/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);*/
/*-moz-opacity: 1;*/
/*opacity: 1;  */
	margin: 0px !important;
   /*	padding-left: 3px !important; */
}
.contentdiv img
{
	   /*	border: solid 1px #505050; */
		/*padding: 4px;*/
	   /*	background: #939393; */
}


.thumbs{
/*width: 295px !important; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
/*padding: 0px;
height: 80px;
float: right;
	margin: 0px !important;
	padding-top: 10px;*/
}

.picture img
{
	/*position: relative;*/ /*leave as is*/
	/*left: 0px;*/  /*leave as is*/
   /*	top: 0px;*/ /* leave as is*/
   /*	border: none;
	margin: 0px !important;
	padding: 0px !important;*/
}



