/* CSS Document */

.gallery_list
{
position:relative;
margin:0 0 0 0;
width:1400px;
height:50px;
}
.gallery_img
{
float:left;
width:50px;
height:50px;
margin:0 2px 0 2px;
padding
}
.gallery_list_container
{
position:relative;
margin:0px 0 0 105px;
width:654px;
height:70px;
}

* html .gallery_list_container {margin:60px 0 0 105px;}

.gallery_main_picture
{
position:relative;
margin:47px auto;
height:207px;
width:654px;
background-image:url(images/gallery.jpg);
}
* html .gallery_main_picture
{
margin:0 auto;
}
.gallery_main
{
position:absolute;
top:130px;
left:300px;
}
.hiddenPic {display:none;}