@charset "ISO-8859-1";
/* CSS Document */

.gallery {
	float: left;
	margin:0 auto;
	height:auto !important;
}

.ui-slider{
	display:none;
}

.ui-slider-horizontal .ui-slider-handle {
	width: 20px;
	margin-left: -10px;
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(../images/visionneuse/ui-bg-standard.png) 50% 50% repeat-x;
}

.ui-slider-horizontal .ui-slider-handle.ui-state-hover {
	border-color: #999999;
	background: #dadada url(../images/visionneuse/ui-bg-hover.png) 50% 50% repeat-x;
}

.ui-slider-horizontal .ui-slider-handle.ui-state-active {
	border-color: #aaaaaa;
	background: #cfcfcf url(../images/visionneuse/ui-bg-active.png) 50% 50% repeat-x;
}

.gallery .sgi-ui-gallery-prev, .gallery .sgi-ui-gallery-next{
	display:none;
}

.sgi-ui-gallery-prev {
	background-image: url('../images/visionneuse/fleche_gauche.png');
	background-position: 10px center;
}

.sgi-ui-gallery-prev:hover {
	cursor:pointer;
	background-image: url('../images/visionneuse/fleche_gauche_hover.png');
}

.sgi-ui-gallery-next {
	background-image: url('../images/visionneuse/fleche_droite.png');
}

.sgi-ui-gallery-next:hover {
	cursor:pointer;
	background-image: url('../images/visionneuse/fleche_droite_hover.png');
}

.sgi-ui-gallery-title {
	width: 100%;
	background:url("../images/visionneuse/bg_description.png") repeat top left;
}

.sgi-ui-gallery-title-text {
	color: #FFFFFF;
	padding: 5px 10px;
}

.sgi-ui-gallery-zoneimage{
	display:none;
}

.ui-dialog-content .sgi-ui-gallery-zoneimage {							
	background:url('../images/visionneuse/bg_noir.png') repeat;
	display:block;
}

.ui-widget-overlay {
	background-image: none;
	background-color: #000000;
	opacity: 0.85;
	filter:alpha(opacity=85);
}

.fleche_gauche,
.fleche_droite{
	cursor:pointer;
}

#gallery.gallery.sgi-ui-gallery.sgi-ui-gallery-container{
	width:96% !important;
}

#gallery .sgi-ui-gallery-outergallery{
	width:100% !important;
}

#gallery .sgi-ui-gallery-fullimage img{
	cursor:default;
}