/* the container */
.allinone_thumbnailsBanner.simple {
	position:relative; 
}

.allinone_thumbnailsBanner img {
	position:absolute;
	top:0px;
	left:0px;
	max-width:100%;
	max-height:100%;	
}

.allinone_thumbnailsBanner .stripe {
	position:absolute;
	display:block;	
	height:100%;
	z-index:1;
}

.allinone_thumbnailsBanner .block {
	position:absolute;
	display:block;	
	z-index:1;
}



/**SIMPLE SKIN***/

.allinone_thumbnailsBanner.simple .bannerControls {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}



/* freccia sinistra interna */
.allinone_thumbnailsBanner.simple .leftNav {  
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-35px; /* height/2 */
	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;
}



/* freccia destra interna */
.allinone_thumbnailsBanner.simple .rightNav { 
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-35px; /* height/2 */
	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;
}



/* box tum  comprese frecce*/
.allinone_thumbnailsBanner.simple .thumbsHolderWrapper {
	position:absolute;
	background:trasnparent;
	border-top:2px solid #4b535c;
	height:98px;
	width:100%;
	overflow:hidden; 
}



/* box solo tum*/
.allinone_thumbnailsBanner.simple .thumbsHolderVisibleWrapper {
	position:absolute;
	width:100%;
	height:121px;
	overflow:hidden;
}



/* contenitore thum */
.allinone_thumbnailsBanner.simple .thumbsHolder {
	position:absolute;
}



/* box singola thum */
.allinone_thumbnailsBanner.simple .thumbsHolder_ThumbOFF {
	float:left;
	display:block;
	width:63px;
	height:45px;
	cursor: pointer; 
}

.allinone_thumbnailsBanner.simple .thumbsHolder_ThumbOFF img {
	position:relative;
}




/* indicatore thun attiva */
.allinone_thumbnailsBanner.simple .thumbsHolder_ThumbON {
	background:url(../skins/simple/thumbActiveArrow.png) center 0px no-repeat;	
}



/* freccia sx thum */
.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;
}



/* freccia dx thum */
.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;
}



/****SIMPLE***/

.textbg_simple {
	width:290px;
	background-color: transparent;
	padding:5px;
	height: 95px;
}


.textElement1_simple {
	font:  15px 'Dosis', sans-serif;
	padding:3px 5px 3px 5px;
	color:#ffffff;
	background:url(../skins/simple/textBg_transparency.png);
	background-color: transparent;
}

.textElement1_simple a:link, .textElement1_simple a:visited {
	color:#ffffff;
	text-decoration: none;
}

.textElement2_simple a:link, .textElement2_simple a:visited {
	font-family: 'Droid Sans', sans-serif;
	color:#414850;
	text-decoration: none;
}

.textElement1_simple a:hover, .textElement2_simple a:hover {
	color:#59974f;
	text-decoration: none;
}


.textElement2_simple {
	font: 14px 'Dosis', sans-serif;
	padding:5px 5px 5px 5px;
	color: #111;
	background:url(../skins/simple/textBg_transparency_white.png);
	background-color: transparent;
}

.allinone_thumbnailsBanner_texts {
	position:absolute;
	z-index:3;
	display: none;
	width:100%;
	text-align:left;
}

.allinone_thumbnailsBanner_text_line {
	position:absolute;
}

.hideElement {
	display:none;
}

