@charset "utf-8";
/* CSS Document */
/*CSS reset*/



.honor{ width:100%; background:#034ea2; height:360px;}
.honor_a{ width:1200px; height:400px;}
#featured-area { height:330px; padding-top:30px;}
#featured-area img{ border:none}
.roundabout-holder {
	list-style:none; 
	width:1000px; 
	height:260px; 
	margin:0px auto;
}

.roundabout-moveable-item {
	font-size:12px!important;
	height:253px; width:374px;
	cursor:pointer; padding:12px;
	border:1px solid #f0f0f0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background:#f9f9f9;
}

.roundabout-moveable-item img {
	height:100%;
	width:100%;
	background-color:#FFFFFF;
	margin:0;
}

.roundabout-in-focus {
	cursor:auto;
	-webkit-box-shadow:0px 0px 20px #787878;
	-moz-box-shadow:0px 0px 20px #787878;
	background:#f9f9f9;
}

.roundabout-in-focus:hover {
	-webkit-box-shadow:0px 0px 20px #787878;
	-moz-box-shadow:0px 0px 20px #787878;
	background:#f9f9f9;
}

.roundabout-holder span	 {
	display:none;
	font-size:11px;
}

.roundabout-in-focus:hover span	{
	display:inline;
	position:absolute;
	bottom:5px;
	right:5px;
	padding:8px 20px;
	background:#f9f9f9;
	color:#838383;
	z-index:999;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topLeft: 5px;
	font-size : 11px;
	border-left:1px solid #aaaaaa;
	border-top:1px solid #aaaaaa;
}

.roundabout a:active, .roundabout a:focus, .roundabout a:visited {
	outline:none;
	text-decoration:none;
}

.roundabout li {
	margin:0
}





