/* 
	Resets defualt browser settings
	reset.css
*/


/*
	Page Style
*/


#frame {
	position:absolute;
	z-index:0;
	width:790px;
	height:auto;
	top:0px;
	left:0px;
	bottom: 10px;
}

#example {
	width: 1271px;
	height: 348px;
	position: relative;
	background-color: #FFFFFF;
}

/*
	Slideshow style
*/

#slides {
	position:absolute;
	top:0px;
	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:790px;
	height:281px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	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 {
	padding:0px;
	width:790px;
	height:281px;
	display:block;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position: absolute;
	top: 115px;
	left: 0px;
	width: 25px;
	height: 111px;
	display: block;
	z-index: 101;
	color: #000000;
	text-decoration: none;
}

#slides .next {
	left: 1246px;
}

/*
	Pagination
*/

.pagination {
	width: 200px;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 546px;
}

.pagination li {
	float:left;
	list-style:none;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 6px;
}

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

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

/*
	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;
}

h1 {
	font-size:2em;
}

p {
	font-size:1.3em;
}

#slides .link {
	display:block;
	margin-top:10px;
	font-weight:800;
}
