@charset "UTF-8";
/* CSS Document */

#slider {
	width: 100%; /* important to be same as image width */
	height: 375px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	background-image: url(../images/spartan_main.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: left;
}
#sliderContent {
	width: 930px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
	width: 100%;
	height: 375px;
}
.sliderImage img {
	float: right;
}
.scott {
	float: left;
	position: relative;
	display: none;
	width: 100%;
	height: 100px;
	background-color: #000;
}
.sliderImage span {
	position: absolute;
	width: 100%;
	/*background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;*/
	display: none;
}
.clear {
	clear: both;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
	left: 0;
	height: 80px;
}
.bottom h2 {
	color: #FFFFFF;
	margin-top: 17px;
	margin-left: 20px;
	font-size: 20px;
	font-weight: bold;
	display: none;
	width: 65%;
}
a.main_pic_link {
	width: 178px;
	height: 0px!important;
	float: left;
	padding-top: 37px;
	background-image: url(../images/hp_phalanx_bt.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden!important;
	position: absolute;
	margin-top: 320px;
	margin-left: 741px;
	z-index: 510;
}
a:hover.main_pic_link {
	background-position: left -45px;
}
