
.news {
  padding: 25px 20px;
}


.clickable {
}
.news_head {
  clear: both;
  float: none;
  /*height: 25px;*/
  background: url('../pics/news_item_bg_top.png') top left repeat-x;
}
.news_head.on {
  height: 26px;
}

.news_item {
  min-height: 25px;
  min-width: 960px;
  overflow: hidden;
}

.news_head.last {
  min-height: 26px;
  
}


.news_date {
  font-family: Arial, sans-serif;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  padding-left: 3px;
  width: 120px;
  /*height: 25px;*/
  line-height: 25px;
  float: left;
  clear: left;
}


.news_title {
  font-family: Arial, sans-serif;
  color: #FFF;
  font-size: 12px;
  font-weight: normal;
  width: 400px;
  /*height: 25px;*/
  line-height: 25px;
  float: left;
}

.news_title a, .news_title a:link, .news_title a:visited {
    font-weight: bold;
    display: inline;
    color: #EB931B;
    text-transform: uppercase;
    text-decoration: none;
}

.news_title a:hover {
    font-weight: bold;
    display: inline;
    color: #FFF;
    text-transform: uppercase;
}



.news_title.long_second_row {
  width: 815px;
  /*height: 25px;*/
  line-height: 25px;
  float: left;
}

  .news_title h3 {
    font-weight: bold;
    display: inline;
    color: #EB931B;
    text-transform: uppercase;
  }
  
  .news_title h4 {
    font-weight: bold;
    display: inline;
    color: #FFF;
  }


  

.news_subtitle {
  font-family: Arial, sans-serif;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  width: 440px;
  line-height: 18px;
  float: left;
  height: auto;
}


.news_full {
  clear: both;
  float: none;
  padding: 10px 0;
  min-height: 345px;
}

  .news_full a, .news_full a:link, .news_full a:visited {
    color: #EB931B;
    text-decoration: underline;
  }
  .news_full a:hover { color: #FFF; }



  .news_full .news_content_images {
    width: 680px;
    height: 335px;
    overflow: hidden;
    float: left;
    position:absolute;
    left: 0px;
    clip:rect(0px,670px,335px,0px);
  }
  
    .news_full .news_content_images ul {
      
      height: 335px;
      display: block;
      float: left;
    }
    
    .news_images_container {
      width: 5000px;
    }
    
    .clone {
    }
    
    .news_full .news_content_images ul li {
      float: left;
      display: block;
      width: 335px;
      height: 335px;
    }
  


  .news_full .news_content_text {
    font-family: Arial, sans-serif;
    color: #FFF;
    font-size: 12px;
    width: 340px;
    line-height: 19px;
    float: left;
    margin-left: 690px;
  }
  
  .news_full .news_content_text h3 {
    font-weight: bold;
    display: inline;
    color: #EB931B;
    text-transform: uppercase;  
  }
    
  .news_full .news_content_text p {
    margin-bottom: 14px;
  }
  
  .news_full .news_content_text a,
  .news_full .news_content_text a:link,
  .news_full .news_content_text a:visited {
    text-decoration: none;
    color: #FFF;
    font-weight: bold !important;
  }
  
  .news_full .news_content_text a:hover {
    text-decoration: underline; 
  }


  
  a.news_link,
  a.news_link:link,
  a.news_link:visited {
    color: #EB931B !important;
    font-weight: bold;
  }

.news_footnav {
  position: absolute;
  right: 10px;
}

.news_footnav a, .news_footnav a:link, .news_footnav a:visited {
  display: block;
  height: 45px;
  float: left;
  text-indent: -1000em;
  overflow: hidden;
  background: url('../pics/news_nav_bg.png') no-repeat;
}


a#news_take_one_look, a#news_take_one_look:link, a#news_take_one_look:visited {
  width: 110px;
  background-position: 0 0;
}

a#news_take_one_look:hover, a#news_take_one_look.on {
  background-position: 0 -45px;
}



a#news_on_screen, a#news_on_screen:link, a#news_on_screen:visited {
  width: 78px;
  background-position: -110px 0;
}

a#news_on_screen:hover, a#news_on_screen.on {
  background-position: -110px -45px;
}



a#news_on_stage, a#news_on_stage:link, a#news_on_stage:visited {
  width: 73px;
  background-position: -188px 0;
}

a#news_on_stage:hover, a#news_on_stage.on {
  background-position: -188px -45px;
}



a#news_newsletter, a#news_newsletter:link, a#news_newsletter:visited {
  width: 100px;
  background-position: -261px 0;
}

a#news_newsletter:hover, a#news_newsletter.on {
  background-position: -261px -45px;
}

