@charset "utf-8";
/* CSS Document */
#container {
	width:695px;
	padding:0px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
	width:695px;
	height:315px;
	position:relative;
	
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

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

/*
	Slideshow
*/

#slides {
	background:#CCC;

}

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

.slides_container {
	width:695px;
	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 div.slide {
	width:695px;
	height:315px;
	display:block;
}


/*
	Next/prev buttons
*/

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

#slides .next {
	left:665px;
}

/*
	Pagination
*/

.pagination {
	margin:0px auto 2px 0;
	width:400px;
	text-align:center;
}

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

.pagination li a {
	display:block;
	width:16px;
	height:12;
	font-size:12px;
	color:#666;
	padding-top:12px;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	color:#C00
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:60px;
	padding:3px 20px 0 10px;
	background:#000;
	background:rgba(0,0,0,.3);
	width:695px;
	line-height:1.5em;
	color:#fff;
	text-shadow:none;
}
.caption h4{
	color:#FFF;
	width:650px;
	height:40px;
	font-size:30px;
	overflow:hidden;
	line-height:1.75em;
	margin:3px 0px 1px 0px;
	display:block;
	}
.caption p{
	width:400px;
	color:#FFF;
	height:35px;
	font-size:12px;
	overflow:hidden;
	display:none;
	line-height:1.4em;
	}
.caption h4 a{
	color:#e4e4e4;
	line-height:1.75em;
	}
.caption h4 a:hover{
	color:#FFF;
	text-shadow:0px 0px 10px #333333;
	}
.caption p span{
	color:#9F0;
	font-size:12px;
	margin-left:5px;
	}
.caption p span a:hover{
	color:#fff;
	}
/*
