:focus { outline:0; }
a:active { outline:none; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

#container {
	width:580px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:15px;
	left:15px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:640px;
	overflow:hidden;
	position:relative;
	display:none;
	background-color: #C00;
}

/*
	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:640px;
	height:300px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:50px;
	left:-45px;
	width:30px;
	height:200px;
	display:block;
	z-index:101;
}

#slides .next {
	left:655px;
	top: 50px;
}

/*
	Pagination
*/

.pagination {
	width:100px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:16px;
	height:0;
	padding-top:16px;
	background-image:url(../../../images/PaginationImg.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	background-repeat: no-repeat;
}

.pagination li.current a {
	background-position:0 0px;
	background-image: url(../../../images/PaginationImgHover.png);
	background-repeat: no-repeat;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:610px;
	font-size:11px;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	opacity:0.7;
	filter: Alpha(Opacity=70);
}

/*
	Footer
*/

#footer {
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}

/*
	Anchors
*/

a:link,a:visited {
	color:#5C5C5C;
	text-decoration:none;
}

a:hover,a:active {
	color:#5C5C5C;
	text-decoration:underline;
}
