#slider-stage {
	width: 200px;
	overflow:hidden;
	height: 178px;
	margin-left:0px;
	float:left;
	position:relative;
	background: #DFD9D2;
}
#adventure-top{
	width: 260px;
	height: 175px;
	background:url(../images/adventure_top.jpg) no-repeat left top;
	
}

#adventure-bottom{
	width: 260px;
	height: 60px;
	background:url(../images/adventure_bottom.jpg) no-repeat left top;
	
}



/*#slider-buttons {
	width: 296px;
	margin: 0 auto;
	position:relative;
	height:20px;
}*/
#slider-list {
	width: 2000px;
	border: 0;
	margin: 0;
	padding: 0;
	left: 0px;
	position: absolute;
}
#slider-list a.theme {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	margin-right:8px;
	float: left;
	width: 200px;
	height: 178px;
	position:relative;
	cursor:pointer;
	text-decoration:none;
	overflow:hidden;
}
#slider-list a.theme:hover {
}

#slider-list a.theme span.changeTheme {
	background:#363636;
	color:#FFD200;
	display:none;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	height:16px;
	left:0px;
	padding:4px 0 0;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	top:0px;
	width:120px;
}
#slider-list a.theme:hover span.changeTheme {
	display:block
}
#sliderBloc {
	height:178px;
	/*margin:0 auto;*/
	width:260px;
	overflow:hidden;
}
#sliderBloc a#previous, #sliderBloc a#next {
	background:url(../images/adventure_left.jpg) no-repeat left top;
	float:left;
	text-indent:-9999px;
	cursor:pointer;
	width:25px;
	height:178px;
	margin:0;
			border: 0px solid red;
}
#sliderBloc a#next {
	background:url(../images/adventure_right.jpg) no-repeat left top;
	margin:0;
	border: 0px solid green;
	width: 28px;
}



