/*
 * Color, Border, and Button Rules
 */
.feature_wrap {
  padding:10px; /* This acts as a border for the content slider */
  background:#333; /* This is the color of said border */
}
.cs_wrapper, .cs_article {
  background:#131313; /* 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 */
}

/*
 * Article styles (font, color, etc.)
 *
 * If textResize is set to TRUE, sizing shouldn't need to be touched. However,
 * depending on the sizes you have defined, additional tweaking may be
 * required in order to get the text to display properly.
 */
.cs_article h2 {
  font-size:200%;
  line-height:1.125em;
}
  .cs_article h2 a {
    color:#333;
    text-decoration:none;
  }
.cs_article .readmore {
  font-size:80%;
}

/*
 ******************************************************************************
 * These styles may be affected by the plugin, so avoid changing them if 
 * it's not absolutely necessary.
 ******************************************************************************
 */
.feature_wrap {
	position:relative;
	display:block;
	width:922px;
	height:250px;
	margin:0 auto -2px;
	overflow:hidden;
}
.feature_slide {
  position:relative;
  display:block;
  width:100%;
  height:100%;
  margin:0 auto;
  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:922px;
  height:400px;
  margin:0 auto;
  padding:0;
}
.cs_article h2 {
	display:block;
	margin: 10px 26px 5px 210px;
	color: #fff;
	font-weight: bold;
	text-align:left;
	font: normal 30px/1.2em Georgia, "Times New Roman", Times, serif;
}
.cs_article img {
  position:absolute;
  top:0;
  left:0;
  border:2px solid silver;
  padding: 2px;
  background-color: #000;
  height: 220px;
  -ms-interpolation-mode:bicubic;
  margin: 10px;
}
.cs_article p {
  margin: 0 50px 10px 210px;
  color: #F6F6EB;
  font-size: 12px;
  line-height: 20px;
  display:block;
  padding:0;
  border:0;
  font: normal 14px/1.6em Georgia, "Times New Roman", Times, serif;
}
.slider2 {
	margin-left: 40px;
}
.slider2 p {
	margin-right: 100px;
}
.slider3 h2,
.slider3 p {
	margin-left: 280px;
	margin-right: 90px;
}
.slider4 h2,
.slider4 p {
	margin-left: 290px;
	margin-right: 80px;
}
.slider5 h2,
.slider5 p {
	margin-left: 325px;
	margin-right: 80px;
}
.slider6 h2,
.slider6 p {
	margin-left: 310px;
	margin-right: 70px;
}
.cs_leftBtn, .cs_rightBtn {
  position:absolute;
  top:0;
  height:400px;
  padding:10px;
  z-index:10000;
}
.cs_leftBtn {
  left:0;
  outline:0;
}
.cs_rightBtn {
  right:0;
  outline:0;
}
.cs_leftBtn img, .cs_rightBtn img {
  border:0;
  position:relative;
  top:200px;
  margin:0;
}