/*
 * Color, Border, and Button Rules
 */
.contentslider {
 /* 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:#FFF; /* Background color for the entries */
}
.cs_leftBtn, .cs_rightBtn {
 /* width:30px; /* 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.
 */

/*
 ******************************************************************************
 * These styles may be affected by the plugin, so avoid changing them if 
 * it's not absolutely necessary.
 ******************************************************************************
 */
 .contentslider {
  	position:relative;
  	display:block;
  	width:900px;
  	height:500px;
  	margin:0 auto;
  	overflow:hidden;
	padding:0px 0 3px 0px;
}
.cs_wrapper {
  	position:relative;
  	display:block;
  	width:99%;
  	height:100%;
  	margin:0;
  	padding:0;
  	overflow:hidden;
}
.cs_slider {
  	position:absolute;
  	width:10000px;
  	height:100%;
  	margin:0;
  	padding:0;
}
.cs_article {
  	position:relative;
  	top:0;
  	left:0;
  	display:inline;
  	width:auto;
  	height:410px;
  	margin:0 auto;
  	padding:0;
}
.cs_article ul{
	margin:0px;
	padding:0px;
}
.cs_article ul li{
	list-style:none;
	display:inline;
	float:left;
	
}
.cs_article h2 {
  	display:block;
 	width:26%;
  	margin:10px 26px 5px 67%;
 	text-align:left;
}
.cs_article img {
	top:0px;
	left:0px!important;
	height:500px;
	display:inline;
	width:auto;
	border:0;
	margin:0 -8px 0 0px!important;
	padding:0 0 0 0px;!important;
}
.sc_leftBtn, .sc_rightBtn {
 	position:absolute;
  	top:0;

  	height:400px;
  	padding:10px 0;
  	z-index:10000;
}
.sc_leftBtn {
  	left:0;
  	outline:0;
}
.sc_rightBtn {
  	right:0;
  	outline:0;
}
.sc_leftBtn img, .sc_rightBtn img {
  	border:0;
  	position:relative;
  	top:184px;
  	margin:0!important;
	padding:0!important;
	
}
.sc_rightBtn img {
 	right:22px;
  }
.sc_leftBtn img {
 	left:22px;
}  
#loading img{
 	position: fixed;
 	top:45px;
 	right:15px;
 	z-index:1000000;
 	display:none;
}
