/*Easy Slider*/
#slider{
	clear: both;
}
#slider DIV.slider_container, #slider DIV.slider
{
	margin: 0;
	margin-top: 10px;
	padding: 0;
	height: 212px;
}
#slider DIV.slide
{
	width: 552px;
	height: 212px;
	overflow: hidden;
	background-color: #464646;
}
/*bof prev next control*/
DIV#prev_div
{
	background-image: url(../../../images/left_white_arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 27px;
	line-height: 27px;
	float: left;
	margin-left: 5px;
	padding-left: 8px;
	width: 70px;
}
DIV#next_div
{
	background-image: url(../../../images/right_white_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 27px;
	line-height: 27px;
	float: right;
	margin-right: 5px;
	padding-right: 8px;
	width: 70px;
}
DIV#prev_div A, DIV#next_div A
{
	float: right;
	height: 27px;
	line-height: 27px;
	border: 0px solid #CCC;
	background: transparent;
	color: #CCC;
	padding-left: 10px;
	text-decoration: none;
}
DIV#next_div A
{
	padding-right: 10px;
}
/*eof prev next control
numeric controls*/
DIV#controls_div
{
	background-image: url(../../../images/top_headline_footer.png);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 552px;
	height: 27px;
	text-align: center;
}
DIV#controls_div #center_div
{
	float: left;
	width: 385px;
	text-align: center;
}
#controls
{
	padding: 0;
	height: 20px;
	margin: auto;
	width: 250px;
	text-align: center;
}
#controls .slider_counter
{
	margin: 0 3px 0 0;
/*padding:0;*/
	display: inline-block;
	list-style: none;
	height: 27px;
	line-height: 27px;
	width: 20px;
}
#controls A
{
	font-size: 15px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	width: 15px;
	border: 0px solid #CCC;
	background: transparent;
	color: #CCC;
	padding: 0 5px;
	text-decoration: none;
}
#controls .current
{
	background: #B40000;
	color: #FFF;
}
