<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
skins available:
	- bullets
	- thumbs
*/

/* the container */
.parallax_classic {
	position:relative;
	width:100%;
	margin-bottom: 60px;
}
.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;
}
.myloader {
	background:url(/images/parallax-slider/skins/loader.gif);
	width:37px;
	height:37px;
	position:absolute;
	left:49%;
	top:49%;
	z-index:5;
}


.fixedBackground {
	position:absolute;
	z-index:0;
}



/***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/parallax-slider/skins/bullets/leftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.parallax_classic.bullets .leftNav:hover {
	background:url(/images/parallax-slider/skins/bullets/leftNavON.png) 0 0 no-repeat;
}
.parallax_classic.bullets .rightNav {
	position:absolute;
	right:20px;
	width:41px;
	height:41px;
	background:url(/images/parallax-slider/skins/bullets/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
}
.parallax_classic.bullets .rightNav:hover {
	background:url(/images/parallax-slider/skins/bullets/rightNavON.png) 0 0 no-repeat;
}
.parallax_classic.bullets .bottomNav {
	position:absolute;
	width:0px;
	height:24px;
	bottom:-35px;
	z-index:3;
	padding-left:5px;
}
.parallax_classic.bullets .bottomNavButtonOFF {
	float:left;
	display:block;
	width:14px;
	height:14px;
	background:url(/images/parallax-slider/skins/bullets/bottomNavOFF.png) 0 0 no-repeat;
	padding-left:9px;
	cursor: pointer;
}

.parallax_classic.bullets .bottomNavButtonON {
	float:left;
	display:block;
	width:14px;
	height:14px;
	padding-left:9px;
	background:url(/images/parallax-slider/skins/bullets/bottomNavON.png) 0 0 no-repeat;
	cursor: pointer;
}

.parallax_classic.bullets .bottomNavLeft {
	position:absolute;
	width:0px;
	display:none;
	background:#F00;
	height:24px;
	bottom:5px;
	z-index:3;
}

.parallax_classic.bullets .bottomNavRight {
	position:absolute;
	width:0px;
	display:none;
	height:24px;
	background:#F00;
	bottom:5px;
	z-index:3;
}

.parallax_classic.bullets .bottomOverThumb {
	position:absolute;
	width:88px;
	height:95px;
	background:url(/images/parallax-slider/skins/bullets/bottomOverThumbBg.png) 0px 0px no-repeat;
	bottom:25px;
	margin-left:-44px;
}
.parallax_classic.bullets .innerBottomOverThumb {
	position:relative;
	width:80px;
	height:80px;
	margin:4px 0 0 4px;
	overflow:hidden;
}
.parallax_classic.bullets .bottomOverThumb img {

}
.parallax_classic.bullets .playOver {
	position:absolute;
	width:73px;
	height:73px;
	background:url(/images/parallax-slider/skins/bullets/play_overOFF.png) 0 0 no-repeat;
	display:none;
	z-index:4;
	cursor: pointer;
}

.parallax_classic.bullets .playOver:hover {
	background:url(/images/parallax-slider/skins/bullets/play_overON.png) 0 0 no-repeat;
	display:none;
	z-index:4;
	cursor: pointer;
}





/***********Text Styles***********/


.parallax_classic_texts {
	position:absolute;
	z-index:2;
	/*display: none;*/
	width:100%;
}
.parallax_classic_text_line {
	position:absolute;
	display: none;
}



.slider-1-text-main {
	font: bold 55px/65px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#ffffff;
}
.slider-1-text-sub {
	font: bold 35px/45px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#ffffff;
}

.slider-1-text-sub-1 {
	font: 25px/35px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#ffffff;
}

.slider-2-text-main {
	font: bold 55px/65px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#ffffff;
}

.slider-2-text-sub {
	font: bold 35px/45px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#ffffff;
}

.slider-2-text-sub-1 {
	font: 25px/35px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#ffffff;
}

.slider-3-text-main {
	font: bold 55px/65px 'Droid Sans', Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#ffffff;
}

.slider-3-text-sub {
	font: bold 35px/45px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#ffffff;
}

.slider-3-text-sub-1 {
	font: 25px/35px 'Droid Sans', Verdana, Helvetica, sans-serif;
	color:#ffffff;
	text-align:center;
}






.hideElement {
	display:none;
}

</pre></body></html>