.pics-wrapper{
	position:relative;
	height: 300px; width: 950px; padding:0; margin:-40px 0 1em 0;
}
.pics { height: 300px; width: 950px; padding:0; margin:0; overflow: hidden }
.pics img { height: 300px; padding: 0; top:0; left:0 }

.nav{
	position:absolute;
	bottom:0;
	right:0;
	width:80px;
	z-index:5000;
}
.nav #prev2{
	display:block;
	float:left;
	width:40px;
	height:30px;
	text-indent:-5000px;
	background:url(arrow-prev.png) no-repeat top left
}
.nav #next2{
	display:block;
	float:right;
	width:40px;
	height:30px;
	text-indent:-5000px;
	background:url(arrow-next.png) no-repeat top left
}

