/*visit ** http://www.dynamicdrive.com/dynamicindex17/featuredcontentslider.htm ** for more information*/


#slider1{
background: url(../img/newsbg.png) center no-repeat;
}


.contentslide{					/*Make sure the padding+height/width 
border: 0px solid black;		are equal to total bg image size(180wx250h)*/
padding: 10px;
padding-top: 20px;
width: 160px;
height: 220px;
background: url(../img/newsbg.gif) center no-repeat;
color:#EEEEEE;
}

.contentslide a:hover, .contentslide a:active{
text-decoration:underline;
color:#2244CC;
}

.contentslide a:link, .contentslide a:visited{
text-decoration:none;
color:#2244CC;
}


.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}





.pagination{
width: 172px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
border-width: 0 1px; /*Left/ right border width of pagination DIV.*/
padding: 10px;
padding-top: -50px;
position:relative;
bottom:28px;
right:14px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 160px; /*IE5 width*/
w\idth: 160px; /*IE6 width*/
}

.pagination a{
padding:5px;
text-decoration: none; 
color: #EEEEEE;
}
.pagination a:link {
color:#EEEEEE;
}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
background-color: #444444;
}