:focus { outline:0; }
a:active { outline:none; }
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
*/
#container {
	width: 900px;
	position: relative;
	z-index: 100;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 300px;
}

#example {
	width: 900px;
	height: 300px;
	position: relative;
	padding: 0px;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position: absolute;
	z-index: 0;
	width: 678px;
	height: 339px;
	top: -4px;
	left: -71px;
}

/*
	Slideshow
*/

#slides {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 900px;
	height: 300px;
}

/*
	Pagination
*/

.pagination {
	margin: 0;
	width: 0px;
}

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

.pagination li a {
	display: block;
	width: 0px;
	height: 0;
	background-position: 0 0;
	overflow: hidden;
}

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

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width: 900px;
	overflow: hidden;
	position: relative;
	display: none;
}

/*
	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 a {
	width: 900px;
	height: 184px;
	display: block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position: absolute;
	top: 129px;
	left: 67px;
	width: 24px;
	height: 43px;
	z-index: 101;
}

#slides .next {
	left: 800px;
	position: absolute;
}

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