/*
	Slideshow
*/
#slogan{
position:absolute;
font-size:16px;
color:#ffffff;
font-style:italic;
width:420px;
z-index:500;
height:auto;
float:right;
right:0;
margin-top:5px;
}
#ribbonbot{
position:absolute;
z-index:300;
height:100px;
width:100px;
background-image:url(../../images/front-end/img/layers/ribbonbot.gif);
background-repeat:no-repeat;
top:230px;
left:-7px;
}
#ribbontop{
position:absolute;
z-index:300;
height:200px;
width:130px;
background-image:url(../../images/front-end/img/layers/ribbontop.png);
background-repeat:no-repeat;
top:-30px;
left:814px;
}
#shadowtop{
	position:absolute;
	width:878px;
	height:20px;
	left:20px;
	top:-15px;
	background-image:url(../../images/front-end/img/layers/shadow_top.jpg);
	background-repeat:no-repeat;
}
#shadowbot{
	position:absolute;
	width:878px;
	height:20px;
	left:20px;
	top:295px;
	background-image:url(../../images/front-end/img/layers/shadow_bottom.jpg);
	background-repeat:no-repeat;
}
#slides {
	position:relative;
	top:0px;
	left:30px;
	z-index:100;
}

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

.slides_container {
	width:878px;
	height:296px;
	overflow:hidden;
	position:relative;
	display:none;
}
.slides_container2 {
	width:878px;
	height:296px;
	overflow:hidden;
	position:relative;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

/*
	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:945px;
	height:349px;
	display:block;
	border:0;
}

/*
	Next/prev buttons
*/

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

#slides .next {
	left:585px;
}
