.thumbs-products .thumbs-products_item-gal {
	width:31%; 
	float:none;
	display: inline-block;
    zoom: 1;
    vertical-align: top;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 30px 2%;
    padding: 10px;
    border: 1px solid #ececec;
}

.wrapper-img-thumb {
	display: table;
}

.wrapper-img-thumb .thumbs-products_item_img {
	display: table-cell; 
	vertical-align: middle;
}

.small-thmbs {
	display: table-cell; 
	vertical-align: top;
}

.small-thmbs ul li{
	margin: 5px 0px;
}

.small-thmbs ul li a img{
	width:50px;
}

.thumbs-products_item_img .photo img{
	width:187px;
	max-width:200%;
}

.file_control_name {
    width: 98%;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    margin-bottom: 18px;
}
 .file_control_del {
    display: block;
    float: right;
}

#review_popUp  {
	position: fixed;
	background: #fff;
	z-index: 999999;
	padding: 10px;
	left: 50%;
	min-height: 300px;
	width: 400px;
	border: 2px solid #ccc;
	top: 35%;
	margin-left: -152px;
	margin-top: -192px;
	display: none;
}

#review_popUp  .content_label.first {
	float: left;
    width: 48%;
    display: block;
    margin-right: 10px
}

#review a {
	background: #cb6d47; 
	background: -moz-linear-gradient(top,  #cb6d47 0%, #ce6c3f 48%, #ba4e20 50%, #ba4e20 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb6d47), color-stop(48%,#ce6c3f), color-stop(50%,#ba4e20), color-stop(100%,#ba4e20)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cb6d47 0%,#ce6c3f 48%,#ba4e20 50%,#ba4e20 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cb6d47 0%,#ce6c3f 48%,#ba4e20 50%,#ba4e20 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cb6d47 0%,#ce6c3f 48%,#ba4e20 50%,#ba4e20 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cb6d47 0%,#ce6c3f 48%,#ba4e20 50%,#ba4e20 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb6d47', endColorstr='#ba4e20',GradientType=0 ); /* IE6-9 */
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	padding: 2px 16px;
	border-radius: 4px;
	position: relative;
	padding: 8px 14px;
	font-size: 1.5em;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
#review a:hover{
	background: #ce6d44;
	text-decoration: none;
	color: #fff;
}