
#container {
width:944px;
height:339px;
	margin:0 auto;
	position:relative;
	z-index:0;
	
}

#example {

    position: relative;
width:944px;
height:339px;
	
}

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

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

/*
	Slideshow
*/

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

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

.slides_container 
{
width:944px;
height:344px;
	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 
{
    display: block;
width:944px;
height:339px;
}



/*
	Pagination
*/

.pagination {
    margin: 0 auto;
    position: relative;
    top: -32px;
    width: 100px;
    z-index: 1000
}

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

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

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

/*
	Caption
*/

.caption {
   background:url(../images/bg-annim.png)no-repeat scroll 0 0 transparent;
    bottom: 0px;
    height: 161px;
    margin: 0 auto;
    position: absolute;
    width: 1280px;
    z-index: 500;
}


