div.related {
	height: 250px !important;
}

div.related a {
	display:block;
	width:185px;
	padding:12px 15px;
	font-size: .85em;
	background-color:#5d7f91;
	color:#fff;
	border:1px outset #5d7f91;		
	text-decoration:none;
	letter-spacing:-1px;
}

div.related a:hover, div.related a.active {
	background-color:#274D58;		
}


a.go {
	display:block;
	width:18px;
	height:18px;
	background:url("../images/playlist/up.png") no-repeat;
	margin:5px 0 5px 100px;
	cursor:pointer;
}

a.go:hover, a.go.down:hover {
	background-position:0px -18px;		
}

a.go.down {
	background-image:url("../images/playlist/down.png");	
}

