.clear-line{
border-top: 1px solid #ccc;
clear: both;
}

ul#home-menu{
	background: url(../images/homeslideshow_leftshadow.gif) right repeat-y;
	display:block;
	float:left;
	list-style-type:none;
	height: 300px;
	padding-top: 7px;
	width: 184px;
}

	ul#home-menu li a{
		background-repeat:no-repeat;
		display:block;
		height: 50px;
		text-indent: -9999px;
		width: 154px;
	}	
		
		ul#home-menu li.classiq a{background-image:url(../images/homenav_classiq.gif)}
		ul#home-menu li.classiq a:hover{background-image:url(../images/homenav_classiq2.gif);height:72px;}
		ul#home-menu li.metal a{background-image:url(../images/homenav_metal.gif)}
		ul#home-menu li.metal a:hover{background-image:url(../images/homenav_metal2.gif);height:72px;}
		ul#home-menu li.tube a{background-image:url(../images/homenav_tube.gif)}
		ul#home-menu li.tube a:hover{background-image:url(../images/homenav_tube2.gif);height:72px;}
		ul#home-menu li.ceramic a{background-image:url(../images/homenav_ceramic.gif)}
		ul#home-menu li.ceramic a:hover{background-image:url(../images/homenav_ceramic2.gif);height:72px;}
		ul#home-menu li.street a{background-image:url(../images/homenav_street.gif)}
		ul#home-menu li.street a:hover{background-image:url(../images/homenav_street2.gif);height:72px;}
		ul#home-menu li.fmo a{background-image:url(../images/homenav_fmo.gif)}
		ul#home-menu li.fmo a:hover{background-image:url(../images/homenav_fmo2.gif);height:72px;}
		
		ul#home-menu li.classiq_a a{background-image:url(../images/homenav_classiq_a.gif)}
		ul#home-menu li.classiq_a a:hover{background-image:url(../images/homenav_classiq2_a.gif);height:72px;}
		ul#home-menu li.metal_a a{background-image:url(../images/homenav_metal_a.gif)}
		ul#home-menu li.metal_a a:hover{background-image:url(../images/homenav_metal2_a.gif);height:72px;}
		ul#home-menu li.tube_a a{background-image:url(../images/homenav_tube_a.gif)}
		ul#home-menu li.tube_a a:hover{background-image:url(../images/homenav_tube2_a.gif);height:72px;}
		ul#home-menu li.ceramic_a a{background-image:url(../images/homenav_ceramic_a.gif)}
		ul#home-menu li.ceramic_a a:hover{background-image:url(../images/homenav_ceramic2_a.gif);height:72px;}
		ul#home-menu li.street_a a{background-image:url(../images/homenav_street_a.gif)}
		ul#home-menu li.street_a a:hover{background-image:url(../images/homenav_street2_a.gif);height:72px;}
		ul#home-menu li.fmo_a a{background-image:url(../images/homenav_fmo_a.gif)}
		ul#home-menu li.fmo_a a:hover{background-image:url(../images/homenav_fmo2_a.gif);height:72px;}

#s3slider {
   width: 750px; /* important to be same as image width */
   height: 320px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   padding:0;
   margin:0;
   padding-bottom: 1px;
}

#s3sliderContent {
   width: 750px; /* 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 */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 724px;
   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
   */
}
