/* Easy Slider */
.slideshow {
	width:940px;
	position:relative;
}

.slideshow-img {

}
a .slideshow-controls-l {
	display:block;
	position:absolute;
	top:40%;
	left:0px;
}
a:hover .slideshow-controls-l {
	background: url(../images/button-left-on.png)no-repeat;
	z-index:100;
}
a .slideshow-controls-r {
	display:block;
	position:absolute;
	top:40%;
	right:0px;
}
a:hover .slideshow-controls-r {
	background: url(../images/button-right-on.png)no-repeat;
}
#slider ul {

}
	#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
		
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
	
		width:940px;
		height:324px;
		overflow:hidden; 
		}
		
		
/* // Easy Slider */
