/* -----Tertimonials Slider----- */

.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 740px; /*width of featured content slider*/
	height: 120px;
	margin:0px auto 0 0px;
	padding:0 0 0 0px;
}
.sliderwrapper .contentdiv {
	vertical-align:middle;
	/*background:#e5e5e5;*/
	background:#e5e5e5 url(../images/product-title-bg-left.png) top left no-repeat;
	text-align:center;
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 19;  /*leave as is*/
	padding:20px 0 0px 70px;
	width:660px; /*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 a, .contentdiv a:hover, .contentdiv a:active, .contentdiv a:visited{
text-decoration:none;
color:#fbf438;

}
.pagination {
	visibility: hidden; /*leave as is*/
	top:-50px;
	width: 650px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 0px 0px;
}
.pagination a {
	padding: 0 5px;
	text-decoration: none;
	color: #00007D;
	background: white;
}
.pagination a:hover, .pagination a.selected {
	color: #000;
	background-color: #FEE496;
}

/* -----DYK Slider----- */

.sliderwrapperD {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 190px; /*width of featured content slider*/
	height:auto;
	margin:0px auto 0 0px;
	padding:0 0 0 0px;
	z-index:1;
}
.sliderwrapperD .contentdiv {
	vertical-align:middle;
	background:#444;
	text-align:center;
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 30;  /*leave as is*/
	padding:20px 0 0px 70px;
	width:170px; /*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;
}
.paginationD {
	visibility: hidden; /*leave as is*/
	top:-50px;
	width: 50px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 0px 0px;
}
.paginationD a {
	padding: 0 5px;
	text-decoration: none;
	color: #00007D;
	background: white;
}
.paginationD a:hover, .paginationD a.selected {
	color: #000;
	background-color: #FEE496;
}


/* -----Floor slider----- */

.sliderwrapperF {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 692px; /*width of featured content slider*/
	height: 217px;
	margin:0 0 0 0;
}
.sliderwrapperF .contentdiv {
	vertical-align: bottom;
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px 0 0 0;
	width: 692px; /*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;
}
.sliderOverlay {
	background:url(../images/floors/img-strip.png) bottom repeat-x;
	color:#fbf438;
	font:14px bold Arial, Helvetica, sans-serif;
	width:100%;
	height:79px;
	vertical-align:bottom;
	text-align:left;
	padding:138px 0 0 20px;
	z-index:112;
}
.sliderOverlay h3 {
	padding:10px 0 0 0px;
	letter-spacing:1px;
	line-height:0px;
	text-indent:35px;
}
.sliderOverlay h2 {
	text-transform:none;
	text-indent:65px;
	line-height:0px;
	font-size:24px;
}
.paginationF {
	visibility: hidden; /*leave as is*/
	top:0px;
	width: 692px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 0px 0px;
}
.paginationF a {
	padding: 0 5px;
	text-decoration: none;
	color: #fff;
}
.paginationF a:hover, .paginationF a.selected {
	color: #ccc;
}
