@charset "utf-8";
/* CSS Document */

#slideshow {
    position:relative;
}

#slideshow1 {
    position:relative;
}

#slideshow DIV {
	position:absolute;
	top:0;
	left:1px;
	z-index:8;
	opacity:0.0;
	background-color:#FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    display: block;
    border: 0;
	width:917px;
}
/*no animation*/
#slideshow1 {
    position:relative;
	color:#FFF;
}

#slideshow1 DIV {
	position:absolute;
	top:0;
	left:1px;
	z-index:8;
	opacity:0.0;
}

#slideshow1 DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow1 DIV.last-active {
    z-index:9;
}

#slideshow1 DIV IMG {
    display: block;
    border: 0;
	width:917px;
	height:307px;
}
/*end animation*/
#address{
	background:#6b1d09;
	text-align:center;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#CCC;
	line-height:22px;
}
.description{
	font-family:Arial,Verdana,Helvitica,sans-serif; font-size:13px; 
	padding-left:10px;
	background-color:#575556;
}

.line-bottom{
	border-bottom: dashed #999 1px;
	padding-top:-5px;
}
#address p a {
	color: #CCC;
	text-decoration: none;
}
#address p a:hover {
	color: #FC0;
	text-decoration: none;
}