#leftslideshow {
/*    float: left; */
	width: 634px; 
	height: 251px;
	margin: 0px;
	padding: 0px;
} 

#slideshow {
	position: absolute;
	width: 634px;
	height: 251px;
	overflow: hidden;
} 
 
#slides { 
    width: 633px; 
    height: 251px; 
} 
#slides .slide { 
    width: 633px; 
    height: 251px; 
    opacity: 25; 
} 
#slides .slide1 { 
    background: transparent url(slide/01.jpg) no-repeat center center; 
    opacity: 25; 
} 
#slides .slide2 { 
    background: transparent url(slide/02.jpg) no-repeat center center; 
} 
#slides .slide3 { 
    background: transparent url(slide/03.jpg) no-repeat center center; 
} 
#slides .slide4 { 
    background: transparent url(slide/04.jpg) no-repeat center center; 
} 

