.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px;
	border-bottom-width: 0px;
	width: 320px; /*width of featured content slider*/
	height:375px;
}

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

.sliderwrapper_double {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px;
	border-bottom-width: 0px;
	width: 320px; /*width of featured content slider*/
	height:620px;
}

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

.quickliftcontentdiv{
	/*visibility: hidden; leave as is*/
	/*position: absolute; leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	paddingright: 5px;
	paddingleft: 0px;
	
	width: 325px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 610px;
	vertical-align: top;
}
.pagination{
	width:320px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

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

.pagination a:hover, .pagination a.selected{
	color: #333333;
}
.picdescription{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #566F74;
	margin-top: 5px;
	width: 320px;
	height: 75px;
	padding-left: 2px;
}
