/* 

CSS File

USE THIS STYLE SHEET FOR HOMEPAGE

*/
#slidecontainer{width:500px; height:350px; position:relative}
#slide{padding:0 0 0 10px; width:500px; height:350px; float:left}
#slideshow{
	width:500px;
	height:360px;
	background:none;
	overflow:hidden;
}
.slide_image {margin-top:0px; z-index:0 !important;} /* Editable Slider Image Position */
.slide-text{ z-index:100 !important; position:absolute; width:492px; margin:291px 0 0 0; background: #000; padding:0 0 10px 10px; color:#FFF}
#slideshow .title{padding:10px 0px 3px 0px; font-size:16px; line-height:20px; color: #FF0}

.cycle{width:690px; height:350px}

#slideshow_navigation a{
background: url(../images/button.gif) no-repeat scroll 50% 50%;
display:block;
float:left;
font-size:0px;
width:13px;
height:13px;
margin:3px;
outline-style:none;
outline-width:medium;
padding:0px;
}

#slideshow_navigation{position:absolute; left:15px; top:295px; z-index:800; cursor:pointer}
#slideshow_navigation .activeSlide {background: url(../images/button_selected.gif) no-repeat scroll 0% 50%;}

.navigation{position:absolute; left:410px; top:500px; z-index:800;}
.navigation a{padding:3px 5px; color:#039; text-decoration:none; border: #000 1px solid; margin:0 5px 0 0; background:#FFF}
.navigation .activeSlide{background: #000; color:#FFF; border:#FFF 1px solid}

