/*
	Slideshow
*/
#slides {
    margin-left:0;
    width:990px;
	position:relative;
    border-top: 1px solid #CFFAE2;
    float:left;
    overflow:hidden;
    margin-top:145px;
    height: 220px;
}

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

.slides_container {
	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:900px;
	height:313px;
	display:block;
}

.slides_container a img {
	display:block;
    border:0 none;
}



/*
	Pagination
*/

#slides  .pagination {
	display: none;
}
