
#ticker {
	position: absolute;
	margin-top: -28px;
	margin-left: 681px;
	height: 27px;
	width: 138px;
	padding:0;
	background: #404040 url('../artwork/video-tab1.gif') left top no-repeat;
	}
	
#ticker:hover {
	background: #E7DD61 url('../artwork/video-tab.gif') left top no-repeat;
	}

div.ticker_panel {

    	z-index:50;
    	margin: 27px 0 0 -153px;
    	padding-left:0;
    	display: none;
    	float: left;
    	position:relative;
    	width:290px;
    	height: 430px;
    	background: #efefef url('http://www.magnoliasolar.com/artwork/page.gif') left bottom no-repeat;
    	border: 1px solid #828282;
	

	}

div.ticker_left_panel, div.ticker_right_panel	{

	margin: 0;
	padding: 5px 5px 5px 2px;
	z-index:100;

	}


/* Newsticker styles */

ul li.newsitem {
	list-style:none;
	font-size:0.9em;
	padding-bottom: 12px;
	padding-right: 10px;
	margin-left: -20px;

}

ul li.newsitem a {
	color: #000;
	font-size:0.9em;
	text-decoration: none;
	

}

ul li.newsitem a:hover {
	color: #007B4A;
	text-decoration: none;

}