#container {
	width:630px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	
	position:relative;
	z-index:0;
	list-style: none;
	text-decoration: none;
}

#example {
	width:630px;
	height:300px;
	position:relative;
	list-style: none;
	text-decoration: none;
	z-index: 0;
}


#frame {
	position:absolute;
	z-index:0;
	width:630px;
	height:300px;
	list-style: none;
	text-decoration: none;
	
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	list-style: none;
	text-decoration: none;
	z-index:0;
}

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

.slides_container {
	width:630px;
	height: 300px;
	overflow:hidden;
	position:relative;
	display:none;
	list-style: none;
	text-decoration: none;
	z-index:0;
	
}

/*
	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:630px;
	height:300px;
	display:block;
	list-style: none;
	text-decoration: none;
}


/
/*
	Pagination
*/
.pagination {
	list-style: none;
	text-decoration: none;}
	


.pagination li {
	float:right;
	margin:0 1px;
	list-style: none;
	text-decoration: none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	
	background-position:0 0;
	float:right;
	overflow:hidden;
	list-style: none;
	text-decoration: none;
}

.pagination li.current a {
	background-position:0 -12px;
	list-style: none;
	text-decoration: none;
}

/*
	Caption
*/



/*
	Anchors
*/
