



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

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

height: 675px;
width: 104px; 

}

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

}

#big_pic {
float:left;
position:relative;
width: 712px; 
height: 674px;  
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;
}

#footer{
background-color: #124A79;
height: 40px; 
border-bottom: dotted 1px white; 
color: white; 
font: normal 12px "Arial"; 
position: relative; 
}

#footer_view_cart{
position: relative;
float: left;
width: 160px; 
height: 21px; 
padding-top: 9px; 
padding-left: 10px; 
}

#footer a {
text-decoration: none; 
color: white; 
}

#footer_buy{
position: relative;
float: left;
width:auto; 
text-align: right; 
height: 30px; 
width: 300px; 
margin-top: 3px; 
}

#footer_title{
position: relative;
float: left;
width: 230px; 
height: 21px; 
padding-top: 9px; 
margin-top: 3px;
text-align: right; 
}

#back{
	width: 24px;
	height: 32px;
	background-image: url(../images/layout/gallery/back2.png);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	z-index: 100;
	top: 50px;
	left: 10px;
	
}

#next{
	width: 24px;
	height: 32px;
	background-image: url(../images/layout/gallery/forward2.png);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	z-index: 100;
	top: 50px;
	right: 10px;
}

#loading{
	position: absolute;
	color: white;
	top: 320px;
	left: 320px;
	z-index: 10;
}

#cen{
	z-index: 20;
	position: absolute; 
}	

/*--------------------*/
.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;
}




