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



#container {
	width:320px;
	padding:5px;
	margin-bottom:10;
	position:relative;
	z-index:0;
	background-image:url(../images/lineup_slides.png);
	background-color:#000000;
	background-repeat: no-repeat;
}

#example {
	width:320px;
	height:180px;
	margin-right: 25px;
	margin-top: 7px;
	position:relative;
	background-image:url(../images/lineup_slides.png);
}

#ordered-list {
	list-style-type: decimal;
	padding-left: 30px;
}
#ordered-list li {
	display: block;
	margin: 0 0 15px 0;
	font-family: Arial;
	color: #954518;
	display: list-item;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0px;
	left:10px;
	z-index:100;
}

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

.slides_container {
	width:310px;
	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:320px;
	height:145px;
	display:block;
	margin-top: 15px;
	margin-left: px;
	background-image:url(../images/lineup_slides.png);
	
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/



/*
	Pagination
*/

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

.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(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

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

/*
	Footer
*/

#footer {
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:4.5px 0 10px;
	border-top:1px solid #dfdfdf;
}

#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}

/*
	Anchors
*/

a:link,a:visited {
	color:#ffffff;
	text-decoration:none;
}

a:hover,a:active {
	color:#ffffff;
	text-decoration:underline;
}