/* -- BLUE CIRCLE LINK //////////////////////////////////////////////////////////////////////////// -- */

.link-circle span	{
	background: url("../images/sprites/core_skills_circle.png") 0 0 no-repeat;
	height: 130px;
	position: absolute;
	width: 130px;
}

/* -- MONTH SORTER //////////////////////////////////////////////////////////////////////////////// -- */

span.month-arrow	{
	display: none;
}

.last-month	{
	background: url('../images/common/last-month.gif') 50% 50% no-repeat;
	
}

.last-month a,
.next-month a	{
	display: block;
	width: 30px;
	height: 12px;
}

.next-month	{
	background: url('../images/common/next-month.gif') 50% 50% no-repeat;
}