/*
skins available:
	- sweet
	- powerful
	- charming
*/
#containing-wrapper {
	width:600px;margin:0 auto; padding:0;	
}

@media screen and (min-width:1200px){
#containing-wrapper{
	width:600px;margin:0 auto; padding:0;	
}
}

@media screen and (max-width:767px){
#containing-wrapper{
	width:100%;margin:0 auto;padding:0;	
}	
}

/* 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;
}
.mycanvas {
	position:absolute;
	top:8px;
	right:10px;
	z-index:1000;
}

.myloader {
	width:37px;
	height:37px;
	position:absolute;
	left:49%;
	top:49%;
	z-index:999;
}


/***charming SKIN***/

.allinone_carousel.charming .contentHolderUnit {
	position:absolute;
	/*float:left;
	display:block;*/
	width:205px;
	height:120px;
	overflow:hidden;
	cursor: pointer;
	background:url(../skins/charming/empty.gif) repeat;
}



.allinone_carousel.charming .elementTitle {
	position:absolute;
	left:0;
	top:40px;
	width:100%;
	text-align:center;
	font: bold 22px/30px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:capitalize;
}



.allinone_carousel.charming .playOver {
	position:absolute;
	width:45px;
	height:45px;
	background:url(/img/play_over.png) 0 0 no-repeat;
	display:none;
	z-index:200;
	cursor: pointer;
}

.allinone_carousel.charming .playOver:hover {
	background:url(/img/play_over.png) 0 0 no-repeat;
	display:none;
	z-index:200;
	cursor: pointer;
}

.allinone_carousel.charming .bannerControls {
	position:absolute;
	left:0;
	top:0;
	z-index:101;
	width:100%;
}

.allinone_carousel.charming .leftNav {
	position:absolute;
	left:5px;
	width:47px;
	height:47px;
	background:url(../skins/charming/leftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_carousel.charming .leftNav:hover {
	background:url(../skins/charming/leftNavON.png) 0 0 no-repeat;
}
.allinone_carousel.charming .rightNav {
	position:absolute;
	right:5px;
	width:47px;
	height:47px;
	background:url(../skins/charming/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_carousel.charming .rightNav:hover {
	background:url(../skins/charming/rightNavON.png) 0 0 no-repeat;
}
/*.allinone_carousel.charming .bottomNav {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0,0,0,0);
border: 1px solid #fff;
border-radius: 10px;
 bottom: 0px;
}

.allinone_carousel.charming .bottomNavButtonOFF {
  background-color: #cccccc;
  border: none;
}
.allinone_carousel.charming .bottomNavButtonON{
  background-color: #6699ff;
  border: none;
  width: 12px;
height: 12px;
margin: 0;
}*/

.allinone_carousel.charming .bottomNav {
	position:absolute;
	height:15px;
	border-radius:10px;
bottom: 25px !important;
left: 40% !important;
z-index: 15;
width: 100% !important;
padding-left: 0;
text-align: center;
list-style: none;
cursor:default !important;
}
.allinone_carousel.charming .bottomNavButtonOFF {
	float:left;
	display:block;
	width:10px;
	height:10px;
	background:#cccccc;
	padding-left:9px;
	cursor: pointer;
	border-radius:10px;
		margin-left:7px;
}

.allinone_carousel.charming .bottomNavButtonON {
	float:left;
	display:block;
	width:12px;
	height:12px;
	padding-left:9px;
	background: #0099ff;
	cursor: pointer;
		margin-left:7px;
}

.allinone_carousel.charming .bottomNavLeft {
	display:none;
	position:absolute;
	z-index:140;
}
.allinone_carousel.charming .bottomNavRight {
	display:none;
	position:absolute;
	z-index:140;
}

.allinone_carousel.charming .bottomOverThumb {
	position:absolute;
	width:88px;
	height:106px;
	background:url(../skins/charming/bottomOverThumbBg.png) 23px bottom no-repeat;
	bottom:27px;
	xleft:0px;
	margin-left:-25px;
}
.allinone_carousel.charming .bottomOverThumb img {
	border:4px solid #22032e;
}


/*******/




.hideElement {
	display:none;
}

