﻿.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 460px; /*width of featured content slider*/
height: 385px;
}



.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: 460px; /*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: url(../../images/bgNewsItem.gif) no-repeat center top;
}

.pagination{
background: #ffffff url(../../images/bgNewsMenu.gif) no-repeat center bottom;
	padding-left: 10px;
	padding-right: 10px;
	height: 32px;
	width: 440px;
}

.pagination a {
float:left;
display:block;
text-decoration: none;
position: relative;
z-index: 1;
font-family: Arial, Tahoma;
font-size: 11px;
padding: 0px 10px 0px 10px;
margin: 15px 0px 0px 0px;
color: #666666;
border-right: solid 1px #bababa;
}
.pagination a:hover {
color: #ffffff;
}

.pagination a.selected {
position: relative;
color: #ffffff;
font-size: 11px;
font-weight: bold;
text-align: center;
background: url(../../images/bgNewsItemActive.gif) no-repeat left top;
padding: 5px 0px 0px 0px;
margin: 10px 0px 0px 0px;
height: 17px;
width: 26px;
border: none;
}