@charset "utf-8";

#slideArea {
	position: relative;
	margin-top: 10px;
}

#slideshow,
#slideshow2 {
	width: 954px;
	height: 500px;
	overflow: hidden;
}
#slideArea img {
	vertical-align: bottom;
}

.topNav {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	background: url(../../images/bg_nav.png) no-repeat;
}
.verWed {
	background: url(../../wedding/images/bg_nav02.png) no-repeat;
}
.topNav ul {
	overflow: hidden;
	width: 806px;
	margin: 0 auto;
}
.topNav li {
	float: left;
	border-right: 1px solid #fff;
}
.topNav li.first {
	border-left: 1px solid #fff;
}