


/* our work div */

#our_work{
	width:920px;
	clear:both;
	padding-top:60px
}


#our_work ul{
	margin:-43px;
	list-style:none;
}


#our_work li{
	list-style:none;
	float:left;
	background: #fff url(../images/thumbnail_bg.gif) no-repeat left;
	margin:0 7px 0px 0px;
	padding: 5px;
	width:168px;
	position: relative;
}

#our_work li.last{
	margin-right:0;
}

#our_work li a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 90px;
	width: 140px;
	padding: 16px;
	color: #404605;
	font-size: 1.1em;
	line-height: 1.1em;
	text-decoration: none;
	font-weight: bold;
	border:0;
}

#our_work li a:focus, #our_work li a:hover { text-decoration: none; }

#our_work li img {
	position: absolute;
	top: 0;
	left: 0;
	height: 128px;
	width: 168px;
	border: 0;
}

