#GallerySection
{
    width: 600px;
}
#GalleryImageContainer{
    float: left;
    width: 355px;   
    margin-right:5px;
}	
#GalleryImageContainer div{
	 background-image: url(large_box.jpg);
     background-repeat: no-repeat;
     width: 355px;	    
}
#GalleryThumbContainer{
    float: left;
    width:230px;
    vertical-align: top;
}
#GalleryThumbContainer .ThumbBack{
    background-image: url(sm_box.gif);
    background-repeat: no-repeat;
    width: 113px;
    height: 134px;
    float: left;
}
#GalleryThumbContainer .ThumbBack div{
    margin-top:0px;
    width: 66px;
    height: 96px;
    cursor: pointer;
}
#GalleryThumbContainer .ThumbRow{   
     clear: left;
}
	