@charset "UTF-8";

/******************************/
/***********BANNER*********/
/******************************/
.photoTrim{width:500px; height:500px; overflow:hidden; position:relative;}
.showPhotoIconBt{width:50px; height:50px;}

.photoDir{width:40px; height:50px; position:absolute; top:50%; margin-top:-25px; cursor:pointer;}
.svg .photoDir{background-image:url(../_img/photoDir.svg);}
.no-svg .photoDir{background-image:url(../_img/photoDir.png);}

.photoLoader{background-repeat: no-repeat; background-position: 50% 50%;}
.photoArea
{
	width:100%;
	box-shadow:0px 0px 15px rgba(0,0,0,0.5);
	-moz-box-shadow:0px 0px 15px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px 0px 15px rgba(0,0,0,0.5);
}
.photoDirR{background-position:40px 0; right:5px;}
.photoDirL{background-position:0px 0; left:5px;}

.caption
{
	width:100%; padding:1em 0; text-align:center; height: 3.5em;
	display: flex;
	justify-content: center;
}

.firstSrc{overflow:hidden; line-height:0; width:0px; height:0px; visibility: hidden;}