/* 
	Resets defualt browser settings
	reset.css
*/
:focus { outline:0; }

ol,ul { list-style:none; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

img {
	border:none;
}

#container {
	width:960px;
	padding:0px;
	position:relative;
	z-index:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 450px;
	text-align: center;
}

#example {
	width:960px;
	height:404px;
	position:relative;
	margin-top: 0px;
	text-align: center;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:0px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:960px;
	height:404px;
	top:-3px;
	left:-80px;
	margin-top: 100px;
}

#slides {
	position:absolute;
	top:30px;
	left:0px;
	z-index:100;
	right: 50px;
	text-align: center;
}

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

.slides_container {
	width:960px;
	height:404px;
	overflow:hidden;
	position:relative;
	text-align: center;
	padding: 0px;
}

#slides .next {
	left:585px;
}

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
}

.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;
	border:none;
}

.pagination li.current a {
	background-position:0 -12px;
}

.caption {
	position:absolute;
	bottom:-35px;
	height:30px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}


a:link,a:visited {
	text-decoration:none;
	border:none;
	background-color:transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover,a:active {
	border:none;
	border:hidden;
	text-decoration:underline;
	background-color:transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline:none;
}
