.sliderwrapper {
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;
border-bottom-width: 6px;*/
width: 382px; /*width of featured content slider*/
height: 534px;
	/*border: 1px solid #333333;*/
}

#yes_nav .sliderwrapper {
	width: 480px;
	height: 100px;
	/*border: 1px solid #333333;*/
}

#contentslider_company .sliderwrapper {
	width: 732px;
	height: 302px;
	/*border: 1px solid #333333;*/
}

.ps_xl {
	height: 776px;
	width: 1024px;
	/*border: 1px solid #333333;*/
}

.sliderwrapper .contentdiv {
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 1px;
/*background: white;*/
width: 100%; /*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;
}

/* ie7 */
*+html .sliderwrapper .contentdiv {
	width: 732px;
}

#yes_nav .sliderwrapper .contentdiv {
	width: 420px;
	margin-left: 25px;
	/*border: 1px solid #333333;*/
}

.pagination {
	width: 730px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	/*background-color: navy;
	padding: 5px 10px;*/
	margin-top: -300px;
}

#yes_nav .pagination {
	width: 480px;
	/*border: 1px solid #fff;*/
}

.pagination a {
	/*padding: 0 5px;*/
	text-decoration: none; 
	/*color: #00007D;
	background: white;*/
}

.pagination a:hover, .pagination a.selected {
	color: #000;
	/*background-color: #FEE496;*/
}
