.show {
	clear:both;
	
}
#example {
	float:left;
	width:650px;
height:249px;
	margin-top:0px;
	background-color:#fff;
	margin-left:2px;
margin-bottom:0px;
position:relative;
	}
#photoShow{
    border: solid 1px #C5E88E;
    overflow: hidden; 
    width: 640px;
    height: 247px;
position:absolute;
    }
.photo{position:absolute; 
        top: 0px;
    width: 430px;
    height: 247px;
}
.photo img{
    width: 430px;
    height: 247px;
	border-left:2px solid #fff;
}
/*
.photo span{
    padding: 5px 0px 0px 0px;
    width: 490px;
    height: 230px;
    left: 0px;
    bottom: 0px; 
    background: black;
    filter: alpha(opacity=50); 
    opacity: 0.5; 
    color: #FFFFFF;
}*/
