/*
skins available:
	- cool
	- simple
	- crazy
*/

/* the container */
.allinone_thumbnailsBanner {
	position:relative;
}
.allinone_thumbnailsBanner img {
	position:absolute;
	top:0px;
	left:0px;
	max-width:none;
	max-height:none;
}
.allinone_thumbnailsBanner_list {
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}
.allinone_thumbnailsBanner .stripe {
	position:absolute;
	display:block;
	height:100%;
	z-index:1;
	overflow:hidden;
}
.allinone_thumbnailsBanner .block {
	position:absolute;
	display:block;
	z-index:1;
	overflow:hidden;
}
.mycanvas {
	position:absolute;
	top:8px;
	right:10px;
	z-index:10;
}



/**SIMPLE SKIN***/

.allinone_thumbnailsBanner.simple .bannerControls {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	width:100%;
}

.allinone_thumbnailsBanner.simple .leftNav {
	position:absolute;
	left:0px;
	top:50%;
	width:31px;
	height:71px;
	background:url(skins/simple/leftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}

.allinone_thumbnailsBanner.simple .leftNav:hover {
	background:url(skins/simple/leftNavON.png) 0 0 no-repeat;
}
.allinone_thumbnailsBanner.simple .rightNav {
	position:absolute;
	right:0px;
	top:50%;
	width:31px;
	height:71px;
	background:url(skins/simple/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.allinone_thumbnailsBanner.simple .rightNav:hover {
	background:url(skins/simple/rightNavON.png) 0 0 no-repeat;
}

.allinone_thumbnailsBanner.simple .thumbsHolderWrapper {
	position:absolute;
	background:#F6F3E1;
	border-top:2px solid #333333;
	height:98px;
	width:100%;
	overflow:hidden;
	z-index:10;
}
.allinone_thumbnailsBanner.simple .thumbsHolderVisibleWrapper {
	position:absolute;
	width:100%;
	height:121px;
	overflow:hidden;
}
.allinone_thumbnailsBanner.simple .thumbsHolder {
	position:absolute;
}
.allinone_thumbnailsBanner.simple .thumbsHolder_ThumbOFF {
	float:left;
	display:block;
	width:110px;
	height:65px;
	cursor: pointer;
}

.allinone_thumbnailsBanner.simple .thumbsHolder_ThumbOFF img {
	position:relative;
}

.allinone_thumbnailsBanner.simple .thumbsHolder_ThumbON {
	background:url(skins/simple/thumbActiveArrow.png) center 0px no-repeat;
}
.allinone_thumbnailsBanner.simple .carouselLeftNav {
	position:absolute;
	width:46px;
	height:98px;
	background:url(skins/simple/carouselLeftNav.png) 0 0 no-repeat;
	cursor: pointer;
}

.allinone_thumbnailsBanner.simple .carouselLeftNav:hover {
	background:url(skins/simple/carouselLeftNavOn.png) 0 0 no-repeat;
}

.allinone_thumbnailsBanner.simple .carouselLeftNavDisabled {
	background:url(skins/simple/carouselLeftNavDisable.png) 0 0 no-repeat;
	cursor:default;
}
.allinone_thumbnailsBanner.simple .carouselLeftNavDisabled:hover {
	background:url(skins/simple/carouselLeftNavDisable.png) 0 0 no-repeat;
}


.allinone_thumbnailsBanner.simple .carouselRightNav {
	position:absolute;
	width:46px;
	height:98px;
	background:url(skins/simple/carouselRightNav.png) 0 0 no-repeat;
	cursor: pointer;
}

.allinone_thumbnailsBanner.simple .carouselRightNav:hover {
	background:url(skins/simple/carouselRightNavOn.png) 0 0 no-repeat;
}
.allinone_thumbnailsBanner.simple .carouselRightNavDisabled {
	background:url(skins/simple/carouselRightNavDisable.png) 0 0 no-repeat;
	cursor:default;
}
.allinone_thumbnailsBanner.simple .carouselRightNavDisabled:hover {
	background:url(skins/simple/carouselRightNavDisable.png) 0 0 no-repeat;
}



/****Texts SIMPLE Fixed Dimensions***/


.textElement11_simple {
	width:100%;
	font: bold 24px/28px 'Shadows Into Light', serif;
	background:url(skins/simple/textBg_transparency.png);
	padding:6px 0px 15px 0px;
	text-align:left;
	color:#F6F3E1;
}


.textElement11_simple a {
	color:#F6F3E1;
	text-decoration:none;
}

.textElement11_simple a:hover {
	color:#F6F3E1;
}

.textElement12_simple {
	font: bold 20px/25px 'Shadows Into Light', serif;
	background: #FFF;
	padding:3px 6px 3px 6px;
	text-transform:uppercase;
	color:#333333;
}



.textElement21_simple {
	font:28px/32px 'Shadows Into Light', serif;
	color:#F6F3E1;
	padding:6px 9px 6px 9px;
	text-align:left;
	background:url(skins/simple/textBg_transparency.png);
}


.textElement21_simple a {
	color:#F6F3E1;
	text-decoration:none;
}

.textElement21_simple a:hover {
	color:#F6F3E1;
	background: #F00;
}


.textElement31_simple {
	font: 23px/30px 'Shadows Into Light', serif;
	background:url(skins/simple/textBg_transparency.png);
	text-align:center;
	padding:6px 9px 6px 9px;
	color:#F6F3E1;
}


.textElement41_simple {
	font: 28px/34px 'Shadows Into Light', serif;
	background:url(skins/simple/textBg_transparency.png);
	padding:6px 9px 6px 9px;
	color:#F6F3E1;
}


.textElement51_simple {
	width:100%;
	font: bold 24px/30px 'Shadows Into Light', serif;
	background:url(skins/simple/textBg_transparency.png);
	padding:6px 0px 6px 0px;
	text-align:center;
	color:#F6F3E1;
}

.textElement51_simple a {
	color:#F6F3E1;
	text-decoration:none;
}

.textElement51_simple a:hover {
	color:#F6F3E1;
}









/****Texts SIMPLE Responsive***/


.textElement11_simpleResponsive {
	width:100%;
	font: bold 24px/29px 'Shadows Into Light', serif;
	background:url(skins/simple/textBg_transparency.png);
	padding:6px 0px 20px 0px;
	text-align:left;
	color:#F6F3E1;
}


.textElement11_simpleResponsive a {
	color:#F6F3E1;
	text-decoration:none;
}

.textElement11_simpleResponsive a:hover {
	color:#F6F3E1;
}

.textElement12_simpleResponsive {
	font: bold 20px/25px 'Shadows Into Light', serif;
	background: #FFF;
	padding:3px 6px 3px 6px;
	text-transform:uppercase;
	color:#333333;
}



.textElement21_simpleResponsive {
	font:28px/32px 'Shadows Into Light', serif;
	color:#F6F3E1;
	padding:6px 9px 6px 9px;
	text-align:left;
	background:url(skins/simple/textBg_transparency.png);
}


.textElement21_simpleResponsive a {
	color:#F6F3E1;
	text-decoration:none;
}

.textElement21_simpleResponsive a:hover {
	color:#F6F3E1;
	background: #F00;
}


.textElement31_simpleResponsive {
	font: 23px/30px 'Shadows Into Light', serif;
	background:url(skins/simple/textBg_transparency.png);
	text-align:center;
	padding:6px 9px 6px 9px;
	color:#F6F3E1;
}


.textElement41_simpleResponsive {
	font: 28px/34px 'Shadows Into Light', serif;
	background:url(skins/simple/textBg_transparency.png);
	padding:6px 9px 6px 9px;
	color:#F6F3E1;
}


.textElement51_simpleResponsive {
	width:100%;
	font: bold 24px/30px 'Shadows Into Light', serif;
	background:url(skins/simple/textBg_transparency.png);
	padding:6px 0px 6px 0px;
	text-align:center;
	color:#F6F3E1;
}


.textElement51_simpleResponsive a {
	color:#F6F3E1;
	text-decoration:none;
}

.textElement51_simpleResponsive a:hover {
	color:#F6F3E1;
}





/****Texts SIMPLE FullWidth***/


.textElement11_simpleFullWidth {
	width:100%;
	font: bold 32px/45px 'Shadows Into Light', serif;
	background:url(skins/simple/textBg_transparency.png);
	padding:6px 0px 18px 0px;
	text-align:left;
	color:#ffffff;
}


.textElement11_simpleFullWidth a {
	color:#ff0000;
	text-decoration:none;
}

.textElement11_simpleFullWidth a:hover {
	color:#ffffff;
}


.textElement21_simpleFullWidth {
	font:34px/46px 'Shadows Into Light', serif;
	color:#ffffff;
	padding:6px 9px 6px 9px;
	text-align:left;
	background:url(skins/simple/textBg_transparency.png);
}


.textElement21_simpleFullWidth a {
	color:#ff0000;
	text-decoration:none;
}

.textElement21_simpleFullWidth a:hover {
	color:#ffffff;
	background: #F00;
}


.textElement31_simpleFullWidth {
	font: 34px/46px 'Shadows Into Light', serif;
	background:url(skins/simple/textBg_transparency.png);
	text-align:center;
	padding:6px 9px 6px 9px;
	color:#FFFFFF;
}


.textElement41_simpleFullWidth {
	font: 34px/46px 'Shadows Into Light', serif;
	background:url(skins/simple/textBg_transparency.png);
	padding:6px 9px 6px 9px;
	color:#ffffff;
}


.textElement51_simpleFullWidth {
	width:100%;
	font: 34px/44px 'Shadows Into Light', serif;
	background:url(skins/simple/textBg_transparency.png);
	padding:6px 0px 8px 0px;
	text-align:center;
	color:#ffffff;
}


.textElement51_simpleFullWidth a {
	color:#ff0000;
	text-decoration:none;
}

.textElement51_simpleFullWidth a:hover {
	color:#ffffff;
}




.allinone_thumbnailsBanner_texts {
	position:absolute;
	z-index:3;
	display: none;
	width:100%;
	text-align:left;
}

.allinone_thumbnailsBanner_text_line {
	position:absolute;
}



.hideElement {
	display:none !important;
}
