#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:99;
}
#frame {
	position:absolute;
	z-index:0;
	width:1000px;
	height:417px;
	top:-3px;
	left:-80px;
}
/*
	Slideshow
*/
#slides {
	position:relative;
	z-index:0;
	width:1000px;
	margin:0 auto;
	padding:50px 0 0 0;
	text-align:center;
	overflow:hidden;	
}
#slides img {
width:1000px;
height:417px;
text-align:center;
margin:0 auto;
vertical-align : middle;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
.slides_container {
	margin:0 auto;
	max-width:1000px;
	overflow:hidden; background:#333;
	border:1px solid #ccc;
}
/*
	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 {
	max-width:1000px;
	max-height:417px;
	display:block;
	overflow: hidden;
}
/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position: absolute;
	top:190px;
	width:100px;
	height:100px;
	display:block;
	z-index:101;
	margin-left:0px;
}
#slides .next {
	margin-right:0px; right:0px; background: url(../images/next.png) center;
}
#slides .prev {
 background: url(../images/prev.png) center;left:0px;
}
#slides .next:hover{
	background: url(../images/next.png) 10px;
}
#slides .prev:hover{
	background: url(../images/prev.png) -10px;
}
/*
	Pagination
*/
.pagination {
	width:210px;
	height:20px;
	margin:20px auto 0px auto;
	display: block;
}
.pagination li {
	float:left;
	margin:0 5px;_margin:5px;
	list-style:none;
}
.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li.current a {
	background-position:0 -12px;
}
/*
	Caption
*/
.caption {
	z-index: 101;
	position: absolute;
	bottom: 50px;
	left: 0;
	height:145px;
	_background: #333;

	*background:#333;
	background: #333\9;
	background: rgba(0,0,0,.6);
	width: 420px;
	_height: 150px;
	font-size: 1.1em;
	line-height: 18px;
	color: #ccc;
	letter-spacing: 0.1em;
	/* [disabled]padding: 5px 20px 0px 20px; */
	border-radius: 0px 20px 20px 0px;

	*border-radius:0px 20px 20px 0px;
	text-align: left;
	padding:5px 5px 0 10px;
}
.caption h1 {
	text-shadow: 0px 1px 0px #373737;
	letter-spacing:0.1em;
	color:#fff6ae;
	width:100%;
	line-height:28px;
	font-size: 1.6em;
	font-weight: bolder;
}
.caption p{ _width:400px; _height:100px;_text-align:left;*width:400px;*height:100px;*text-align:left}
