.slides_container{
width:413px;
height:550px;
margin-left:18px;
overflow:hidden;
display:none;
}




#frame {
	position:absolute;
	z-index:0;
	width:413px;
	height:550px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:140px;
	left:408px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/



/*
	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:450px;
	height:600px;
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:250px;
	left:-45px;
	width:30px;
	height:30px;
	display:block;
	z-index:101;
}

#slides .next {
	left:460px;
}