.pics {
    width:   340px;
    height:  240px;
    padding: 0;
    margin:  0;
	 float:   right;
	 position: relative;
	 z-index: 200;
} 
 
.pics img {
    border:     10px solid #eee;
    background: #eee;
    width:      300px;
    height:     200px;
    top:        0;
    left:       0;
}