.pics {  
    width:  640px;  
    height:   480px;  
    padding: 0;  
    margin:  0; 
    overflow: hidden; 
} 
 
.pics img {  
    /*padding: 15px;*/
    /*border:  1px solid #ccc;*/
    background-color: #eee;  
    width:  640px; 
    height: 480px; 
    top:  0; 
    left: 0 
}

img {
	border: none;
}

.timebutton {
	float:left;
	padding-left:4px;
	width:17px;
	height:17px;
	background-repeat:no-repeat;
	background-position:1px;
	cursor:pointer;
}