#slider_wrap {
	position: relative;
	width: 446px;
}

#slider ul li {
	height: 301px;
	width: 446px;
}

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

#controls_wrap {
	width: 446px;
	height: 26px;
	position: absolute;
	z-index: 100;
	bottom: 0px;
	background: url('../img/slider/controls_bg.png') no-repeat;
}

#controls {
	padding: 0px; 
	margin: 0px;
	list-style: none;
	position: relative;
	width: 135px;
	float: right;
	margin-right: 50px;
	margin-top: 2px;
}

.current {
	background: url('../img/slider/curr_item.png') no-repeat center center !important;
}

.controls_li {
	float: left;
	width: 11px;
	height: 11px;
	margin: 6px 4px 5px;
	background: url('../img/slider/item.png') no-repeat center center;
}

#controls a {
	text-indent: -200px; 
	overflow: hidden;	
}

.controls_li a {
	display: block;
	width: 11px;
	height: 11px;
}

#prevBtn  a{
	width: 23px;
	height: 23px;
	display: block;
	position: absolute;
	left: -27px;
	background: url('../img/slider/prev.png') no-repeat center center;
}

#nextBtn  a{
	width: 23px;
	height: 23px;
	display: block;
	position: absolute;
	right: -27px;
	background: url('../img/slider/next.png') no-repeat center center;
}
