@charset "utf-8";
/* CSS Document */

ul.img_gallery li{
float:left;
margin-right: 10px!important;
margin-bottom:5px!important;
}
ul.img_gallery {
	float: left;
	list-style-type:none;
	border:0px red solid;
	width:470px;
	clear: both;


}
ul.img_gallery  li a img{
height: 75px;
width: 100px;
padding:3px;
background-color:#bb6342;
}

ul.img_gallery  li a img:hover{background-color:#486793;}

