#gallery * {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
    color: #333;
    line-height: 140%;
  }
  #gallery select, input, textarea {
    font-size: 1em;
  }

  #gallery .example {
    border: 1px solid #CCC;
    background: #f2f2f2;
    padding: 10px;
  }
 #gallery ul {
    list-style-image:url(list-style.gif);
  }
  #gallery pre {
    font-family: "Lucida Console", "Courier New", Verdana;
    border: 1px solid #CCC;
    background: #f2f2f2;
    padding: 10px;
  }
  #gallery code {
    font-family: "Lucida Console", "Courier New", Verdana;
    margin: 0;
    padding: 0;
  }

  #gallery {

	margin:-10px 0 0 -5px;
    padding: 30px;
    background:#ffffff;
  }
  
  #map-background{
  	background: url('/images/MAP.png') no-repeat 0 0;
  	height:350px;
	margin:-350px 0 0 150px;
	/*width:310px;*/
  }
  
  #gallery-background{
  	background:url('/images/gallery-background.png') no-repeat 0 0;
  	height:450px;
	margin:-410px 0 0 0;
	/*width:310px;*/
  }

.ad-image-description > div{
float:right;
padding:1.5px 0 0 100px;
margin:-15px 0 0 0;
width:40px;
background:url('images/panel1.png') no-repeat;
}

.ad-image-description > div img{
	cursor:pointer;
}
