

#slideshow{	
	/*border:1px solid #FFFFFF;*/
	height:450px;	
	position:relative;
	width:960px;	
}

#slideshow ul{
	height:450px;	
	list-style:none outside none;
	overflow:hidden;
	position:absolute;	
	width:960px;
}

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

form#contact input[type="text"], input[type="url"], 
input[type="email"], input[type="tel"],input[type="phone"], textarea {
	margin: 3px 0 0 0;
	padding: 6px; 
	width: 260px; 
	font-family: arial, sans-serif; 
	font-size: 12px; 
	border: 1px solid #ccc;
    background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
}
/* The following styles are only used for the styling of the demo page */
form#contact textarea {
	width: 260px; 
	height: 79px;
}

form#contact label {
	display: block;
	font-size: 13px;

	margin-top: 10px;
	font-weight: bold;
}

form#contact label.error { 
	width: 270px;
	margin: 3px 0 0 0;
	display: block;
	color: #cf0101;                              
	font-size: 11px; 
	text-align: right;
}

form#contact .placeholder {
	color: #aaa;
}

form#contact .button {
	display: block;
	margin-top:25px;
	padding: 5px 15px 5px 15px;
	background-color: #345;
	border: none;
	color: #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

form#contact .button:hover {
	background-color: #356;
	cursor: pointer;
}

form#contact .button:active {
	margin-top: 16px;
	background-color: #366;
	cursor: pointer;
}
