:focus {
  -moz-outline-style:none;
}
/******* CONTENT SCROLL *******/
div.scrollable {  
	position:absolute;
	overflow:hidden;
	width: 765px;
	height: 285px;
	float: left;	
}


/******* NAVEGAÇÃO *******/
#navegacao{
	width: 765px;
	height: 50px;
	position: absolute;
	float:left;
	padding-top: 100px;
	z-index: 100;
}
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	height:47px;
	width:50px;
	background:url(../img/scroll/left.png) no-repeat;
	background-position: left top;
	float: left;
	margin: 0px;
	cursor:pointer;
}
a.next, a.nextPage {
	display:block;
	height:47px;
	width:50px;
	background:url(../img/scroll/right.png) no-repeat;
	background-position: right top;
	float: left;
	margin: 0px;
	clear:right;	
	cursor:pointer;
}
a.next:hover, a.nextPage:hover {
	background-position:right bottom;
}
a.prev:hover, a.prevPage:hover {
	background-position:left bottom;
}
a.disabled {
	visibility:hidden !important;		
}
a.prev{
	margin: 0px;
	float:left;
}
a.next{
	margin: 0px;
	float: right;
}
a.prev, a.next {
	margin-top: 0px;	
}


/******* ITEM DO CARROSSEL *******/
#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
}
#thumbs div {
	width: 765px;
	height: 285px;
	cursor: pointer;
	float: left;
}
#thumbs div.hover {
	background-color:;	
}
#thumbs div.active {
	cursor:default;
}
#thumbs .portifolioImg {
	width: 765px;
	height: 285px;
	position: relative;
	float: left;
}
#thumbs .portfolioinfo {
	line-height:normal;
	padding:10px;
	clear:both;
	position: absolute;
	width: 750px;
	height: 50px;
	margin-top: 220px;
	*margin-top: -70px; /* IE > 6 */
	_margin-top: -200px; /* IE6 */
	background-image: url(../img/scroll/portfolioinfo.png);
	float: left;
}
#thumbs .portfolioinfo .launchsite {
	float:right;
	position:relative;
	top:12px;
	position:absolute;
	right:8px
}
#thumbs .portfolioinfo p {
	margin-bottom:0;
	color:#FFFFFF;
	font-size:11px;
	line-height:1.3em;
	width:460px;
	margin-top:4px;
}
#thumbs .portfolioinfo span {
	margin-bottom:0;
	color:#FFFFFF;
	font-size:11px;
	line-height:1.3em;
	width:460px;
	margin-top:4px;
	font-weight: bold;
}
#thumbs .portfolioinfo .name {
	color:#FFFFFF;
	text-transform:uppercase;
}

/******* LINK PARA SITE *******/
a.launchsite{
	width:172px;
	height:30px;
	float:left;
	text-indent:-9999px;
	margin-top:6px;
	margin-right: 20px;
}
a.launchsite {
	background-image:url(../img/scroll/site.png);
	width:125px;
	height:30px;
}
a.launchsite:hover{
	background-position: left -31px;
	_background-position: left -30px; /*IE6 hack*/
}
