/* home slideshow */

#slide-show {
	background: url(../images/slider/slideshow-bg.jpg) #111111 no-repeat scroll top center;
	width:100%;
	height: 558px;
	position:relative;
}

#slide-navigation {
	position:relative;
	width:100%;
	height:100%;
}

#slide-navigation .slide-right, #slide-navigation .slide-left {
    position: absolute;
    top: 206px;
    z-index: 3;
}


#slide-navigation .slide-right {
	right:22px;
}

#slide-navigation .slide-left {
	left:22px;
}

#slide-show #slide-elements {
	list-style:none;
	margin: 0px;
	padding: 0px;
	position:absolute;
	width: 100%;
	height:558px;
}

#slide-show #slide-elements li.slide-element {
	float:left;
	height:558px;
}

#slide-canvas {
    height: 558px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 2;
}

ul.animated-slide {
	list-style:none;
	margin:0px;
	padding:0px;
	position:relative;
}

ul.animated-slide li {
	position:absolute;
	/*float:left;*/
	top:0px;
}

