#right .box .header
{
	background: #03afff;
}
#right .box .body
{
	padding: 22px 10px 0px 10px;
	width: 687px;
}
#right .box .body .item
{
	float: left;
	margin: 0px 22px 0px 0px;
	width: 207px;
	overflow: hidden;
}
#right .box .body .item .url
{
	display: none;
}
#right .box .body .item .image
{
	position: relative;
	margin: 0px 0px 6px 0px;
	width: 207px;
	height: 133px;
	overflow: hidden;
	/*cursor: pointer;*/
}
#right .box .body .item .image .overlay
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent url(../image/layout/play_overlay.png) no-repeat;
	width: 207px;
	height: 133px;
}

#right .box .body .item h5
{
	color: #03afff;
}
#right .box .body .item .bodytext
{
	margin: 12px 0px 12px 0px;
}
