body { 
	margin:0; padding:0; font-family: 'avantgarde'; color:#666; font-size:10pt;} 
@font-face {  
    font-family: 'avantgarde';  
    src: url('fonts/avantgarde_md_bt.eot');  
    src: local('avantgarde'), url('fonts/avantgarde_md_bt.ttf') format('truetype');  
}  
#slideshow{
	width:212px;
	height:339px;
	margin:155px auto 0;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}



#slideshow ul{
	width:167px;
	height:319px;
	left:-13px;
	list-style:none outside none;
	overflow:hidden;
	position:absolute;
	top:-97px;
	
}

*:first-child+html #slideshow ul{
	width:167px;
	height:319px;
	left:-13px;
	list-style:none outside none;
	overflow:hidden;
	position:absolute;
	top:-77px;
	
}

#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
}

#slideshow li:first-child{
	display:block;
	z-index:1000;
}


#slideshow ul li p{widht:167px; height:167px; padding:0; margin:0; float:left; display:block;}
#slideshow ul li span{widht:167px; padding:170px 0 0 0; margin:0; color:#653310; text-align:left; 
display:block;  font-size:9pt; font-family: 'avantgarde'; line-height:11pt;}
#slideshow ul li span a{color:#653310; text-align:left; display:block;  font-size:9pt;text-decoration:none; }
#slideshow ul li span a:hover{color:#973b12; text-align:left; display:block;  font-size:9pt; text-decoration:none;}


#slideshow .slideActive{
	z-index:1000;
}

#slideshow canvas{
	display:none;
	position:absolute;
	z-index:100;
}

#slideshow .arrow{
	width:30px;
	height:50px;
	position:absolute;
	background:url('img/arrows.png') no-repeat;
	top:50%;
	margin-top:-323px;
	cursor:pointer;
	z-index:5000;
}

#slideshow .previous{ background-position:left top;left:5px;}
#slideshow .previous:hover{ background-position:left bottom;}

#slideshow .next{ background-position:right top;right:5px;}
#slideshow .next:hover{ background-position:right bottom;}


.clear{
	clear:both;
}
