/*
 * Color, Border, and Button Rules
 */
.mcontentslider {
  padding:10px; /* This acts as a border for the content slider */
  background: none; /* This is the color of said border */

  border-bottom:thin solid #331B05;
  border-top:thin solid #331B05;
} 
.mcs_wrapper, .mcs_article {
  background: none;
}
.mcs_leftBtn, .mcs_rightBtn {
  width:30px; /* Should be as wide as the button graphic being used */
  background: none;
}

/*
 * 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.
 */
.mcs_article h2 {
  font-size:100%;
  line-height:1.125em;
}
.mcs_article h2 a {
    text-decoration:none;
  }
  
.mcs_article h2 a:link a:visited {
	color:#FF9900;
}

.mcs_article p {
	margin-bottom: 10px;
	line-height:1.1em;
	color:#fff;
}
.mcs_article .readmore {
	font-size: 9px;
}

/*
 ******************************************************************************
 * These styles may be affected by the plugin, so avoid changing them if 
 * it's not absolutely necessary.
 ******************************************************************************
 */
.mcontentslider {
  position:relative;
  display:block;
  width:440px;
  height:150px;
  margin:0 auto;
  overflow:hidden;
}
.mcs_wrapper {
  position:relative;
  display:block;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  overflow:hidden;
}
.mcs_slider {
  position:absolute;
  width:10000px;
  height:100%;
  margin:0;
  padding:0;
}
.mcs_article {
  position:relative;
  top:0;
  left:0;
  display:block;
  width:440px;
  height: 150px;
  margin:0 auto;
  background: none;
}


.mcs_article img {
	float: left;
	margin-left: 30px;
	max-width:150px;
	max-height:140px;
	border: none;
}


.mcs_article .text {
	float: right;
	margin-right: 30px;
	width: 45%;
}




.mcs_article p {
	font-size: 11px;
}

.mcs_article .readmore {

}
.mcs_leftBtn, .mcs_rightBtn {
  position:absolute;
  top: 0px;
  height:150px;
  padding:0;
  z-index:10000;
}
.mcs_leftBtn {
  left:0;
  outline:0;
}
.mcs_rightBtn {
  right:0;
  outline:0;
}
.mcs_leftBtn img, .mcs_rightBtn img {
  border:0;
  position:relative;
  top: 0px;
  margin:0;
}