*
{
margin: 0px;
padding: 0px;
}
body
{
color: #000;
background: #00000;
font: 13px "Lucida Sans Unicode",Arial,Helvetica,sans-serif;
}
a
{
text-decoration: underline;
}
a:hover
{
text-decoration: none;
}
#wrap
{
margin: 15px auto;
padding: 0;
width: 640px;
position: relative;
}

#slideshow
{
	background: #0000;
	border: 1px solid #0000;
	height: 360px;
	margin: 10px auto;
	position: relative;
	width: 680px;

-moz-box-shadow: 0px 0px 22px #111;
-webkit-box-shadow: 0px 0px 22px #111;
	box-shadow: 0px 0px 22px #111;
	background-color: #00000;
}
#slideshow ul
{
	height: 360px;
	left: 10px;
	list-style: none outside none;
	overflow: hidden;
	position: absolute;
	top: 10px;
	width: 680px;
}
#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/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;
}
