.view
{
	height: auto;
	width: 700px;
	margin:auto;
	
	
	
	
	
}
ul.thumbnail
{
	list-style: none;
	padding: 10px;
	width: 720px;
	
	display:inline-block;
	margin-top:700px;
	
	
	
	
	      /* Change in width size the row images are increased of decreased */
}
ul.thumbnail li p
{
	font-family:Calibri;
	font-size:12px;
	color:#464646;
}
ul.thumbnail li
{
	margin: 0;
	padding: 10px;
	float: left;
	position: relative;
	width:220px;
	height: 220px;
	
	
	
	
	 
}
ul.thumbnail li img 
{
	height: 150px;
	width: 150px;
	padding: 5px;
	
	-ms-interpolation-mode: bicubic;  /* IE Fix for Bicubic Scaling */
	  

}
ul.thumbnail li img.imgborder   /* Remove this style if dont want any background to be displayed for your thumbnail */
{
	
	   
}
#img_preview img
{
	
	border:solid 1px #000;
	
	padding:30px;
	
	clear:both;
	margin-top:-834px;
	margin-left:-735px;
	width: 585px;
    height: 612px;
}