/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

/* 20200116 margin-top »èÁ¦ (seohyun) */
.short-theme .short-controls{
	text-align: center;
}
/* //20200116 ¼öÁ¤ */
.short-buttons {position: absolute !important; top:50% !important;margin-top:-39px ; left:0;}
/* Styling Next and Prev buttons */

.short-theme .short-controls .short-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	padding: 3px 10px;
	font-size: 12px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	box-sizing:border-box;
}


div.short-prev {float:left;width:18px; height:40px; background:url("../images/product/btn_arrow.png") no-repeat left top;background-size:cover;text-indent:-999999px;box-sizing:border-box;}
div.short-next {float:right;width:18px; height:40px; background:url("../images/product/btn_arrow.png") no-repeat right top;background-size:cover;text-indent:-999999px;box-sizing:border-box;}
/* 20200317 top ¼öÁ¤  Seohyun */
div.short-buttons {width:100%;position: absolute !important; top:80% !important; left:0%;}
/* //20200317 */


/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.short-theme .short-controls.clickable .short-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/
.carousel-counter {margin-top:15px;text-align:center;}
.carousel-counter p {font-size:11px;font-weight:500;color:#aaaaaa;}
.carousel-counter p em {font-size:11px;font-style:normal;color:#333333;}

.short-theme .short-controls .short-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.short-theme .short-controls .short-page span{
	display: block;
	width: 6px;
	height: 6px;
	margin: 5px 7px;
	filter: Alpha(Opacity=90);/*IE7 fix*/
	opacity: 0.9;
	border:0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: none;
}

.short-theme .short-controls .short-page.active span/*,
.short-theme .short-controls.clickable .short-page:hover span*/{
	filter: Alpha(Opacity=90);/*IE7 fix*/
	opacity: .9;
	background:transparent;
}

/* If PaginationNumbers is true */

.short-theme .short-controls .short-page span.short-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.short-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
