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

/* -------------------------------CSS ------------------------------------------------------*/

.flashcontent {
	position: relative;
	border: 0 solid red;
	background: #F1F1F1;
	margin: 0;
	padding: 0;
	left: 0;
	width: 100%;
	clear: both;
}
div#frontPageFlash{
   border:0px solid blue;
   width:695px;
   HEIGHT: 239px;/*260px;*/
   /*
   float:left;
   padding-left:0px;
   */
}
/*--------------------------------css for the Promo page Slider---------------------------------*/
#fW_Content {
	top:0px;
	left:0;
	MARGIN: 0;
	WIDTH: 695px;
	HEIGHT: 239px;
	z-index:1;
	line-height:100%;
	padding-left:0px;
}
#fW_Content IMG {
	WIDTH: 695px; HEIGHT: 239px;
	padding-left:0px;
}
#fW_Controls {
	margin:0;
	HEIGHT: 20px;
	position:absolute;
    left:5px;
	z-index:999;
    bottom:1px;
	padding-left:0px;	
}
#fW_Controls A {
	FONT-WEIGHT:normal; FONT-SIZE: 12px;
	BACKGROUND: url(../images/promo/off.gif) no-repeat;
	WIDTH: 20px;
	COLOR: white;
	PADDING-TOP: 2px;
	HEIGHT: 20px;
	text-align:center; 
	float:left;
	padding-left:0px;
	text-decoration:none;
	line-height:100%;
}
#fW_Controls A.activeSlide {
	 BACKGROUND: url(../images/promo/on.gif) no-repeat;
}
#fW_Controls A:hover {
	 BACKGROUND: url(../images/promo/off.gif) no-repeat;
}
#sliderContent{
    position:relative;
	width:695px;
	height:239px;
	padding-left:0px;
	overflow-y:hidden;
	overflow-x:hidden;

}