
#SlideShow { 
	position: relative;
	width: 459px;
}
.clear { clear: both; }
#SlideReferent{
	position: relative;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	text-align: center;
}

#NavigSlide {
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 15;
}

#SlideNavi {
	position: absolute; 
	z-index: 10;
	left: 0px;
	/*background: #b9b9b9;*/
	background: url(../images/slideNavi.gif) no-repeat;
	height: 26px;
	line-height: 26px;
	-moz-opacity: 0.85;
	opacity: 0.85;
	filter: alpha(opacity=85);
	width: 100%;
	text-align: right;
	font-weight: bold;
	color: #B31B1B;
	outline: none;
}
#SlideNavi a { font-weight: bold; color: #000; text-decoration: none; line-height: 26px; }
#SlideNavi a.select, #SlideNavi a:hover { color: #b00; }
#SlideNavi span {  position: absolute; left: 15px; bottom: 2px; background: #ABAB86; height: 15px; padding:0; margin:0; }
#SlideNavi span a { position: relative;  dispay: block; top: 0; color: #000; background: #ABAB86; padding: 0 5px; height: 15px; line-height: 15px; margin: 0 5px; float: left; }
#SlideNavi span a:hover { background: #fff; }
