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

#wrapper {
	background:#FFFFFF;
}

#menu {
	width:230px;
	float:left;
}

#box {
	width:540px;
	float:right;
}

.flash {
	height:230px;
	margin:0px 15px;
	border-left:#1B5C9F solid 15px;
	border-right:#1B5C9F solid 15px;
	border-bottom:#1B5C9F solid 15px;
}



.specialmenu {
	clear:both;
	margin:0px 20px;
	padding-top:15px;
}

.info {
	margin:0px 0px 0px 20px;
	border:#663300 solid 10px;
}

.info ul {
	margin:0;
	padding:0;
	list-style:none;
}

.info ul li {
	background:url(images/list_icon.jpg) no-repeat center left;
	padding-left:20px;
	list-style:none;
}



#sliderBoxWrapper{
	height:230px;
	margin:0px 15px;
	border-left:#1B5C9F solid 15px;
	border-right:#1B5C9F solid 15px;
	border-bottom:#1B5C9F solid 15px;
}


#slideshow {
    position:relative;
    width:480px;
		height:230px;
		overflow:hidden;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

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


