.projects_preview {
  overflow: hidden;
  padding-left: 309px;
  margin: 0 0 15px 0;
  -moz-box-shadow: 0 3px 3px #999; -webkit-box-shadow: 0px 3px 3px #999;
  -moz-border-radius: 5px; -webkit-border-radius: 5px;

}
  .projects_preview .sec_info {
    position: relative;
    float: left; display: inline;
    width: 309px;
    height: 360px;
    margin-left: -309px;
    background: #317ea5 url(project_preview_bg.jpg) repeat-x 0 0;
    color: #004365;
    -moz-border-radius: 5px 0 0 5px; -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px;
  }
  .projects_preview .sec_info .arrow {
    position: absolute;
    left: 309px;
    top: 20px;
    width: 15px;
    height: 29px;
    z-index: 10;
    background: url(project_preview_arrow.png) no-repeat 0 0;
  }
  .projects_preview .sec_info .title {
    margin: 0;
    padding: 20px;
    font-size: 430%;
    line-height: 1em;
    color: #fff;
    background-color: transparent;
  }
  .projects_preview .sec_info .subtitle {
    padding: 0 20px;
    font-size: 190%;
    line-height: 1.2em;
  }
  .projects_preview .sec_info .subtitle a, .projects_preview .sec_info .subtitle a:hover {
    color: #fff !important;
    background-color: transparent;
    text-decoration: none;
  }
  .projects_preview .sec_info .subtitle a:hover {
    text-decoration: underline;
  }
  .projects_preview .slide {
    position: relative;
  }
  .projects_preview .slide ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .projects_preview .slide li {
    position: relative;
    margin: 0;
    float: left; display: inline;
  }
  .projects_preview .slide_item {
    width: 640px;
    height: 360px;
    background-repeat: no-repeat;
    background-position: 0 0;
    -moz-border-radius: 0 5px 5px 0; -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px;
  }
    .projects_preview .slide .info {
      position: absolute;
      left: 20px;
      bottom: 20px;
      width: 340px;
      padding: 12px;
      background-color: rgba(0, 0, 0, .7);
      color: #fff;
      -moz-border-radius: 5px; -webkit-border-radius: 5px;
      filter:
        progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
      -ms-filter: 
        "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    }
    .projects_preview .slide .title {
      margin: 0 0 0.6em 0;
      padding: 0;
      font-size: 270%;
      line-height: 1.2em;
    }
      .projects_preview .slide .title a, .projects_preview .slide .title a:hover {
        color: #fff !important;
        background-color: transparent;
        text-decoration: none;
      }
      .projects_preview .slide .title a:hover {
        text-decoration: underline;
      }
    .projects_preview .slide .current_amount {
      float: left; display: inline;
      text-transform: uppercase;
    }
      .projects_preview .slide .current_amount strong {
        display: block;
        font-size: 290%;
        line-height: 1.2em;
        color: #EB1F5D;
        background-color: transparent;
      }
    .projects_preview .slide .total_amount {
      float: right; display: inline;
      text-transform: uppercase;
    }
      .projects_preview .slide .total_amount strong {
        display: block;
        font-size: 290%;
        line-height: 1.2em;
      }

    .projects_preview .slide .project_status {
      margin: 10px 0 0 0;
    }
    .projects_preview .slide .project_status .time_left {
      float: left;
    }
    .projects_preview .slide .navigation {
      position: absolute;
      right: 20px;
      bottom: 20px;
      padding: 4px 0;
    }
      .projects_preview .slide .navigation a, .projects_preview .slide .navigation a:hover {
        margin-left: 10px;
        color: #fff !important;
        font-size: 150%;
        line-height: 1.2em;
        padding: 4px 10px;
        text-decoration: none;
        background-color: rgba(0, 0, 0, .7);
        -moz-border-radius: 5px; -webkit-border-radius: 5px;
        display: inline-block;
        filter:
          progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
        -ms-filter: 
          "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
        zoom: 1;
      }

  
  
.project_preview {
}
  .project_preview a {
    text-decoration: none;
  }   
  .project_preview a:hover {
    text-decoration: underline;
  }
  .project_preview .sectitle {
    font-size: 250%;
    line-height: 1.1em;
    margin: 0 0 0.75em 0;
    padding: 0;
  }
  .project_preview .sec_content {
    overflow: hidden;
    padding: 0 0 20px 625px;
  }
  .project_preview .sec_content .image {
    float: left; display: inline;
  }
  .project_preview .sec_content .image img {
    margin-left: -625px;
    background-color: #f0f0f0;
    color: inherit;
    padding: 5px;
    border: 1px solid #e0e0e0;
  }
  .project_preview .sec_content .maininfo_maincontent {
    float: left; display: inline;
    width: 100%;
  }
  .project_preview .sec_content .title {
    font-size: 250%;
    line-height: 1.2em;
    margin: 0 0 0.75em 0;
    padding: 0;
  }
  .project_preview .sec_content .text {
    margin: 1em 0;
    font-size: 170%;
    line-height: 1.2em;
  }  
  .project_preview .sec_content .author {
    font-size: 130%;
    line-height: 1.2em;
  }
  .project_preview .boxbottom {
    font-size: 130%;
    line-height: 1.2em;
    text-align: right;
  }


.project_specials {
  background: #333;
  color: #fff;
}
  .project_specials .sectitle {
    margin: 0 0 0.75em 0;
    padding: 0;
    font-size: 230%;
    line-height: 1.2em;
  }
  .project_specials ul {
    margin: 0 0 0 -3%;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    font-size: 170%;
    line-height: 1.2em;
  }
  .project_specials li {
    float: left; display: inline;
    width: 30%;
    margin-left: 3%;
    margin-bottom: 0.2em;
  }
  .project_specials li a {
    text-decoration: none;
  }
  .project_specials li a .domain {
    color: #fff;
    background-color: transparent;
  }

