/* -- Special -- */
.slide_show {
	margin: 0px auto;
	position: relative;
	clear: both;
	width: 480px;
}
.window {
	height:360px;
	width: 480px;
	overflow: hidden; 
	position: relative;
	border: 1px solid #000;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left; border: 0; width: 480px;}

.caption { 
	background-image: url('i/captionBG.png');;
	position: absolute;
	top: 0; width: 480px;
	z-index: 9999;
	height: 30px;
	color: #fff;
	text-decoration: none;
	font-family: arial;
	line-height: 28px;
	font-size: 10pt;
	padding-left: 1px;
	text-align: center;
	}

.paging {
	position: absolute;
	bottom:0px; left: 0px;
	width: 100%; height:15px;
	z-index: 100; 
	text-align: center;	
	display: none; 
}
.paging a {
	height: 10px;
	width: 10px;
	background-image: url('i/pagedot.png');
	background-repeat: no-repeat;
	text-decoration: none;
	
}
.paging a.active {
background-image: url('i/pagedotcurrent.png');
}
.paging a:hover {background-image: url('i/pagedotcurrent.png');}