/* 

Advanix Template - CSS File

USE THIS STYLE SHEET FOR HOMEPAGE

*/
#slidecontainer{
	background-image:url(../images/bg_slide.png);
	background-repeat:no-repeat;
	width:978px;
	height:308px;
	position:relative
}
#slide{padding:19px;}
#slideshow{height:279px; background:none; overflow:hidden; background-color:#ececec;}
.slide_image {margin-top:0px; z-index:0 !important;} /* Editable Slider Image Position */
.slide-text{ z-index:100 !important; position:absolute; width:410px; padding-left:65px; padding-top:30px; }
#slideshow .title{
	padding:10px 0px 0px 0px;
	font-size:30px;
	color:#330;
	font-weight:bolder;
	line-height:33px;
	font-family: Tahoma, Geneva, sans-serif;
}

.cycle{padding-right:20px;}

#slideshow_navigation a{
	display:block;
	float:left;
	font-size:0px;
	width:13px;
	height:13px;
	margin:3px;
	outline-style:none;
	outline-width:medium;
	padding:0px;
	background-attachment: scroll;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#slideshow_navigation{position:absolute; left:45px; top:268px; z-index:800; cursor:pointer}
#slideshow_navigation .activeSlide {
	background-attachment: scroll;
	background-image: url(../images/button_selected.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
