/* news juggler */
.news_a_v2{  
  width         : 410px;
  height        : 203px;
  float         : left;
  overflow      : hidden;
}

.news_a_v2 .container{  
  width         : 408px;
  min-height    : 170px; 
  border        : solid silver;
  border-width  : 1px 1px 0px 0px;
}

/* IE Hack stuff */
/*\*/
* html .news_a_v2 .container {
  height         : 170px; 
}
/**/

.news_a_v2 .news_text {  
  width         : 208px;
  height        : 138px;
  float         : left; 
  padding       : 10px 10px 10px 0px;
  overflow      : hidden;
  /*border	: 10px solid #ff0000;*/
}

.news_text a {
  font-size 	: 11px;
  color		: #000000;
}

.news_text a {
        text-decoration: underline;
}

.news_text h1 a:hover {
        text-decoration: underline;
}



.news_a_v2 .image {
  width         : 182px;
  float         : right;
}

.news_a_v2 .image img {

  border	: 0px solid #cccccc;
}

.news_small .container_small{
  border       : solid silver;
  border-width : 1px 1px 1px 0px;
  background   : #e9e9ed;
  text-align   : right;
  width        : 408px;
  padding-right: 0px;
}

.news_small .image{
  width        : 32px;
  display      : none;
}

.news_small .container_small h1{
  font-size    : 12px;
}

.news_nav{  
  width        : 150px;
  height       : 20px;
  position     : relative;
  top          : -30px;
  left         : 10px;
  text-align   : center;
  background   : #fff;
  border       : 1px solid silver;
  border-top   : none;
  padding      : 0px 5px 0px 5px;
}

.stopplay {  
  width        : 100px;
  float        : left;
}
.related a:hover {  
  color           : #000;
  text-decoration : underline;

}
/* end news juggler 	*/


