

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

/* ------------------------------------------------------------------------------------   */


/* this makes it possible to add next button beside scrollable */

/* prev, next, prevPage and nextPage buttons */
a.prev, a.prevPage {
	position:absolute;
           margin-top: 0px;
           margin-left: 10px;        
	width:54px;
	height:30px;
	background:url(../scrollable/figs/arrow/leftmpx.png) no-repeat;
	
	cursor:pointer;
	font-size:1px;
}


 a.next, a.nextPage {
	position:absolute;
      margin-top: 0px;
           margin-left: 523px;        
	width:54px;
	height:30px;
	background:url(../scrollable/figs/arrow/rightmpx.png) no-repeat;
	
	cursor:pointer;
	font-size:1px;
}

#setacima {
	position:absolute;
      margin-top: 0px;
           margin-left: 277px;        
	width:30px;
	height:20px;
	background:url(../scrollable/figs/arrow/cimam.png) no-repeat;
	
	cursor:pointer;
	font-size:1px;
}



                      /* ------------------------------------------------------------------------------------   */



/* root element for the whole scrollable setup */

.scrollable { 
              border:1px solid #000;
	        position:relative;
              float:right;

              margin:10px auto 0px;

              
	        overflow:hidden;
	        width:90%;	 
	        height:592px;    
	
           }

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/

#thumbs {	
	position:absolute;
	width:2094px;
      height:1184px;	
	clear:both;
	border:1px solid #222;
}



/* single item */
#thumbs div{
	float:left;
	width:348px;
	height:592px;
	cursor:pointer;

	
	border-right:1px solid #333;
      border-bottom:1px solid #333;   
	
}

#thumbs div.um{
	background:#000;
	color:#fff;

}

#thumbs div.dois{
	background:#ccc;
       overflow: hidden;
       
}

#thumbs div.tres{
	background:#ccc;
       overflow: hidden;
      
}

#thumbs div.quatro{
	background:#ccc;
       overflow: hidden;
      
}

#thumbs div.cinco{
	background:#ccc;
       overflow: hidden;
      
}

#thumbs div.seis{
	background:#ccc;
       overflow: hidden;
      
}

#thumbs div.sete{
	background:#ccc;
       overflow: hidden;
      
}

#thumbs div.oito{
	background:#ccc;
       overflow: hidden;
      
}

#thumbs div.preto{
	background:#000;
       overflow: hidden;
      border-bottom:1px solid #333;   

}


/* style when mouse is over the item */
#thumbs div.hover {
	background-color:#444;	
}

/* style when element is active (clicked) */
#thumbs div.active {
	background-color:#066;
	cursor:default;
}

#thumbs h3, #thumbs p, #thumbs span {
	margin:13px;		
	font-family:"bitstream vera sans";
	font-size:13px;
	
}

#thumbs h3 em {
	font-style:normal;
	color:yellow;
}







