/*
 * Color, Border, and Button Rules
 */

.contentslider {
  padding:0px; /* This acts as a border for the content slider */
  background:#fff; /* This is the color of said border */

}
.cs_wrapper, .cs_article {
  background:#fbf6ce; /* Background color for the entries */
}
.cs_leftBtn, .cs_rightBtn {
  width:30px; /* Should be as wide as the button graphic being used */
  background:#fbf6ce; /* 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, .cs_article h2 span{
font-size: 12px;
  color: #ffffff;
    text-decoration:none;
line-height:normal;
  background-color:#f58026;
 position:relative;
  top:0px;
  left:0;

}
.cs_article h1 {
 margin:-35px 40px 0px 40px;
  font-size: 16px;
}
.cs_article .foot {
position: absolute;
bottom:0px;
width: 520px;
display:block;
padding: 20px;
font-size: 20px;
color:#000;
background: #fff;
border-top: 5px solid #000;
border-bottom: 1px solid #000;
text-align: center;
overflow:visible;
}
.cs_article p {



}
.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:550px;
  height:362px;
  margin:0 0 0 -40px ;
  overflow:hidden;
}
.cs_wrapper {
  position:relative;
  display:block;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  overflow:hidden;

}
.cs_slider {
  position:absolute;
  width:10000px;
  height:100%;
  margin:0;
  padding:0;
}


.cs_slider .stepone {
background: #fbf6ce url(/images/cssimg/entrepreneur-1.jpg) no-repeat scroll 90% 50%;

}

.cs_slider .steptwo {
background: #fbf6ce url(/images/cssimg/entrepreneur-2.jpg) no-repeat scroll 90% 50%;

}
.cs_slider .stepthree {
background: #fbf6ce url(/images/cssimg/entrepreneur-3.jpg) no-repeat scroll 90% 50%;

}
.cs_slider .stepfour {
background: #fbf6ce url(/images/cssimg/entrepreneur-4.jpg) no-repeat scroll 90% 50%;

}





.cs_article {
  float:left;
  position:relative;
  top:0;
  left:0;
  display:block;
  width:550px;
  height:300px;
  margin:0 auto;
  padding:0;
}
.cs_article h2 {
  display:block;
margin: 0;
padding: 2px 0px 3px 40px;
height:15px;
  text-align:left;
}
.cs_article img {
  position:relative;
  top:5px;
  left:0;

  border:0;
  -ms-interpolation-mode:bicubic;
}
.cs_article p {
  display:block;
width: 340px;
  margin:0 40px 5px 40px;
  padding:0;
  border:0;
}

.cs_article .nstep {

  margin:0 0px 0px 360px;
 
}
.cs_leftBtn, .cs_rightBtn {
  position:absolute;
  top:-150px;

  height:300px;
  padding:0px 0 59px 0;
  z-index:10000;
}
.cs_leftBtn {
  left:0;

  outline:0;
}
.cs_rightBtn {
  right:0;
 
  outline:0;
}
.cs_leftBtn img, .cs_rightBtn img {
  position:relative;
  top:0px;

  margin:0px 0 0 0;
}