/* 
	Resets defualt browser settings
	reset.css
*/

/*
	Page Style
*/

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

#frame {
	position:absolute;
	z-index:0;
	width:970px;
	height:419px;
}

#example {
	width:945px;
	height:344px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	}

/*
	Slideshow style
*/

#slides {
	width:945px;
	height:344px;
	position:absolute;
	top:14px;
	left: 0px;
	z-index:100;
	margin-right: auto;
	margin-left: auto;
	}


/*
	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: 945px;
	height: 344px;
	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:945px;
	height:344px;
	display:block;
	margin-right: auto; margin-left: auto;
	}

.slide {
	padding:0px;
	width:945px;
	height:344px;
	display:block;
	}

.slide2 {
	background-image: url(../img/slide2.jpg);
	padding:0px;
	width:945px;
	height:344px;
	display:block;
	}

.slide3 {
	background-image: url(../img/slide1.jpg);
	padding:0px;
	width:945px;
	height:344px;
	display:block;
	}

.slide4 {
	background-image: url(../img/slide2.jpg);
	padding:0px;
	width:945px;
	height:344px;
	display:block;
	}

.slide5 {
	background-image: url(../img/slide1.jpg);
	padding:0px;
	width:945px;
	height:344px;
	display:block;
	}


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

#slides .next {
	left:0px;
}

/*
	Pagination
*/

.pagination {
	margin:0px 0px 0px;
	margin-left: 410px;
	width:140px;
	padding-top: 30px;
}

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

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

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


/*
	Type and anchors
*/


h5 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.4em;
	font-style: italic;
	color: #000000;
}



#slides {
	display:block;
	font-weight:800;
	}

.link {
	display:block;
	background-image: url(../img/next-button.png);
	width: 156px;
	height: 47px;
	margin-top: 20px;
	}