#sliderBlock {
	height:113px;
	width:894px;
	background: url(../images/bg.png) no-repeat;
	margin: auto;
}

#sliderBlock a, #sliderBlock img{
	border: none;
}

#sliderBlock a#previous, #sliderBlock a#next {
	cursor:pointer;
	width:38px;
	height:38px;
}

#sliderBlock a#previous{
	background:url(../images/btn_left.png);
	float:left;
	margin-left:-10px;
	margin-top:50px;
}

#sliderBlock a#next {
	background:url(../images/btn_right.png);
	float: right;
	margin-right:-6px;
	margin-top:50px;
}

#sliderBlock a#previous:hover{
	background:url(../images/btn_left_hover.png);
}

#sliderBlock a#next:hover {
	background:url(../images/btn_right_hover.png);
}

#slider-stage {
	width: 832px;
	overflow:hidden;
	height: 55px;
	margin-top:40px;
	float:left;
	position:relative;
}

#slider-list {
	border: 0;
	margin: 0;
	padding: 0;
	left: 0px;
	position: absolute;
	float:left;
}

#slider-list a.item {
	margin-right:0px;
	margin-top: 10px;
	float: left;
	height: 44px;
	width: auto;
}

