﻿.contentslide{
border: 0px solid #CC0000;
border-bottom:0px solid #CC0000;
width: 200px;
height: 400px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 200px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color: #CC0000;
padding: 0px 3px 4px 0px;
display:none;
}


.pagination a{
padding: 0 0px;
text-decoration: none; 
color: #000;
background-color: #DDDDDD;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FFFFFF;
}