

A {
	color: #FFF;
	text-decoration: none;
}
A:hover {
	color: #E53E29;
}
.ul_lewa {
float: left;
width: 75px;
color: #666666;
}
.ul_lewa_iden {
float: left;
width: 120px;
color: #827A6A;
}
ul.list {
	margin: 0px;
	padding: 0px;
	}
	
ul.list li {
	font-weight: lighter;
	line-height: 2.2em;
	padding-left: 0px;
	list-style: none;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #333333;
	}
	
.numbers_portfolio {
	text-align:center;
	margin:0 auto;
	width: 640px;
	position:relative;
	}

p.title_folio {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.sub_left {
	width: 260px;
	float: left;
	margin-right: 40px;
	line-height: 1.8em;
}

.sub_left2 {
	width: 200px;
	float: left;
}
.sub_left3 {
	width: 200px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}

img.rounded {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	border: 0;
}
img.rounded:hover {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	border: 0;
	cursor: url(../images/fullsize.cur), auto;
}

