/* CSS Document */
.slider_block{
	
	display:block;
	position: relative;
	overflow: hidden; 
	border: 0px solid #C9CE8D; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 185px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 100%;			
	clear: both;	
	margin-bottom:10px;
	text-align: center;
}
.slider_block .slide_details{
	width:185px;
	border:0px solid #FF0000;
}

.slider_nav_container{
	border:0px solid #FF0000;	
	width:185px;
	float:left;
	margin:0px;
	padding:0px;
}
.left_arrow, .right_arrow{width: 26px;float:left}
.right_arrow{ float:right}

.slider_nav_div{
	border:0px solid #FF0000;
	margin-left:auto;
	margin-right:auto;
	width:125px;
}
.slider_nav_div a { 
	float:left; 
	min-height:23px; 
	height:23px;
	width:23px;
	display:inline; 
	text-decoration: none; 
	margin:0px 2px;
	
	padding:5px 0px 0px 0px;
	color:#000000;
	font-weight:bold;
	
	background: url("../images/paging.jpg") no-repeat center;
}
.slider_nav_div a.activeSlide { 
	background: url("../images/pageover.jpg") no-repeat center;
	color:#FFFFFF;
}
.slider_nav_div a:focus { 
	outline: none;
	border:0px solid #FF0000;
}

.slider_prev, .slider_next {
	float:left;
	background: url("../images/left_arrow.png") no-repeat center;
	display: block;
	height: 24px;
	width: 26px;

}

 .slider_next{
	
	background: url("../images/right_arrow.png") no-repeat center;

}

.slide_container {
	margin:0px;
	float:left;
	height:100%;
	text-align: left;
	border:0px solid #ff0000;
}

.slide {
	float:left;
	display:block;
	width:185px;
}

.slide a{
	text-decoration: underline;
}

.slide .slide_title {
	display:block;
	
	font-weight: bold;
	padding:10px 0px 0px 0px;
}

.slide  ul {
	border:0px solid #00FF00;
	padding-left:10px;
	_padding-left:12px;
	margin:0px;
}

.slide_link {
	font-size: 11px;
	float:right;
	padding:0px;
}

#date_box{
	float:left;
	width:182px;
	margin:auto;
	height:50px;
	display:block;
	text-align: center;
	font-weight: bold;
	border:0px solid #FF0000;
}

#date_box #month{
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

#date_box #day_box{
	float:right;
	display:block;
	border:2px solid #777777;
	text-align: center;	
	padding:7px;
	line-height:normal;
	font-size: 32px;
	font-weight: bold;
	background-color:#A5A5A5;
	color: #FFFFFF
}

