@charset "UTF-8";
/* top css */

#mainimage{width:958px;height:440px;position:relative;z-index:100;overflow:hidden;}




/* --=== slides.jquery.js ===-- */

/*
	Slideshow
*/


#mainimage:after {content: ".";display: block;visibility: hidden;height: 0.1px;font-size: 0.1em;line-height: 0;clear: both;  }

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

#mainimage .slides_container {
	width:958px;
	overflow:hidden;
	float:left;
	position:relative;
	height:403px;
	display:none;
	z-index: 100;
}

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

/*
	Next/prev buttons
*/

#mainimage .next,#mainimage .prev {
	
	left:0;
	width:21px;
	height:0;
	padding-top:21px;
	overflow:hidden;
	display:block;
	z-index:101;
}

#mainimage .prev {
	position:absolute;
	top:415px;
	left:910px;
	background:url(/images/arrow-prev.png);
}

#mainimage .next {
	position:absolute;
	top:415px;
	left:935px;
	background:url(/images/arrow-next.png);
}

/*
	Pagination
*/

#mainimage .pagination {
	margin-left:-1px;
width:7000px;
	float:left;
}

#mainimage .pagination:after {content: ".";display: block;visibility: hidden;height: 0.1px;font-size: 0.1em;line-height: 0;clear: both;  }

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

#mainimage .pagination li a {
	display:block;
	width:71px;
	height:30px;
	margin:1px;
	float:left;
	background:#f9f9f9;
}



#mainimage .pagination li img {
	opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}


#mainimage .pagination li.current img {
	opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
}



