
#container {
	width:980px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
	width:980px;
	height:305px;
	position:relative;
	
}

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

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

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:102px;
	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:980px;
	overflow:hidden;
	position:relative;
	display:none;
}

#main_image {
	position:absolute;
	top:102px;
	left:0px;
	z-index:100;
}


.my_container {
	width:980px;
	height:305px;
	position: relative;
	display:block;
}
.my_container div.slide {
        width:980px;
        height:305px;
        display:block;
        opacity: 0.3;
}
	

.pheader {
	position: absolute;
	top: 40px;
	left: 16px;
	color: white;
	font-size: 3.0em;
        font-style: italic;
	font-weight: bold;
	font-family: Arial;
	display:block;
}
.p1{
	position: absolute;
        top: 80px;
        left: 30px;
        color: white;
        font-size: 1.5em;
	font-style: italic;
        font-weight: bold;
	font-family: Arial;
        display:block;
}

.p2{
       position: absolute;
        top: 105px;
        left: 30px;
        color: white;
        font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
        font-family: Arial;
        display:block;


}

.p3{
        position: absolute;
        top: 130px;
        left: 30px;
        color: white;
        font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
        font-family: Arial;
        display:block;
}

.p4{
        position: absolute;
        top: 155px;
        left: 30px;
        color: white;
        font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
        font-family: Arial;
        display:block;
}

.p5{
        position: absolute;
        top: 180px;
        left: 30px;
        color: white;
        font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
        font-family: Arial;
        display:block;
}

.p6 {
        position: absolute;
        top: 260px;
        left: 30px;
        color: white;
        font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
        font-family: Arial;
        display:block;


}

.pfooter {
        position: absolute;
        top: 220px;
        left: 16px;
        color: white;
        font-size: 2.0em;
	font-style: italic;
	font-weight: bold;
        font-family: Arial;
        display:block;

}





/*
	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:980px;
	height:305px;
	display:block;
	opacity: 0.5;
}


/*
	Next/prev buttons
*/

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

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	width:100px;
	position:absolute;
	top:250px;
	left:890px;
	z-index:99999;

}

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

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

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

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

/*
	Anchors
*/

