#slideshow {
	background-color: #F5F5F5;
	border: 1px solid #FFFFFF;
	box-shadow: 0 0 22px #111111;
	height: 399px;
	position: relative;
	width: 613px;
	float:left;
	-moz-box-shadow:0 0 22px #111;
	-webkit-box-shadow:0 0 22px #111;
	box-shadow:0 0 22px #111;
}
#slideshow ul {
	height: 380px;
	left: 10px;
	list-style: none outside none;
	overflow: hidden;
	position: absolute;
	top: 10px;
	width: 618px;
}
#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(../images/img/arrow.png) no-repeat;
	top:50%;
	margin-top:-43px;
	cursor:pointer;
	z-index:1000;
}
#slideshow .previous {
	background-position:left top;
	left:-11px;
}
#slideshow .previous:hover {
	background-position:left bottom;
}
#slideshow .next {
	background-position:right top;
	right:-12px;
}
#slideshow .next:hover {
	background-position:right bottom;
}
/* The following styles are only used for the styling of the demo page */
p.tzine {
	text-align:center;
	font-size:12px;
	margin:50px;
}
p.credit {
	text-align:center;
	color:#888;
	font-size:10px;
}
p.credit a, p.credit a:visited {
	color:#ccc;
	border-bottom-color:#aaa;
}
p.credit a:hover {
	border-bottom-color:transparent;
}
/*a:hover {
	border-bottom:1px dashed transparent;
}*/
.clear {
	clear:both;
}
