#itemgallery * 
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#itemgallery 
{
    clear: both;
    table-layout: fixed;	
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}


#itemgallery table 
{
    margin: 0 auto; 
    text-align: left;
    width: 800px;
    min-width: 800px;
    table-layout: fixed;
}

#itemgallery img 
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    border: none;
    text-decoration: none;
}

#itemgallery .picture_display
{
    text-align: center;
    height: 455px;
    min-height: 455px;
    width: 605px;
    min-width: 605px;
}

#itemgallery .thumb_display
{
    display: block;
    margin: auto;
    text-decoration: none;
    width: 190px;
    min-width: 190px;
    text-align: center;
}

#itemgallery .thumb_display img
{
    float: left;
    display: inline;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    margin-left: 2px;
    margin-bottom: 2px;
    border: 1px solid #F2F2F2;
}

#itemgallery .thumb_display a
{
    text-align: center;
    display: block;
    text-decoration: none;
	cursor: pointer;
}