/* Index Gallery Box  */
.midBox .galleryView{
    position: relative;
    height: 230px;
    width: 490px; 
    
}
.midBox .galleryView #galleryLeft,  
.midBox .galleryView #galleryRight{ 
    position: absolute;
    width: 240px;
    height: 177px;
    top: 15px;
}
.midBox .galleryView img.titlePic{
    width: 240px;
    height: 170px;
    border: 1px solid #4b4b4b;
    background: #4b4b4b;    
}
.midBox .galleryView .glassTitlePic{
    position: absolute;
    width: 240px;
    height: 26px;
    top: 1px;
    left: 1px;
}
.midBox .galleryView #galleryLeft{
    left: 0px;
}
.midBox .galleryView #galleryRight{
    right: 2px;
} 
.midBox .galleryView .label{
    position: absolute;
    width: 200px;
    height: 20px;
    bottom: -20px;
    left: 0px;
} 
.midBox .galleryView .label span{
    font-size: 15px;
    color: #f6ba26;
} 
/* Index News Box */
.midBox span.newsHeadline{
    margin-left: 8px;
    color: #f6ba26;
    font-weight: bold;
    font-size: 14px;
} 
/* Index Last Comments Box */
.smallBox .commentBit{
    margin-top: 13px;  
    width: 270px; 
    height: 90px; 
    position: relative;
}
.smallBox .commentBit img.picture{ 
    border: 1px solid #4b4b4b; 
    position: absolute; 
    top: 2px; 
    left: 0px;
    width: 120px;
    height: 85px; 
} 
.smallBox .commentBit img.glassCommentPic{ 
    position: absolute; 
    top: 3px; 
    left: 1px;
    width: 120px;
    height: 14px; 
}             


.smallBox .commentBit .info{
    width: 174px; 
    height: 100px;
    position: relative; 
    left: 130px; 
    top: 2px;
    overflow: hidden;
} 
.smallBox .commentBit .info .user{
    font-size: 13px; 
    font-weight: bold;
} 
.smallBox .commentBit .info .time{
     font-size: 10px; 
     color: #a4a4a4;
     font-style: italic;
} 
#overlayDiv{
    padding:0; 
    width:100%; 
    height:100%; 
    position:absolute; 
    top:0; 
    left:0; 
    margin:0; 
    overflow:hidden;
}
#overlayImg{
    border: 1px solid #4b4b4b;
}
#overlayDivBg{
    position:absolute; 
    height:1px; 
    width:100%; 
    top:0; 
    left:0; 
    background-color: black; 
    filter: alpha(opacity = 80); 
    opacity: 0.80;
}
#closeOverlay{ 
    color: white; 
}
img#jobBanner{
    margin-top: 33px;
    margin-bottom: 20px;
    border: 1px solid #4b4b4b;   
}
   