#s3slider {
    width: 800px; /* important to be same as image width */
    height: 325px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
    float: left;
    text-align: left;
}
 
#s3sliderContent {
    width: 800px; /* important to be same as image width or wider */
    position: absolute; /* important */
    top: 0; /* important */
    margin-left: 0; /* important */
}
 
.s3sliderImage {
    float: left; /* important */
    position: relative; /* important */
    display: none; /* important */
}
 
#s3sliderContent ul {
	width: 798px;
	height: 323px;
} 
 
.s3sliderImage span{
    position: absolute; /* important */
    left: 0;
    font: 12px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 140px;
    background-color: #000;
    filter: alpha(opacity=70); /* here you can set the opacity of box with text */
    -moz-opacity: 0.7; /* here you can set the opacity of box with text */
    -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
    opacity: 0.7; /* here you can set the opacity of box with text */
    color: #fff;
    display: none; /* important */
    bottom: 0; /*
        if you put top: 0;  -> the box with text will be shown 
                                at the top of the image
        if you put bottom: 0;  -> the box with text will be shown 
                                at the bottom of the image
    */
}
 
 .clear {clear: both;}
 

 
 
/*******************************************************************/
/*Style for L6000 Slide*/
/*******************************************************************/
 
#l6000Slide{
	position: relative;
	font-family: sans-serif;
}

#l6000Slide span{
	width: 250px;
	
}
	#l6000Slide .l7000Text{
		position: absolute;
		top:23px;
		right:235px;
		font-size: 9pt;
	}  
 
	#l6000Slide p:last-child{
		position: absolute;
		bottom:50px;
		right:50px;
		font-style: italic;
	}  
 
/*******************************************************************/
/*Style for Order Slide*/
/*******************************************************************/

#orderSlide{font-family: arial, sans-serif;}

#orderSlide span{margin-left: -2000px;}

	#orderSlide h3{
		position: absolute;
		top:20px;
		left:25px;
		font-size: 18pt;
	}
	
	#orderSlide ul{
		position: absolute;
		top:100px;
		left:75px;
		font-size: 16pt;
		height: auto;
	}
	
	#orderSlide ul li{
		margin-bottom: 10px;
		list-style-type: circle;
	}
	
	#orderSlide a{
		position: absolute;
		bottom:65px;
		left:60px;
		color: white;
		font-size: 16pt;
	}

/*******************************************************************/
/*Style for Wrench Slide*/
/*******************************************************************/

#wrenchSlide span{
	width: 225px;
	font-size: 
}

#wrenchSlide span.topLeft {
	position: absolute;
	top:0;
	left:0;
	height: 90px;
} 

#wrenchSlide h3{
	font-weight: bold;
	font-size: 11pt;
}

#wrenchSlide p{
	margin-top: 5px;
	margin-bottom: 10px;
}

#wrenchSlide a{color: #375ede;}

/*******************************************************************/
/*Style for Studs Slide*/
/*******************************************************************/

#studsSlide h3{	font-weight: bold;}

#studsSlide span{
	top:0;
	height: 220px;	
}

#studsSlide span p, #studsSlide span a{margin: 5px 0 10px 0;}

#studsSlide span a{color: #375ede;}













