#slider-stage {
	width: 210px;
	overflow:hidden;
	height: 78px;
	margin:0px 8px;
	float:left;
	position:relative;
}
/*#slider-buttons {
	width: 296px;
	margin: 0 auto;
	position:relative;
	height:20px;
}*/
#slider-list {
	width: 300px;
	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:4px;
	margin-left:3px;
	float: left;
	width: 66px;
	position:relative;
	cursor:pointer;
	text-decoration:none;
	overflow:hidden;
}
#slider-list a.theme:hover {
}
#slider-list a.theme span.nameVignette {
	position:absolute;
	left:4px;
	bottom:0px;
	color:#a0a09b;
	padding:3px;
	font-size:10px;
}
#slider-list a.theme:hover span.nameVignette {
	color:#494947;
}
#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:66px;
}
#slider-list a.theme:hover span.changeTheme {
	display:block
}
#sliderBloc {
	height:80px;
	/*margin:0 auto;*/
	width:275px;
	overflow:hidden;
	_width:295px;
	
}
#sliderBloc a#previous, #sliderBloc a#next {
	background:url(../images/right-arrow.jpg) no-repeat center;
	float:left;
	text-indent:-9999px;
	cursor:pointer;
	width:12px;
	height:22px;
	margin:27px 0px 0 0;
}
#sliderBloc a#next {
	background:url(../images/left-arrow.jpg) no-repeat center;
	margin:27px 0 0 0px;
}

#vline_left {
	width:2px;
	height:69px;
	background:url(../images/newOfferingLeftLine.gif) no-repeat;
	float:left;
}

#vline_right {
	width:2px;
	height:69px;
	background:url(../images/newOfferingRightLine.gif) no-repeat;
	float:left;
}


/*#sliderBloc a#previous:hover, #sliderBloc a#next:hover {
	background:none;
}*/

