@media (min-width:1100px)
{
		#slideshow
		{
		width:823px;
		}
			#slideshow ul
			{
			width:823px;
			}

}
@media (max-width:1100px)
{
	
		#slideshow
		{
		width:823px;
		}
			#slideshow ul
			{
			width:823px;
			}
}
*{
	margin:0;
	padding:0;
}

	#slideshow
	{
	height:227px;
	position:relative;
	border-radius: 0;
	}
		#slideshow ul
		{
		height:227px;
		list-style:none outside none;
		overflow:hidden;
		position:absolute;
		border-radius: 0;
		}

#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
}

#slideshow li:first-child{
	display:block;
	z-index:1;
}

#slideshow .slideActive{
	z-index:1;
}

#slideshow canvas{
	display:none;
	position:absolute;
	z-index:2;
}

#slideshow .arrow{
	height:43px;
	width:30px;
	position:absolute;
	background:url('../slider/arrows.png') no-repeat;
	top:50%;
	margin-top:-18px;
	cursor:pointer;
	z-index:10;
}

#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;}

