
#SlideShow { 
	position: relative;
	/*background: url(../images/load.gif) no-repeat center #333;*/
	background: #E3E3E3;
}
#SlideReferent{
	position: relative;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #E3E3E3;
	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: #CDCDCD;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
	height: 20px;
	width: 100%;
}
#SlideNavi a { font-weight: bold; color: #000; text-decoration: none; }
#SlideNavi a.select, #SlideNavi a:hover { color: #b00; }
#SlideNavi span { display: block; position: absolute; top: 0; right: 5px; }
