
/*
	Slideshow
*/
#slidermaindiv {
	position:relative;
	float:left;
	background-image : url(../../images/bg_slidercont.jpg);
	background-repeat : no-repeat;
	width:695px;height:390px;
}
#slides {width:635px;height:330px;	position:relative;z-index:100;float:left;margin-left:30px;}

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

.slides_container {	width:635px;overflow:hidden;position:relative;	display:none;float:left;margin-bottom:20px;}

/*
	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:635px;height:330px;	display:block;}
.slides_container a img {	display:block;}

/*
	Pagination
*/

.pagination {margin:auto;width:130px;margin-top:10px;}
.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-lws.png);	background-position:0 0;	float:left;	overflow:hidden;}
.pagination li.current a {	background-position:0 -12px;}
.pagination a:hover {	background-position:0 -12px;}

