/* slider hi */

.slider_roller {
	width: 318px;
	height: 285px;
	display: block;
	overflow: hidden;
}

.top_slider {
	border: none;
	width: 318px;
	height: 262px;
	display: block;
	overflow: hidden;
}

.quot_buttons_box {
	width: 318px;
	height: 23px;
	overflow: hidden;
	background: url(images/quotes/quotes_bottom.png) left top no-repeat;
}

ul.slider_nav {
	list-style: none;
	margin: 12px 0 0 0;
	padding: 0 0 0 22px;
	display: block;
	width: 200px;
}

ul.slider_nav img {border: none; float: left;}

ul.slider_nav li {
	float: left;
	width: 7px;
	height: 7px;
	margin: 0 4px 0 0;
	padding: 0 0 0 0;
}

ul.slider_nav li a, 
ul.slider_nav li a:visited,
ul.slider_nav li a:hover, 
ul.slider_nav li a:visited:hover {
	text-decoration: none; 
	width: 7px; 
	height: 7px; 
	display: block; 
	background: #ececec url(images/quotes/btn_inactive.gif) left top no-repeat; 
}

.active_slide a, 
.active_slide a:visited, 
.active_slide a:visited:hover, 
.active_slide a:hover {
	text-decoration: none; 
	width: 7px; 
	height: 7px; 
	display: block; 
	background: #edffa3 url(images/quotes/btn_active.gif) left top no-repeat !important;
}


