#slider_row{
	float:left;
	height:232px;
	width:100%;
	background:url(layout/slider_bg_repeat.jpg) repeat-x top;
	font-family:Arial, Helvetica, sans-serif;
	position:inherit;
	z-index:1
}
#slider_row .content_all {height:281px;}  

#content .content_all .box .box_title h1{
	display:inline-block;
	width:500px;
	float:right;
}

#content .content_all .box .box_title span {width:138px; float:right;display:inline-block; padding-top:15px; }
#content .content_all .box .box_title span a{background:url(layout/rss_feed.jpg) no-repeat top center; width:136px; height:15px; display:block;}
#content .content_all .box .box_title span a:hover{background:url(layout/rss_feed_h.jpg) no-repeat top center; }

#content .content_all .box .box_left,#content .content_all .box .box_right{width:300px;float:left; padding:15px 0 0 0;}
#content .content_all .box .box_left a {padding-bottom:5px; display:block; font-size:14px;}
#content .content_all .box .box_left a.img_link{
	width:276px;
	height:114px;
	padding:3px;
	display:block;
	background-color: #FFB340;
}
#content .content_all .box .box_left a.img_link img{ width:274px; height:112px; border:1px solid #fff;}
#content .content_all .box .box_left a.img_link img:hover{
	border:1px solid #F90;
}

#content .content_all .box .box_right{width:606px;}
#content .content_all .box .box_left p.right_pad{padding-right:18px;}

/*gallery*/
#content .content_all #gallery{ height:auto; display:block; width:100%; float:left; margin-top:20px;}
#content .content_all #gallery  a{
	width:146px;
	height:111px;
	padding:3px;
	display:block;
	margin-bottom:18px;
	background-color: #FFB442;
}
#content .content_all #gallery a img { width:144px; height:109px; border:1px solid #fff;}
#content .content_all #gallery a:hover img {
	width:144px;
	height:109px;
	border:1px solid #F60;
}
