

#slideshow{
	background-color:#000000;
	height:328px;
	position:relative;
	width:495px;
	top:-140px;
}

#slideshow ul{
	height:328px;
	list-style:none outside none;
	overflow:hidden;
	position:absolute;
	width:495px;
	margin: 0;
	padding:0;
}

#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:10px;}
#slideshow .previous:hover{ background-position:left bottom;}

#slideshow .next{ background-position:right top;right:6px;}
#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:#000;
	font-size:10px;
}

p.credit a,
p.credit a:visited{
	color:#000;
}


a, a:visited {
	text-decoration:none;
	outline:none;
	color:#000000;
}



.clear{
	clear:both;
}


#container {background: #fff; margin: 0; padding: 1.5em; width: 60%;}
abbr {border: none;}
form {width: 450px;}
	form fieldset {border-style: none; margin-bottom: 1em;}
.field {margin: 0.5em 0;}
#firstName, #lastName, #Email {border: 1px solid #000; padding: 2px; width: 25em;}
.field label {display: block;}
.spacer {margin: 1em 0 0 0;}
textarea {width: 450px;	height: 100px; border: 1px solid #000; padding: 2px;font-family: Verdana, Geneva, sans-serif; font-size: 0.9em;}
.captchaContainer	{background: url(images/captcha-background.png) left center repeat-x;}
#captchaSuccess {	display: none;}
#footnote {color: #666; font-size: 90%; list-style-type: none; margin: 3em 0 0; padding: 0.5em 0 0; border-top: 1px solid #888;}
	#footnote ul {list-style-type: none; padding-left: 0;}
.floatImg {float: left; margin-right: 1em;}
.warning {background: #ddd; border: 1px solid #666; padding: 1em;}