/*
 * Color, Border, and Button Rules
 */

.cs_wrapper, .cs_article {
  background:#; /* Background color for the entries */
}
.cs_leftBtn, .cs_rightBtn {
  width:30px; /* Should be as wide as the button graphic being used */
  background:0; /* This will probably match the contentslider bg color */
}

.contentslider {
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
	border:#7F7F7F solid 0px;
	padding:5px 15px;
	margin-left:10px;
	position:relative;
	margin-top:10px;
	padding-left: 50px;
  
}
.cs_wrapper {
  position:relative;
  display:block;
  width:100%;
  height:440px;
  margin:0;
  padding:0;
  overflow:hidden;
}
.cs_slider {
  position:absolute;
  width:10000px;
  height:auto;
  margin:0;
  padding:0;
}
.cs_article {
  float:left;
  display:block;
  width:960px;
  height:auto;
  padding:0;
  
}

.cs_leftBtn, .cs_rightBtn {
  position:absolute;
  bottom:20px;
  padding:10px 0;
  z-index:10000;
  
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  
}
.cs_leftBtn {
  left:800px;
  outline:0;
 
}
.cs_rightBtn {
  right:180px;
  outline:0;
}
.cs_leftBtn img, .cs_rightBtn img {
  border:0;
  margin:0px;
 
}
