@charset "utf-8";

.eclipse-wrapper { position: relative;}
.eclipse-wrapper button { -webkit-appearance: none; appearance: none; cursor: pointer;}

.eclipse-hide { display: none !important;}

.eclipse-slider {transition: all 500ms;}
.eclipse-slides { z-index: 1;}
.eclipse-slides img { max-width: 100%;}
.eclipse-active { z-index: 10;}

.eclipse-clone { z-index: 0 !important;}

.eclipse-arrow { display: block; position: absolute; z-index: 11; width: 15px; min-width: 0; padding: 0; text-indent: -9999em; border: none; -webkit-appearance: none; appearance: none; cursor: pointer; outline: none;}
.eclipse-arrow.eclipse-prev { background:url(/home/images/arrow_slider_left.png) no-repeat center right; background-size:auto 100%; left:-18px; top:100px;}
.eclipse-arrow.eclipse-next { background:url(/home/images/arrow_slider_right.png) no-repeat center left; background-size:auto 100%; right:-18px; top:100px;}
/*.home_content_area .content_area .box.indeies .eclipse-arrow { margin: 0; height: 356px;}
.home_content_area .content_area .box.indeies .eclipse-arrow.eclipse-prev { top: 0; left: -7px;}
.home_content_area .content_area .box.indeies .eclipse-arrow.eclipse-next { top: 0; right: -7px;}
.home_content_area .content_area .box.indeies:hover .eclipse-arrow.eclipse-prev { visibility: visible;}
.home_content_area .content_area .box.indeies:hover .eclipse-arrow.eclipse-next { visibility: visible;}
/*.home_content_area .content_area .box.focus .eclipse-arrow { margin: 0; height: 88px;}
.home_content_area .content_area .box.focus .eclipse-arrow.eclipse-prev { top: 0; left: -12px;}
.home_content_area .content_area .box.focus .eclipse-arrow.eclipse-next { top: 0; right: -12px;}
.home_content_area .content_area .box.focus:hover .eclipse-arrow.eclipse-prev { visibility: visible; }
.home_content_area .content_area .box.focus:hover .eclipse-arrow.eclipse-next { visibility: visible;}*/     
.eclipse-controls { position: absolute; left: 50%; margin-right: -33px; bottom: 25px; z-index: 11; line-height: 0; transform: translateX(-50%);}

.eclipse-paging {float: left;}
.eclipse-paging-button {width: 10px; height: 10px; margin: 0 0 0 15px; background: #959597; border-radius: 50%; text-indent: -9999em; min-width: 0; outline: none; border: 1px solid #959597;}
.eclipse-paging-button:first-child {margin-left: 0;}
.eclipse-paging-active {background: #005495; border:1px solid #005495; position:relative;}
.eclipse-paging-active:after{ content:""; position:absolute; width:20px; height:20px; top:-5px; left:-5px; background:url(../images/dot_border.png) no-repeat;}

.eclipse-auto-play {display: none; /*display: block;*/ float: left; width: 25px; height: 25px; margin: 0 0 0 10px; /*background: url(images/play.png) 0 0 no-repeat;*/ text-indent: -9999em;}
.eclipse-auto-stop {display: none; /*display: block;*/ float: left; width: 25px; height: 25px; margin: 0 0 0 10px; /*background: url(images/stop.png) 0 0 no-repeat;*/ text-indent: -9999em;}




/*for iphone5 */
@media all and (min-width: 320px) and (max-width: 767px) {
	.eclipse-controls{
	    bottom: 30px;
	}
}