/**********
GALLERY
**********/



.imgWrap{
margin: 0 auto;
position: relative;
width: 940px;
height: 480px;
}

.imgs img{
position: absolute;
width: 940px;
//height: 480px;
border-top: 1px solid #444444;
border-bottom: 1px solid #444444;
}

.thms{
width: 50px;
padding-bottom: 6px;
margin-left: -60px;
}

.thms img{
border: 1px solid #444444;
}

.firstImg{
z-index: 1;
}