@charset "utf-8";
div.item {
	width: 550px;
	height: 110px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 2px;
	background-image: url(../img/sliderbg.png);
	background-repeat: repeat;
}

div.item img {
	float: left;
	padding-right: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div.item h3 {
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	line-height: 25px;
	height: 30px;
	margin: 0px;
	letter-spacing: 1px;
}
div.item h3 a {
	text-decoration: none;
	color: #FFF;
}

div.item p {
	float: left;
	width: 400px;
	color: #FFF;
	font-size: 11px;
	line-height: 18px;
	margin: 0px;
	letter-spacing: 1px;
}
div.slide {
	color: #000;
}
div.slide img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div.slide a.slider_prev, div.slide a.slider_next {
	padding: 5px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
	color: #CCC;
}
div.slide a.slider_prev:hover, div.slide a.slider_next:hover {
	color: #6F091A;
}
div.pic {
	width: 479px;
	height: 105px;
	background-color: #FFF;
}
div.pic img {
	float: left;
	padding-right: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div.pic h3 {
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 7px;
	line-height: 30px;
	height: 30px;
	margin: 0px;
}
div.pic p {
	float: left;
	width: 250px;
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
}
div.slide2 {
	color: #000;
}
div.slider2 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div.slider2 a.slider_prev, div.slider2 a.slider_next {
	padding: 5px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
	color: #CCC;
	top: -50px;
	position: relative;
}
