/*
 * Color, Border, and Button Rules
 */
.contentslider {
  padding: 0; /* This acts as a border for the content slider */
  background: none; /* This is the color of said border */
} 
.cs_wrapper, .cs_article {
  background: none; /* Background color for the entries */
}
.cs_leftBtn, .cs_rightBtn {
  width: 50px; /* Should be as wide as the button graphic being used */
  background: none; /* 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.
 */

/*
 ******************************************************************************
 * These styles may be affected by the plugin, so avoid changing them if 
 * it's not absolutely necessary.
 ******************************************************************************
 */
.contentslider {
  position:relative;
  display:block;
  width: 920px;
  height: 240px;
  margin:0 auto;
  overflow:hidden;
}
.cs_wrapper {
	position:relative;
	display:block;
	width: 880px;
	height:100%;
	margin: 0 50px;
	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: 880px;
	height: 240px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.cs_article .slider_content_wrapper {
	display: block;
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 40px;
}

.cs_article .slider_image {
	float: left;
	width: 300px;
	padding: 8px;
	border: 1px solid #000;
	margin-right: 50px;
	background-color: #201E35;
}

.cs_article .slider_image img {
	width: 300px;
	height: 200px;
}

.cs_article .slider_content {
	float: left;
	width: 390px;
}

.cs_article .slider_content h3 {
	color: #900;	
}
.cs_article .slider_contentAmz {
	float: left;
	width: 682px;
	background-color: #FFF;
	padding-left: 78px;
	padding-top: 12px;
}

.cs_article h2 {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 26px;
	color: #2D246A;
}

.cs_article p{
	color: #333;
	font-size: 14px;
	margin-bottom: 20px;
}

.cs_leftBtn, .cs_rightBtn {
  position:absolute;
  top: 100px;
  padding: 0;
  z-index:10000;
}
.cs_leftBtn {
  left: 1px;
  outline:0;
}
.cs_rightBtn {
  right: 0px;
  outline:0;
}
.cs_leftBtn img, .cs_rightBtn img {
  border:0;
  position:relative;
  margin:0;
}



.static_content {
	float: left;
	width: 380px;
	color: #F3F0DC;
	font-size: 15px;
}
.static_image {
	float: left;
	width: 300px;
	padding: 8px;
	border: 1px solid #000;
	margin-right: 50px;
	background-color: #201E35;
}
.static_article {
	float:left;
	position:relative;
	top:0;
	left:0;
	display:block;
	width: 880px;
	height: 240px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.static_slider {
	position:absolute;
	width:880px;
	height:100%;
	margin:0;
	padding:0;
}
.static_wrapper {
	position:relative;
	display:block;
	width: 900px;
	height:480px;
	padding:0;
	overflow:hidden;
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 50px;
}
.contentstatic {
	position:relative;
	display:block;
	width: 920px;
	height: 480px;
	margin:0 auto;
	overflow:hidden;
}
