#leftslideshow {
	/*    float: left; */
	width: 440px;
	height: 226px;
	margin: 0px;
	padding: 0px;
} 

#slideshow {
	position: absolute;
	width: 440px;
	height: 226px;
	overflow: hidden;
	left: 230px;
	top: 6px;
} 
 
#slides { 
	width: 440px;
	height: 226px;
} 
#slides .slide { 
	width: 440px;
	height: 226px;
    opacity: 50; 
} 
#slides .slide1 { 
    background: transparent url(slide/01.jpg) no-repeat center center; 
    opacity: 50; 
} 
#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; 
} 

