/*
 * Color, Border, and Button Rules
 */
.contentslider {
	background-color: #fefefe;
	border: 1px solid #CCC;
	padding: 5px;
}
.cs_wrapper, .cs_article {
	background-color: #fefefe;
}
.cs_leftBtn, .cs_rightBtn {
	width:36px; /* This will probably match the contentslider bg color */
	padding:5px;
	background-color: #fefefe;
}

/*
 * 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 p {
	font-size:13px;
	line-height:1.4em;
	color:#2E2E2E;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.cs_article .readmore {
  font-size:80%;
}

/*
 ******************************************************************************
 * These styles may be affected by the plugin, so avoid changing them if 
 * it's not absolutely necessary.
 ******************************************************************************
 */
.contentslider {
	position:relative;
	display:block;
	width:935px;
	height:430px;
	overflow:hidden;
	top: 20px;
	bottom: 15px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.cs_wrapper {
	position:relative;
	display:block;
	width:100%;
	height:115%;
	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;
	width:900px;
	height:430px;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.cs_article h2 {
	display:block;
	width:39%;
	text-align:center;
	margin-top: 10px;
	margin-right: 26px;
	margin-bottom: 5px;
	margin-left: 55%;
}
.cs_article img {
	position:absolute;
	top:0;
	left:0;
	width:450px;
	border:0;
	-ms-interpolation-mode:bicubic;
	height: 369px;
}
.cs_article p {
	display:block;
	width:44%;
	padding:0;
	border:0;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 51%;
}
.cs_article .readmore {
  display:block;
  width:26%;
  margin:0 6% 1% 68%;
  text-align:right;
}
.cs_leftBtn, .cs_rightBtn {
	position:absolute;
	top:0;
	width:35px;
	height:400px;
	z-index:10000;
	padding-top: 10px;
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 1px;
}
.cs_leftBtn {
	left:3px;
	padding:6px;
	outline:0;
}
.cs_rightBtn {
	right:-25px;
	width:39px;
	
	padding:15px;
	outline:0;
}
.cs_leftBtn img, .cs_rightBtn img {
	border:0;
	position:relative;
	top:200px;
	margin:0;
	right: 15px;
}
