
#container {
	width:919px;
	/*padding:15px;*/
	margin:0 auto;
	position:relative;
	z-index:100;
}




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

#frame {
	position:absolute;
	z-index:0;
	width:1000px;
	height:447px;
	top:10px;
	left:-40px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:23px;
	left:-5px;
	z-index:100;
}

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

.slides_container {
	width:919px;
	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 a {
	width:919px;
	height:414px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .prev
{
	background:url(../images/slide/_btn_prev.png) no-repeat;
	cursor: pointer;
	width: 34px;
  height: 119px;
  position: absolute;
  text-indent: -9999px;
  top: 140px;
  left:-70px;
	z-index: 100;
}


 #slides .prev:hover {
	background-position: 0px -119px;
}


#slides .next
{
	background:url(../images/slide/_btn_next.png) no-repeat;
	cursor: pointer;
	width: 34px;
  height: 119px;
  position: absolute;
  text-indent: -9999px;
  top: 140px;
  left:955px;
	z-index: 100;
}


 #slides .next:hover {
	background-position: 0px -119px;
}

/*
	Pagination
*/

.pagination {
	margin:11px auto 0;
	width:50px;
}

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

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

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