div#container
{

}

.tickerbox
{
		width:	420px;
		margin:	10px;
		height:	14px;
		padding:	0;
		line-height:	14px;
}

.tickerbox ul
{
		width:	420px;
		position:	relative;
}

.tickerbox li
{
		width:	100%;
		list-style:	none;
		list-postion:	inside;
		position:	absolute;
		top:	0px;
		left:	0px;
		padding:	0px;
		color:	white;
		text-decoration:	none;
		font-size:	11px;
}

.hovered
{

}

.box
{
		display:	none;
}

.notes
{
		width:	50%;
}

.mods
{
		position:	relative;
		margin:	60px;
}

