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

#example {

    position: relative;
width:1024px;
height:340px;
	
}

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



/*
	Slideshow
*/

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

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

.slides_container 
{
width:1024px;
height:340px;
	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:1024px;
height:340px;
}
#slides .next,#slides .prev {
	position:absolute;
	top:52px;
    width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:878px;
}


/*
	Pagination
*/

.pagination {
	margin:2px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	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 {
     font-family: arial;
    height: 77px;
    margin: 0 auto 0 168px;
    position: absolute;
    width: 742px;
}

.caption  p{
    color: #000000;
    font-size: 19px;
    font-weight: bold;
    position: absolute;
    text-shadow: 1px 1px #FFFFFF;
}



.caption  span{
   color: #99D7EC;
    font-family: arial;
    font-size: 12px;

}


