#slider-stage {
	width: 520px;
	overflow:hidden;
	height: 150px;
	margin-left:5px;
	margin-right:5px;
	margin-top:0px;
	float:left;
	position:relative;
	border: 0;
}
#slider-list {
	width: 520px;
	height: 150px;
	border: 0;
	margin: 0;
	padding: 0;
	left: 0px;
	position: absolute;
	
}
#slider-list a.slide {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	margin-right:8px;
	float: left;
	width: 160px;
	height: 150px;
	position:relative;
	cursor:pointer;
	text-decoration:none;
	overflow:hidden;
}
#sliderBloc {
	height:194px;
	width:588px;
	overflow:hidden;
	border: 0;
	background:url(images/portfolio-bg.jpg) no-repeat left top;
}
#sliderBloc  a#previous, #sliderBloc a#next {
	background:url(images/arow7.jpg) no-repeat left top;
	float:left;
	text-indent:-9999px;
	cursor:pointer;
	width:20px;
	height:20px;
	margin:55px 2px 0 0;
	margin-left:6px;
}
#sliderBloc  a#next {
	background:url(images/arow6.jpg) no-repeat left top;
	margin:55px 0 0 2px;
}