div.box
{
	overflow: hidden;
	float: left;
	margin-left: 7px;
	background: #EBEBEB;
	border: 2px solid #D6D6D6;
}

div.big
{
	width: 125px;
	height: 125px;
}

div.medium
{
	width: 75px;
	height: 75px;
}

div.small
{
	width: 50px;
	height: 50px;
}

ul.news, ul.notices
{
	margin: 5px;
	margin-left: 25px;
	padding: 0px;
	list-style-type: none;
}

ul.news a:hover, ul.notices a:hover
{
	background: #EAEFF7;
}
