﻿#news-ticker{
	width:495px;
	height:96px;
	/*overflow:hidden;*/
	border: dotted 1px silver;
}
	#news-ticker div{
		width:99%;
		padding:7px;
		margin-top:0;
		padding-top:6px;
		padding-bottom:0;
		color: #408D40;
		font-weight:normal;
		font-size:16px;
	}
		
	#news-ticker p{
		margin-top:0;
		padding-top:0;
		line-height:14px;
		display:block;
	}
	
#ticker-container{
	position:relative;
}

#ajaxticker1 
{
	width: 99%;
	padding: 3px;
}

/* not being used */

#ticker-container button{
		position:absolute;
		right:5px;
}

#shuffle-news{
	display:none;
}

#top-border
{
	position:absolute;
	top:0;
	background-image:url("../images/backgrounds/depth_top.png");
	background-repeat:repeat-x;
	height:33px;
	width:99%;
	z-index:9998;
	/*border: dotted 1px red;*/
}
#bottom-border
{
	position:absolute;
	background-image:url("../images/backgrounds/depth_bottom.png");
	background-repeat:repeat-x;
	height:33px;
	width:99%;
	z-index:9998;
	top:63px;
	/*border: dotted 1px red;*/
}
