#scrollContainer
{
    position: relative;
    width: 760px;  
    height: 115px;
}

#scrollWindow
{    
    margin-left: 12px;
    position: absolute;
    width: 740px;      
    height: 76px;    
    background-color: transparent;
    overflow: hidden;
}


/*PORTFOLIO "end cap" STYLES */
div#leftCap
{
    position: absolute;
    left: 0;
    top: 0;
    width: 11px;
    height: 75px;
    background-color: #453119;
    z-index: 99;
}

div#rightCap
{
    position: absolute;
    left: 719px;
    top: 0;
    width: 51px;
    height: 75px;
    background-color: #453119;
    z-index: 99;
}

#scrollDiv
{
    position: absolute;
    padding: 0; 
}

span.pic
{
    width: 100px; 
}

#scrollDiv img
{    
    margin-right: 1px;
    margin-bottom: 10px;
}

#scrollNav
{
    width: 718px;
    position: absolute;
    top: 85px;    
}

#scrollNav ul
{
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

#scrollNav ul li
{
    display: inline;        
    line-height: 16px;
    margin: 0;
}



#navLess
{    
    left: 0;
    margin-right: 10px;    
}

#navMore
{    
    left: 75px;    
}

#navReset
{    
    left: 200px;    
}

#navTotalPics
{    
    left: 250px;
    width: 200px;    
    background-color: #fff;
    font-weight: normal;
    font-size: 11px;
}

#navMore a, #navLess a
{
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
}


#targetDiv
{
    height: 300px;
    width: 400px;
    /*border: 1px dashed #666;*/
}

#imageCount
{    
    position: relative;
    margin-top: 10px;
}

#imageCount #messageDiv
{
    float:left;
    width: 200px;
    height:20px;
    font-weight: normal;
    font-size: 11px;
}
#imageCount #sequentialLinks
{
    float:right;
    overflow: hidden;
    width: 120px;   
}

#sequentialLinks ul
{
    float:right;
    margin: 0;
    padding: 0;
    list-style: none;
}

#sequentialLinks ul li
{
    display: inline;        
    line-height: 16px;
    margin: 0;
}
