#body #content #imagesBox {
	margin-left: 40px;
	margin-top: 10px;
}
#body #content .thumbsContainer {
	margin-left: 20px;
}

#body #content .thumb {
	float: left;
	margin: 0 40px 30px 0;
	border: 1px solid rgb(223, 223, 223); 
	background: transparent  repeat scroll 0%; 
	width: 150px; 
	height: 150px;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
}
#body #content .border {
	border: 5px solid rgb(255, 255, 255); 
	width: 140px; 
	height: 140px; 
	opacity: 0.5;
}

#body #content #imagesBox div.hr_main {
    clear: both;
	width: 280px;
	height: 12px;
	padding: 10px 70px;
	border-top: solid 1px #DBDBDB;
	font-size: 0;
	line-height: 0;
}
#body #content #imagesBox div.hr_main hr {
  clear: both;
  display: none;
}
