/*--------- slider ---------*/
#slider { 
	width:100%;
	height:343px; 
	position:relative; 
	padding-bottom:4px; 
	overflow:hidden;
	margin-top: 3px;

	}
.slider-block {
	width:981px;
	position:absolute;
	left:-2px; 
	
	}
.slider { 
	width:960px;
	height:400px; 
	margin:0 auto;
	}
.items { 
	display:none;
	}

.pagination { 
	display:none;
	}



.prev {position:absolute; top:180px; left:0px; background:url(../images/prev.gif) 0 0 no-repeat; width:23px; height:41px; z-index:111 !important; display:inline-block;}
.prev:hover {background-position:0 bottom;}
.next {position:absolute; top:180px; right:0px; background:url(../images/next.gif) 0 0 no-repeat; width:23px; height:41px; z-index:111 !important; display:inline-block;}
.next:hover {background-position:0 bottom;}