@charset "utf-8";

div#slideshow
{
	position:relative;
}
div.slide
{
	width:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	z-index:8;
	display:none;
}
div.innerslide,div.slide,div#slideshow
{
	height:358px;
}
div.slidedotnav
{
	position:absolute;
	z-index:20;
	bottom:60px;
	left:0;
	width:100%;
}
div.dotholder
{
	width:53px;
	margin:0 auto;
}
div.slidedot
{
	float:left;
	margin-left:10px;
	width:11px;
	height:11px;
	background:url(../images/slide-dot.png) no-repeat left top;
	cursor:pointer;
}
div.slidedot.active
{
	background-position:left bottom;
}
div.slide.stickleft
{
	left:0;
}
div.slide.stickright
{
	right:0;
}
div.slide.stickright img
{
	float:right;
}
div.slide.active
{
	display:block;
	z-index:12;
}
div.slide.previous
{
	display:block;
	z-index:11;
}
div.slide.previous2
{
	display:block;
	z-index:10;
}
div.slide.previous3
{
	display:block;
	z-index:9;
}
div.slidearrow
{
	position:absolute;
	bottom:2px;
	z-index:20;
	width:51px;
	height:46px;
	cursor:pointer;
}
div.slidearrow.aleft
{
	left:4px;
	background:url(images/slide-nav-left.png) no-repeat;
}
div.slidearrow.aright
{
	right:4px;
	background:url(images/slide-nav-right.png) no-repeat;
}
