/*
.sliderButton {
	color: lightblue;
	background: #fff;
	background-image: url(../img/slider/button_back.jpg);
	background-position: 0 0;
	width:20px;
	margin: 0;
	padding: 0;
	height: 121px;
	float:left;
	cursor: pointer;
}
#previous.sliderButton {
	margin-left: -11px;
	border-left: 1px #eee solid;
}
#next.sliderButton {
	background-image: url(../img/slider/button_next.jpg);
	border-right: 1px #eee solid;
}
.sliderButton:hover {
	color: white;
	background: #368;
	background-image: url(../img/slider/button_back_hl.jpg);
}
#next.sliderButton:hover {
	background-image: url(../img/slider/button_next_hl.jpg);
}
*/
#slider {
	width:640px;
	overflow: auto;
	overflow-x:hidden;
	overflow-y:hidden;
	height:130px;
	margin:0;
	padding:0;
	margin-left: -6px;
}
#sliderList {
	width:12800px;
	height:130px;
	margin:0;
	padding:0;
}
#sliderList li {
	border-right: 1px solid #fff;
	list-style:none;
	float:left;
	width:319px;
	height:125px;
	margin:0px 0 0px 0px;
	padding:12px 0px 0px 0;
/*	background-position: 0 7px;*/
}
#sliederList li h3 {
	font-family: "Times New Roman", Times, serif;
	color: white;
	font-size: 14px;
	margin: 0;
}
#sliderList li strong {
	background: #0494ED;
	color: white;
	padding: 0 8px 2px 8px;
	margin: -12px 0 4px 0;
	display: block;
}
#sliderList li strong.blank {
	background: #D8261A;
}
#sliderList li a {
	color: #000;
}
