/**{
	margin:0;
	padding:0;
}
 
body{
	color:#eee;
	background:url('img/bg.jpg') repeat-x #0c0d10;
	font:13px "Lucida Sans Unicode",Arial,Helvetica,sans-serif;
}*/

#slideshow{
	height:230px;
	position:relative;
	width:207px; 
}

#slideshow ul{
	height:224px;
	/*left:10px;*/
	list-style:none outside none;
	overflow:hidden;
	position:absolute;
	/*top:10px;*/
	width:207px;
	padding-left:0px;
	margin-top:0px; 
	margin-left:0px; 
}

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

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

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

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

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

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