/* ********************************************************************** */
/* * GALLERY - IN DIV                                                   * */
/* ********************************************************************** */
#gallery {
 z-index: 100;
 position: absolute;
 top: 10px;
 left: 50px;
 width: 600px;
 height: 720px;
 background-color: #FAFAFA;
 border: 3px solid black;
 display: none;
 padding: 0 1em 1em 1em;
}

#bigImageContainer {
 display: table-row;
 border: 3px solid black;
 border: none;
}

#bigImageContainer div.tL{ height: 8px;  background: url(../img/ram2/ram_lefttop.jpg) 	bottom left no-repeat;}
#bigImageContainer div.tR{ height: 8px;  background: url(../img/ram2/ram_righttop.jpg) 	bottom right no-repeat;}
#bigImageContainer div.tC{ height: 17px; background: url(../img/ram2/ram_topbg.jpg) 		bottom repeat-x;	margin: 0 25px;}
#bigImageContainer div.bL{ height: 24px; background: url(../img/ram2/ram_leftbottom.jpg) 	top left  no-repeat;}
#bigImageContainer div.bR{ height: 24px; background: url(../img/ram2/ram_rightbottom.jpg) top right no-repeat;}
#bigImageContainer div.bC{ height: 24px; background: url(../img/ram2/ram_bottombg.jpg) 		top repeat-x;  margin: 0 25px;}
#bigImageContainer div.cL{ 						   background: url(../img/ram2/ram_rightside.jpg) 	right repeat-y;}
#bigImageContainer div.cR{ 							 background: url(../img/ram2/ram_leftside.jpg) 		left repeat-y;}

#bigImageContainer div.cC{ margin: 0 7px; padding: 0;/* padding: 20px 0 20px 0; */ background-color: red;}

#bigImage {
 border: 1px solid #E5E8E7;
}


#bigImageText {
 font-family: Arial, Helvetica, sans-serif;
 color: black;
 font-size: 12px;
 font-weight: bold;
 padding-top: 10px;
 padding-bottom: 15px;
}

#gNavigation {
 height: 20px;
 line-height: 20px;
 text-align: center;
}  
#listing{
 height: 170px;
 border: 1px solid #E8E8E8;
 background-color: #F1F1F1;
 overflow: auto;
} 

#listing ul {
 margin: 0;
 padding: 0;
 list-style: none;
} 

#listing ul li {
 background-image: url(../img/ram2/photoSmall.jpg);
 background-position: top left;
 background-repeat: no-repeat;
 width: 113px;
 height: 143px;
 line-height: 143px;
 margin: 3px;
 padding: 0;
 text-align: center;
 float: left;
}

#listing ul li a {
 display: inline;
}

#listing ul li a img {
 margin-top: 10px;
 border: none;
}

#listing div.clear {
 font-size: 1px;
 height: 1px;
 line-height: 1px;
}

#gallery div.close {
 margin: 0.25em 0 0.75em 0;
 
 text-align: right;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 12px;
}

#gallery div.close a {
 color: #666666;
 text-decoration: none;
}

#gallery div.close a span.icon {
 font-family: Arial Black;
 font-size: 14px;
 padding-left: 0.25em;
}

#gNavigation {
 margin-bottom: 20px;
}

#gNavigation a img {
 border: none;
}

#gNavigation span.spacer {
 padding: 0 1.5em;
}
