/******************************************************************************
 *
 * Site:	eCity CMS
 * File:	Layout Styles
 *
 * Updated:	Nov. 12, 2008 - Created
 *
 */

/******************************************************************************
 * DEFAULT TAG SPECS
 ******************************************************************************
*/

div#galleryContainer {
    width:            94%;
    height:           100%;
    min-height:       580px;
    background-image: url(/cms/img/BG_vertFade_CCC.gif);
    background-repeat: repeat-x; 
    padding:          1% 3% 1% 3%;
    margin-top: 1em;
    /* border:           1px solid #ddd; */
}

div#mediumImageContainer {  
    z-index:          300; 
    display:          none;
    position:         absolute;
    left:             0; 
    top:              0;
    width:            100%;
    height:           100%;
    background-color: #666; 
    background-image: url(/cms/img/BG_trans_CCC.gif);
    background-repeat: repeat; 
    padding-bottom: 60em;
}


div#mediumImageClose {
    margin-top: 2em;
    padding: 0.5em; 
}

img#mediumImage {
    background-color: #fff; 
    padding: 1em; 
    border: 1px solid #666; 
}

img#nextImage {
    margin-top: 0.8em;
    margin-bottom: 0;
}

img#prevImage {
    margin-top: 0.4em;
}


div#imageMatt {
   margin-top: 1em;
   width: 300px;
   background-color: #fff;
   padding: 0.8em;
   border:  1px solid #ccc;
}

div#imageTools {
   margin-top: 1em;
   padding: 0.2em 0.6em 0.6em 0.6em;
   float: right;
   background-color: #fff;
}





