div.up, div.down
	{
	position: relative;
	}
	
img.up, img.down
	{
	width: 15px;
	height: 15px;
	background: transparent url(../images/up.gif) no-repeat 50% 50%;
	}

img.down
	{
	background-image: url(../images/down.gif);
	}

div.on img.up
	{
	background-image: url(../images/upon.gif);
	}
	
div.on img.down
	{
	background-image: url(../images/downon.gif);
	}
	
div.mc_body_inner
	{
	overflow: hidden;
	height: 250px;
	}

.content
	{
	padding: 0 25px 0 0;
	}

.mc_body_inner
	{
	position: relative;
	}
	
img.floatleft
	{
	padding: 0 5px 10px 0;	
	float: left;
	}