#slideshow {
	/*width: 622px;*/
	/*background-color: #eee;*/
}
#slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */
}
#slideshow ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
	overflow: hidden;
	/*width: 622px;*/
	width:100%;
	/*background-color:#dddddd;*/
}
#slideshow .slides ul {
	width: 395px;
}
#slideshow .slides li {
	width: 390px;
	float: left;
	padding: 5px;
}
#slideshow .slides h2 {
	margin: 5px 0;
}
#slideshow .slides h2 a {
	text-decoration:none;
	line-height:10px;
}
ul.slides-nav
{
	border-left:1px solid #e3e5e4;
}
ul.slides-nav li
{	
	border-bottom:1px solid #e3e5e4;
	border-right:1px solid #e3e5e4;
	border-top:1px solid #e3e5e4;
	
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	/*background:#cccccc url(../images/background_ul.png) left bottom repeat-x;
	border-bottom:1px solid #dddddd;*/
	/*padding-left:180px;*/
	/*/padding-left:60px;*/
}
#slideshow .slides-nav li {
	float: left;
	/*background:url(../images/onglet_a.png) left bottom no-repeat;*/
	/*margin-right:-10px;*/
}
#slideshow .slides-nav li a {
	display: block;
	/*padding: 10px 20px;*/
	padding: 5px 15px;
	outline: none;
	color:#9d3393;
	text-decoration:none;
	font-weight:bold;
	/*background:url(../images/onglet_right.png) right bottom no-repeat;*/
	/*border-bottom:1px solid #dddddd;*/
	margin-bottom:-1px;
}
#slideshow .slides-nav .on {
/*	background:url(../images/onglet.png) left bottom no-repeat;
	border-bottom:1px solid #dddddd;*/
}
#slideshow .slides-nav .on a {
	/*background:url(../images/onglet_right_a.png) right bottom no-repeat;*/
}
#slideshow .slides-nav li a.last_nav {
	/*background:url(../images/onglet_right.png) right bottom no-repeat;*/
	/*_background:url(../images/onglet_right.png) right top no-repeat;*/
}
#slideshow .slides-nav .on a.last_nav {
	/*background:url(../images/onglet_right_a.png) right bottom no-repeat;*/
	/*_background:url(../images/onglet_right_a.png) right top no-repeat;*/
}
.js #slideshow .slides-nav li.on, .js #slideshow .slides-nav li.on a {
	color:white;
	font-weight:bold;
	background-color:#9d3393;
	text-decoration:none;
}
.js #slideshow .slides-nav li.on a {
	position: relative;
}
