@charset "utf-8";
/* CSS Document */

#content_gallery{
	display:none;
	position: absolute;
	width: 800px;
	height: 600px;
	top: 0; bottom: 0; left: 0; right: 0;
	margin: 10px auto;
	background-color: white;
	z-index: 100;
	box-shadow: 0px 0px 500px 100px black;
}
#content_gallery h2{
	font-size: 20px;
	font-style: normal;
	text-align: center;
	margin: 10px 0 5px;
}
#content_gallery #box_imgs_gallery{
	float:left; width:100%; height:100%;
	background-color:#DDD;
}
#sx_main, #dx_main{
	position:absolute;
	width:50px; height:50px;
	background-color:rgba(255,255,255,0.5);
	z-index:110; top:230px;
}
#sx_main{
	left:-25px;
}
#dx_main{
	left:775px;
}
#main_img{
	background-color:#AAA;
	width: 780px; height: 485px;
	margin: 5px 10px;
	box-sizing:border-box;
}
#main_img img{
	border: 1px solid white;
}
#box_thumbs{
	float: left;
	width: 780px; height: 70px;
	background-color: #999;
	overflow:hidden;
	margin-left: 10px;
}
#sx_thumbs, #dx_thumbs{
	position:absolute;
	width:30px; height:30px;
	z-index:110;
	background-color:rgba(255,255,255,0.5);
	margin-top: 17px;
	display:none;
}
#sx_thumbs{
	margin-left: -25px;
	
}
#dx_thumbs{
	margin-left: 775px;
}
#loading_thumbs, #loading_main_image{
	position:absolute; 
	background:rgba(0,0,0,0.8) url(../imgs/ajax-loader.gif) no-repeat center center; 
	
}
#loading_thumbs{
	width: 780px;
	height: 70px;
	margin-top: -4px;
}
#loading_main_image{
	width: 780px; height: 485px;
	top: 0; left: 0;
	margin: 40px 10px;
}

#box_thumbs ul{
	margin-top: 4px;
}
#box_thumbs ul li{
	float:left;
	height:61px;
	margin:0 5px 5px;
}
#box_thumbs ul li img{
	border:1px solid white;
	cursor:pointer;
	height:60px;
}
#footer_title_galleries{
	float: left;
	width: 100%;
	background-color: #333;
	min-height: 30px;
}
#footer_title_galleries ul{
	text-align:center;
}
#footer_title_galleries ul li{
	display:inline-block;
	margin:5px 15px;
	cursor:pointer;
}


/*** ANIM ***/

#box_thumbs ul{
	-webkit-transition:all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
}
	