.newsItemContainer {
display:inline;
float:left;
height:auto;
width:500px;
overflow:hidden;
}

.bookmark_list li{
	font-size:8pt;
	border:0px;
	padding:5px;
	width:20%;
	padding-left:10px;
	margin-top:10px;
	margin-left:6px;
}

.social-bookmarks{
	padding:10px;
}


.image_scroll{
	width:100%;
	height:15px;
	margin-top:5px;
	
}

.image_scroll a{
	display:block;
	width:15px;
	height:15px;
}

#image_scroll_prev{
	float:left;
	background:url(/open/img/prev-arrow.gif);
}

.prev-disabled{
	background:url(/open/img/prev-arrow-disabled.gif) !important;
}

.scroll_count{
	font-size:0.7em;
	width:auto;
	
	float:left;
	margin-left:85px;
	_margin-left:50px;
}

#image_scroll_next{
	float:right;
	background:url(/open/img/next-arrow.gif);
	_margin-right:5px;
}

.next-disabled{
	background:url(/open/img/next-arrow-disabled.gif) !important;
}


