.photosliderloading div {
	visibility:hidden;
}

.photoslider_nav {
	position: relative;
	/*border: solid black 1px;*/
	overflow: hidden;
	height: 80px;
	width: 450px;
	margin: auto;
}

.photoslider_thumbBar {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
}

.photoslider_thumb {
	position: relative;
	border: solid #cccccc 1px;
	width: 60px;
	height: 40px;
	float: left;
	padding: 2px;
	margin: 3px;
	cursor: pointer;
	padding-bottom:4px;
}

.photoslider_thumb img {
	width:60px;
	height:42px;
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: relative;
	/*height: 420px;*/
	padding-bottom: 5px;
	height:280px;
	background-image:url(bl.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	margin-left:20px;
}

.photoslider_main img {
	position: relative;
	/*border: solid #000 10px;*/
	display: block;
	margin: auto;
	width:400px;
	max-height:280px;
	margin-left:8px;
	background-image:url(br.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding-right:8px;
}

.photoslider_caption {
	font-weight: bold;
	text-align: center;
	clear:both;
}

.photoslider_caption .bouton_prec {
	color:#cc0000;
	font-size:0.8em;
	float:left;
	margin-left:20px;
	font-weight:normal;
	cursor:pointer;
}

.photoslider_caption .bouton_suiv {
	color:#cc0000;
	font-size:0.8em;
	float:right;
	margin-right:20px;
	font-weight:normal;
	cursor:pointer;
}

.photoslider_caption span.disa {
	visibility:hidden;
}

.photoslider_control {
	display: none;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	margin: auto;
	height: 30px;
	width: 52px;
}

.photoslider_play, .photoslider_stop {
	width: 18px;
	height: 19px;
	margin: auto;
	padding: 3px;
	cursor: pointer;
	text-align: center;
	border: solid #fff 1px;
	float: left;
}

.photoslider_play {
	background: url('/images/play_pause.gif') no-repeat 0px 0px;
}

.photoslider_stop {
	background: url('/images/play_pause.gif') no-repeat -25px 0px;
}

.slideshow_disabled {
	border-bottom: solid #919191 2px;
}

.photoslider_thumbBar .current {
	border:2px solid #CC0000;
}
