#newsTicker {
	width: 455px;
	border: solid 1px #999999;
	float: left;
	border-left: solid 1px #CCC;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #CCC;
	border:none;
	
}

#newsTicker .SlidingPanels {
	width: 455px;
	height: 108px;
	float: left;
	margin-bottom:15px;
}

#newsTicker .SlidingPanelsContentGroup {
	width: 8000em;
	float: left;
	
}

#newsTicker .SlidingPanelsContent {
	float: left;
	width: 117px;
	height: 108px;
	
}

#newsTicker img {
	float: bottom;
	margin-right: 4px;
}

#newsTicker .SlidingPanelsContent .content {
	margin: 4px auto;
	float: left;
}

#item1 .content, #item2 .content, #item3 .content {
	border-right: dashed 1px #999999;
}

#newsTicker .content {
	height: 80px;
	padding: 0px 4px;
}

#newsTicker p {
	margin: 4px 4px;
}
/*
#newsTicker .prev {
	text-align: left;
	padding: 4px 4px;
	clear: both;
}
*/
.dummy_browse
{
  width:29px;
	height:43px;
  cursor:pointer;
  background:transparent;
  border:none;
}
.dummy_empty
{
  width:0px;
	height:0px;
	background:transparent;
  border:none;
}

.prev{
	background:url(../img/arrow_panel_green_left.gif) no-repeat;
	width:29px;
	height:43px;
	cursor:pointer;
	text-decoration:none;
	margin-right:8px;
}

.prev_inactive{
	background:url(../img/arrow_panel_grey_left.gif) no-repeat;
	width:29px;
	height:43px;
	margin-right:8px;
}

.next{
	background:url(../img/arrow_panel_green_right.gif) no-repeat;
	width:29px;
	height:43px;
	cursor:pointer;
	margin-left:8px;
}

.next_inactive{
	background:url(../img/arrow_panel_grey_right.gif) no-repeat;
	width:29px;
	height:43px;
	margin-left:8px;
}

/*
#newsTicker .next {
	text-align: right;
	padding: 4px 4px;
	clear: both;
}
*/
.SlidingPanelsAnimating * {
	overflow: visible !important;
}
/*
#newsTicker .navLinks {
	clear: both;
	text-align: center;
	border-top:  solid 1px #CCC;
	padding-top: 4px;
	padding-bottom: 4px;
	border: solid 1px #999;
}
*/








