/*
skins available:
	- opportune
	- majestic
	- generous
*/

/* the container */
.bannerscollection_kenburns {
	position:relative;
	line-height:20px;
	background: #000;
}
.bannerscollection_kenburns img {
	position:relative;
	display: block;
}
.bannerscollection_kenburns_list {
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}

#bannerscollection_kenburns_opportune
{
	margin-top: 0;
}

.bannerscollection_kenburns .contentHolderVisibleWrapper {
	position:absolute;
	overflow:hidden;
	margin-top:0px;
	*margin-top:-20px;
}
.bannerscollection_kenburns .contentHolder {
	position:absolute;
}
.bannerscollection_kenburns .contentHolderUnit {
	position:relative;
	float:left;
	display:block;
	overflow:hidden;
}


.mycanvas {
	/*border:1px solid #ff0000;*/
	position:absolute;
	top:8px;
	right:10px;
	z-index:10;
}
.myloader {
	background:url(skins/preload.gif);
	width:16px;
	height:16px;
	position:absolute;
	left:49%;
	top:49%;
	z-index:5;
}



/***opportune SKIN***/
.bannerscollection_kenburns.opportune .contentHolderVisibleWrapper {
	position:absolute;
	overflow:hidden;
	margin-top:0px;
}

.bannerscollection_kenburns.opportune .bannerControls {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	width:100%;
}

.bannerscollection_kenburns.opportune .leftNav {
	position:absolute;
	/* HIER */left:0;
	/* HIER */width:50px;
	/* HIER */height:55px;
	/* HIER */top: 0;
	background:url(skins/opportune/leftNavOFF.png?1) 0 0 no-repeat;
	cursor: pointer;
}
.bannerscollection_kenburns.opportune .leftNav:hover {
	background:url(skins/opportune/leftNavON.png?1) 0 0 no-repeat;
}
.bannerscollection_kenburns.opportune .rightNav {
	position:absolute;
	/* HIER */right:10px;
	/* HIER */width:50px;
	/* HIER */height:55px;
	/* HIER */top: 0;
	background:url(skins/opportune/rightNavOFF.png?1) 0 0 no-repeat;
	cursor: pointer;
}
.bannerscollection_kenburns.opportune .rightNav:hover {
	background:url(skins/opportune/rightNavON.png?1) 0 0 no-repeat;
}
.bannerscollection_kenburns.opportune .bottomNav {
	position:absolute;
	width:0px;
	height:24px;
	top:220px !important;
	z-index:3;
	padding-left:9px;
}
.bannerscollection_kenburns.opportune .bottomNavButtonOFF {
	float:left;
	display:block;
	width:12px;
	height:12px;
	background:url(skins/opportune/bottomNavOFF.png) 0 0 no-repeat;
	padding-left:6px;
	cursor: pointer;
}

.bannerscollection_kenburns.opportune .bottomNavButtonON {
	float:left;
	display:block;
	width:12px;
	height:12px;
	padding-left:6px;
	background:url(skins/opportune/bottomNavON.png) 0 0 no-repeat;
	cursor: pointer;
}



.bannerscollection_kenburns.opportune .bottomOverThumb {
	position:absolute;
	width:88px;
	height:42px;
	background:url(skins/opportune/bottomOverThumbBg.png) 0px 0px no-repeat;
	bottom:25px;
	margin-left:-44px;
}
.bannerscollection_kenburns.opportune .innerBottomOverThumb {
	position:relative;
	width:80px;
	height:27px;
	margin:4px 0 0 4px;
	overflow:hidden;
}
.bannerscollection_kenburns.opportune .bottomOverThumb img {

}
.bannerscollection_kenburns.opportune .playOver {
	position:absolute;
	width:73px;
	height:20px;
	background:url(skins/opportune/play_overOFF.png) 0 0 no-repeat;
	display:none;
	z-index:4;
	cursor: pointer;
}

.bannerscollection_kenburns.opportune .playOver:hover {
	background:url(skins/opportune/play_overON.png) 0 0 no-repeat;
	display:none;
	z-index:4;
	cursor: pointer;
}






















/*********************************Text Styles***************************************************/

.bannerscollection_kenburns_texts {
	position:absolute;
	z-index:2;
	display: none;
	width:100%;
}
.bannerscollection_kenburns_text_line {
	position:absolute;
}
/****/



/***OpportuneFixedDimensionsTexts***/

.textElementHeadline {
	font: bold 24px Verdana, Helvetica, sans-serif;
	line-height:34px;
	color:#333333;
}

.textElement {
	font: 18px Verdana, Helvetica, sans-serif;
	line-height:26px;
	color:#333333;
}

.textElement a {
	color:#ff6c00;
	text-decoration:none;
}

.textElement a:hover {
	color:#FF0000;
}




.hideElement {
	display:none;
}
