/*
 * 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:#9F4E1D solid 0px;
  padding:15px 15px;
  margin-left:10px;
  position:relative;
  margin-top:30px;
  
}
.cs_wrapper {
	position:relative;
	display:block;
	width:100%;
	height:500px;
	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:400px;
  outline:0;
 
}
.cs_rightBtn {
  right:450px;
  outline:0;
}
.cs_leftBtn img, .cs_rightBtn img {
  border:0;
  margin:0px;
 
}
