/*
 * CSS file for banner rotation functionality
 * custom styles for individual website 
 * requirements at bottom
 */
#slideshow{
	height: 310px; 
	margin: auto; 
	width: 730px; 
	}
#slideshow div,
#slideshow div img{
	height: 310px; 
	width: 730px; 
	}
.slideshowNav{
	bottom: 10px; 
	left: 2px; 
	position: absolute; 
	z-index: 50; 
	}
.slideshowNav a{ 
	display: block; 
	padding: 2px; 
	text-decoration: none;
	width: 36px; 
	}
.slideshowNav a:focus { 
	outline: none; 
	}
.slideshowNav img {
	border: none; 
	display: block; 
	filter: alpha(opacity=40);
	opacity: 0.4;
	}
.slideshowNav span{ 
	background: #484848;
	display: inline-block; 
	float: left; 
	list-style: none; 
	margin-left: 8px;
	}
.slideshowNav span.activeSlide a { 
	background: #409CD8;
	}
.slideshowNav span.activeSlide img,
.slideshowNav img:hover{ 
	filter: alpha(opacity=100);
	opacity: 1;
	}
.slideshowText{
	bottom: 8px; 
	color: #ccc;
	font: 14px Arial, Helvetica, sans-serif;
	left: 260px;
	margin: 0;
	position: absolute; 
	z-index: 100;
	}
.slideshowText h1{
	margin: 0 0 5px -1px;
	font-size: 24px;
	font-weight: bold;
	}
	
/*
 * Custom code based on site requirements
 */
.home2 .slideshowNav a{
	width: 18px; 
	}
.home2 .slideshowNav span{ 
	margin-left: 4px;
	}
.home2 .slideshowNav{
	left: 8px; 
	}
.testimonials .slideshowText,
.index .slideshowText,
.affiliates .slideshowText{
	left: -9999px;
} 
