/* 
	Resets defualt browser settings
	reset.css
*/

:focus {
	outline:0;
}
a:active {
	outline:none;
}
body {
	line-height:1;
	color:black;

}
ol, ul {
	list-style:none;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/*
	Page style

body { 
	font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
	letter-spacing:0;
	color:#434343;
	background:#efefef url(../img/background.png) repeat top center;
	padding:20px 0;
	position:relative;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
}
*/
#container {
	width:719px;
	height: 340px;
	padding:0px;
	margin:0;
	position:relative;
}
#example {
	width:719px;
	height: 340px;
	position:relative;
}
/*#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
z-index:500;
}*/

/*#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}*/

/*
	Slideshow
*/

#slides {
	position:relative;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:719px;
	height: 340px;
	position:relative;
}
/*
	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:719px;
	height: 340px;
	display:block;
	z-index:0;
	position:relative;
}
/*
	Next/prev buttons
*/

#slides .next, #slides .prev {
	position:absolute;
	bottom:20px;
	right:115px;
	width:10px;
	height:12px;
	display:block;
	z-index: 1000;
}
#slides .next {
	right:20px;
}
/*
	Pagination
*/

.pagination {
	margin:0;
	width:75px;
	z-index: 7;
	position: absolute;
	bottom: 20px;
	right: 34px;
}
* html .pagination {
	width:70px;
	z-index: 5000;
}
ul.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}
.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	margin: 0 5px;
}
* html .pagination li a {
	margin: 0px 2px;
}
.pagination li.current a {
	background-position:0 -12px;
}
/*
	Caption
*/

.caption {
	z-index: 3;
	position:absolute;
	bottom:0px;
	left:0;
	height:125px;
	padding:10px 20px 0 30px;
	background:#19305a;
	background:rgba(1, 50, 75, .85);
	width:679px;
	font-size:1.1em;
	line-height:1.33;
	color:#fff;
	text-shadow:none;
}
.caption h1{
	margin: 0px;
font-size: 190%;
font-weight: normal;
}
.caption p{
		margin: 0px;
		padding: 10px 0;
width: 550px;

}
.caption a{
color: #89dcff;
}
* html .caption {
	z-index: 2;
}
/*
	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;
}
/*
	Anchors
*/

a:link, a:visited {
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}
