#holder-portfolio {
	clear: left;
	float: left;
	width: 940px;
	text-align: left;
	padding-bottom: 40px;
	_position: relative;
}
#contentor-portfolio {
	clear: left;
	float: left;
	width: 940px;
	_height: 500px;
	position: relative;
}


/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 940px;
	height:476px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */

div.scrollable div.items div.boxportfolio { 
    float: left;
	height: 476px;
	width: 235px;
	background-image: url(../imagens/fundos/box-news.png);
	background-repeat: no-repeat;
	text-align: left; 
} 
div.imgportfolio {
	clear: left;
	float: left;
	height: 300px;
	width: 219px;
	overflow: hidden;
	margin-bottom: 10px;
}

div.imgportfolio img {
	clear: left;
	float: left;
	height: 300px;
	width: 219px;
	overflow: hidden;
}
#contentor-portfolio h2 {
	line-height: 12px;
	font-size: 18px;
	text-transform: uppercase;
	color: #35B3D2;
	margin-bottom: 10px;
	margin-left: 10px;
}
#contentor-portfolio p {
	line-height: 14px;
	display: block;
	height: 60px;
	overflow: hidden;
	color: #646464;
	font-size: 12px;
	width: 190px;
	padding-right: 35px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.bt-porfolio {
	float: right;
	display: block;
	padding: 3px;
	text-decoration: none;
	font-size: 11px;
	margin-right: 40px;
}
.bt-porfolio:link, #home .bt-porfolio:visited  {
	color: #91AB2E;
}
.bt-porfolio:hover, #home .bt-porfolio:active  {
	color: #FFFFFF;
	background-color: #91AB2E;
}
/* active item */
.scrollable .active {
	z-index:9999;
	position:relative;
}
