/* 
	Resets defualt browser settings
	reset.css
*/


/*
	Page style
*/





/*
	Slideshow
*/

 .slides_container {
    width:420px;
    height:270px;
    margin-left: 10px;
    margin-top: 20px;
    margin-right: 10px;
}
.slides_container div {
    width:420px;
    height:270px;
    display:block;
}

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



/*
	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:420px;
	height:270px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:520px;
	left:50%;
	width:30px;
	display:block;
	z-index:101;
  color: #333;
  text-decoration:none;
  font-size: 14px;
}

#slides .next {
	margin-left:45px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:190px;
}

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

/*
	Anchors
*/

