#blogs { 
 padding-bottom: 20px;
 position: relative;
}
#blogs h3, #blogs h3 a {
 font-size: 11px;
 font-weight: bold;
 margin: 0;
 text-decoration: none;
}
#blogs h3 a:hover {
 text-decoration: underline;
}
#blogs p { 
 color: #333;
 margin: 0;
 font-size: 11px;
 font-weight: bold;
}
#blogs .read_more {
 font-weight: normal;
 padding-top: 0;
 text-decoration: none;
}
#blogs .read_more:hover {
 text-decoration: underline;
}
.answer {
 color: #d98002;
 font-weight: bold;
}
.fl {
 float: left;
 display: inline;
}
.news_slider { 
 padding-bottom: 5px;
 position: relative; 
 /*width: 664px;*/
}
.news_slider .messaging {
 display: block;
 padding: 5px;
 margin: 0 20px 5px 20px;
 background: #ffffcc;
}
.news_slider .prev,
.news_slider .next {
 display: none;
 position: absolute;
 top: 30%;
 z-index: 999;
}
.news_slider .next {
 right: 2px;
}
.news_slider .prev {
 left: 2px;
}
.news_slider .container { 
 background: #FFF;
 left: 0px;
 position: relative;
 top: 0px;
 width: 100%;
}
.news_slider .news_items { 
 /* The width must be equal to .item ((width + margin-right) * 2). */
 left: 50px;
 overflow: hidden;
 position: relative;
 top: 10px;
 width: 570px;
}
.news_slider .item { 
 background-color: #fff; /*to hide a weird bug where phantom text appears*/
 /* Must contain a width and a margin-right. */
 margin-right: 10px;
 overflow: hidden;
 width: 275px;
}
.news_slider .item div { 
 overflow: hidden;
 padding: 0;
 width: 225px;
}
.news_slider .item img {
 display:block;
 padding: 0px; 
}
.news_items { 
  padding-bottom: 10px;
}
/*#blogs .msg {
  border-top: 1px solid #a1a1a1;
  color: #a1a1a1;
  margin: 10px 2px 0 2px;
  padding-top: 5px;
  position: relative;
  text-align: center;
}*/

