.link{
position: relative;
z-index: 0;
}

.link:hover{
background-color: transparent;
z-index: 50;
}

.link span{ /*CSS for enlarged image*/
position: absolute;
background-color: #222;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.link span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.link:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

#ticker
{
	margin-bottom:10px;
}

#ticker a
{
	background:#222222;
	padding:4px;
 	color:#646464;
	display: block;
 	margin-bottom:1px;
 	font-size:10px;
}

#ticker a:hover
{
	color:#cf6b44;
}

.box h2
{
	padding:0;
	margin:0;
}

.box span
{
	font-size:10px;
}

.box
{
	background:#222;
	padding:10px;
	margin-bottom:10px;
}

.box ul
{
	list-style:none;
}

.box ul li
{
	display:block;
	margin-bottom:1px;
	background:#1b1b1b;
	padding:3px;
}

.box a#active
{
	color:#fff;
}
