/* 
	Resets defualt browser settings
	reset.css
*/


/*
	Page style
*/



/*
	Slideshow
*/

#slides {
	z-index:100;
}

#slides2 {
	z-index:100;
}

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

.slides_container {
	width:729px;
	overflow:hidden;
	position:relative;
}

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

.slides_container a img {
	display:block;
}

.slides_container2 {
	width:729px;
	overflow:hidden;
	position:relative;
}

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


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	width:23px;
	height:24px;
	display:block;
	z-index:1010;
	float: right;
}
#slides2 .next,#slides2 .prev {
	width:23px;
	height:24px;
	display:block;
	z-index:1010;
	float: right;
}

#slide-arrows {background-image: url(/images/arrow-bg.gif); background-repeat: no-repeat; width: 710px; height: 29px; margin-top: -3px; padding: 1px 20px 0 0;}
#slide-arrows-safari {background-image: url(/images/arrow-bg.gif); background-repeat: no-repeat; width: 709px; height: 29px; margin-top: -19px; padding: 1px 20px 0 0; position: relative; z-index: 1000;}
#slide-arrows-safari-home {background-image: url(/images/arrow-bg.gif); background-repeat: no-repeat; width: 709px; height: 29px; margin-top: -3px; padding: 1px 20px 0 0;}
#slide-arrows-firefox-mac {background-image: url(/images/arrow-bg.gif); background-repeat: no-repeat; width: 709px; height: 29px; margin: -4px 0 0 0; padding: 1px 20px 0 0;}

/*
	Pagination
*/

.pagination {
	display:block;
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-position:0 0;
	float:left;
	overflow:hidden;
}

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

/*
	Footer
*/

