#viewport{
	width: 240px; /* Defines the size of the visible part of the carousel
		Attention : if you only want to see plain items in the viewport,
		the width of the viewport should take into account of :
		- the items width
		- the right and left padding of items
		- the number of items you want to see in the viewport
	 */
	overflow:hidden; /* Hides extra elements, those outside the viewport area */
}
#viewport ul{
	position: relative; /* Enables positionning of elements inside viewport */
	padding: 0; /* Resets default - User Agent - style */
}
#viewport li{
	width: 100px; /* Defines the size of inner element */
	height: 50px;
	float: left; /* Places list items side by side*/
	list-style: none; /* Resets default - User Agent - style */
	
	/* Cosmetic */
	background-color: red;
	margin: 0 1px;
	padding: 10px;
	text-align:center;
}

/* Cosmetic */
#simplePrevious, #simpleNext{
	cursor: pointer;
	font-size: 0.8em;
	text-decoration: underline;	
}
#slider-stage {
	display:block;
	width: 972px;
	overflow:hidden;
	height: 200px;
	float:left;
	position:relative;
}
#sliderBloc {
	height:200px;
	margin:0 auto;
	width:1057spx;
	overflow:hidden;
}
#sliderBloc a#previous {
	background:url(../imagenes/left_over.jpg) no-repeat left top;
	float:left;
	text-indent:-9999px;
	cursor:pointer;
	width:40px;
	height:176px;
	margin-top:20px;
	z-index:90;
	/*margin:55px 2px 0 0;*/
}
#sliderBloc a#next {
	background:url(../imagenes/right_over.jpg) no-repeat left top;
	/*margin:55px 0 0 2px;*/
	float:left;
	text-indent:-9999px;
	cursor:pointer;
	width:40px;
	height:176px;
	margin-top:20px;
}
#sliderBloc a#previous:hover {
	background:url(../imagenes/left.jpg) no-repeat left top;
}
#sliderBloc a#next:hover {
	background:url(../imagenes/right.jpg) no-repeat left top;
}
/*#sliderBloc a#previous:hover, #sliderBloc a#next:hover {
	background-position:left -20px;
}*/
#slider-buttons {
	width: 296px;
	margin: 0 auto;
	position:relative;
	height:20px;
}

#slider-list {
	width: 1974px;
	border: 0;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 25px;
	height: 160px;
	left: 0px;
}
#slider-list a.theme {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	margin-right:8px;
	float: left;
	width: 120px;
	height: 140px;
	position:relative;
	cursor:pointer;
	text-decoration:none;
	overflow:hidden;
}
#slider-list a.theme:hover {
}
#slider-list a.theme span.nameVignette {
	position:absolute;
	left:0px;
	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:120px;
}
#slider-list a.theme:hover span.changeTheme {
	display:block
}*/

/*.demo{
	background: #F3F2DA none repeat scroll 0 0;
	padding:0 1em 1em;
}
*/

