/*
skins available:
	- sweet
*/

/* the container */
.allinone_carousel {
	position:relative;
}
.allinone_carousel img {
	max-width:none;
	max-height:none;
}
.allinone_carousel_list {
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}

.allinone_carousel .contentHolder {
	position:relative;
	/*overflow:hidden;*/
}


/***sweet SKIN***/

.allinone_carousel.sweet .contentHolderUnit {
	position:absolute;
	/*float:left;
	display:block;*/
	width:400px;
        height: 712px;
	overflow:hidden;
	cursor: pointer;
	/*border:1px #F00 solid;*/
	//background:url(skin/sweet/empty.gif) repeat;
}


.allinone_carousel.sweet .elementTitle {
	position:absolute;
	left:0;
	top:15px;
	width:100%;
	text-align:center;
	font: bold 22px/30px 'Droid Sans', Verdana, sans-serif;
	color:#FFFFFF;
	text-transform:capitalize;
}

.allinone_carousel.sweet .bannerControls {
	position:absolute;
	left:0;
	top:0;
	z-index:101;
	width:100%;
}

.allinone_carousel.sweet .leftNav:after,
.allinone_carousel.sweet .leftNav:before {
    font-size: 20px;
    border-radius: 50%;
    position: absolute;
    content: "\f060";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    background: rgba(43,165,124,0.4);
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    cursor: pointer;
}

.allinone_carousel.sweet .rightNav:after,
.allinone_carousel.sweet .rightNav:before {
    font-size: 20px;
    border-radius: 50%;
    content: "\f061";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 0;
    background: rgba(43,165,124,0.4);
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    cursor: pointer;
}

.allinone_carousel.sweet .bottomNav {
	position:absolute;
	height:35px;
	width:0;
	z-index:140;
}
.allinone_carousel.sweet .bottomNavButtonOFF {
	float:left;
	display:block;
	width:10px;
	height:10px;
	//background:url(skin/sweet/bottomNavOFF.png) 0 0 no-repeat;
	//cursor: pointer;
}

.allinone_carousel.sweet .bottomNavButtonON {
	float:left;
	display:block;
	width:10px;
	height:10px;
	//background:url(skin/sweet/bottomNavON.png) 0 0 no-repeat;
	cursor: pointer;
}

.allinone_carousel.sweet .bottomNavLeft {
	position:absolute;
	width:63px;
	height:35px;
	bottom:-10px;
	z-index:140;
}
.allinone_carousel.sweet .bottomNavRight {
	position:absolute;
	width:63px;
	height:35px;
	bottom:-10px;
	z-index:140;
}

.allinone_carousel.sweet .bottomOverThumb {
	position:absolute;
	width:88px;
	height:165px;
	background:url(skin/sweet/bottomOverThumbBg.png) 20px bottom no-repeat;
	bottom:30px;
	margin-left:-20px;
}
.allinone_carousel.sweet .bottomOverThumb img {
	border:4px solid #fff;
}

.hideElement {
	display:none;
}

@media screen and (min-width:1199px){
    .allinone_carousel.sweet .bannerControls {
        left:-20px;
        right:-10px;
    }
    .allinone_carousel.sweet .rightNav:after,
    .allinone_carousel.sweet .rightNav:before {
        right: -40px;
    }
}