/* the container */
.magic_carousel {
	position:relative;
	overflow:hidden;
	display: none;
}
.magic_carousel img {
	max-width:none;
	max-height:none;
}
.magic_carousel_list {
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}

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

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

.hideElement {
	display:none;
}


/***white SKIN***/
.magic_carousel.white .contentHolderUnit {
	position:absolute;
	overflow:hidden;
	cursor: pointer;
	background:url(../images/empty.gif) repeat;
	border-style:solid;
}

.magic_carousel.white .elementTitle {
	position:absolute;
	left:0;
	top:15px;
	width:100%;
	text-align:center;
	font: bold 22px/22px 'PT Sans', sans-serif;
	color:#333333;
}

.magic_carousel.white .elementTitle .elementSubTitle {
	position:absolute;
	left:0;
	width:100%;
	text-align:center;
	color:#777;
	font-weight:normal;
}

.hero_upper_div .magic_carousel.white .iconOver {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff0000' d='M10,15L15.19,12L10,9V15M21.56,7.17C21.69,7.64 21.78,8.27 21.84,9.07C21.91,9.87 21.94,10.56 21.94,11.16L22,12C22,14.19 21.84,15.8 21.56,16.83C21.31,17.73 20.73,18.31 19.83,18.56C19.36,18.69 18.5,18.78 17.18,18.84C15.88,18.91 14.69,18.94 13.59,18.94L12,19C7.81,19 5.2,18.84 4.17,18.56C3.27,18.31 2.69,17.73 2.44,16.83C2.31,16.36 2.22,15.73 2.16,14.93C2.09,14.13 2.06,13.44 2.06,12.84L2,12C2,9.81 2.16,8.2 2.44,7.17C2.69,6.27 3.27,5.69 4.17,5.44C4.64,5.31 5.5,5.22 6.82,5.16C8.12,5.09 9.31,5.06 10.41,5.06L12,5C16.19,5 18.8,5.16 19.83,5.44C20.73,5.69 21.31,6.27 21.56,7.17Z'/%3E%3C/svg%3E") no-repeat center / contain !important;
}

.magic_carousel.white .iconOver {
	position:absolute;
	width:63px;
	height:63px;
	background-position:left top;
	background-repeat:no-repeat;
	display:none;
	z-index:200;
	cursor: pointer;
}

.hero_upper_div .elementTitle .newFS, .ppt{
	font-size: 22px !important;
	font-style: italic !important;
	text-align: center !important;
	color: #0076a3 !important;
	font-weight: 600;
}

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

.magic_carousel.white .leftNav {
	position:absolute;
	left:7px;
	width:48px;
	height:48px;
	background:url(../images/leftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}

.magic_carousel.white .leftNav:hover {
	background:url(../images/leftNavON.png) 0 0 no-repeat;
}

.magic_carousel.white .rightNav {
	position:absolute;
	right:7px;
	width:48px;
	height:48px;
	background:url(../images/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}

.magic_carousel.white .rightNav:hover {
	background:url(../images/rightNavON.png) 0 0 no-repeat;
}

.magic_carousel.white .bottomNav {
	position:absolute;
	height:35px;
	width:0;
	padding-left:9px;
	z-index:140;
}

.magic_carousel.white .bottomNavButtonOFF {
	float:left;
	display:block;
	width:12px;
	height:12px;
	background:url(../images/bottomNavOFF.png) 0 0 no-repeat;
	padding-left:6px;
	cursor: pointer;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

.magic_carousel.white .bottomNavButtonON {
	float:left;
	display:block;
	width:12px;
	height:12px;
	padding-left:6px;
	background:url(../images/bottomNavON.png) 0 0 no-repeat;
	cursor: pointer;
}

.magic_carousel.white .bottomNavLeft {
	display:none;
	position:absolute;
	z-index:140;
}
.magic_carousel.white .bottomNavRight {
	display:none;
	position:absolute;
	z-index:140;
}

.magic_carousel.white .bottomOverThumb {
	display: none;
	position:absolute;
	width:88px;
	height:106px;
	background:url(../images/bottomOverThumbBg.png) 23px bottom no-repeat;
	bottom:27px;
	xleft:0px;
	margin-left:-25px;
}
.magic_carousel.white .bottomOverThumb img {
	border:4px solid #333333;
}
