/*
	Page style
*/

#container {
    font:normal 13px Arial, sans-serif;
    letter-spacing:0;
    color:#434343;
	width:100%;
	padding:0 0 0 0;
	margin:-100px 0 0 0;
	position:relative;
	z-index:0;
}

#example {
	width:2000px;
	height:500px;
    margin-left: -498px;
	position:relative;
}

#container #example img{
    width:2000px;
    height:500px;
    display:block;
    position: absolute;

}



/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	left: 670px;
    top: 155px;
	height: 200px;
	padding:5px 15px 10px 15px;
    background: none;
	width:360px;
	color:black;
	text-shadow:none;
    border-radius: 8px 8px;
}

/* pagination */
.pagination{
    display: none;
}


#slides h1{
    line-height: 50px;
    margin-top: 5px;
}
#slides h2{
    line-height: 24px;
}
#slides p{
    margin: 5px 0 8px 0;
}