#container {
    width: 526px;
    height: 265px;
    padding: 0px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    border: 2px solid #DDD;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

#example {
    width: 526px;
    height: 260px;
    position: relative;
}

#ribbon {
    position: absolute;
    top: -3px;
    left: -4px;
    z-index: 480;
}

#frame {
    position: absolute;
    z-index: 0;
    width: 526px;
    height: 260px;
    top: 0px;
    left: 0px;
}


/*
	Slideshow

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


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

.slides_container {
    width: 526px;
    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: 526px;
    height: 260px;
    display: block;
}


/*
	Next/prev buttons
*/

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

#slides .next {
    left: 526px;
}

/*
	Pagination
*/

.pagination {
    margin: 10px auto 0;
    width: 120px;
}

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

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

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

/*
	Caption
*/

.caption {
    z-index: 480;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 20px;
    padding: 5px 20px 0 20px;
    background: #000;
    background: #FAFAFA;
    width: 486px;
    font-size: 1.3em;
    line-height: 1.33;
    color: #FAFAFA;
    border-top: 0px solid #000;
    text-shadow: none;
}

p {
    color: #336699;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}