/*
	Resets defualt browser settings
	reset.css
*/

/*
	Page style
*/





/*
	Slideshow
*/

#slides {
	position:absolute;
	margin: 0px 0px 0px 17px;
	@margin: 0px 0px 0px -304px;
	height: 401px;
	z-index:100;
}

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

.slides_container {
	width:616px;
	height: 401px;
	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:616px;
	height:403px;
	display:block;

}

.slides_container a img {
	display:block;
}
div#slide_effecttop {
	position:absolute;
	width:616px;
	height:10px;
	@margin: 0px 0px 0px 0px;
	z-index:100;
}
div#slide_effectbot {
	position:absolute;
	width:616px;
	height:9px;
	z-index:100;
	top: 393px;
	@top: 384px;
}
div#slide_effect {
	position:absolute;
	width:140px;
	height:383px;
	z-index:100;
	top: 10px;
}
div#slide_effectdr {
	position:absolute;
	width:100px;
	height:383px;
	left: 516px;
	top: 10px;
	z-index:100;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:191px;
	left:-0px;
	width:20px;
	height:50px;
	display:block;
	z-index:101;
}
#slides .next:hover {
	background: url(../img/arrow-next-on.png)  no-repeat  top center;
}

#slides .next {
	left:596px;
}
#slides .prev:hover {
	background: url(../img/arrow-prev-on.png)  no-repeat  top center;
}

/*
	Pagination
*/

.pagination {
	position:absolute;

	width:200px;
	z-index:102;
}

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

.pagination li a {
	display:block;
	width:12px;
	height:0px;
	@height:13px;
	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;
}
.pagination li a:hover {
	background-position:0 -23px;
}
