﻿/* Styles for demo, not necessary for scrolling layers */  
body {
	margin: 10px auto;
	width: 940px;
	color: #333333;
	font-family: Verdana;
	font-size: 12px;
	background-color: #FFFFFF;
	left: 0px;
		
}


/* Styles for scrolling layers and scrollbars  */
div#holder1 { 
  position:relative; left:-65px; top:25px;
  width:506px; height:194px; 
  overflow:hidden; z-index:100; 
  }

div#wn1  { 
  position:absolute; left:0px; top:0px;
  width:504px; height:190px; 
  clip:rect(0, 504px, 190px, 0); 
  overflow:hidden; z-index:1;
  border: #666666;
  border-style: solid; 
  border-width: 1px;
  }
/* op7 needs width set here too (?) */  
div#lyr1 { width:470px}
div.content { 
  position:absolute; visibility:hidden; 
  left:-10px; top:20px; z-index:1;
  margin:4px 4px 5px 5px;
  padding-bottom:10px;
  }  

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar1 { 
  position:absolute; visibility:hidden;
  left:491px; top:1px;
  width:14px; height:190px; 
  font-size:1px; z-index:2;
  }
div#track1 { 
  position:absolute; left:0; top:14px;
  width:14px; height:162px;
  background-color:#e1e1e1;
  z-index:1
  }
div#dragBar1 {
  position:absolute;
  width:14px; height:20px;
  background-color:#ababab;
  z-index:1
  }  
div#up1 { position:absolute; left:0; top:0; z-index:2 }  
div#down1 { position:absolute; left:0; bottom:0; z-index:3 }

/* Efeitos */
/* Efeitos */
/*.fadeFx img{
	border: 2px solid #ccc;

}
.fadeFx:hover img{
	border: 2px solid #2165a6;

}
.fadeFx:hover{
	color: #2165a6; /* irrelevant definition to overcome IE bug */
/*}*/

#fundo
{
	width: 930px; 
	position: absolute; 
	height: 508px; 
	background-image: url(../images/fundo.jpg);
    background-position: top; 
    top: 25px; 
    left: 0px
}

#texto
{
	position: absolute; 
	left: 12px; 
	width: 339px; 
	top: 25px
}


#items
{
	position: absolute; 
	left: 358px; 
	width: 557px; 
	top: 245px;
    height: 250px
}
	#items ul.items {
		margin:0;
		padding:0px;
	}
	#items ul.items li
	{
		padding-top:15px;
		list-style-type:none;
		list-style:none;
		height:80px;
		margin:0px 2px 8px 2px;
		float:left
	}

