#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

#example {
	position:relative;
	height:413px;
}

/*
	Slideshow style
*/

#slides {
	position:absolute;
	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:950px;
	height:400px;
	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 {
	width:950px;
	height:400px;
	display:block;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:167px;
	left:15px;
	width:54px;
	height:47px;
	display:block;
	z-index:101;
}

#slides .next {
	left:890px;
}

/*
	Pagination
*/

.pagination {
	margin:9px 0 0 10px;
	position:absolute;
}

.pagination li {
	float:left;
	margin:0 2px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	float:left;
	text-decoration:none;
	background:#FFF;
	padding:2px 4px 3px 4px;
	text-align:center;
	height:14px;
	color:#333;
	font-weight:bold;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	behavior:url(js/PIE.htc);
	position:relative;
}

.pagination li.current a {
	background:#000;
	color:#FFF;
}

/*
	Footer
*/
