﻿#news_bar
{
    clear:both;
    width: 100%;
    height: 228px;
    background-position: top;
    background-image: url( '../images/news_home_back.jpg' );
    background-repeat: repeat-x;
    background-color: #252525;
}
/* hack for ie6 */
* html #news_bar
{
     height: 246px;
}
#news_bar .news
{
    width:205px; 
    float:right;
}
#news_bar .news .title
{    
    width:205px; 
    height:13px;
    margin-top:44px;
    background-image: url('../images/news_home_title.jpg' );
    background-repeat:no-repeat;
}

/* Start -  Project Selected box  - Start */
#news_bar .proect_box
{
    width:208px; 
    height:100%;
    float:right;
}
#news_bar .proect_box .title
{    
    width:208px; 
    height:13px;
    margin-top:44px;
    color:#FFFFFF;
    font-size:12px;
    text-align:center;
}
.proect_box .thumbnail_pic
{
  display:block;
  text-align:center; 
  margin-top: 13px;
}
.proect_box .more_details
{
  color: #3D7B9E;
  font-size:12px;
  display:block;
  text-align:center;
  margin-top: 16px;
}
/* END -  Project Selected box  - END */

#news_bar .picture_box
{
    width:347px; 
    float:right;
}
#news_bar .picture_box .picture
{
    display:block;
    margin-top:44px; 
    margin-right:30px;
}
#news_bar .sperator
{
    width:2px;
    height:228px; 
    float:right;
}
