
  .pages {
  	width:100%;
	text-align:center;
  }
  
  .pages a {
  	font:alial 12px;
  	font-weight:bold;
	padding:4px;
	color:#000;
  }
  .pages a:hover {
	color:blue;
  }
  .pages #sel {
	color:red;
  }
  
  .pages img {
  	border:0;
  	cursor:hand;
  	cursor:pointer;
	margin-bottom:-2px;
  }



  .list {
  	position:relative;
  	left:15px;
  	width:539px;
	height:124px;
	cursor:hand; cursor:pointer;
  }
  
  .list table {
  	width:100%;
	height:100%;
  }
  
  .list .foto {
	margin:3px;
	width:117px;
	overflow:hidden;
  }
  
  .list .border {
  	position:absolute;
  	top:0; left:0;
	z-index:10000;
  	width:123px;
	height:120px;
  }
  

  .l1 {
	background:url(blue.gif) no-repeat;
  }
  .l2 {
	background:url(brown.gif) no-repeat;	
  }
  .l3 {
	background:url(red.gif) no-repeat;	
  }

  .l1 .border {
	background:url(blue_w.gif) no-repeat;	
  }
  .l2 .border {
	background:url(brown_w.gif) no-repeat;	
  }
  .l3 .border {
	background:url(red_w.gif) no-repeat;	
  }
  
  
  
  
  
  
  
  
  
  
  
  