#news_module {
  background: #000 url(img/top_grad_01.jpg) repeat-x left top;  
  position: relative;
  width: 550px;
  height:233px;
  margin-bottom:20px;
}
#news_module h2 {
  color:#fff;
  float:left;
  margin: 0;
  padding: 10px 10px;
}

.news_item {
  clear: both;
  margin:0;
  width: 219px;
  height:190px;
}

#news_nav {
  float:right;
  margin:0;
}

#news_prev, 
#news_next {
  border: none;
  position: absolute;
}
#news_prev { right: 100px; }
#news_next { right: 15px; }

.news_item h3, .news_item p {
  margin: 0;
  padding: 0 10px;
	line-height:1.4em;
	color: #FFF;
}

* html .news_item h3 {
  height: 1px;
}

.news_item h3 a {
  font-weight:bold;
 	color: #FFE035;
}

.news_text {
  background: transparent url(img/trans.png);
  position: absolute;
  bottom:0;
  left:0;
  width:357px;
  height:60px;
}

.news_text {
  background: transparent url(img/trans.png);
  position: absolute;
  bottom:0;
  left:0;
  width:355px;
  min-height:60px;
  padding-top: 2px;
}

* html .news_text {
  background:none;
  margin-bottom:-1px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/ucgaa/img/trans.png' ,sizingMethod='scale');
}

html > body #news_text { overflow: hidden; }
/* this will act like min-height for IE6 \*/
* html .news_text { height: 50px; }
/**/


.video_icon {
  display:block;
  background:transparent url(img/video.png) no-repeat scroll left center;
	padding:4px 0 4px 30px;
  position: absolute;
  top:10px;
  right:195px; 
}

.video_icon a {
  color:#fff;
}

.video_icon a:hover {
  color:#FFE035;
}



.archives {
	background-color:#111111;
	margin:-24px 0 0;
	padding:5px 10px;
	text-align:right;
	width:205px;
}




.hide {
  display: none;
}
.trans {
  opacity: 0;
  filter: alpha(opacity=0);
}
