/* 
	Resets defualt browser settings
	reset.css
*/


/*
	Page style
*/



/*
	Slideshow
*/



/*
	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 div.slide {
	width:950px;
	height:160px;
	display:block;
    margin-left:3px;
   margin-right:-4px;
}


/*
	Next/prev buttons
*/


/*
	Pagination
*/

.pagination {
	margin:10px auto 0;
	width:100px;
	margin-left:30px;
}

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

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

/*
	Caption
*/



/*
	Footer
*/



