



/*------------------gallery-------------------*/

#thumbs {
background-color: #124a79;  
float:left;
position:relative;

height: 700px;
width: 104px; 

}

#collection{
width: 98px; 
height: 500px;

}

#big_pic {
float:left;
position:relative;
width: 712px; 
height: 700px;  
background-color: #124A79;
margin-right: 2px; 

}


#gallery_title{
padding: 2px 2px 2px 2px; 
}

.thumbnail{
margin: 0px 2px 3px 4px; 
position: relative;

display: block; 

}

img {
border: none;
}

#text{
font: normal 12px "Arial";
color: white; 
width: 650px; 
margin-left: 14px; 
margin-top: 10px; 
}

#header{
background-color: #124A79;
height: 40px; 
border-bottom: dotted 1px white; 
}
/*--------------------*/
.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 712px; 
    height: 634px;
}
.wraptocenter * {
    vertical-align: middle;
}

.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}




