#slider-stage {
	width: 598px;
	overflow:hidden;
	height: 160px;
	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 5px;
	padding: 0;
	left: 0px;
	position: absolute;
}
#slider-list .theme {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	margin-right:8px;
	float: left;
	width: 190px;
	height: 156px;
	position:relative;
	cursor:pointer;
	text-decoration:none;
	overflow:hidden;
}
#slider-list .theme:hover {}
#slider-list .theme .titlu { font-size:14px; font-weight:bold; color:#999; text-align:center; height:30px; padding:6px 5px 4px 5px; }
#slider-list .theme .titlu a { color:#999; text-decoration:none; }
#slider-list .theme span.nameVignette {
	position:absolute;
	left:4px;
	bottom:0px;
	color:#a0a09b;
	padding:3px;
	font-size:10px;
}
#slider-list .theme:hover span.nameVignette {
	color:#494947;
}
#slider-list .theme span.changeTheme {
	background:#363636;
	color:#FFD200;
	display:none;
	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:190px;
}
#slider-list .theme:hover span.changeTheme {
	display:block
}
#sliderBloc {
	height:156px;
	/*margin:0 auto;*/
	width:657px;
	overflow:hidden;
}
#sliderBloc a#previous, #sliderBloc a#next {
	background:url(../../images/carousel_arrow_left.gif) no-repeat left top;
	float:left;
	text-indent:-9999px;
	cursor:pointer;
	width:26px;
	height:135px;
	margin:12px 2px 0 0;
}
#sliderBloc a#next {
	background:url(../../images/carousel_arrow_right.gif) no-repeat left top;
	margin:12px 0 0 2px;
}
#sliderBloc a#previous:hover, #sliderBloc a#next:hover {
	background-position:left top;
}
.demo { padding:5px; }

