html {
    
       
}

body { margin: 0px; padding: 0px;      
       font-size: 13px;
}
#container {
    width:660px; margin: 0 auto; 


}
ul {
    list-style-image:url(list-style.gif);
}
h1 {
    text-align: center;
    font-family: 'BenchNine', sans-serif;
    font-weight: normal;
}

.ad-gallery .ad-thumbs li a img {
    border: 3px solid #FFF;
}

.ad-gallery .ad-nav .ad-thumbs 
{

}

.ad-gallery .ad-thumbs li a.ad-active img {
    border: 3px solid #FACC0E;
}

#gallery {
    padding: 30px;
    
}
/*#descriptions {
  position: relative;
  height: 50px;    
  margin-top: 10px;
  width: 640px;
  padding: 10px;
  overflow: hidden;
}*/
#descriptions .ad-image-description {
    position: absolute;
}
#descriptions .ad-image-description .ad-description-title {
    display: block;
}

.textContainer
{
    width: 600px; margin: 0 auto;
    height: 200px;
    overflow: hidden;
}

.textContainer p { 
    text-align: justify; 
    margin: 17px 0px;
    font-family: sans-serif;
}

.textContainer h1 {
    margin-bottom: 15px;
}

span.imgTitle,
span.imgDesc
{ 
    display: none;
}
