  #gallery {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
    color: #333;
    line-height: 140%;
  }
  select, input, textarea {
    font-size: 1em;
  }
  #gallery {
    font-size: 70%;
  }
  #gallery h2 {
    margin-top: 1.2em;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 1px dotted #dedede;
  }
  #gallery h3 {
    margin-top: 1.2em;
    margin-bottom: 0;
    padding: 0;
  }
  # gallery ul {
    list-style-image:url(list-style.gif);
  }

	#gallery {
		padding: 0px;
		background: #FFF url('../gfx/bg_gallery_carbonfiber.png') no-repeat bottom center;
		
		}
  
  
	#descriptions {
		position: relative;
		height: 50px;
		background: #EEE;
		margin-top: 10px;
		width: 640px;
		padding: 10px;
		overflow: hidden;
		}
  
    #descriptions .ad-image-description {
      position: absolute;
	  background: #EEE;
	  width: 100%;
	  }
	
	#descriptions .ad-image-description .ad-description-title {
		display: block;
		background: #EEE;
		width: 100%;
		}
	  
	.thumbnail{width: 50px; height: 50px;}
	
	
