/*******************************************************************************************************/
/* GALERIE PHOTO */
/*******************************************************************************************************/
#gallery_artiste{
	float:right;
	width:435px;
}

#thumbs_artiste{
	float:left;
}

.navigation_artiste .top {
	height:22px;
	margin-bottom:5px;
}

.navigation_artiste .bottom {
	margin-top:5px;
}

.pagination_artiste {
	clear:both;
}

#thumbs_artiste ul.thumbs {
	clear:both;
	margin:0;
	padding:0;
}

#thumbs_artiste ul.thumbs li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:4px 8px 4px 0;
	padding:0;
}

#thumbs_artiste a.thumb {
	border:1px solid #cccccc;
	display:block;
	padding:2px;
}

#thumbs_artiste ul.thumbs li.selected a.thumb {
	background:#000000 none repeat scroll 0 0;
}


#thumbs_artiste .pagination a, .pagination span.current {
	display:block;
	float:left;
	margin-right:2px;
	padding:4px 7px 2px;
}

#thumbs_artiste .pagination a{
	border:1px solid #cccccc;
	color:#6a6969;
	font-weight:bold;
} 

#thumbs_artiste .pagination span.current, .pagination a:hover {
	border:1px solid #03cbd2;
	background-color:#03cbd2;
	color:#fff;
	font-weight:bold;
}

#gallery_artiste .controls {
	height:22px;
	margin-bottom:3px;
	margin-top:6px;
	color:#737272;
}

#gallery_artiste .nav-controls {
	float:right;
}

#gallery_artiste .ss-controls {
	float:left;
}

#gallery_artiste .controls a {
	padding:5px;
}

#gallery_artiste a.play, a.prev, a.next, a.pause{
	color:#737272;
}

#gallery_artiste a.play:hover, a.pause:hover, a.prev:hover, a.next:hover{
	text-decoration:underline;
}

#gallery_artiste .slideshow {
	clear:both;
}

.slideshow span.image-wrapper {
	float:left;
	padding-bottom:12px;
}

#gallery_artiste .slideshow a.advance-link {
	width:435px;
	text-align:center;
	display:block;
	
}

#gallery_artiste .slideshow img {
	border:1px solid #CCCCCC;
	padding:2px;
}

#gallery_artiste .embox {
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	clear:both;
	padding:12px;
}

#gallery_artiste .download {
	float:right;
}

#gallery_artiste .download a{
	color:#14b8be;
	font-weight:bold;
	font-size:11px;
}

#gallery_artiste .download a:hover{
	text-decoration:underline;
}

#gallery_artiste div.image-title {
	font-size:18px;
	color:#6a6969;
	font-weight:bold;
}

#gallery_artiste div.image-desc {
	font-size:12px;
	color:#858484;
	font-weight:bold;
	padding-top:12px;
}