
#portoflioHeaderContainer
{
    width: 940px;
    padding-top: 20px;    
}

/* PAGE/IMAGE STATISTICS */

.portfolioStatisticsContainer
{
    height:20px;
    border:0px solid red;
}

.portfolioStatisticsContainer .pageStatsWrapper
{
    float:left;
}

.portfolioStatisticsContainer .imageStatsWrapper
{
    float:right;
}

.portfolioStatisticsContainer #hoveredImageIndex
{
    color:#bbb;
    font:12px tahoma;
}

.portfolioStatisticsContainer #numberOfImages
{
    color:#aaa;
    font:16px tahoma;
}

.portfolioStatisticsContainer #pageNumber
{
   color: #bbb;
   font: 12px tahoma;
}

.portfolioStatisticsContainer #pageCount
{
   color: #aaa;
   font: 16px tahoma;
} 

/* PORTFOLIO */
    
#portfolioContainer
{
    width:900px;
    height: 390px;
    margin-bottom : 10px;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
}

.portfolioPage
{
    width:910px;
    height: 390px;
    position: absolute;
    background-color: #FFF;  
    left: 0px;
    top: 10px;
	float: left;
}

.portfolioProjectWrapper
{
    width: 300px;
    height: 390px;
    overflow: hidden;
    float: left;
}

.portfolioProjectWrapper .image
{
    width: 290px;
    height: 290px;
    margin-left: 15px;
    margin-top: 0px;
    background-color: #fff;
    
    background-image: url('../img/common/ajax/loading2.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
}

.portfolioProjectWrapper .image:hover
{
    opacity:0.9;
    filter:alpha(opacity=90); /* for IE*/ 
}

.portfolioProjectWrapper .title
{
    color: #3399cc;
    font: 16px tahoma;
    padding-left: 15px;
    margin-top: 5px;
}

.portfolioProjectWrapper .desc
{
    font: normal 11px tahoma;
    color: #999999;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
}

#portfolioControlPanel
{
    width: 900px;
    height: 37px;
    margin-top: 10px;
    text-align: center;
    position: relative;
}


#portfolioPrevPageBtn
{
    width: 100px;
    height: 27px;
    
    cursor: pointer;
    position: absolute;
    left:0px;
    top:0px;
    
    width: 100px;
    height: 24px;
    background-color: #FFF;
    border: 1px solid #0099cc;
    color: #0099cc;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    padding-top: 8px;
    text-decoration: none;    
}
  
#portfolioPrevPageBtn:hover
{
    background-color: #0099cc;
    border: 1px solid #999999; 
    color: #FFF;
}

#portfolioNextPageBtn
{
    width: 100px;
    height: 27px;
    
    cursor: pointer;
    position: absolute;
    right:0px;
    top:0px;    

    
    width: 100px;
    height: 24px;
    background-color: #FFF;
    border: 1px solid #0099cc;
    color: #0099cc;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    padding-top: 8px;
    text-decoration: none;    
}

#portfolioNextPageBtn:hover
{
    background-color: #0099cc;
    border: 1px solid #999999; 
    color: #FFF;
} 
.subtitle
{
    font: 12px tahoma;
    color: #999999;
    padding-left: 15px;
    margin-top: 5px;
}