/*
skins available:
	- universal
	- classic
	- attractive
*/

/* the container */
.bannerRotator {
	position:relative;
}
.bannerRotator img {
	position:absolute;
	top:0px;
	left:0px;
	max-width:none;
	max-height:none;
}
.bannerRotator img.arrow {
	position:relative;
	padding-bottom:3px;
}
.bannerRotator_list {
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}
.bannerRotator .stripe {
	position:absolute;
	display:block;	
	height:100%;
	z-index:1;
	overflow:hidden;
}
.bannerRotator .block {
	position:absolute;
	display:block;	
	z-index:1;
	overflow:hidden;
}
.mycanvas {
	position:absolute;
	top:8px;
	right:10px;
	z-index:10;
}

.banner_heading {
	color: #a8a8a8;
	font-size: 28px;
	font-weight: bold;
}

.banner_link {
	margin-top:20px;
}
.banner_link a {
	color: #0955a0 !important;
	font-weight: bold;
	border-bottom-style: none;
}

/***CLASSIC SKIN***/
.bannerRotator.classic .bannerControls {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	width:100%;
}

.bannerRotator.classic .leftNav {
	position:absolute;
	left:4px;
	top:50%;
	/*margin-top:-20px;  height/2 */
	width:41px;
	height:41px;
	background:url(skins/classic/leftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.bannerRotator.classic .leftNav:hover {
	background:url(skins/classic/leftNavON.png) 0 0 no-repeat;
}
.bannerRotator.classic .rightNav {
	position:absolute;
	right:4px;
	top:50%;
	/*margin-top:-20px;  height/2 */
	width:41px;
	height:41px;
	background:url(skins/classic/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.bannerRotator.classic .rightNav:hover {
	background:url(skins/classic/rightNavON.png) 0 0 no-repeat;
}
.bannerRotator.classic .bottomNav {
	position:absolute;
	width:0px;
	height:24px;
	z-index:4;
	padding-left:9px;
	bottom: 55px !important;
}
.bannerRotator.classic .bottomNavButtonOFF {
	float:left;
	display:block;
	width:15px;
	height:15px;
	background:url(skins/classic/bottomNavOFF.png) 0 0 no-repeat;
	padding-left:9px;
	cursor: pointer;
}

.bannerRotator.classic .bottomNavButtonON {
	float:left;
	display:block;
	width:15px;
	height:15px;
	padding-left:9px;
	background:url(skins/classic/bottomNavON.png) 0 0 no-repeat;
	cursor: pointer;
}

.bannerRotator.classic .bottomNavLeft {
	position:absolute;
	width:0px;
	display:none;
	background:#F00;
	height:24px;
	z-index:4;
}
.bannerRotator.classic .bottomNavRight {
	position:absolute;
	width:0px;
	display:none;
	height:24px;
	background:#F00;
	z-index:4;
}

.bannerRotator.classic .bottomOverThumb {
	position:absolute;
	width:88px;
	height:106px;
	background:url(skins/classic/bottomOverThumbBg.png) 23px bottom no-repeat;
	bottom:27px;
	margin-left:-25px;
}
.bannerRotator.classic .bottomOverThumb img {
	border:4px solid #000000;
}



/***Text Styles***/


.bannerRotator_texts {
	position:absolute;
	z-index:3;
	display: none;
	width:100%;
	text-align:left;
}
.bannerRotator_text_line {
	position:absolute;
	text-align:center;
	width:100%;
}








.hideElement {
	display:none;
}

