/*
 * Color, Border, and Button Rules
 */
.contentslider {}
.cs_wrapper, .cs_article {}
.cs_leftBtn, .cs_rightBtn {}


/*
 ******************************************************************************
 * These styles may be affected by the plugin, so avoid changing them if 
 * it's not absolutely necessary.
 ******************************************************************************
 */
.contentslider { position:relative; display:block; margin:0 auto; overflow:hidden;}
.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; padding:0;}
.cs_article p{padding:0 15px 0 0!important; margin:0!important; font-size:13px!important; line-height:16px!important;}


.cs_article .readmore {
  display:block;
  width:26%;
  margin:0 6% 1% 68%;
  text-align:right;
}
.cs_leftBtn, .cs_rightBtn {
  position:absolute;
  top:140px;
  height:125px;
  z-index:100;
}
.cs_leftBtn {
  right:25px;
  outline:0;
}
.cs_rightBtn {
  right:0;
  outline:0;
}
