#container {
	width:250px;
	position:relative;
	z-index:0;
	float: left;
}

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

#example {
	width:250px;
	height:290px;
	position:relative;
}

/*
	Slideshow style
*/

#slides {
	position:absolute;
	top:20px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:300px;
	height:290px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	padding-left:27px;
	width:300px;
	height:230px;
	display:block;
}

/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		#slides_two .slides_container {
			width:191px;
			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_two .slides_container div {
			width:191px;
			height:250px;
			display:block;
		}
		
		/*
		
/*
	Pagination
*/

.pagination {
	margin:-337px 167px 0;
	width:100px;
}

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

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

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