
#galleryContainer {
position: absolute;
top: 42px;
left: 0;
z-index: 90;
width: 640px;
background-color: transparent;
z-index:100;
display:none;
text-align:center;
margin:0 auto;
/*border:1px solid #86B0EA;*/
}

#imagesFrame {
position:relative;
padding:30px 0px 20px 0px;
background-color:#FFFFFF;
/*background-color:#86B0EA;*/
z-index:101;
}

.spotLightImage {
height:450px;
position:relative;
}

#imageThumbContainer {
margin:0 auto;
width:500px;
height:62px;
margin-top:10px;
white-space:nowrap;
overflow:hidden;
border:1px solid #FFFFFF;
padding:3px;
}

.images {
cursor:pointer;
border:1px solid #FFFFFF;
}
.imageHover {
border:1px solid #1B4094;
}

#closeText {
position:absolute;
bottom:3px;
right:24px;
background-color:#FFFFFF;
font-size:8pt;
padding:1px;
text-align:center;
cursor:pointer;
font-weight:bold;
}

#imageText {
position:absolute;
bottom:3px;
left:23px;
max-width:400px;
background-color:#FFFFFF;
font-size:8pt;
padding:1px;
text-align:left;
cursor:pointer;
font-weight:bold;
}

#imageInstructions {
position:absolute;
bottom:2px !important; bottom:0px;
left:3px;
width:620px;
text-align:center;
font-size:80%;

}

#leftArrow {
position:absolute;
bottom:30px !important; bottom:25px;
left:25px !important; left:5px;
width:27px;
height:50px;
/*background:url(images/arrowLeft.gif) center center no-repeat;*/
cursor:pointer;
z-index:600;
}

#rightArrow {
position:absolute;
bottom:30px !important; bottom:25px;
right:25px;
width:27px;
height:50px;
/*background:url(images/arrowRight.gif) center center no-repeat;*/
cursor:pointer;
z-index:600;
}