.contentslide{
/* border: 10px solid navy; */
border-bottom-width: 6px;
padding: 3px;
width: 400px;
height: 450px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 400px; /*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: #FFFFFF;
border: 10px solid #FFFFFF;
*/
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 4px 4px 4px 4px;
}

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

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #FFFFFF;
background-color: #CC0000;
}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
background-color: #E47979;
}

h2 a {
	font-family: Verdana;
	font-weight: bold;
	color:#FF0000;
	font-size:18px
	}

a {
	color: #FF0000;
}
a.visited {
	color: #FF0000;
}
a.hover {
	color: #990000;
}
