#slideshow {
	width:612px;
	height:309px;
	padding:0px;
	position:relative;
	z-index:0;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	left:4px;
	z-index:100;
}

/*
	Slides slideshow
	Important:
	Set the width of your slides slideshow
	Set to display none, prevents content flash
*/

.slides_slideshow {
	width:612px;
	height:309px;
	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_slideshow a {
	width:612px;
	height:309px;
	display:block;
}

.slides_slideshow a img {
	display:block;
}


/*
	Pagination
*/

#slideshow .pagination {margin:-300px 0 0 -30px; width:100px; z-index:102; position:absolute; .margin:-250px 0 0 5px;}

#slideshow .pagination li {
	float:left;
	margin:0px 3px;
	list-style:none;
}

#slideshow .pagination li a {
	display:block;
	width:15px;
	height:0;
	padding-top:15px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

#slideshow .pagination li.current a {
	background-position:0 -15px;
}

.slide_title	{ background-color:#000; opacity:0.69; filter:Alpha(opacity=69); font: normal 20px Arial, Helvetica, sans-serif; color:#fff; width: 574px; min-height:20px; margin:0 auto; top:240px; position:absolute; z-index:90; padding: 15px 0 15px 20px; margin: 0 0 0 10px; }
.slide_title a , .slide_title a:hover	{ font: normal 20px Arial, Helvetica, sans-serif; color:#fff; text-decoration:none; }

