#rightquick {
	position: fixed;
	top: -5px;
	right: 0px;
	padding: 0;
	z-index: 999999;
        }					

#sidepage {
            width: 940px;
            padding: 10px;
            margin: 0 auto;
        }


#modal {
	display: none;
	padding-top: 0;
	height: 20px;
}
#modal a {color: #fff; font-weight: bold; padding:0 10px 5px 10px; border: none; }
#modal a:hover { color: #aaa; } 


/* SLIDES */

/* Slideshow */

#slides {
	z-index:100;
}

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

.slides_container {
	width:900px;
	overflow:hidden;
	position:relative;
	display:none;
	border:1px #fff dotted;
}

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

#slides .next,#slides .prev {
	position:absolute;
	top:120px;
	left:-25px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:920px;
}
