/* 
	Resets defualt browser settings
	reset.css
*/








/*
	Slideshow style
*/

#slides {
	z-index:280000;
	margin-right: auto;
	margin-left: auto;
	height: 350px;
	width: 630px;
	position: relative;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:555px;
	height:340px;
	overflow:hidden;
	display:none;
	margin-right: auto;
	margin-left: 29px;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	width:620px;
	height:360px;
	display:block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:166px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
	left: -24px;
}

#slides .next {
	left:584px;
}

/*
	Pagination
*/

.pagination {
	width:190px;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
	text-align: center;
	margin-top: -150px;
}

.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
*/





/*
	Type and anchors
*/



#slides .link {
	display:block;
	margin-top:10px;
	font-weight:800;
}
