/*
a,a:hover
{
color:#ff8800;
}
*/

#galleryMask
{
background-color:#000000;
position:absolute;  
z-index:9000;  
display:none;
}

#mainPhotoMask,.mainPhotoMask
{
position:relative;
background-color:#ffffff;
display:none;
background-repeat:no-repeat;
background-position:center center;
}

.boxContainer
{
overflow:hidden;
margin-top:8px;
clear:both;
}

.firstBox
{
position:relative;
z-index:10;
background-repeat:no-repeat;
}

.secondBox
{
position:relative;
z-index:20;
background-repeat:no-repeat;
}



.boxContainer,.firstBox,.secondBox
{
width:332px;
height:325px;
}


.mainPhotoBoxContainer
{
overflow:visible;
}

.firstMainPhotoBox,.secondMainPhotoBox,.mainPhotoBoxContainer
{
width:332px;
height:325px;
}

.firstMainPhotoBox,.secondMainPhotoBox
{
position:relative;
background-repeat:no-repeat;
background-position:center center;
}

.firstMainPhotoBox
{
z-index:10;
border:1px solid #0000ff;
}

.secondMainPhotoBox
{
z-index:20;
border:1px solid #ff0000;
}


#mainPhoto,.mainPhoto
{
background-repeat:no-repeat;
background-position:center center;
background-color:#ffffff;
cursor:pointer;
}

#mainPhotoImg,.mainPhotoImg
{
margin:auto;
padding:auto;
background-repeat:no-repeat;
background-color:none;
}

.thumbnailSet
{
margin:0px;
padding:0px;
left:0px;
top:0px;
}

li.thumb
{
width:110px;
float:left;
margin:0px;
clear:none;
border:0px;
padding:0px;
margin:0px;
}


.thumb a img
{
background-color:#ffffff;
border:4px solid #ffffff;
margin:0px;
}





