@charset "utf-8";
/* CSS Document */

#Five08Slider{
	min-height:350px;
	height:350px;
	overflow-y:scroll;
	overflow-x:hidden;
	position:relative;
	width:500px;
}
.Lower_Nav{
	color:#FFFFFF;
	min-height:25px;
	height:25px;
	overflow:hidden;
	position:relative;
	width:500px;
}
.Navigation{
	float: left;
	height:22px;
	margin-top:3px;
	min-width:450px;
	width:450px;
}
.Navigation a{
	color:#bbbbbb;
	cursor:pointer;
	font-size:18px;	
	padding:2px 2px;
}
.Navigation a.Current{
	color:#ffffff;
	font-weight:bold;
}
.Navigation a:hover{
	text-decoration:underline;
}
.Navigation a.IMGNavSlider{
	background:url(/web/20161028030832oe_/http://www.benning.army.mil/common/images/508Slider/bullets_clear.png) no-repeat center;
	display:block;
	float:left;
	max-height:17px;
	max-width:17px;		
	min-height:17px;
	min-width:17px;
	}
.Navigation a.IMGNavSlider.Current{
	background:url(/web/20161028030832oe_/http://www.benning.army.mil/common/images/508Slider/bullets_yellow.png) no-repeat center;
	}	
.StartStopButtons{
	float: right;
	height:22px;
	margin-top:3px;
	min-width:25px;
	position:relative;
}
.StartStopButtons a{
	cursor:pointer;
	font-size:18px;	
	margin-right:10px;
	min-height:25px;
	min-width:25px;	
	padding:2px 2px;
}
.StartStopButtons a:hover{
	text-decoration:underline;
}

.Left_Arrow{
	background:url(/web/20161028030832oe_/http://www.benning.army.mil/common/images/508Slider/Left_Arrow.png) center no-repeat;
	cursor:pointer;
	min-height:350px;	
	min-width:40px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1000;
}
.Right_Arrow{
	background:url(/web/20161028030832oe_/http://www.benning.army.mil/common/images/508Slider/Right_Arrow.png) center no-repeat;	
	cursor:pointer;
	min-height:350px;	
	min-width:40px;
	position:absolute;
	right:0px;
	top:0px;
	z-index:1000;	
}
.Slide{
	min-height:350px;
	height:350px;
	width:500px;
	
}
.Slide img{
	position:relative;	
}

.ColorOverlay {
	background:url(/web/20161028030832oe_/http://www.benning.army.mil/common/images/508Slider/ColorOverlay_BG.png) repeat;
	color: #ffffff; 
	bottom:90px;
	height:90px;
	min-height:90px;
	padding: 0px; 
	position:relative;
}
.ColorOverlay h2 { 
	font-weight:bold;
	margin:0px 5px;
}
.ColorOverlay span {
	display:block;
	font-size:12px; 
	margin:0px 5px;
	min-height:63px;
	min-width:500px;
}
.ColorOverlay span>a {
	bottom:0px;
	right:0px;
	color:#0033FF;
	font-size:12px; 
	font-weight:bold;
	margin:0px 5px;
	position:absolute;
	text-decoration:none;
}
