﻿#contentBox
{
	width:180px;
	height:425px;
	
	/*** SETTING POSISI:  ****/
    top: 100px;
    left: 500px;
	/*******/

	/** display: none; **/
	position:absolute;
	z-index:100;
}
#p
{
	width:180px;
	height:180px;

	/** border:solid 1px #cccccc; **/
	/** background:#eaf5e0; **/
	overflow:hidden;
	position:relative;
}
#news1
{
	width:180px;
	height:180px;
	/** border:solid 1px #cccccc; **/
	/** background:#eaf5e0; **/
	/** overflow:hidden; **/
	position:relative;
}
.TickerHeader
{
	padding:6px; margin:0; border:0;
	background:#FFFFFF;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	z-Index:101;
	position:absolute;top:0px;height:0px;width:100%;height:10px;
	border-Bottom:solid #cccccc 1px;
}
#NewsVertical 
{
	width:180px;

	display:block;
	overflow:hidden;
	position:relative;
}
#TickerVertical 
{
	width:180px;
	
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
.TickerVertical 
{
	width:168px;
	
	display:block;
	color:#333333;
	text-align:left;
	font-size:10px;
	margin:0;
	padding:6px;
	float:left;
	/** background-Color:#99CC66; **/
}
.TickerVertical .NewsTitle
{
	display:block;
	color:#000000;
	margin-bottom:2px;
	font-family: Tahoma;
	font-size:10px;
	font-weight:bold;
}
.TickerVertical .NewsTitle a:link, .NewsTitle a:Visited 
{
	display:block;
	color:#000000;
	font-weight:bold;
	margin-bottom:2px;
	text-decoration:none;
}
.TickerVertical .NewsTitle a:hover 
{
	text-decoration:underline;
}
.TickerVertical .NewsImg
{
	float:left;
	margin-right:5px;
}
.TickerVertical .NewsFooter
{
	display:block;
	color:#000000;
	font-size:10px;
	margin:6px 0 14px 0;
}
