﻿.categoryHeader 
{
    padding:7px;
    background-color:#edf0fb;
    width:810px;
    margin-bottom:10px;
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    color:#4e5b88;

}
.categoryHeader a
{
    color:#4e5b88;
    font-family:Arial;
    font-size:14px;
    text-decoration:none;
}
.albumItem 
{
    width:162px;
    text-align:center;
    height:162px;
}
.caption 
{
    font-size:9px;
    margin-top:5px;
}
.caption a, .caption a:link, .caption a:active, .caption a:visited 
{
    color:#2b439c;
    font-size:9px;
    text-decoration:none;
}
.caption a:hover 
{
    text-decoration:underline;
    font-size:9px;
    color:#ed8a11;
}
.viewer 
{
    margin-bottom:10px;
}

.ctBottom 
{
    height:13px;
}

.ctBottomLeft 
{
    float:left;
    text-align:left;
    width:60px;
}
.ctBottomCenter 
{
    text-align:center;
    font-weight:bolder;
    float:left;
    width:710px;
}
* html .ctBottomCenter 
{
    width:703px;
}
.ctBottomRight 
{
    float:left;
    text-align:right;
    width:40px;
}
.category_album 
{
    width:810px;
    margin-bottom:7px;
}
.rotateImage 
{
    float:left;
    margin-right:15px;
}
#lastImage 
{
    margin-right:0px;
}
.imageArea 
{
    width:770px;
    margin:0 auto 0 auto;
    height:150px;
}
.outerImageArea 
{
    margin:0px;
}
#twoScreenItem 
{
    width:100px;
    height:120px;
}
.selectedImage 
{
    border:solid 3px #ed8a11;
}
.unselected 
{
    border:none;
}
.hideIt 
{
    display:none;
}
.showIt 
{
    display:block;
}
*:first-child+html .featureCaption
{
   margin-top:0px;
}
