﻿#itemImageNavContainer
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 51px;
    overflow: auto;
    font-size: 14px;
    background-color: #fafae0;
}
#itemImageContainer
{
    position: fixed;
    top: 69px;
    left: 0;
    right: 0;
    bottom: 0px;
    overflow: auto;
    text-align: center;
    margin-left: 10px;
}
       
#itemImageNav a, .selectedImage
{
	padding: 0px 10px 0px 10px;
}

#itemImageNav .selectedImage
{
    font-weight: bold;
}

#itemImageHeader
{
	background-color: #4c320f;
	color: White;
	padding: 3px 0px 3px 10px;
}

