﻿*{outline: none;}
img {border: 0;}
.slideContainer {
	width:984px;
	height:179px;
	padding:0 0 0 0;
}
/*--Main Container--*/
.slide_main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.slideWindow {
	height:179px;
	width:984px;
	overflow:hidden; /*--Hides anything outside of the set width/height--*/
	position:relative;
}
.slide_image_reel {
	position: absolute;
	top: 0; left: 0;
}
.slide_image_reel img {float: left;}
 
/*--Paging Styles--*/
.slidePaging {
	position:absolute;
	top:152px; 
	left:25px;
	height:17px;
	z-index: 90; /*--Assures the paging stays on the top layer--*/
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
}
.slidePaging a {
	padding:2px 0 0 0;
	margin:0 0 0 4px;
	text-decoration:none;
	background:url(inactive_page.png) no-repeat;
	behavior:url(iepngfix.htc);
	display:block;
	width:17px;
	height:15px;
	float:left;
	color:#000;
	text-align: center;
}
.slidePaging a.active {
	text-decoration:none;
	background:url(active_page.png) no-repeat;
	behavior:url(iepngfix.htc);
	color:#fff;
}
.slidePaging a:hover { text-decoration:none; }
