/* the container */
.contentslide {
border: solid 0px #ffffff;
/*background: #ffffff;*/
padding: 0px;
width: 270px;
height: 135px;
}

.contentslide
.contentdiv {
display: none;
height: 135px;

}

.pagination {
width: 270px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
border-right: solid 0px #ffffff;
text-align: left;
/*font-size: 11px;*/
color: #FFFFFF;
padding-top: 4px;
height: 20px;
margin-top: 40px;
}

/* styles for the tabs themselves */
.pagination a {
padding-top: 4px;
padding-right: 10px;
padding-bottom: 4px;
padding-left: 0px;
color:#000000;
}

.pagination a:hover {
padding-top: 4px;
padding-right: 10px;
padding-bottom: 4px;
padding-left: 0px;
color:white;
text-decoration: none;

}

.pagination a.selected {
color:white;
}

.auto a {
margin-top: 0px;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 0px;
padding-left: 5px;
text-decoration: none; 
color: #787878;
background-image: none;
background-color:Transparent;
}

.auto a:visited {
border-right: solid 0px #ffffff;
border-bottom: solid 0px #ffffff;
border-left: solid 0px #ffffff;
margin-top: 0px;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 0px;
padding-left: 5px;
text-decoration: none; 
color: #787878;
background-image: none;
background-color:Transparent;
}

.auto a:hover {
border-right: solid 0px #ffffff;
border-bottom: solid 0px #ffffff;
border-left: solid 0px #ffffff;
margin-top: 0px;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 0px;
padding-left: 5px;
text-decoration: none; 
color: #787878;
background-image:none;
background-color:Transparent;
}

.pagination > .autoRotateOn {
color: #000000;
}

.pagination > .autoRotateOff {
color: #000000;
}

