div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	margin-left:3px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: none;
}
div.controls {
	position:relative;
	margin-top: 5px;
	height: 30px;
	width:140px;
}
div.controls a {
	padding: 5px;
	height: 20px;
	width:20px;
}

div.ss-controls {
	/*float: left;*/
	height:20px;
	
}
div.nav-controls {
	/*float: right;*/
}

a.play{
	position:absolute;
	top:0px;
	left:50px;
	background-image:url(../../images/bouton/btn_play.png);
	background-repeat:no-repeat;
	width:30px;
	height: 30px;
}

a.relancer{
	position:absolute;
	bottom:0px;
	right:100px;
	background-image:url(../../images/bouton/btn_diaporama.png);
	background-repeat:no-repeat;
	width:30px;
	height: 30px;
}

a.pause{
	position:absolute;
	top:5px;;
	left:50px;
	background-image:url(../../images/bouton/btn_stop.png);
	background-repeat:no-repeat;
	width:30px;
	height: 30px;
}


a.prev{
	position:absolute;
	top:0;
	left:10px;
	background-image:url(../../images/bouton/btn_precedent.png);
	background-repeat:no-repeat;
	width:30px;
	height: 30px;
}

a.next{
	position:absolute;
	top:0;
	left:90px;
	background-image:url(../../images/bouton/btn_suivant.png);
	background-repeat:no-repeat;
	width:30px;
	height: 30px;
}

div.loader {
	background-image: url('/images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 400px;
	height: 350px
}
div.slideshow {
	clear: both;
	left:3px;
	height:250px;
}


div.slideshow span.image-wrapper {
	float: left;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
}
div.slideshow #div-image,
div.slideshow #image{
	display: block;
	border:none;
	width:300px;
	height:250px;
}
div.slideshow #watermark,
div.slideshow2 #watermark{
	position:relative;
	display:block;
	float:left;
	bottom:18px;
	left: 0px;
	border:none;
	width: auto;
	height: auto;
}

div.slideshow #watermark2,
div.slideshow2 #watermark2{
	position:relative;
	display:block;
	float:right;
	bottom:30px;
	left: 0px;
	border:none;
	width: auto;
	height: auto;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	/*border: 1px solid #ccc;*/
	background-color: #eee;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	position:relative;
	margin: 0;
	padding: 0;
	width:310px;
	margin-left:5px;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 1px;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	/*border: 1px solid #ccc;*/
}
ul.thumbs li.selected a.thumb {
	/*background: #000;*/
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	width:70px;
	height:70px;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
}
div.navigation div.bottom {
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	/*border: 1px solid #ccc;*/
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	/*border-color: #000;*/
	color: #fff;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}


/* Second */
div.content2 {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width:250px; 
}
div.content2 a, div.navigation2 a {
	text-decoration: none;
	color: #777;
}
div.content2  a:focus, div.content2  a:hover, div.content2  a:active {
	text-decoration: none;
}
div.controls2 {
	position:relative;
	margin-top: 5px;
	height: 30px;
	width:100px;
}
div.controls2 a {
	padding: 5px;
	height: 20px;
	width:20px;
}

div.ss-controls2 {
	/*float: left;*/
	height:27px;
	
}
div.nav-controls2 {
	/*float: right;*/
}

div.controls2 a.play{
	position:absolute;
	top:2px;
	left:30px;
	background-image:url(../../images/bouton/btn_play.png);
	background-repeat:no-repeat;
	width:20px;
	height: 20px;
}

div.controls2 a.pause{
	position:absolute;
	top:2px;
	left:30px;
	background-image:url(../../images/bouton/btn_stop.png);
	background-repeat:no-repeat;
	width:20px;
	height: 20px;
}

div.controls2 a.relancer{
	position:absolute;
	top:2px;
	left:30px;
	background-image:url(../../images/bouton/btn_relancer.png);
	background-repeat:no-repeat;
	width:20px;
	height: 20px;
}


div.controls2 a.prev{
	position:absolute;
	top:0;
	left:-10px;
	background-image:url(../../images/bouton/btn_precedent.png);
	background-repeat:no-repeat;
	width:30px;
	height: 30px;
}

div.controls2 a.next{
	position:absolute;
	top:0;
	left:70px;
	background-image:url(../../images/bouton/btn_suivant.png);
	background-repeat:no-repeat;
	width:30px;
	height: 30px;
}

div.loader2 {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}
div.slideshow2 {
	clear: both;
	width:400px;
	height:300px;
	
}
div.slideshow2 span.image-wrapper2{
	float: left;
	padding-bottom: 12px;
	width:400px;
	height:300px;
}
div.slideshow2 a.advance-link2 {
	padding: 2px;
	display: block;
	/*border: 1px solid #ccc;*/
	width:300px;
}
div.slideshow2 img {
	border: none;
	display: block;
	text-align:center;
	width:400px;
	height:300px;
	margin-left:auto;
	margin-right:auto;
}
div.download2 {
	float: right;
}
div.embox2 {
	clear: both;
	/*border: 1px solid #ccc;*/
	background-color: #eee;
	padding: 12px;
}
div.image-title2 {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc2 {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation2 {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs2 {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:310px;
}

ul.thumbs2 li {
	float: left;
	padding: 0;
	margin: 1px;
	list-style: none;
}
a.thumb2 {
	padding: 2px;
	display: block;
	/*border: 1px solid #ccc;*/
}
ul.thumbs2 li.selected a.thumb2 {
	/*background: #000;*/
}
a.thumb2:focus {
	outline: none;
}
ul.thumbs2 img {
	border: none;
	display: block;
	width:70px;
	height:70px;
}
div.pagination2 {
	clear: both;
}
div.navigation2 div.top2 {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation2 div.bottom {
	margin-top: 12px;
}
div.pagination2 a, div.pagination2 span.current2 {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	/*border: 1px solid #ccc;*/
}
div.pagination2 a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination2 span.current2 {
	font-weight: bold;
	background-color: #000;
	/*border-color: #000;*/
	color: #fff;
}

/* Minimal Gallery Styles */
#thumbs-min2 ul.thumbs2 li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min2 a.thumb2 {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min2 ul.thumbs2 li.selected a.thumb2 {
	background: inherit;
	color: #000;
	font-weight: bold;
}
