/* Horizontal Carousel */
#news-bar {
}
	.slides { position:absolute; top:0; left:40; }
	.slides > div { position:absolute; top:0; width:796px; display:none; }

#horizontal_carousel {
  float:left;
  width: 820px;
  height: 150px;
  margin: 20px;
  position: relative;  
  background: #e5e5e5;
}         

.dcontainer{
	width:570px;
	height: 200px;

}
#dnav{
	position:absolute;
	bottom:0px;
	background: #333;
	padding:20px 20px 20px 10px;
	width:550px;
}
#dnav a{
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
}

.dcontainer a.previous{float:left;width:20px;cursor: pointer;margin-top: 10px;color:#FFF;position:absolute;width:50px;height:43px;background:url(/public/frontend/images/dash_leftb.png) left no-repeat;text-align: right}
.dcontainer a.next{float:right;width:50px;cursor: pointer;margin-top: 10px;color:#FFF;position:relative;height:43px;background:url(/public/frontend/images/dash_rightb.png) no-repeat right}
.dcontainer .slides > div { position:absolute; top:0; width:500px; display:none; padding:20px;padding-top:40px;margin-left:20px;margin-right:20px;}
.dcontainer .slides > div img.nodash_image{width:230px;float:right;margin:0px 20px 10px 10px;padding:3px;border:1px solid #CCC;background:#FFFFFF;} 
.dcontainer .slides > div img.dashboard_image{max-width:450px;max-height:230px;margin:0px 20px 10px 0px;padding:3px;border:1px solid #CCC;background:#FFFFFF;float:none;clear:right} 

#dashboard_glider{
  position: relative;
  width: 100%  
}

#horizontal_carousel .container {
  position: absolute;
  top: 0;
  left: 12px;  
  width: 796px;
  height: 144px;
  overflow:hidden;   
  //background: url(/public/frontend/images/news_back.jpg) 0 top;
}            

#horizontal_carousel .previous {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 144px;
  background: url(/public/frontend/images/prev_btn.jpg);
  z-index: 100;    
  cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled {
  background: url(/public/frontend/images/prev_btn_dis.jpg);
  cursor:default;
}

#horizontal_carousel .next {
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 144px;
  background: url(/public/frontend/images/next_btn.jpg);
  z-index: 100;
  cursor:pointer;
}   

#horizontal_carousel .next_button_disabled {
  background: url(/public/frontend/images/next_btn_dis.jpg);
  cursor:default;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 144px;
}                      

#horizontal_carousel ul li img {
  display:block;             
}                               

#horizontal_carousel ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
}                               

#horizontal_carousel ul li {
  border:0px solid green;
  color:#000;
  margin:0pt;
  padding:0px 0px 0px;
  width:258px;
  height: 144px;
  background: url(/public/frontend/images/story_back.jpg); 
  background-repeat: no-repeat;
  list-style:none;   
  float:left;
  margin-top:5px;
}
.pagination{postion:absolute;z-index: 1000}
.news_story {width:180px;
margin-left:45px;
margin-top:20px;
line-height: 1.4em;
float:left}

.news_story a {
color:#99b700;
text-decoration: none;
}

.news_story_b{
	position: relative;
	width:252px;
	height: 120px;
	margin-left:5px;
	padding-left:10px;
	margin-top:5px;
	padding-top:20px;
	line-height: 1.4em;
	float:left;
	background: #959494;
	color: #fff;
}
.news_story_b:first-child {
	margin-left: 0;
}
.news_story_b a{
color:#fff;
text-decoration: none;

}
.news_story_b .header {
	display: block;
	float: left;
	padding-left: 18px;
	background: url(../images/news_icon.png) no-repeat top left;
}
.news_story_b .content a {
	position: absolute;
	width: 252px;
	padding: 5px;
	background: #425460;
	background: rgba(66, 84, 96, .85);
	bottom: 0;
	left: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_story_b .date {
	font-weight: bold;
}
.news_story_b .image {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 262px;
	max-height: 140px;
}

.blue {color: #3f4d56; font-size: 11px;}

.pagination {
	margin:26px auto 0;
	width:100px;
	position:relative;
	top:190px;
	float: right;
	margin-right: 15px;
}

.pagination li {
	float:left;
	margin:0 1px;
	
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(/public/frontend/images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.active a {
	background-position:0 -12px;
}





