﻿/* Styles for demo, not necessary for scrolling layers */  
body {
	margin: 10px auto;
	width: 940px;
	color: #333333;
	font-family: Verdana;
	font-size: 11px;
	background-color: #FFFFFF;
	left: 0px;
		
}

/*#winGallery{
	margin: 0;
	padding:3px 3px 3px 3px;
	text-align:center;
	margin:0px auto;
}
	#winGallery ul.items {
		margin:0;
		padding:0px;
	}
	#winGallery ul.items li{
		list-style-type:none;
		list-style:none;
		display:inline;
		margin:0;
		padding:0

}*/

#winGallery{
	position: absolute; 
	left: 20px; 
	top: 70px
}
		#winGallery ul.items {
		padding:0;
		margin:0;
	}
		#winGallery ul.items li{
		list-style-type:none;
		list-style:none;
		margin:12px 8px 6px 12px;
		padding:0;	
		display:inline;
		float:left;
}
		#winGallery ul.items li div{
		margin:0;
		
}
/* Styles for scrolling layers and scrollbars  */
div#holder1 { 
  position:relative; left:10px; top:37px;
  width:425px; height:422px; 
  overflow:hidden; z-index:100; 
  border: #666666;
  border-style: solid; 
  border-width: 1px; 
  }
div#wn1  { 
  position:absolute; left:0px; top:0px;
  width:425px; height:422px; 
  clip:rect(0, 425px, 422px, 0); 
  overflow:hidden; z-index:1; 
  
  }
/* op7 needs width set here too (?) */  
div#lyr1 { width:400px;
	padding:7px; }
div.content { 
  position:absolute; visibility:visible ; 
  left:320; top:359; z-index:1; 
  }  

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar1 { 
  position:absolute; visibility:visible ;
  left:411px; top:0px;
  width:14px; height:422px; 
  font-size:1px; z-index:2;
  }
div#track1 { 
  position:absolute; left:0; top:14px;
  width:14px; height:395px;
  background-color:#e1e1e1;
  z-index:1
  }
div#dragBar1 {
  position:absolute;
  width:14px; height:5px;
  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 }


#album{
	width:440px;
	float:left;
	/*border:#666666;
	border-style:solid;
	border-width:1px;*/
	background-position:top;
	position:absolute ; 
	left: 462px; 
	top: 25px; 
	height: 418px;
	margin: 0 0 12px 0;
	padding:0
}
	#album ul.items {
		margin:0;
		padding:10px;
	}
	#album ul.items li{
		list-style-type:none;
		list-style:none;
		margin:0px 0px 0px 0px;
		height:50px;
		text-align:left;
	}




/* Efeitos */

.fadeFx:hover{
	color: #2165a6; /* irrelevant definition to overcome IE bug */
}

.fadeFx img{
	border: 1px solid #ccc;

}
.fadeFx:hover img{
	border: 1px solid #2165a6;

}

#fundo
{
	width: 930px; 
	position: absolute; 
	height: 508px; 
	background-image:url(../images/fundo.jpg); 
	background-position:top; 
	top:25px; 
	left:0px
}

#home
{
	position:absolute; 
	top:450px; 
	left:800px
} 
