.demo{
	width: 540px; 
	height: 402px;
	padding: 10px;
	border: 2px solid #eaeaea;
	margin:auto;
}
#slider-stage {
	width: 538px;
	height: 400px;
	overflow:hidden;
	margin-left:1px;
	float:left;
	position:relative;
}
#slider-list {
	border: 0;
	margin: 0;
	padding: 0;
	left: 0px;
	position: absolute;
}
#slider-list .theme {
	list-style: none;
	margin-right:8px;
	float: left;
	width: 538px;
	height: 400px;
	position:relative;
	text-decoration:none;
	overflow:hidden;
	z-index: 1;
}
#slider-list .theme img {
	border: 1px solid #9ea09f;
}

#sliderBloc a#previous, 
#sliderBloc a#next {
	position: absolute;
	display: block;
	width:36px;
	height:73px;
	cursor:pointer;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10000;
}
#sliderBloc a#previous {
	left: 46px;
	top: 240px;
	background-image: url('../images/gall_arrow_l.png');
}
#sliderBloc a#previous:hover {
	background-image: url('../images/gall_arrow_l_hover.png');
}

#sliderBloc a#next {
	right: 45px;
	top: 240px;
	background-image: url('../images/gall_arrow_r.png');
}
html>body #sliderBloc a#next {
	right: 46px;
}
#sliderBloc a#next:hover {
	background-image: url('../images/gall_arrow_r_hover.png');
}


