/*
skins available:
	- universal
	- classic
	- attractive
*/

/* the container */
.allinone_bannerRotator {
	position:relative;
}
.allinone_bannerRotator img {
	position:absolute;
	top:0px;
	left:0px;
	max-width:none;
	max-height:none;
}
.allinone_bannerRotator_list {
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}
.allinone_bannerRotator .stripe {
	position:absolute;
	display:block;	
	height:100%;
	z-index:1;
	overflow:hidden;
}
.allinone_bannerRotator .block {
	position:absolute;
	display:block;	
	z-index:1;
	overflow:hidden;
}
.mycanvas {
	position:absolute;
	top:8px;
	right:10px;
	z-index:10;
}

/***ATTRACTIVE SKIN***/
.allinone_bannerRotator.attractive .bannerControls {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	width:100%;
}

.allinone_bannerRotator.attractive .leftNav {
	position:absolute;
	left:-15px;
	top:50%;
	width:53px;
	height:127px;
	background:url(/Websites/DefaultSite/images/skins/attractive/leftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_bannerRotator.attractive .leftNav:hover {
	background:url(/Websites/DefaultSite/images/skins/attractive/leftNavON.png) 0 0 no-repeat;
}
.allinone_bannerRotator.attractive .rightNav {
	position:absolute;
	right:-15px;
	top:50%;
	width:53px;
	height:127px;
	background:url(/Websites/DefaultSite/images/skins/attractive/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_bannerRotator.attractive .rightNav:hover {
	background:url(/Websites/DefaultSite/images/skins/attractive/rightNavON.png) 0 0 no-repeat;
}
.allinone_bannerRotator.attractive .bottomNav {
	position:absolute;
	background:#532860;
	height:35px;
	width:0;
	padding-left:9px;
	z-index:4;
}
.allinone_bannerRotator.attractive .bottomNavButtonOFF {
	float:left;
	display:block;
	width:11px;
	height:11px;
	background:url(/Websites/DefaultSite/images/skins/attractive/bottomNavOFF.png) 0 0 no-repeat;
	padding-left:9px;
	cursor: pointer;
}

.allinone_bannerRotator.attractive .bottomNavButtonON {
	float:left;
	display:block;
	width:11px;
	height:11px;
	padding-left:9px;
	background:url(/Websites/DefaultSite/images/skins/attractive/bottomNavON.png) 0 0 no-repeat;
	cursor: pointer;
}

.allinone_bannerRotator.attractive .bottomNavLeft {
	position:absolute;
	width:63px;
	height:35px;
	margin-left:1px;
	background:url(/Websites/DefaultSite/images/skins/attractive/bottomNavLeft.png) 0 0 no-repeat;
	z-index:4;
}
.allinone_bannerRotator.attractive .bottomNavRight {
	position:absolute;
	width:63px;
	height:35px;
	margin-left:-1px;
	background:url(/Websites/DefaultSite/images/skins/attractive/bottomNavRight.png) 0 0 no-repeat;
	z-index:4;
}

.allinone_bannerRotator.attractive .bottomOverThumb {
	position:absolute;
	width:88px;
	height:106px;
	background:url(/Websites/DefaultSite/images/skins/attractive/bottomOverThumbBg.png) 23px bottom no-repeat;
	bottom:27px;
	margin-left:-25px;
}
.allinone_bannerRotator.attractive .bottomOverThumb img {
	border:4px solid #22032e;
}


/***CLASSIC SKIN***/
.allinone_bannerRotator.classic .bannerControls {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	width:100%;
}

.allinone_bannerRotator.classic .leftNav {
	position:absolute;
	left:4px;
	top:50%;
	/*margin-top:-20px;  height/2 */
	width:41px;
	height:41px;
	background:url(/Websites/DefaultSite/images/skins/classic/leftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_bannerRotator.classic .leftNav:hover {
	background:url(/Websites/DefaultSite/images/skins/classic/leftNavON.png) 0 0 no-repeat;
}
.allinone_bannerRotator.classic .rightNav {
	position:absolute;
	right:4px;
	top:50%;
	/*margin-top:-20px;  height/2 */
	width:41px;
	height:41px;
	background:url(/Websites/DefaultSite/images/skins/classic/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_bannerRotator.classic .rightNav:hover {
	background:url(/Websites/DefaultSite/images/skins/classic/rightNavON.png) 0 0 no-repeat;
}
.allinone_bannerRotator.classic .bottomNav {
	position:absolute;
	background:url(/Websites/DefaultSite/images/skins/classic/bottomNavBg.png) 0 0 repeat-x;
	width:0px;
	height:24px;
	z-index:4;
	padding-left:9px;
}
.allinone_bannerRotator.classic .bottomNavButtonOFF {
	float:left;
	display:block;
	width:11px;
	height:11px;
	background:url(/Websites/DefaultSite/images/skins/classic/bottomNavOFF.png) 0 0 no-repeat;
	padding-left:9px;
	cursor: pointer;
}

.allinone_bannerRotator.classic .bottomNavButtonON {
	float:left;
	display:block;
	width:11px;
	height:11px;
	padding-left:9px;
	background:url(/Websites/DefaultSite/images/skins/classic/bottomNavON.png) 0 0 no-repeat;
	cursor: pointer;
}

.allinone_bannerRotator.classic .bottomNavLeft {
	position:absolute;
	width:0px;
	display:none;
	background:#F00;
	height:24px;
	z-index:4;
}
.allinone_bannerRotator.classic .bottomNavRight {
	position:absolute;
	width:0px;
	display:none;
	height:24px;
	background:#F00;
	z-index:4;
}

.allinone_bannerRotator.classic .bottomOverThumb {
	position:absolute;
	width:88px;
	height:106px;
	background:url(/Websites/DefaultSite/images/skins/classic/bottomOverThumbBg.png) 23px bottom no-repeat;
	bottom:27px;
	margin-left:-25px;
}
.allinone_bannerRotator.classic .bottomOverThumb img {
	border:4px solid #000000;
}





/***UNIVERSAL SKIN***/
.allinone_bannerRotator.universal .bannerControls {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	width:100%;
}

.allinone_bannerRotator.universal .leftNav {
	position:absolute;
	left:10px;
	top:50%;
	/*margin-top:-20px;  height/2 */
	width:41px;
	height:41px;
	background:url(/Websites/DefaultSite/images/skins/universal/leftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_bannerRotator.universal .leftNav:hover {
	background:url(/Websites/DefaultSite/images/skins/universal/leftNavON.png) 0 0 no-repeat;
}
.allinone_bannerRotator.universal .rightNav {
	position:absolute;
	right:10px;
	top:50%;
	/*margin-top:-20px;  height/2 */
	width:41px;
	height:41px;
	background:url(/Websites/DefaultSite/images/skins/universal/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_bannerRotator.universal .rightNav:hover {
	background:url(/Websites/DefaultSite/images/skins/universal/rightNavON.png) 0 0 no-repeat;
}
.allinone_bannerRotator.universal .bottomNav {
	position:absolute;
	width:0px;
	height:24px;
	z-index:4;
	padding-left:9px;
}
.allinone_bannerRotator.universal .bottomNavButtonOFF {
	float:left;
	display:block;
	width:14px;
	height:14px;
	background:url(/Websites/DefaultSite/images/skins/universal/bottomNavOFF.png) 0 0 no-repeat;
	padding-left:9px;
	cursor: pointer;
}

.allinone_bannerRotator.universal .bottomNavButtonON {
	float:left;
	display:block;
	width:14px;
	height:14px;
	padding-left:9px;
	background:url(/Websites/DefaultSite/images/skins/universal/bottomNavON.png) 0 0 no-repeat;
	cursor: pointer;
}

.allinone_bannerRotator.universal .bottomNavLeft {
	position:absolute;
	width:0px;
	display:none;
	background:#F00;
	height:24px;
	z-index:4;
}
.allinone_bannerRotator.universal .bottomNavRight {
	position:absolute;
	width:0px;
	display:none;
	height:24px;
	background:#F00;
	z-index:4;
}

.allinone_bannerRotator.universal .bottomOverThumb {
	position:absolute;
	width:88px;
	height:106px;
	background:url(/Websites/DefaultSite/images/skins/universal/bottomOverThumbBg.png) 23px bottom no-repeat;
	bottom:27px;
	margin-left:-25px;
}
.allinone_bannerRotator.universal .bottomOverThumb img {
	border:4px solid #000000;
}



/***Text Styles***/


.allinone_bannerRotator_texts {
	position:absolute;
	z-index:3;
	display: none;
	width:100%;
	text-align:left;
}
.allinone_bannerRotator_text_line {
	position:absolute;
}

/****Text Classic FullWidth***/

.textElement11_classic_FullWidth {
	font: 700 40px 'Open Sans', Verdana, Helvetica, sans-serif;
	line-height:40px;
	color:#fff;
}
.textElement12_classic_FullWidth {
	font: 700 40px 'Open Sans', Verdana, Helvetica, sans-serif;
	line-height:40px;
	color:#fff;
}
.textElement13_classic_FullWidth {
	font: 700 26px 'Open Sans', Verdana, Helvetica, sans-serif;
	line-height:26px;
	color:#fff;
}
.textElement14_classic_FullWidth {
	font: 700 30px 'Open Sans', Verdana, Helvetica, sans-serif;
	line-height:34px;
	color:#000000;
}

.textElement21_classic_FullWidth {

}
.textElement22_classic_FullWidth {

}
.textElement23_classic_FullWidth {

}
.textElement24_classic_FullWidth {

}
.textElement25_classic_FullWidth {

}
.textElement21_classic_FullWidth,
.textElement22_classic_FullWidth,
.textElement23_classic_FullWidth,
.textElement24_classic_FullWidth, 
.textElement25_classic_FullWidth {
	font: 700 36px 'Open Sans', Verdana, Helvetica, sans-serif;
	line-height:40px;
	color:#ffffff;
}
.textElement21_classic_FullWidth span,
.textElement22_classic_FullWidth span,
.textElement23_classic_FullWidth span,
.textElement24_classic_FullWidth span, 
.textElement25_classic_FullWidth span {
	color:#ffc600;
}
.textElement31_classic_FullWidth {
	font: 700 36px/40px 'Open Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
}

.textElement32_classic_FullWidth {
	font: 700 48px/64px 'Open Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#ffd200;
}
.textElement33_classic_FullWidth {
	font: 700 29px/33px 'Open Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
}
.textElement34_classic_FullWidth {
	font: 700 29px/33px 'Open Sans', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
}
.textElement41_classic_FullWidth {
	font: 700 31px 'Open Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:40px;
	color:#fff;
}
.textElement42_classic_FullWidth {
	font: 700 34px 'Open Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:48px;
	color:#fff000;
}
.textElement43_classic_FullWidth {
	font: 700 29px 'Open Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:40px;
	color:#fff;
}
.textElement44_classic_FullWidth {
	font: 700 29px 'Open Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:40px;
	color:#fff;
}



.hideElement {
	display:none;
}

