#slider-stage {
	width: 400px;
	overflow:hidden;
	height: 505px;
	margin-left:1px;
	float:left;
	position:relative;
}
/*#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;
	padding-top: 24px;
	float: left;
	width: 400px;
	height: 505px;
	position:relative;
	cursor:pointer;
	text-decoration:none;
	overflow:hidden;
}
#slider-list a.theme:hover {
}
#slider-list a.theme span.title {
	display: block;
	position: absolute;
	left:0px;
	bottom:0px;
/*	color:#a0a09b; */
	color: #000000;
	padding:4px 0 0;
	font-size:1.1em;
	text-align: center;
	top: 0px;
	width: 400px;
}

/*#slider-list a.theme:hover span.title { */
#slider-list span.title {
/*	color:#494947; */
	background:#FFFFFF;
	color:#000000;
	display:none;
	font-size:1.1em;
	height:24px;
	left:0px;
	padding:4px 0 0;
	position:absolute;
	text-align:center;
/*	text-transform:uppercase; */
	top:505px;
	width:400px;
}

#slider-list a.theme span.changeTitle {
	background:#FFFFFF;
	color:#000000;
	display:none;
	font-size:1.1em;
	height:24px;
	left:0px;
	padding:4px 0 0;
	position:absolute;
	text-align:center;
/*	text-transform:uppercase; */
	top:477px;
	width:400px;
}
#slider-list a.theme:hover span.changeTitle {
	display:block
}
#sliderBloc {
	height:535px;
	/*margin:0 auto;*/
	width:600px;
	overflow:hidden;
}
#sliderBloc a#previous, #sliderBloc a#next {
	background:url(../images/LeftArrow.png) no-repeat left top;
	float:left;
	text-indent:-9999px;
	cursor:pointer;
	width:24px;
	height:24px;
	margin:200px 2px 0 0;
}
#sliderBloc a#next {
	background:url(../images/RightArrow.png) no-repeat left top;
	margin:200px 0 0 3px;
}
#sliderBloc a#previous:hover, #sliderBloc a#next:hover {
	background-position:left -24px;
}
.class-carousel{
/*	background: #F3F2DA none repeat scroll 0 0; */ 
	padding:0 1em 1em;
}
