
h2 {
	margin: 18px 0 18px 40px;
	padding: 0;
	font-size: 24px;
	line-height: 36px;
	}

#slider {
	width: 870px;
	margin: 0 40px 0 40px;
	padding: 0;
	position: relative;
	}

#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#slider li { 
	width: 870px;
	height: 467px;
	overflow: hidden; 
	}

#slider li img {
	display: block;
	margin: 0 48px 0 0;
	float: left;
	border: 1px solid #666;
	}

#wrapper span {
	position: absolute;
	top: 350px;
	z-index: 1000;
	display: block;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	}

#prevBtn a, #nextBtn a {
	position: relative;
	display: block;
	width: 18px;
	height: 18px;
	}

#prevBtn {
	left: 5px;
	}

#prevBtn a {
	background: url(../images/left_arrow.gif) left top no-repeat;
	}

#nextBtn {
	right: 5px;
	}

#nextBtn a {
	background: url(../images/right_arrow.gif) left top no-repeat;
	}