/* Color Legend */




#s3slider  			{ width:700px; 
					  height:100px; 
					  position:relative;
					  overflow:hidden; text-align:left;  }

#s3sliderContent    { width:700px; height:100px; position:absolute; top:0; margin:0; padding:0; }

.s3sliderImage		{float:left; position:relative; display:none;}	

#banner				{ padding:0; margin-top:12px; margin-bottom:12px; width:700px; height:100px;
						background-color:#FBF2E2; wmode="transparent" }  
											
						
						
#s3slider {
    width: 700px; /* important to be same as image width */
    height: 100px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	text-align:left;

}

#s3sliderContent {
	width: 700px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}

.sliderImage {
    float: left;
    position: relative;
	display: none;
}

.clear { clear: both; }

#s3slider ul 		{ list-style-type: none;}
#s3slider ul li 	{ margin-left:0px; }
