*{
	margin:0;
	padding:0;
}


.line{
	width:100%;
	height:1px;
	background:#B9DF6F;
	border-top:1px solid #71a01a;
	margin:10px 0px;
}
p.intro{
	font-weight:bold;
	font-style:italic;
}

a{
	color:#fff;
	text-shadow:1px 1px 1px #000;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#000;
	text-shadow:none;

}
p{
	padding:0px 0px;
}
.wrapper{
	width:180px;
	margin:0px;
	padding:0px;
}
.item{
	background-color:#F5911F;
	float:left;
	width:250px;
	clear:both;
	margin:0px;
}

.thumb_wrapper{
	width:240px;
	height:auto;
	position:relative;
	float:left;
	margin:12px 5px 12px 5px;
}
.thumb_wrapper a.prev,
.thumb_wrapper a.next{
	width:30px;
	height:30px;
	position:absolute;
	top:50%;
	margin-top:-15px;
	outline:none;
	cursor:pointer;
}
.thumb_wrapper a.prev{
	top:182px;
	left:160px;
	background:transparent url(../images/portfo/fancy_nav_left.png) no-repeat top left;
}


.thumb_wrapper a.next{
	top:182px;
	right:10px;
	background:transparent url(../images/portfo/fancy_nav_right.png) no-repeat top left;
}


.thumb_wrapper span{
	background-color:#F5911F;
	width:235px;
	display:block;
	text-align: left;
	font-size:12px;
	margin-top:12px;
	margin-left:-5px;
	padding-left:8px;
}

.thumb_wrapper span.black{
	background-color:#000000;
	width:235px;
	display:block;
	text-align: left;
	font-size:12px;
	margin-top:12px;
	margin-left:-5px;
	padding-left:8px;
	color:#F5911F;
}




.works_item_title {
	font-weight:bold;
}
.thumb{
	margin-left:0px;
	width:240px;
	height: 167px;
	overflow:hidden;
}

.thumb ul{
	list-style:none;
	width:800px;
	height:107px;
}
.thumb ul li{
	float:left;
}
.thumb ul li a img{
	border:5px solid #fff;
}

.clear{
	clear:both;
}
