.box_title
{
	color: #ECB820;
}

.box_text, p
{
	color: #CCC;
	color: #FFF;
}

.box_line
{
	color: #ECB820;
}


a
{
	color: #B8D21B;
}

.scrollable
{
    padding: 0px;    
}

.photoYear
{
    font-family: Trebuchet MS;
    font-size: 17px;
    color: white;
    font-weight: bold;
    padding: 12px;
    padding-left: 36px;
}

.photoMonth, .photoMonthInv
{
    font-family: Trebuchet MS;
    font-size: 14px;
    color: #231003;
    font-weight: bold;
    padding-right: 7px;
    text-align: right;
    vertical-align:top; 
    width: 76px;    
    padding-top: 3px;
}

.photoMonthInv
{
    color: #603619;
}


.thumbContainer, .thumbHover, .thumbContainerInv
{
    width: 105px; 
    float: left; 
    height: 80px;
    cursor: pointer;
    font-family: Trebuchet MS;
    font-size: 10px;
    color: #603619;
    font-weight: bold;
}

.thumbContainer img
{
    border: 1px solid #603619;
}

.thumbHover
{
    color: white;
}

.thumbHover img
{
    border: 1px solid white;
}

.thumbContainerInv
{
    color: #231003;    
}

.thumbContainerInv img
{
    border: 1px solid #231003;
}


.videoPlayer, .videoPlayerActive
{
    width: 250px; 
    height: 205px; 
    border: 2px solid #231003;     
}

.videoPlayerActive
{
    border: 2px solid white;
}

.videoLegend
{
    font-family: Trebuchet MS;
    font-size: 13px;
    color: white;
    font-weight: bold;
}

