#square_box {
	float:left;
	clear:both;
	margin:0 0 40px 0;
	width:100%;
	display:inline;
}
	#square_box #content {

	}
		#square_box #content #gray_box {
			float:right;
			clear:none;
			margin:10px 30px 10px 10px;
			display:inline;
		}
		#square_box #content #text {
			float:left;
			clear:both;
			width:600px;
			margin:0 0 10px 0;
			display:inline;
		}
			#square_box #content #text h2{
				margin:20px 20px 10px 20px;
				display:inline;
				font-size:18px;
			}
			#square_box #content #text p{
				margin:0 20px 0 20px;
				display:inline;
			}

#shadow_box.even {
	margin-left:20px;
}
	#shadow_box #content #image {
		float:left;
		clear:both;
		margin:15px 20px 40px 20px;
		display:inline;
	}
	#shadow_box #content #text {
		float:left;
		margin:0;
		width:280px;
		font-size:12px;
		line-height:16px;
	}
		#shadow_box #content #text h2 {
			margin-left:0;
		}
		#shadow_box #content #text h2 a {
			margin:10px 0 5px 0;
			float:left;
			clear:both;
			font-size:18px;
			background:url(../images/icons/control_play.png) no-repeat top left;
			padding:0 0 0 25px;
		}
		#shadow_box #content #text h2 a:hover {
			background:url(../images/icons/control_play_blue.png) no-repeat top left;
		}
		#shadow_box #content #text p {
			width:100%;
			margin:0;
			float:left;
			clear:both;
		}
#filter{float:left;}