/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */

#slideshow ul {
	list-style:none!important;
	}

#slideshow li {
	list-style:none!important;
	}

#slideshow {
	/*width: 675px;*/
	width: 600px;
	height: 450px;
	margin: 2px 0 0 0;
	/*padding: 10px 125px 0 100px;*/
	background:url(../images/fondlivre.jpg) top no-repeat;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	float: left;
	z-index: 100;
	padding-top:35px;
}

#slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none!important;
	list-style:none!important;
	height: 1%; /* IE fix */
	
}

#slideshow ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
.sary {
	width:285px;
	height:62px;
	background:url(../images/museplume.gif) top center no-repeat;
	text-align:center;
	}
.fonony {
	width:295px;
	float:left;
	padding-top:100px;
	}

.slides {
	overflow: hidden;
	color: #c2bfbf;
	width:260px;
	float:left;
	text-align:justify;
	padding:2px 20px 0px 20px;
}

#slideshow .slides ul {
	/*width: 2700px;*/
}

#slideshow .slides li {
	width: 260px!important;
	padding: 18px 0 0 0;
	float: left;
	font: 12px Arial, Times, serif;
 	color:#000;
	text-align:justify!important;
	line-height:15px;
	background:none!important;

}

#slideshow .slides h2 {
	margin: 0 0 10px 0;
	font: 12px Arial, Times, serif;
 	color:#000;
	font-weight:bold;
	text-align:center;
}

#slideshow .slides p {
}

#slideshow .slides a {
	color: #c2bfbf;
}

#slideshow .slides img {
	/*float: left;*/
	margin: 0 15px 0 0;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */

.pagination-gl {
	text-align:center; 
	float:left; 
	width:100%;
}

.pagination {
	width:47%;
	float:left;
	padding-left:3%;
}

.clear {
	width:49%;
	float:left;
}


#slideshow .slides-nav {
	text-align:center;
	/*border-top: 1px solid #FFF;*/

}

#slideshow .slides-nav li {
	margin: 0 6px 0 0;
	border: 0px solid #FFF;
	float: left;
	color:#999999;
	font-size:10px;
}

#slideshow .slides-nav li a {
	display: block;
	padding: 1px 1px 1px 1px;
	color:#999999;
	text-decoration: none;
	font-size:10px;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
	/*background-color: #FF9900;*/
	color:#FF6600;
	font-weight:bold;
	font-size:10px;
	}

.js #slideshow .slides-nav li.on a {

}

.js #slideshow #cycle_prev{
	height: 40px;
	width: 39px;
	position: absolute;
	left: 5px;
	top: 160px;
	background-image: url(http://joomla.jansangill.dk/images/slideshow/control_left.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

.js #slideshow #cycle_next{
	height: 40px;
	width: 39px;
	position: absolute;
	right: 5px;
	top: 160px;
	/*background-image: url(http://joomla.jansangill.dk/images/slideshow/control_right.gif);*/
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

.js #slideshow #cycle_pause{
	margin: -12px 0 0 490px;
	color: #FFF;
	cursor: pointer;
	float: left;
}

.js #slideshow #cycle_resume{
	margin: -12px 0 0 10px;
	color: #FFF;
	cursor: pointer;
	float: left;
}

#cycle_resume.resume,#cycle_pause.pause {
	text-decoration: underline;
} 


