#slider-stage {
 float: left;
    height: 89px;
    margin-left: 1px;
    overflow: hidden;
    position: relative;
    width: 410px;
	}
/*#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 {
 border: 3px solid #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    cursor: pointer;
    float: left;
    height: 79px;
    list-style: none outside none;
    margin: 0 8px 0 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: 123px;
	}
#slider-list a.theme:hover {
}
#slider-list a.theme span.nameVignette {
    background: url("../images/altresimbg.png") repeat scroll center 0 transparent;
    bottom: 0;
    color: #000000;
    font-family: Century Gothic;
    font-size: 10px;
    font-weight: bold;
    height: 19px;
    left: 0;
    margin-bottom: 7px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: inherit;
    width: 123px;    }
#slider-list a.theme:hover span.nameVignette {
	color:#EA1565;
}
#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: 97px;
    margin-left: 3px;
    margin-top: 24px;
    overflow: hidden;
    width: 480px;	}
#sliderBloc a#previous, #sliderBloc a#next {
background: url("../images/klipsol.png") no-repeat scroll left top transparent;
    cursor: pointer;
    float: left;
    height: 33px;
    margin: 29px 0 0;
    text-indent: -9999px;
    width: 34px;}
#sliderBloc a#next {
	background:url("../images/klipsag.png") no-repeat left top;
	margin:29px 0 0 0px;
}
#sliderBloc a#previous:hover, #sliderBloc a#next:hover {
	background-position:left -33px;
}
.demo{
	background: #F3F2DA none repeat scroll 0 0;
	padding:0 1em 1em;
}


