#slideshow {
	overflow: hidden;
	margin:0 auto;
	background:url("../images/pic/top_slider_text.png") no-repeat center top;	
    width:640px;
    text-align: center;
    height: 300px;          
}
#slideshow a{
	width:640px;	    
}
#slideshow span{
	margin: 40px 0 0 0;
	display: block;
	font-size: 14px;
	font-weight: bold;	
}
#slideshow img {
	margin: 10px 0 0 0;  
    background-color: #eee;
    border: 2px solid #000; 
}


