.main-container {
	clear:both;
	height: 280px;
}
.news-container {
   display: inline;
    float: right;
    height: 280px;
    position: relative;
    width: 430px;
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}


/* this makes it possible to add next button beside scrollable */
.scrollable-news {
	float:left;	
}
	
.passbutton {
border: none;
background:url("../images/sprite2.png") no-repeat scroll -2px 0 transparent;
width:30px;
height:20px;
}
.playbutton {
border: none;
background:url("../images/sprite2.png") no-repeat scroll -30px 0 transparent;
width:30px;
height:20px;
}


/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable-news {
background-color: #ffffff;
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 430px;
	height:280px;
	z-index:100;
	
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable-news .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.scrollable-news .items div.items-holder {
	float:left;
	width:430px;
	display:inline;
	position: relative;
    z-index:500;
    background-color: #E1E1E1;
    text-align: center;
}

/* single scrollable item */
.scrollable-news img {	
	background-color:#fff;		
/*	width:430px;
	height:362px;
 */
/*	#position:absolute;*/
}

/* active item */
.scrollable-news .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}




/* position and dimensions of the navigator */
.navi-news {
    height: 20px;
    left: 275px;    
    position: absolute;
    top: 254px;
    width: 200px;
    z-index: 1000;
}
.scrollable-news .items div.details {
    background: url("../images/transparent-bg.png") repeat scroll 0 0 transparent;
    height: 85px;    
    /*opacity: 0.5;*/
    position: absolute;
   #left: 0px;
    top: 215px;
    width: 420px;
    z-index: 200;
    padding: 0 0 0 10px;
    color:#fff; 
    overflow: hidden;    
}
.scrollable-news .items div.details,.scrollable-news .items div.newstitle, .scrollable-news .items div.newssummary {
  clear:both;
  float: none !important;
  display: block;
  text-align: left;
  margin: 0px 0px 10px 0px;
}
.scrollable-news .items div.details div {
width: 350px;
}
.playpause {
position: absolute;
top: 225px;
left:285px;
z-index: 300;
}
.alttext {
padding: 5px;
height: 65px;
width: 430px;
 float: left;
} 
.playpause {
    padding-top: 28px;
}
/* items inside navigator */
.navi-news a {
	width:10px;
	height:15px;
	float:left;
	margin:3px;
	background:url("../images/scroll_bullets.png") no-repeat scroll -9px 5px transparent;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi-news a:hover {
	background-position: 0px 5px;      
}

/* active state (current page state) */
.navi-news a.active {
	background-position: 0px 5px;     
}

.news-left-container {
width:210px;
height: 280px;
float: left;
border-right: 1px solid #fff;
display:inline;
}
.news-left-container .head-text{
color: #EDD8C3;
background-color: #B76900;	
height: 28px;    
padding-top: 8px;
text-align: center;
font-weight:bold;
}
.news-left-container .left-head {
	background-color: #000;		
}
.head-arrow {
	background: url("../images/sprite2.png") no-repeat scroll -25px -28px #000000;
    height: 15px;
    width: 36px;
	margin-left: 85px;
}
.news-headlines {
  height: 72px;
  background-color: #000;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-left: 5px;
  clear: both;
  overflow: hidden;
  padding-top: 5px;
  font-size: 13px;
}
.news-headlines .left-desc a{
	text-decoration:none;
	color: #fff;
}
.news-headlines .left-desc a:hover{
  color: #B76900;
}
.news-left-container .last {
  border: medium none;
}
.left-container-image {
  float: left;
  display: inline;
  padding-right: 5px;
}

.left-container-image img{
  /*width: 75px;
  height: 55px;*/
  padding: 2px;
  background-color: #fff;
}
.news-container .newstitle a{
 font-weight: bold;
 padding-top: 5px;
 font-size: 13px;
 color:#FDF4CD;
}
.news-container .newssummary a{
 font-size: 11px;
 padding-top: 5px;
 margin: 0; 
}
