#works_wrap {
  width:860px;                
  margin:20px auto 50px;
  text-align:right;
}

#works_wrap ol.year {                         
  display:block;
}   

#works_wrap ol.year li {
  display:inline;   
  margin:0 5px;                      
}   

#works_wrap ol.year li span {
  color:#fff;                                   
  font:30px georgia;
}

.works {
  width:860px; height:205px;
  background:#0d131e;
  margin:20px 0;  
  text-align:left; 
  display:block;
}

.works img {
  width:583px; height:205px;
  float:left;
  display:inline;    
}

.works img.corner_topL {
  width:4px; height:4px;
  float:left;
  display:inline;  
  margin-left:-583px;
}

.works img.corner_bottomL {
  width:4px; height:4px;
  float:left;
  display:inline;  
  margin-left:-583px;
  margin-top:201px;
}

.gradient_gray {
  width:26px; height:205px;
  background:url(../images/work_gradient.jpg) 0 0 repeat-y;
  display:inline;
  float:left;         
}           

.works p {
  width:230px; height:205px;
  float:left;
  position:relative;
  left:-20px; 
  top:15px; 
  color:#999999;                     
  text-indent:15px;
}

.works p span {
  color:#fff;
}

.works a.link {
  color:#106a6a;
  font-size:12px;
  display:block;
  background:url(../images/pointer_green.gif) 0 10px no-repeat;
  text-indent:18px;
  margin-top:15px;
}

.works a.link:hover {
  color:#00CCCC;
  background:url(../images/pointer_green_hover.gif) 0 10px no-repeat;

}
 
.topR_2 {
  width:860px; height:205px;                                                
  background:url(../images/topR.gif) right top no-repeat;
}

.bottomR_2 {
  width:860px; height:205px;                                                  
  background:url(../images/bottomR.gif) right bottom no-repeat;   
}


  