#frame {
	position:absolute;
	z-index:0;
	width:640px;
	height:370px;
	left:0px;
}

#example {
	width:640px;
	height:370px;
	position:relative;
	z-index:10;
        margin-bottom: 10px;
}

/*
	Slideshow style
*/

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

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:640px;
	height:370px;
	overflow:hidden;
	position:relative;
	display:none;
	z-index: 0;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	width:968px;
	height:370px;
	display:block;
	z-index: 10;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:215px;
	left:0px;
	width:24px;
	height:40px;
	display:block;
	z-index:101;
}

#slides .next {
	left:596px;
	
	background-image: none;
	padding-right: 0px;
}

.slidetext {
	background-color: rgba(0, 0, 0, 0.7);
	width: 164px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 5px 25px;
	height: 358px !important;
	z-index: 20;
}   

.slider h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: rgb(21,129,157);
	text-align: left;
	margin: 0px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 25px;
	border: 0px none #FFFFFF;
}


.slide h1{
	font-family: "PFCatalog",Georgia;
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
.slide h1 a, .slide h1 a:link {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
.slide h1 a:hover {
text-decoration: underline;
}
.slide p {
	font-family: "PFCatalog",Georgia;
	font-size: 12px;
	font-weight: bold;
	color: #dadada;
	text-align: left;
	line-height: 16px;
}
.slide p a, .slide p a:link {
	color: #dadada;
	text-decoration: none;
	display: block;
}
.slide p a:hover {
text-decoration: underline;
}
.photo {
	/*padding-left: 214px;*/
	position: absolute;
}
/*
	Pagination
*/

.pagination {

	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: auto;
	position: absolute;
	top: 1em;
	left: 560px;
}

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

.pagination li a {
	display:block;
	width:11.2px;
	height:0px;
	padding-top:11.2px;
	
	background-position:0 0;
	float:left;
	overflow:hidden;
	border: 1px solid black;
	background-color:#F0F0F0;
}

.pagination li.current a {
	background-position:0 -11.2px;
	border: 1px solid red;
}

/*
	Footer
*/

#footer {
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}

#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}

/*
	Type and anchors
*/


#slides .link {
	display:block;
}