#slider { 
		background:#fff url(images/nogo.png) no-repeat 53px bottom; 
		height: 234px; 
		overflow: hidden;
		position: relative; 
		margin-bottom: 10px; 
		border-bottom:1px solid #e5e5e5;
		border-top:1px solid #e5e5e5;
		width:765px;
		float:left;
}
#sliderr { 
		background:#fff ; 
		height: 219px; 
		margin-bottom: 10px; 
		border-bottom:1px solid #e5e5e5;
		border-top:1px solid #e5e5e5;
		width:200px;
		float:right;
		padding: 15px 12px 0;
}

#slider:hover {
         border-bottom:solid 1px #fda86a;
}
#sliderr:hover {
         border-bottom:solid 1px #fda86a;
}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 710px; /*Width of Carousel Viewer itself*/
height: 225px; /*Height should enough to fit largest content's height*/
margin: 0px 30px 0px 30px;
}

.stepcarousel a{
color:#666;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px 20px ; /*margin around each panel*/
width:710px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */

height:210px;

}
.stepcarousel .panel p{
text-align: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px 5px ; /*margin around each panel*/
width:445px;
line-height:20px;
color:#666;
font-family:georgia, Helvetica, Sans-Serif; 
font-size: 13px; 
}

.stepcarousel .panel h2{
	font-family:'Microsoft YaHei',georgia, Helvetica, Sans-Serif; 
	font-size: 20px; 
	padding:10px 5px 5px 5px;
	margin:0px 0px;
	width:445px;
	overflow:hidden;

}
.stepcarousel .panel h2 a:link, .stepcarousel .panel h2 a:visited  {
	color:#666;
	background-color: transparent;
	}
.stepcarousel .panel h2 a:hover {
	color:#ff4e00;
	}
.stepcarousel .panel img{
	position: absolute; 
	top: 10px; 
	right: 30px;width:210px;height:180px; 
	background:#e5e5e5; 
	padding:6px 6px;
}
.stepcarousel .panel img:hover{
	background:#fadfcb; 
	padding:6px 6px;
}

/*key*/
#key { 
		background:#fff; 
		height: 77px; 
		overflow: hidden;
		position: relative; 
		margin-bottom: 10px; 
		border-bottom:1px solid #e5e5e5;
		border-top:1px solid #e5e5e5;
		width:749px;
		float:left;
		padding: 8px;
}
#key span.bq{ 
		float:left;
		font-weight:bold;
		line-height:24px;
		margin-right: -9px;
		color:#fda86a;
}

#key li{ 
		list-style:none;
}
#key li a {
		line-height:25px;
		padding:3px 5px;
}
#key li a:hover {
		line-height:25px;
		padding:3px 5px;
		background:yellow;
		color:#fff;
}

#searchr { 
		background:#fff url(images/aiourfeed.jpg) no-repeat 10px 56px; 
		height: 93px; 
		margin-bottom: 10px; 
		border-bottom:1px solid #e5e5e5;
		border-top:1px solid #e5e5e5;
		width:214px;
		float:right;
		padding-left:10px;
}
#searchr li{ 
		list-style:none;
		float:left;
}
#searchr li a{ 
		padding-right: 8px;
}
#searchr span.feedleft a{ 
	    width:35px;
	    height:30px;
	    text-indent:-9999px;
		float:left;
}

#key:hover {
         border-bottom:solid 1px #fda86a;
}
#searchr:hover {
         border-bottom:solid 1px #fda86a;
}
