.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 224px; /*width of featured content slider*/
	height: 222px;
}
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	width: 224px; /*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;
	background: #CCEBFD;
}
.pagination{
	margin-top: 5px;
	width:224px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	display: table;
}
.pagination a{
	padding: 0px 2px 0px 2px; 
}
.pagination a:hover {
}
.pagination a.selected {
	font-weight: bold;	
}

.sliderVideo{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 130px; /*width of featured content slider*/
	height: 308px;
	/*loat: left;*/
}
.sliderVideo .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	width: 130px; /*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;
	background: #FFFFFF;
}
.paginationVideo{
	margin-top: 45px;
	margin-right: 10px;
	text-align: right;
	/*float: right;*/
	/*width: 210px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
}
.paginationVideo a{
	padding: 0px 0px 0px 0px; 
}
.paginationVideo a:hover {
}
.paginationVideo a.selected {
	font-weight: bold;	
}


.sliderAwards{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 224px; /*width of featured content slider*/
	height: 200px;
}
.sliderAwards .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	width: 224px; /*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;
	background: #FFFFFF;
}
.paginationAwards{
	margin-top: 5px;
	width:224px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
}
.paginationAwards a{
	padding: 0px 2px 0px 2px; 
}
.paginationAwards a:hover {
}
.paginationAwards a.selected {
	font-weight: bold;	
}


.sliderProduct{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 224px; /*width of featured content slider*/
	height: 222px;
}
.sliderProduct .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	width: 224px; /*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;
	background: #FFFFFF;
}
.paginationProduct{
	margin-top: 5px;
	width:224px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
}
.paginationProduct a{
	padding: 0px 2px 0px 2px; 
}
.paginationProduct a:hover {
}
.paginationProduct a.selected {
	font-weight: bold;	
}



.sliderMost{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 224px; /*width of featured content slider*/
	height: 222px;
}
.sliderMost .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	width: 224px; /*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;
	background: #FFFFFF;
}

.paginationMost{
	margin: -12px -11px 14px -11px;
	width: 244px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	height: 26px;
	line-height: 26px;
	border-bottom: 1px solid #D1D1D1;
}
.paginationMost a{
	padding: 0px 0px 0px 0px;
	display: block;
	float: left;
	width: 33%;
	text-align: center;
	background: url(../images/most-sep.gif) right 8px no-repeat;
}
.paginationMost a#last {
	background: none;	
}
.paginationMost a:hover {
}
.paginationMost a.selected {
	font-weight: bold;	
}