 
.slides img{ 
height:100%!important; 
/*height:300px!important;*/ 
width:100% !important;
}

#slideshow{
	 

    height:294px;	  
	position:relative;
	width:100%;
	padding:0;
	margin:0;
	 
}

#slideshow ul{
	height:100%;
	 
	list-style:none outside none;
	overflow:hidden;
	position:absolute;
	
	width:100%;
}

#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
}

#slideshow li:first-child{
	display:block;
	z-index:20;
}

#slideshow .slideActive{
	z-index:20;
}

#slideshow canvas{
	display:none;
	position:absolute;
	z-index:100;
}

#slideshow .arrow{
	background:url('../Images/Banner/arrows.png') no-repeat;
	/*
	height:86px;
	width:60px;
	top:50%;
	margin-top:-43px;
	*/
	
	height:50px;
	width:36px;
	top:35%;
	margin-top:0px;
	
	position:absolute;	
	cursor:pointer;
	z-index:30;
}

#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left bottom;}

#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right bottom;}

 
.clear{
	clear:both;
}