/* Main slideshow box */
.contentslide{
border: 5px solid gray;
border-bottom-width: 2px;
padding: 8px;
width: 321px;
height: 305px;
}

.contentslide .contentdiv{
display: none;
margin-left: -2px;
margin-top: 2px;
}

p {
margin-left: 10px;
margin-top: 5px;
}

.contentslide .contentdiv ul li {
line-height: 1.2em;

}
/* Slideshow pagination area */
.pagination{
width: 337px; /*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: gray;
border: 5px solid gray;
border-width: 0 5px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 2px 0;
/*
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
*/
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 321px; /*IE5 width*/
w\idth: 337px; /*IE6 width*/
}

.pagination a{
padding: 0 0px;
text-decoration: none; 
color: #7c0000;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #42322D;
background-color: #FEE496;
}


.pagination a, .pagination span {
padding: 0 0px;
text-decoration: none; 
color: #7c0000;
background-color: white;
cursor:pointer;
}

.pagination a:hover, .pagination a.selected, .pagination span.over {
color: #42322D;
background-color: #FEE496;
}
