#emphasis .box{
	background: url('/media/dsg/emphasis_background.png') no-repeat 0 0;	/*#fef7a7 */
	width: 700px;
	height: 240px;
	overflow: hidden;
	position: relative;
}

ul.emphasis_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 240px;
}
ul.emphasis_list li {
	clear: both;
	height: 200px;
	padding: 20px;
	width: 660px;
}
ul.emphasis_list li img {
	float: right;
	padding: 10px;
	background-color: #fff;
}
ul.emphasis_list li .description {
	float: left;
	width: 660px;
}
ul.emphasis_list li.thumb .description {
	width: 340px;
}
ul.emphasis_list li .description h2 {
	font-weight: bold;
	font-size: 1.8em;
	color: #000;
}
ul.emphasis_list li .description .lead {
	font-size: 1.2em;
	line-height: 1.4em;
}
#emphasis .empaging {
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 999;
}
#emphasis .empaging a {
	font-size: 2.182em;
	font-family: Georgia;
	display: block;
	padding: 14px 10px 8px;
	width: 20px;
	height: 18px;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #000;
}
#emphasis .empaging a.activeSlide {
	background: url('/media/dsg/emphasis_paging.gif') no-repeat 0 0;
}

/*
#emphasis .box .box_content{
	margin-left: 20px;
}
#emphasis .box .box_content ul li,
#emphasis .box .box_content ul{
	margin-left: 0;
	padding-left: 0;
}

#emphasis  .box .box_content h2{
	color: #000;
	font-family: Georgia;
	font-size: 20px;
	padding-top: 25px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 5px;
}

#emphasis  .box .box_content h2 a{
	text-decoration: none;
}

#emphasis  .box .box_content p{
	width: 320px;
	font-family: Georgia;
	color: #575558;
	line-height: 17px;
}

#emphasis img{
	border: solid 10px #FFFFFF;
	float: right;
	margin: 20px;
}

#emphasis #emphasis_pages {
	padding-bottom: 20px;
	padding-top: 20px;
	width: 300px;
	margin-top: 35px;
}

#emphasis #emphasis_pages a{
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding: 15px;
	text-decoration: none;
}

#emphasis #emphasis_pages a.active{
	background: url('/media/dsg/emphasis_paging.jpg') no-repeat center left;
}
*/