@charset "utf-8";
/* CSS Document */



.parallax_classic {
	position:relative;
}
.parallax_classic img {
	max-width:none;
	max-height:none;
}
.parallax_classic_list {
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}


.parallax_classic .contentHolderVisibleWrapper {
	position:absolute;
	overflow:hidden;
}
.parallax_classic .contentHolder {
	position:absolute;
}
.parallax_classic .contentHolderUnit {
	float:left;
	display:block;
	overflow:hidden;
}
.mycanvas {
	position:absolute;
	top:8px;
	right:10px;
	z-index:10;
	display:none
}


.parallax_classic_texts {
	position:absolute;
	z-index:2;
	/*display: none;*/
	width:100%;
}
.parallax_classic_text_line {
	position:absolute;
	display: none;
}

/***bullets SKIN***/
.parallax_classic.bullets .bannerControls {
	position:absolute;
	left:0;
	top:0;
	/*z-index:1;*/
	z-index:5;
	width:100%;
}

.parallax_classic.bullets .leftNav {
	position:absolute;
	left:20px;
	width:41px;
	height:41px;
	background:url(../images/leftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.parallax_classic.bullets .leftNav:hover {
	background:url(../images/leftNavON.png) 0 0 no-repeat;
}
.parallax_classic.bullets .rightNav {
	position:absolute;
	right:20px;
	width:41px;
	height:41px;
	background:url(../images/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.parallax_classic.bullets .rightNav:hover {
	background:url(../images/rightNavON.png) 0 0 no-repeat;
}







.textElement11_bulletsFW_simple {
	font: bold 43px/68px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#77c045;
}

.textElement11_bulletsFW_simple a {
	font: 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#77c045;
	text-decoration:none;
}

.textElement11_bulletsFW_simple a:hover {
	text-decoration:underline;
}

.textElement12_bulletsFW {
	font: 24px/34px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#ffffff;
	width:17%;
}

.textElement31_bulletsFW {
	font: bold 96px/104px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#e53a40;
}

.textElement32_bulletsFW_simple {
	font: bold 55px/75px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#000000;
}


