/* Start of CMSMS style sheet 'Gallery' */
/*---------------------
    GALLERY
    screen
---------------------*/
 
#galScreen {
    width: 455px;
    min-height: 430px;
    padding:8px 9px 5px 5px;
    background: url(uploads/images/formBG.png) repeat scroll 0 0;
    position: relative;
overflow: hidden;
float: left;
}

* html #galScreen {
    background: #777;
}

#extraWrap {
    width: 456px;
    height: 460px;
    overflow: hidden;
position: relative;
/*clear:both;
zoom:1;*/
}
 
#innerScreen {
    width: 1090px;
    height: 460px;
}
 
#img1, #img2 {
    position: relative;
    height: 456px;
    width: 460px;
    /*margin: 0px 0 10px;*/
    float: left;
}
 
#img2 img, #img1 img {
    position: absolute;
    top: 50%;
    left: 50%;

  
}
#img1 img, #img2 img {
    margin-left: -229.5px;
    margin-top: -228.5px;
}
 
#loadSpinner {
    top: 200px;
    left: 180px;
    position: absolute;
width: 15px;
height: 15px;
}

#ie6 #loadSpinner,
#ie7 #loadSpinner
{
display: none !important;
}
 
/*---------------------
    GALLERY
    thumbnails
---------------------*/
 
#galToolbar {
    width: 467px;
    margin-left: 0px;
    position: relative;
position: absolute;
top: -10px;
left: 480px;

}
#galToolbar .thumbs {
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom:10px;
    width: 300px;
}
 
#galToolbar .thumbs ul {
    margin:0;
    padding:0;
}
 
#galToolbar .thumbs li {
    list-style: none;
    width: 32px;
    height: 32px;
    float: left;
    text-align: center;
    position: relative;
    padding-top: 18px;
    margin-right: 18px;
}
 
#galToolbar .thumbs li a img {
    border: 4px solid #737272;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30px;
    width: 30px;
    margin: -15px 0 0 -15px;
}
 
#galToolbar .thumbs li a:hover img {
    border-color: #ccc;
}
 
 
.imageTitle {padding: 10px 20px;}

h4#imgTitle {
    font-size: 1.2em;
}

#imgComment {}

#commenttext {visibility: hidden;}

.hasIntroText #extraWrap, 
.hasIntroText #innerScreen,
.hasIntroText #img1, 
.hasIntroText #img2 {height:362px;}

/* End of 'Gallery' */

