.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
width: 900px; /*width of featured content slider*/
height: 200px;/*height of featured content slider*/
background-color:#000;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
z-index: 0;
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: transparent;
width: 900px; /*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;
}
.sliderwrapper1 {
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
width: 900px; /*width of featured content slider*/
height: 340px;/*height of featured content slider*/
background-color:#000;
}
.sliderwrapper1 .contentdiv{
visibility: hidden; /*leave as is*/
z-index: 0;
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: transparent;
width: 900px; /*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;
}
.pagination{
	width: 892px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 13px;
	text-align: left;
	background-color: #000;
	padding-left: 8px;
	font-size: 10px;
}

*:first-child+html .pagination { /*ie7*/
width: 892px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 13px;
text-align: left;
background-color: #000;
padding-left: 8px;
font-size: 10px;
}
.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #fff;
	xfont-weight: bolder;
	background: #000;
	
}

.pagination a:hover, .pagination a.selected{
	color: #ff6600;
	background-color: #000;
}
