 div{
 display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
	float:left;
		
	}
	
	img{
		width:300px;
		height:200px;
	}
	
	img.btn{
		width:20px;
		height:20px;
		border:0;
	}
	
	div #srch{
		clear:both;
		position:relative;
		float:left;
	}