#container {
	width:930px; height:450px; margin:0 auto;	text-align:center;		}

#slidebox {	position:relative;	}

/*
	Slideshow
*/

#slides {	position:absolute;	z-index:50;	}
a.sl {	color: #FFFFFF; }
a.sl:hover   {	    color: #FFFFFF;  }

/*
	Slides container
	Important:	Set the width of your slides container	Set to display none, prevents content flash
*/

.slides_container {
	width:930px;	height:450px;	overflow:hidden;	position:relative;	display:none;	}
	
/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:930px;	height:450px;	display:block;	background-color:white;}


/*
	nav
*/

.pagination {
	position:absolute; top:0; left:-25px; overflow:hidden; z-index:60;
	}

.pagination li {
	float:left;	font-size:0px;	line-height:0;	margin-top:400px;text-indent:-5000px;}

.pagination li a {
	display:block;			height:24px;			width:24px;			background: url(../images/pagination.png) right 0 no-repeat;
	}

.pagination li.current a {
	background-position:0 0;
	}

/*
	text


.caption {
	z-index:500;
	position:absolute;

	padding:5px;
	margin:5px;
	background:#FFFFFF;
	width:612px;
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#4795A1;
	text-shadow:none;
	text-align:left;
}
.caption h1 {
	font-family: Century Gothic,  Arial, Helvetica, sans-serif; 
	color:#4795A1;
	font-size:15px; 
	
}

*/