#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:30;
}

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

.slides_container {
	width:885px;
	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 img {
	display:block;
	width:885px;
	height:336px;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	display: block;
	height: 40px;
	margin-top: -25px;
	width: 180px;
	float: right;
}

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

.pagination li a {
	display:block;
	width:22px;
	height: 15px;
	background-image:url('../images/bubble1.png');
	background-position:0 0;
	float:left;
	overflow:hidden;
	text-indent: -9999px;
	z-index: 2000;
	position: relative;
	right: 20px;
}

.pagination li a#bubble1 {
	background-image:url('../images/bubble1.png');
}

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

.pagination li.current a#bubble1 {
	background-image:url('../images/bubble1.png');
}