.slider {
	float: left;
	margin-top:9px;
	tmargin: 3px 3px;
	width: 730px;
	height: 300px;
}
#slider0 {
	position: relative;
	width: 730px;
	height: 0px;
	top: -300px;
}

#slideitem, #slideitem ul  {
	float: left;
	width: 730px;
	height: 300px;
}
#slideitem ul li  {
	width: 730px;
	list-style: none;
}

#slideitem ul li h4, #slideitem ul li h4 a  {
	margin: 16px 5px 1px 5px;
	font-size: 17px;
	font-weight: normal;
	color: #F2F9FF;
}
#slideitem ul li img  {
	tmargin: 4px 8px;
	margin-top: -55px;
	width: 730px;
	height: 300px;
}

#prevBtn a{
	display: block;
	position: relative;
	float: left;
	left: 0px;
	top: 190px;
	width: 62px;
	height: 53px;
	text-decoration: none;
	background: url("bwd2.png") no-repeat left top;
}
#prevBtn a:hover{
	background: url("bwd1.png") no-repeat left top;
}
#nextBtn a{
	display: block;
	position: relative;
	float: right;
	right: 0px;
	top: 190px;
	width: 62px;
	height: 53px;
	text-decoration: none;
	background: url("fwd2.png") no-repeat left top;
}
#nextBtn a:hover{
	background: url("fwd1.png") no-repeat left top;
}

.slidertitle {
	float: left;
	width: 730px;
	height: 55px;
	background: #6cb301;
	opacity: 0.75;
}

.sliderh4div {
	float: left;
}
.slider-category {
	float: right;
}
.slider-category, .slider-category a{
	margin: 19px 5px 0 0;
	font-size: 14px;
	color: #fff;
}