@charset "UTF-8";
/* CSS Document */



#screener{
	display:none;
	position:absolute;
	overflow:hidden;
	top:0;
	width:100%;
	height:100%;
	background-image:url(../images/MainPic/BKG-gallerie.png);
	background-repeat:repeat;
	cursor:default;
	text-align:center;
	z-index:0;
}

#DescImg{
	position:absolute;
	display:block;
	box-sizing:border-box;
	width:100%;
	height:100%;
	padding:0;
	margin:25px auto 0 auto;
	top:0;
	cursor:default;
	z-index:0;
}

#DescImg:hover{
}

#SpanImg{
	position:absolute;
	display:block;
	left:50%;
	box-sizing:border-box !important;
	width:auto;
	height:auto;
	margin:0;
	padding:20px;
	min-height:30px;
	max-height:300px;
	font-family:Bliss-Light, Helvetica, Allerta;
	font-size:14px;
	line-height:18px;
	color:#fff;
	background-image:url(../images/MainPic/BKG-gallerie.png);
	background-repeat:repeat;
	opacity:.9;
	cursor:pointer;
	z-index:1000;
	}

#AffImage{
	position:relative;
	display:block;
	box-sizing:border-box;
	margin:0 auto 0 auto;
	padding:0px;
	visibility:hidden;
	cursor:pointer;
}

.ResizeH{	
	width:auto;
	height:90%;
	}

.ResizeW{	
	width:90%;
	height:auto;
	}

#content-slider {
	display:block;
	width: 70%;
	height: 6px;
	left:50%;
	margin-left:-35%;
	background: #fff;
	position:absolute;
	top:60px;
	-webkit-border-radius:3px;
	-webkit-box-shadow:-1px -1px 0px #aaa;
	-moz-border-radius: 3px;
	-moz-box-shadow: -1px -1px 0px #aaa;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	box-shadow: -1px -1px 0px #aaa;
}

.ui-slider-handle {
	width: 15px;
	height: 10px;
	position: absolute;
	top: -4px;
	background: #aaa;
	border:solid 1px #fff;
	-webkit-border-radius:5px;
	-webkit-box-shadow:1px 1px 3px #000;
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px #000;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #000;
}

.ui-slider-handle:hover {
	background: #526C83;
	border:solid 1px #B7CED6;	
	}

#content-scroll {
	display:block;
	width: 75%;
	height: auto;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
	border:solid 2px #fff;
	padding:10px 10px;
	-webkit-border-radius:20px;
	background-image:url(../images/MainPic/BKG-menu-gallerie.png);
	background-repeat:repeat-y;
	background-position:top center !important;
	background-size:105%;
	-webkit-box-shadow:1px 1px 3px #999;
	-moz-border-radius: 20px;
	-moz-box-shadow: 1px 1px 3px #999;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 1px 1px 3px #999;
	z-index:1000;
}

#content-holder {
	display:block;
	height: 56px;
	width:10000px;
}

.content-item img{
	display:inline-block;
	cursor:pointer;
	width: 	98px; 
	float: left;
	margin:0;
	padding:0;
	border:none;
}


.content-item img:hover {
	width:100px;
}
.content-item:hover {
	width:100px;
	-moz-box-shadow: 0px 0px 10px #777;
	box-shadow: 0px 0px 10px #777;
	-webkit-box-shadow:0px 0px 10px #777;
}
.content-item {
	display:inline-block;
	alignment-adjust:middle;
	width: 98px;
	height: 50px;
	overflow:hidden;
	padding:0;
	margin:15px 5px;
	float: left;
	border:none;
	-moz-border-radius: 5px;
	-moz-box-shadow: -1px 1px 0px #fff;
	-webkit-box-shadow: -1px 1px 0px #fff;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	z-index:10;
}

#WrapSlider{
	position:absolute;
	display:block;
	background-image:url(../images/MainPic/BKG-vide.gif);
	background-repeat:repeat;
	width:60%;
	height:175px;
	left:50%;
	margin:0 0 0 -30%;
	padding:0;
	bottom:-5px;
	border:none;
	cursor:pointer;
	z-index:1;
}
