
.latest_project{
 height: 295px;
 width: 100%;
 }
 .project{
 height: 314px;
 margin: 0 auto;
 }
 .sec_menu{
 height: 57px;
 width: 100%;
 background: url(../images/sec_menu_bg.jpg) repeat-x;
 float:left;
 }
 
.sec_menu_content{
 height:25px;
 margin: 0 auto;
 }
.previous_button{
 height: 25px;
 width: 96px;
 float: left;
 padding-top: 5px;
 text-decoration:none;
 }
 
.next_button{
 height: 25px;
 width: 71px;
 float: right;
 padding-top: 5px;
 text-decoration:none;
 }
 
.project_bubles{
 float: left;
 padding-top: 25px;
 margin-left: 355px;
 text-decoration:none;
 }
 
.project_bubles li{
 float: left;
 padding-left:3px;
 }
 
.float_left{
 float: left;
 }
 
.previous{
 display: block;
 width: 96px;
 height: 28px;
 background: url(../images/previous.png) no-repeat;
 position: relative;
 top: -2px;
 text-decoration: none;
 }
 
.previous:hover{
 background: url(../images/previous.png) no-repeat;
 background-position: 0 -29px;
 text-decoration: none;
 }
.next{
 display: block;
 width: 71px;
 height: 28px;
 background: url(../images/next.png) no-repeat;
 position: relative;
 top: -2px;
 text-decoration: none;
 }
 
.next:hover{
 background: url(../images/next.png) no-repeat;
 background-position: 0 -29px;
 text-decoration: none;
 }
 
.project_pages li{
 display: inline;
 width: 500px;
 } 
.tabb{
 height:100%;
}

.tabbicos a{
 width:19px;
 height:20px;
 display:block;
 float:left;
 background-image: url(../images/page.png);
 text-decoration: none;
}

.tabbicos a.active{
 background-image: url(../images/selected_page.png)
}

h1{
 margin-bottom: 7px; 
 }
 
h2, .content_home h5{
 margin-bottom: 4px;
 }
 
.displaynone{
 display:none;
}

