/* Image slider */
#slider245{
	display:block;
	float:right;
	width:500px;
}

.slider, .slider li {
	width:500px;
	list-style:none;
	overflow:hidden;
	float: left;
	height: 450px;
}

.slider_controls {
	width:500px;
	text-align:center;
	height:20px;
	float: right;
}
.slider_controls:after { content: ""; display: block; height: 0; clear: both; }


span.button_prev{
	display:block;
	width:170px;
	height:18px;
	float:left;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
span.button_prev a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990000;
	text-decoration:none;
}
span.button_prev a:hover {
	color: #666666;
	text-decoration:underline;
}
span.button_next a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990000;
	text-decoration:none;
}
span.button_next a:hover {
	color: #666666;
	text-decoration:underline;
}
span.button_next{ display:block; width:170px; height:18px; float:right; text-align:right;}
span.slider_counter{ 
display:block; 
width:110px; 
float:left; 
text-align:center;
font:normal normal normal 18px/14px Georgia, Verdana, Arial, sans;
}
