img{
	border: none;
}
/* GALLERY */
#form_image_category{
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
.thumbs{
	width: 160px;
	height: 120px;
	padding: 5px;
	float: left;
}
.thumbs p{
	margin: 0px;
	text-align: center;
}
#img_gallery_wrapper ul{
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
#img_gallery_wrapper li{
	float: left;
	width: 160px;
	margin: 10px;
}
.img_box{
	overflow: hidden;
	width: 160px;
	height: 120px;
}
.title_gallery{
	margin-bottom: 5px;
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
	border-bottom: 1px dotted #ccc;
}
input.xbt{
	border: none;
	color: #fff;
	background-color: #000;
}

/* clear */
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */