/* BOTTOM BOXES ///////////////////////////////////////////*/
/*top money offers*/
#top_money_offers{
    border: 1px solid #B4B4B4;
    float: right;
    width: 300px;
    margin: 0px 0 0 0;
	padding:0 0 0 0;
    background-color: #000000;
}
.latest_text_bg {
	/*background:#2A2C2E url(../images/latest_news_bg.gif) top left repeat-x;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	text-align: justify;
	margin:0 0 0 0;
	padding:0 0 0 0;
	min-height:53px;
	height:auto !important;
	height:53px;
}
.offer_item{
	height: 53px;
	padding: 0px 0 0 0;
	margin-top: 2px;
}

.item_category{
	float: left;
	width: 300px;
	padding: 0 0 0 5px;
}
.item_category a{
	color: #85d1f3;
	font-size: 18px;
}
.item_details{
	background:#2A2C2E url(../images/latest_news_bg.gif) top left repeat-x;
	width:99%;
	float: left;
	font-size:13px;
	margin:5px 0px;
	padding:0 5px;
	height:53px;
	text-align:left;
}
.item_details a{
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
	line-height:25px;
}
.item_details p{
	color: #ff0000;
	margin: 3px 0 0 0;
	line-height:22px;
	/*font-size: 11px;*/
	text-align:left;
	/*float:left;*/
	display:block;
}
.item_apply{
	float:right;
	text-align:right;
	width:99%;
	padding: 0px 5px 0 0;
	margin:0 0px 0 0;
	color:#ff0000;
}     
.item_apply a{
	width:80px;
	padding: 0px 0 0 0;
	color:#ff0000;
}
/*.latest_news {
	background-image: url(../images/latest_news.gif);
	background-repeat: repeat-x;
	padding-bottom: 15px;
}*/

.latest_news{
	background:url(../images/nav_bg_over.gif) top left repeat-x;
	width:92%;
	height:32px;
	line-height:32px;
	float:left;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	padding:0 4%;
}

/*.latest_news_l {
	background:url(../images/latest_news_l.gif) top left no-repeat;
	width:100%;
	height:20px;
}

.latest_news_r {
	background:url(../images/latest_news_r.gif) top right no-repeat;
	width:100%;
	height:20px;
}

.latest_news_title {
	background:url(../images/latest_news_title.gif) top left no-repeat;
	width:85px;
	height:20px;
	line-height:20px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:left;
	float:left;
}*/            
#offer_slider {
  position: relative;
  top:0px;
  overflow: hidden;
  height: 160px;
  width: 100%;
  float:left;
}
#offer_holder{
    position:relative;
}
#offer_holder > div {
  height:53px;
  width:300px;
}

