.outer_ticker
{
	position: relative;
	width: 511px;
	height: 193px;
}

.ticker
{
	position: absolute;
	top: 0px;
	width: 511px;
	height: 193px;
	z-index: 100;
}

.ticker_window
{
	position: absolute;
	top: 0px;
	width: 511px;
	height: 193px;
	z-index: 1000;
	background-image: url('/images/ticker/tickerback.png');
	border: 0px solid red;
	behavior: url("/css/iepngfix.htc")
}

.ticks
{
	position: relative;
	top: 185px;
	border: 0px solid red;
	width: 380px;
}

.tick_rowleft
{
	background: url('/images/ticker/choice-left.png') no-repeat;
	clear: none;
	float: left;
	height: 20px;
	width: 7px;
	behavior: url("/css/iepngfix.htc")
}

.tick_rowright
{
	background: url('/images/ticker/choice-right.png') no-repeat;
	clear: none;
	height: 18px;
	width: 20px;
	float: left;
	margin: 2px 0px 0px 0px;
	behavior: url("/css/iepngfix.htc")
}

.tick_row
{
	background: url('/images/ticker/choice-middle.png') repeat-x;
	clear: none;
	float: left;
	height: 18px;
	margin: 2px 0px 0px 0px;
}

.tick
{
	position: relative;
	float: left;
	width: 11px;
	height: 11px;
	margin: 3px 1px 0px 1px;
	cursor: pointer;
}

.tickerstop
{
	position: relative;
	float: left;
	width: 11px;
	height: 11px;
	margin: 3px 1px 0px 5px;
	cursor: pointer;
}

.ticker_click
{
	position: absolute;
	top: 0px;
	width: 511px;
	height: 193px;
	z-index: 1200;
	border: 0px solid red;
}

#ticker_click_link{
	cursor:pointer;
	border:1px solid yellow;
	display:block;
	position: absolute;
	top: 0px;
	width: 511px;
	height: 193px;
	z-index:1500;
}

.tickerbanner
{
	width: 511px;
	height: 193px;
	border: 0px;
}