@charset "utf-8";
/* Gallery */

#gallery {
position:relative;
width:450px;
height:338px;
background-image:url(../images/loading_img.gif);
background-repeat:no-repeat;
background-position: 50% 50%;


}


#gallery img {
border:none;
}

#caption {
font-size:9px;
text-align:center;
margin-left:auto;
margin-right:auto;
}


#thumbs_container {
height:130px;
width: 467px;
overflow: auto;
white-space: no-wrap;
padding-top:10px;
padding-left:10px;
}


#thumbs ul {
margin: 0px;
padding: 0px;
list-style-type: none;
}

#thumbs li {
float:left;
margin-right:10px;
margin-bottom:10px;
}


#thumbs img {
display: inline-block;
margin-left:auto;
margin-right:auto;
padding:0px;
margin:0px;
border:none;
}

#thumbs a {
outline:none;
}


#loading_img {
position:absolute; 
width:119px; 
height:32px;
left: 50%;
top: 50%;
margin-top:  -16px;
margin-left: -59px;

}



