/*
skins available:
	- sweet
	- powerful
	- charming
*/

/* the container */
#containingDiv {
  width: 750px;
  margin: 0 auto;
  padding: 0;
  font-family:calibri;
}
.lightbox_carousel {
	position:relative;
}
.lightbox_carousel img {
	max-width:none;
	max-height:none;
}
.lightbox_carousel_list {
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}

.lightbox_carousel .contentHolder {
	position:relative;
	overflow:hidden;
}
.mycanvas {
	position:absolute;
	top:8px;
	right:10px;
	z-index:1000;
	display:none !important;
}

.myloader {
	background:url(../loader.html);
	width:37px;
	height:37px;
	position:absolute;
	left:49%;
	top:49%;
	z-index:999;
}


/***charming SKIN***/

.lightbox_carousel.charming .contentHolderUnit {
	position:absolute;
	/*float:left;
	display:block;*/
	width:300px;
	height:234px;
	overflow:hidden;
	cursor: pointer;
	background:url(../empty.html) repeat;
}



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



.lightbox_carousel.charming .playOver {
	position:absolute;
	width:73px;
	height:73px;
	background:url(../play_overoff.html) 0 0 no-repeat;
	display:none;
	z-index:200;
	cursor: pointer;
}

.lightbox_carousel.charming .playOver:hover {
	background:url(../play_overon.html) 0 0 no-repeat;
	display:none;
	z-index:200;
	cursor: pointer;
}

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

/*.lightbox_carousel.charming .leftNav {
	position:absolute;
	left:5px;
	width:47px;
	height:47px;
	background:url(skins/charming/leftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.lightbox_carousel.charming .leftNav:hover {
	background:url(skins/charming/leftNavON.png) 0 0 no-repeat;
	display:none;
}
.lightbox_carousel.charming .rightNav {
	position:absolute;
	right:5px;
	width:47px;
	height:47px;
	background:url(skins/charming/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.lightbox_carousel.charming .rightNav:hover {
	background:url(skins/charming/rightNavON.png) 0 0 no-repeat;
	display:none;
}
.lightbox_carousel.charming .bottomNav {
	position:absolute;
	height:35px;
	width:0;
	padding-left:9px;
	z-index:140;
}
.lightbox_carousel.charming .bottomNavButtonOFF {
	float:left;
	display:block;
	width:19px;
	height:19px;
	background:url(skins/charming/bottomNavOFF.png) 0 0 no-repeat;
	padding-left:9px;
	cursor: pointer;
}

.lightbox_carousel.charming .bottomNavButtonON {
	float:left;
	display:block;
	width:19px;
	height:19px;
	padding-left:9px;
	background:url(skins/charming/bottomNavON.png) 0 0 no-repeat;
	cursor: pointer;
}

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

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

.lightbox_carousel.charming .bottomNavButtonON {
	float:left;
	display:block;
	width:12px;
	height:12px;
	background: #0099ff;
	cursor: pointer;
	border-radius:10px;
		margin-left:7px;
}

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

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


/*******/


.hideElement {
	display:none;
}
.getintouch {
	margin-bottom:20px;
}
	
.getintouch h1{
	color:#676767;
	font-size:18px;
	text-transform:uppercase;
}
.getintouch .col-input{
	width:230px;
	float:left;
	padding-left:15px;
}
.getintouch .col-submit{
	float:left;
	padding-left:15px;
}
.lightbox-bottomcarousel{
	padding:15px 0 0px;
}
.lightbox-bottomcarousel .item{
	width:420px;
	margin:0 auto;
}
.lightbox-bottomcarousel .carousel-control.right {
	background:none;
	right:0;
	width:20px;
}
.lightbox-bottomcarousel .carousel-control.left {
	background:none;
	left:0px;
	width:20px;
}
.lightbox-bottomcarousel .carousel-control {
  background: none;
  font-size: 30px;
  text-shadow: none;
  margin-top: 40px;
  color: #0099ff;
}
	
.lightbox-bottomcarousel .col-img{
	width:140px;
	float:left;
	margin:0 auto;
}