/* 

CSS File

USE THIS STYLE SHEET FOR HOMEPAGE

*/
#slidecontainer{
	width:960px;
	height:300px;
	float:left; overflow:hidden;
	
}
#slidecontainer img{border:0;}
#slide{padding:0; width:960px; height:300px; }
#slideshow{
	width:960px;
	height:300px;
	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:950px; padding-left:65px; padding-top:69px; }
#slideshow .title{padding:10px 0px 0px 0px; font-size:30px; color:#838383; line-height:33px;}

.cycle{-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;}

#slideshow_navigation a{
background: url(../images/button.png) 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:50%; top:410px; z-index:10; cursor:pointer; margin-left:-15px;}
#slideshow_navigation .activeSlide {background: url(../images/button_selected.png) no-repeat scroll 0% 50%;}
