

#gallery{
	display:block;
	width:960px;
	line-height:1.6em;
	
	}

#gallery ul{
	margin:0;
	padding:50px 20px 20px 40px;
	height:auto;
	list-style:none;
	}

#gallery li{
	display:block;
	float:left;
	width:160px;
	height:160px;
	margin:0 20px 20px 0;
	padding:0;
	overflow:hidden;
	}

#gallery li a img{
	display:block;
	width:150px;
	height:150px;
	margin:0;
	padding:3px;
	border:1px solid #040496;
	}

#gallery li a:hover img{
	border-color:#FB073B;
	}

#gallery li.last{
	margin-right:0;
	}


