#project_gallery {
	position: relative;
	float: left;
	width: 465px;
	padding: 0;
}
#project_gallery .jCarouselLite {
	position: relative;
	width: 445px;
	margin: 0 auto;
}
#project_gallery img {
	background: #e8e5d8;
	border: solid 1px #d2d0c5;
	margin: 0;
	padding: 4px;
}
#project_gallery a.next, #project_gallery a.prev {
	position: absolute;
	top: 140px;
	width: 27px;
	height: 27px;
	text-indent: -1000em;
	border: 0;
	outline: none;
}
#project_gallery a.next {
	right: 5px;
	background: url(../img/button_carousel_next.gif) no-repeat top right;
}
#project_gallery a.prev {
	left: 5px;
	background: url(../img/button_carousel_prev.gif) no-repeat top left;
}
#project_gallery a:hover {
	background-position: bottom;
}
#project_gallery a.url {
	display: block;
	float: left;
	margin: 0 0 0 44px;
	padding-top: 5px;
	font-weight: bold;
}

#project_gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#project_gallery ul li {
	background: none;
	padding: 0;
	margin: 0 ;
	line-height: 1.4;
}