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

#header_xmas {margin:0 auto;}
#xmas_content {margin:0 auto; width:900px; padding-bottom:80px;}
p a {text-decoration:none; border-bottom:1px solid #990000; color:#5F574B;}
p a:hover {text-decoration:none; color:#000; border-bottom:1px solid #660000;}
p a:visited {color:#5F574B;}
#xmas_gallery {height:650px; margin-top:25px; }
h2 {border:none;}
#slideshow {
    position:relative;
    height:460px;
	margin: 20px auto 0;
}

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

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

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

#slideshow DIV IMG {
    height: 450px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}