/*
	STYLES FOR POPUP
*/


#gal
{ width:100%;
  height: auto;
  color: #aaa;
  background:#fff; 
  text-align: center;
  margin: 0;
}

#gal p
{ font-family: georgia, times, serif;
  color:#aaa;
  font-size: 10px;
  font-weight:bold;
  }

div.next
{font-size: 12px;
 letter-spacing: 1px;
 color:#aaa;
 padding-bottom: 15px;
 }
div.petit
{font-family: verdana, arial, helvetica, sans-serif;
 font-size: 10px;
 color: #aaa;
 padding-bottom: 5px;}

div.close
{ 
text-align: right;
color: #aaa;
font-size: 10px;
text-transform: uppercase;
padding-right:10px;
margin-bottom: 2px;
}

img
{border: none;
padding-top: 40px;
padding-bottom: 10px;
}

