.cs_wrapper, .cs_article {
   
}
.cs_leftBtn, .cs_rightBtn {
  width:15px; 
}
  .cs_article h2 a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
    color:#eaaa33;
    text-decoration:none;
  }
.cs_article .readmore {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
    color:#FFF;
	float: right;
	margin-right:35px;
	
}

.cs_article h2 {
  margin:30px 10px 0px 0;
  @margin:30px 10px 0px 0;
  text-align:left;
  line-height:.6em;
}
.cs_article h2  span{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
    color:#eaaa33;
}

.cs_article p {
  font-family:Tahoma, Geneva, sans-serif;
  font-size:12px;
  color:#FFF;
  width:263px;
  margin:0 0 5px 0px;
 @margin:-48px 0px 5px 0px;
 @padding-top:50px;
 line-height:1.7em;
}


/*
 ******************************************************************************
 * These styles may be affected by the plugin, so avoid changing them if 
 * it's not absolutely necessary.
 ******************************************************************************
 */
.contentslider {
  position:relative;
  display:block;
  width:270px;
  height:346px;
  margin:0 auto;
  overflow:hidden;
  margin-top:40px;
  margin-right:15px;
  float:right;
}
.cs_wrapper {
  position:relative;
  display:block;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  overflow:hidden;
}
.cs_slider {
  position:absolute;
  width:10000px;
  height:100%;
  margin:0;
  padding:0;
}
.cs_article {
  float:left;
  position:relative;
  top:0;
  left:0;
  display:block;
  width:900px;
  height:400px;
  margin:0 auto;
  padding:0;
}
.cs_leftBtn, .cs_rightBtn {
  position:absolute;
  top:0;
  height:30px;
  margin-top:390px;
  margin-right:9px;
  padding:10px 0;
  z-index:10000;
}
.cs_leftBtn {
  left:0;
  outline:0;
  margin-left:210px;
  background:url(../i/cs_leftImg.png) no-repeat;
}
.cs_rightBtn {
  right:-8px;
  outline:0;
  background:url(../i/cs_rightImg.png) no-repeat;
}
.cs_leftBtn img, .cs_rightBtn img {
  border:0;
  position:relative;
  top:200px;
  margin:0;
}