body {

}

#all {
    width : 950px;
    height : 300px;
    margin-left : auto;
    margin-right : auto;
}

#thumbContainer {
    width : 950px;
    margin-left : auto;
    margin-right : auto;
}

.closed {
    display : none;
}

.open {
    border : solid 1px #dddddd;
    background-color : White;
    width : 400px;
}


#waiting {
    background-color : White;
    background-image : url(../../src/images/pink_load_2.gif);
    background-repeat : no-repeat;
    background-position : center center;
    position : absolute;
    z-index : 100;
    width : 100%;
    height : 100%;
    top : 0px;
    left : 0px;
    opacity: 1.0;
    -moz-opacity:1.0;
    filter:alpha(opacity=100);
}

#waiting p {
    // color : #3E94EB;
    color : #777777;
    position : absolute;
    top : 52%;
    width : 100%;
    text-align : center;
}

.highslide-container .highslide-caption {
 font-size : 1.2em; 
}

.highslide-container .highslide-number {
 font-size : 0.6em; 
}

td a img.smallPic:hover{
   border-color:#777777;
}

#thumbContainer {
    margin-top : 90px;
}

img.smallPic {
    border : solid 5px black;
}

img.smallPic{
   border-width:1px;
   border-color:#dddddd;
   padding:4px;
   border-radius: 4px;
   
}

img.smallPic:hover {
  // border-color:silver;
   border-color:#222222;
  // border-color: rgb(249, 189, 193);
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-in-out;

}


