#slider1 {
    width: 780px; /* important to be same as image width */
    height: 382px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#sliderProduct {    
    height: 218px; /* important to be same as image height */
    position: relative; /* important */    
}

#slider1Content {
    width: 780px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin: 0 0 -10px -40px ;
}

#slider1Content a:hover{
    text-decoration: none;
}

#sliderProductContent {
    
    position: absolute;
	top: 0;
	margin: 0 0 -10px -40px ;
}

#sliderProductContent a:hover{
    text-decoration: none;
}

#slider1 .slider1Image,#sliderProduct .sliderProductImage {
    float: left;
    position: relative;
	display: none;
}
#slider1 .slider1Image span {
    position: absolute;
	font: 12px/15px 'Droid Sans', sans-serif;
    padding: 0px 0px;
    width: 780px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
	-khtml-opacity: 1;
    opacity: 1;
    color: #0066cc;
    display: none;
}
#slider1 .clear,#sliderProduct .clear {
	clear: both;
}
#slider1 .slider1Image span strong {
    font-size: 14px;
	color: #cc0033;
}
#slider1 .left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
#slider1 .right {
	right: 35px;
	bottom: 0;
	width: 200px !important;
	height: 290px;
}
#slider1 ul, #sliderProduct ul { list-style-type: none;}

#slider1 h2 {
margin: 0 0 5px 0;
line-height: 1em;
color: #cc0033;
}

#slider1 h3 {
margin: 0 0 5px 0;
color: #cc0033;
}