/*
 * Color, Border, and Button Rules
 */

/*.cs_wrapper, .cs_article {
  background:#FFF; /* Background color for the entries */
}*/
.cs_leftBtn, .cs_rightBtn {
  width:30px; /* Should be as wide as the button graphic being used */
  background:#333; /* This will probably match the contentslider bg color */
}

.contentslider {
  display:block;
  width:auto;
  height:auto;
  float:left;
  border:1px solid #BBBBBB;
  padding:15px 20px;
  margin-left:10px;
  position:relative;
}
.cs_wrapper {
  position:relative;
  display:block;
  width:100%;
  height:450px;
  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 {
	float:left;
  position:absolute;
  bottom:-145px	;
  padding:10px 0;
  z-index:10000;
  background:none;
}
.cs_leftBtn {
  left:730px;
  top:0px;
  outline:0;
}
.cs_rightBtn {
  position:absolute;
  right:20px;
  top:0px;
  outline:0;
}
.cs_leftBtn img, .cs_rightBtn img {
  border:0;
  margin:0;
}