﻿#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	border:0 !important;
}

#slider, #slider li { 
	width:620px;
	height:385px;
	overflow:hidden; 
}

#slider li img {
	float:left;
}

#slider li h1 {
	width:380px;
	padding:10px;
	background:url(bgh1slider.png) repeat;
	font-size:18px;
	color:#fff;
	float:left;
	clear:both;
	margin:-100px 0 20px;
}

span#prevBtn{
	width:27px;
	height:16px;
	display:block;
	float:left;
	margin:-30px 0 0 580px;
	position:relative;
	z-index:99999999999999999999;
}

span#prevBtn a {
	width:27px;
	height:16px;
	display:block;
	background:url(bgprevslider.png) no-repeat center top;
}

span#nextBtn{
	width:27px;
	height:16px;
	display:block;
	float:left;
	margin:-370px 0 0 580px;
	position:relative;
	z-index:99999999999999999999;
}	

span#nextBtn a {
	width:27px;
	height:16px;
	display:block;
	background:url(bgnextslider.png) no-repeat center top;
}