/*
 * Color, Border, and Button Rules
 */
.contentslider {
  padding:10px; /* This acts as a border for the content slider */
  background:#000 url(../images/videoscrollerbackground.jpg) no-repeat left top; /* This is the color of said border */
  margin-left: -7px !important;
}
.cs_wrapper, .cs_article {
  background: none !Important; /* Background color for the entries */
}
.cs_leftBtn, .cs_rightBtn {
  width:15px; /* Should be as wide as the button graphic being used */
/* 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:1em !important;
  line-height:1.125em;
 color: #E6AF88;
  text-decoration: none;
  text-align: left;
  margin: 0 !important;
}
.imgbords {
	background: url(../images/imgbords.gif) no-repeat left top;
	padding: 6px 9px 10px 6px;
}
.flepisodes {
	float: left;
	width: 212px;
	padding-right: 12px;
	height: 174px;
	overflow: hidden !important;
}
.flepisodes_end {
	float: left;
	width: 212px;
	padding-right: 12px;
	height: 174px;
	margin-right: 0px; 
	overflow: hidden !important;
}
  .cs_article h2 a {
     font-size:1em !important;
	color: #E6AF88;
    text-decoration:none;
  }

/*
 ******************************************************************************
 * These styles may be affected by the plugin, so avoid changing them if 
 * it's not absolutely necessary.
 ******************************************************************************
 */
.contentslider {
  position:relative;
  display:block;
  width:960px;
  height:290px;
  margin:0 auto;
  overflow:hidden;
}
.cs_wrapper {
  position:relative;
  display:block;
  width:100%;
  height:100%;
  margin:0 0% 0 0% !important;
  padding:0;
  overflow:hidden;
}
.howmany {
	color: #fff;
	text-align: right;
	padding: 25px 45px 10px 15px;
	font-size: 0.9em;
}
.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 !important;
  height:240px;
  margin:0 auto;
  padding:0 31px;
  color: #A0A0A0;
}
.cs_leftBtn  {
  position:absolute;
  top:0;
  height:175px;
  margin: 60px 0px 0 20px;
  padding:0px 0;
  z-index:10000;
  background: #000;
  vertical-align: middle !important;
}
.cs_rightBtn {
  position:absolute;
  top:0;
  height:175px;
  margin: 60px 33px 0 0;
  padding:0px 0;
  z-index:10000;
  background: #000;
  vertical-align: middle !important;
}
.cs_leftBtn {
  left:0;
  outline:0;
}
.cs_rightBtn {
  right:0;
  outline:0;
}
.cs_leftBtn img, .cs_rightBtn img {
  border:0;
  position:relative;
  top:60 !important;
  margin:0 0 0 0;
}