/*
.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);
}
*/
#sliderArea {
	border: 1px solid #ddd;
	height:150px;
	width:769px;
	float: left;
	margin-bottom: 20px;
	-webkit-box-shadow: 5px 5px 5px 0px #ccc;
	-moz-box-shadow: 5px 5px 5px 0px #ccc;
	box-shadow: 5px 5px 5px 0px #ccc;
}
#slider {
	width:769px;
	overflow: auto;
	overflow-x:hidden;
	overflow-y:hidden;
	height:150px;
	margin:0;
	padding:0;
	/*margin-left: -6px;*/
}
#sliderList {
	width:15650px;
	height:130px;
	margin:0;
	padding:0;
}
#sliderList li {
	border-right: 1px solid #fff;
	list-style:none;
	float:left;
	/*width:314px;*/
	width:384px;
	height:125px;
	margin:0px 0 0px 0px;
	padding:12px 0px 0px 0;
/*	background-position: 0 7px;*/
}
#sliderList 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;
}

