/* CSS Document */
/*qt de fotos x largura (30px no caso) 7x30= 210     +320 (width da imagem) = 530  -30 da largura = 500px*/
#gallery {
	padding:0;
	margin:0 3px 0 0;
	list-style-type:none;
	overflow:hidden;
	width:660px;
	height:324px;
	border:1px solid #DBEFF8;
	background:#fff url(windows/win_back.gif);
	float: right;
  }
#gallery li {
  float:left;
  }
#gallery li a {
	display:block;
	height:324px;
	width:30px;
	float:left;
	text-decoration:none;
	border-bottom:1px solid #fff;
  }
#gallery li a img {
	height:324px;
	border:0;
  }
#gallery li a:hover {
	background:#eee;
	width: 450px;
  }
#gallery li a:hover img {
	width: 450px;
  }
