.big_html_slot{
	width:900px;
	height:310px;
	overflow: hidden;
}

#image_bg{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}

#textArea{
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 2000;
	width: 443px;
	height: 255px;
}

#textArea h1{
	color: #000;
	font-size: 24px;
	padding-bottom: 7px;
	font-weight: normal;
}

#textArea h2{
	color: #808080;
	font-size: 16px;
	padding-bottom: 25px;
	font-weight: normal;
}

#textArea .text{
	color: #313131;
	font-size: 12px;
}

/* USED FOR THE SLIDESHOW TEMPLATE */
.big_slideshow_slot{
	width:900px;
	height:310px;
	position: relative;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	overflow: hidden;
}

#slideContainer{
	width: 900px;
	height: 310px;
	overflow: hidden;
	display: none;
	position: relative;
}

.slide{
	width: 900px;
	height: 310px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	z-index: 100;
}

#slider_bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.textos{
	width:250px;
	position: absolute;
	left: 0px;
	top: 120px;
	color:#fff;
	padding:30px;
	font-size:20px;
	line-height: 25px;
	text-align: center;
	z-index: 1000;
}

#loaderImage{
	z-index:1;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
}

div.allSlides{
	position:relative;
	width: 584px;
	height: 286px;
	margin-left: 305px;
	padding: 13px 0px;
	overflow: hidden;
}

div.allSlides img{
	position:absolute;
	display:none;
}

div.allSlides img.active
{
	display: block;
	opacity: 1;
	z-index:1000;
}

div.allSlides img.last_active{
	display: block;
	opacity: 1;
	z-index:999;
}

#buttonsContainer{	
	position: absolute;
	bottom: 17px;
	left: 10px;
	font-size: 9px;
	z-index: 1000;
	color: #ccc;
}

.buttons{
	padding: 2px 5px;
	background:#121212;
	color: #ccc;
}

.btnActive{	
	background:#618d2a;
	color:#fff;
}