@charset "utf-8";



/*
	Slideshow
*/

.topSlideBlock{width:958px;height:308px;z-index:-500;}
.topSlideBlock a{outline:none;}
.topSlideBlock #slides{position:relative;}

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

.slides_container {
	width:958px;
	overflow:hidden;
	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 div.slide {
	width:958px;
	height:308px;
	display:block;
	
}


/*
	Next/prev buttons
*/

.topSlideBlock .prev,.topSlideBlock .next{position:absolute;top:48px;display:block;z-index:500;}
.topSlideBlock .prev{left:-9px;}
.topSlideBlock .next{left:473px;}



.pagination {
	display:none;
}
