﻿@charset "utf-8";
/* CSS Document */
@import url(../../../css/import/fonts.css);


/* RANDOM */

	.ui-bannerhandler-hidden {
		display:none;	
	}
	.ui-bannerhandler-show {
		display:block;
		float:left;
	}



.ui-bannerhandler-random {
	width:960px;
	height: 330px;
	position:absolute;
	z-index:0;
	margin-left: -30px !important;
}

	.ui-bannerhandler-image-hidden {
		display:block;
		float:left;
	}



#ui-bannerhandler-slides {
	width:100%;
	height:299px;
}
	#ui-bannerhandler-slides img {
		height:299px;
		display:block;
		position:absolute;
	}
	.ui-bannerhandler-random-first {
			
	}
	
		.ui-bannerhandler-text{
			font-size:28px;
			color:#fff;
			margin-top:-178px;
			position:absolute;
			z-index:9999;
			font-family: 'Avenir-Roman', Arial;
			font-weight:bold;
			text-shadow: 3px 3px 4px #000;
			width: 800px;
			text-align:left;
			height: 120px;
			padding-top:30px;
			display: none;
			
		}
		.ui-bannerhandler-ie {
			background:url(../../../images/site/ieshadow.png) no-repeat 0px -20px !important;
		}