/* 

Blitz Premium Template - CSS File

USE THIS STYLE SHEET FOR HOMPAGE SLIDESHOW

*/
#slidecontainer{
	background-image:url(images/homepage.png);
	background-repeat:no-repeat;
	width:1000px;
	height:800px;
	position:relative;
	background-position: -15px 0px;
}

#slideshow{
	height:270px;
	background:none;
	overflow:hidden
}
#slideshow h1{padding:10px 0px 0px 0px;}
.cycle{padding-right:20px;}
#slideshow_navigation a{
background: url(images/button.png) no-repeat scroll 50% 50%;
display:block;
float:left;
font-size:0px;
width:12px;
height:10px;
margin:1px;
outline-style:none;
outline-width:medium;
padding:0px;
}
#slideshow_navigation{position:absolute; right:15px; top:255px; z-index:800; cursor:pointer}
#slideshow_navigation .activeSlide {background: url(images/button_selected.png) no-repeat scroll 0% 50%;}
.slide_image {margin-top:0px; margin-right:20px; float:left;} /* Editable Slider Image Position */

