/* root element for the whole scrollable setup */
div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 230px;	 
	height:300px;	
}
div.scrollable2 {  
	position:relative;
	overflow:hidden;
	width: 600px;	 
	height:400px;	
}

#geral_galeria{
	width:736px;
}

.prev{ float:left; height:57px; width:67px;}

.scrollable2{ float:left; height:402px; width:602px;}

.next{ float:right; height:57px; width:67px;}

#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
}
#thumbs2 {	
	position:absolute;
	width:20000em;	
	clear:both;
}
/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:0;	
}

 a.next{
	 margin-left:20px;	
	 }

/* single item */
#thumbs div {
	float:left;
	width:314px;
	height:150px;
	margin-top:-25px;
	cursor:pointer;
}
#thumbs2 div {
	float:left;
	width:600px;
	height:500px;
	cursor:pointer;
}
/* style when mouse is over the item 
#thumbs div.hover {
	background-color:#444;
} 
*/
/* style when element is active (clicked) */
#thumbs div.active {
	cursor:default;
}
/*
#thumbs h3, #thumbs p, #thumbs span {
}*/
div.scrollable2 {
	/*margin:0 auto;
	width:700px;*/
	height:450px;
	float:left;	
}

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;	
}

a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(images/seta_esquerda.gif) no-repeat;
	float:left;
	margin:35px 5px 0 8px;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state 
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
}*/
a.disabled {
	visibility:hidden !important;		
}
a.next, a.nextPage {
	background-image:url(images/seta_direita.gif);
	clear:right;	
}
div.navi {
	margin-left:0;
	width:200px;
	height:20px;
}
div.navi2 {
	margin-left:0;
	width:600px;
	height:20px;
}
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(images/navegar.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}
div.navi2 a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(images/navegar.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}
div.navi a:hover {
	background-position:0 -8px;      
}
div.navi2 a:hover {
	background-position:0 -8px;      
}
div.navi a.active {
	background-position:0 -16px;     
}
div.navi2 a.active {
	background-position:0 -16px;     
}

.content_portfolio{
	height:66px; width:295px; margin-top:20px;
}