/* Slide Show*/
#slideshow {width: 662px; height: 322px; overflow: hidden; position: relative; }
#slideshow .slide {position: absolute; width: 662px; height: 322px; display:block; left:0;}
#slideshow .current {z-index: 1;}
#slideshow .next {z-index: 0;}
/*
#slideshowButtons{
	position:absolute;
	margin:30px 0 0 5px;
	z-index:5;
}
*/
#slideshowButtons a{
	width:8px;
	height:7px;
	padding-right:5px;
	float:left;
	background:url(../images/dot-off.png) no-repeat transparent -0px 0;
	color:#1f4368;
	margin-right:1px;
	text-align:center;
	text-decoration:none;
}
#slideshowButtons a.control{
/*
	text-align:center;
	width:30px;
	height:30px;
	padding:0;
	background:url(../images/dot-on.png) no-repeat transparent -0px 0;	
*/
	display: none;
}
#slideshowButtons a.paused{
	background:url(../images/dot-on.png) no-repeat transparent -0px 0;	
}
#slideshowButtons a.active{
	color:#ffffff;
	background:url(../images/dot-on.png) no-repeat transparent -0px 0;
}

