﻿.left{
	width: 175px;
}
.contentslide{
	width: 450px;
	height: 200px;
	padding-left: 5px;
	padding-right:5px; 
	padding-bottom: 15px;
	text-align: center;
}

.contentslide .contentdiv{
	display: none;
/*	background: #E8FFFF;*/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pagination{
    font-size: x-small;
    font-family:Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 0 0 4px 0;
}
.pagination_hold{
	width: 450px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/;
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
	border: 10px solid navy;
	border-width: 0 10px;
/*Left/ right border width of pagination DIV.*/	padding: 0 0 4px 0;
}

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

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

.pagination a:hover, .pagination a.selected{
	color: #021803;
	background-color: #7B3804;
}
