/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable-widget { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden;
	float: left;
	margin-bottom: 18px;
}

/*.ie7 div.scrollable-widget {
	top: -12px;
} */
 
/* 
    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 width and height for the root element and 
    not for this element. 
*/ 
div.scrollable-widget div.scrollable-items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable-widget div.scrollable-items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
div.scrollable-items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}

/*some needed css for slideshow version


/* container for slides */
.slides-widget {
	/*background:#fff url(/img/global/gradient/h300.png) repeat-x;*/
	border:none;
	position:relative;	
	height:260px;
	float:left;	
	/* CSS3 tweaks for modern browsers 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;*/
}

/* single slide */
.slides-widget div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	padding:0px;
	height:260px;
	font-size:12px;
}

/* prev and next buttons */
.slides-widget-forward {
	/*background: transparent url(/global/images/translucent_button.png) no-repeat;*/
	cursor:pointer;
	z-index: 700;
	top: -29px;
}

div.action-border-bottom {
	background-image: url(/global/images/scrollable-widget/next_stripe.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}

div.scrollable-elements {
	position: relative;
}

div#next_button {
	background-image: url(/global/images/scrollable-widget/next_bar.png);
	background-repeat: no-repeat;
	pointer-events: auto;
}

div#next_button:hover {
	background-image: url(/global/images/scrollable-widget/next_bar.png);
	background-repeat: no-repeat;
	background-position: 0 -30px;
}

div.action-border {
	border-top: 6px solid #b2b2b2;
	border-left: 6px solid #b2b2b2;
	border-right: 6px solid #b2b2b2;
	border-bottom: 9px solid #b2b2b2;
	background-image: url(/global/images/trans.png);
	pointer-events:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/global/images/trans.png', sizingMethod='scale');
background:none !important;
}

div.scrollable-items {   
position:relative;
overflow:hidden;
width: 178px;
height:128px;
}

div.scrollable-items div.items {     
width:20000em;
position:absolute; 
}

div.scrollable-items div.items div {
float:left; 
}

div.items div.active {
border:1px inset #ccc; 
background-color:#fff; 
}

/*
	scrollable news stories css below
*/
.scrollable-news-elements {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 725px;
	height:420px;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable-news-elements {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 725px;
	height:420px;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable-news-elements {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 725px;
	height:420px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable-news-widget {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.news-banner {
	float:left;
}

div.news-description {
	height: 100%;
	display: table-cell;
	vertical-align: middle
}

div.news-description p {
	margin-bottom: 6px;
}

div.news-description h1 {
	margin-bottom: 12px;
}


a.nextNews {
	background-image: url(/global/images/nextStory.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	width: 88px;
	height: 32px;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
a.nextNews:hover {
	background-image: url(/global/images/nextStory.png);
	background-repeat: no-repeat;
	background-position: 0 -32px;
	display: block;
	width: 88px;
	height: 32px;
}

p.newsread {
	margin-top: 0px;
}

div.full-banner {
	margin-bottom: 20px;
}

p.img_cap {
	margin-top: 12px;
}
