.control-box {
    width: 1200px;
    height: 330px;
    margin-left: auto;
    margin-right: auto;
}
.control-box ul {
  list-style: none;
  position: relative;
}
.control-box ul li {
  position: absolute;
  top: 50px;
  cursor: pointer;
}
.prev {
  left: 0;
}
.next {
  right: 0;
}
.bigbox {
  overflow: hidden;
  width: 1080px;
  height: 260px;
  margin: auto 60px auto;
}
#switcher {
  height: 260px;
  left: 0px;
}
.content_1.content_2 {
  width: 100%;
  float: left;
}
.box {
  transition:all .7s ease 0s;
  width: 255px;margin-right:11px;
  height:260px;
  float: left;
  border-left: 3px white solid;
}
.box .img { width: 255px;
  height: 190px;
}
.box .img:hover {
background:url(icoback.png) left center no-repeat; width: 255px;z-index:999;
  height: 190px;
}
.box .shadow {
  width: 225px;
  height: 110px;
  /* opacity: 1; */
  margin-top: 5px;
  color: #333333;
  font-size: 14px;
}

.box .shadow a {
  display: inline-block;
  width: 225px;
  height: 30px;
  color: #333333;
  text-decoration: none;
 text-align:center;
  margin-top: 5px; font-size: 16px;
}
.box .shadow a:hover {
  display: inline-block;
  width: 225px;
  height: 30px;
  color: #EB6841; font-size: 16px;
  text-decoration: none;
 text-align:center;
  margin-top: 5px;
}

.box .shadow dd{
  width: 225px;text-align:center;
  height: 60px;
  color: #333333;
  font-size: 14px;
}


/*General Styles*/
.mosaic-block {
	width: 255px;
	height: 190px;
	float: left;
	position: relative;
	overflow: hidden;
	display: inline;
	margin: 0px 0 0 0px;
	background:  url(progress.gif) no-repeat center center;
	
}
.mosaic-block a { 
	color: #EEE;
	line-height: 120%;
	text-shadow: 1px 1px 0 #000;
} 
.mosaic-block h4 { 
	font-size: 130%;
	line-height: 130%;
	margin-bottom: 5px;
}
.mosaic-backdrop {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	background: #111;
}
.details { 
	margin: 15px 0; 
	text-align: center;
}	
.mosaic-overlay {
	width: 100%;
	height: 100%;
	display: none;
	z-index: 5;
	position: absolute;
	background: #111;
}
/*** Custom Animation Styles (You can remove/add any styles below) ***/
.circle .mosaic-overlay {
	background: url(hover-magnify.png) no-repeat center center;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter: alpha(opacity=00);
	display: none;
}

.clearfix { 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
