/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.slider-caption h1 {
  display: block;
  font-family: arial;
  font-size: 60px;
  font-weight: normal;
  line-height: 70px;
  margin:0;
  margin-bottom: 10px; 
}
.slider-caption .top_caption{
	font-family:arial;
	font-size:40px;
	}
.slider-caption p{ padding:0px; margin:0px}
.slider-caption hr{width:170px; color:#ffffff; size:2px; margin-top:30px; display:block;}
.slider-caption-button{text-decoration: none;display: inline-block;cursor:pointer; background-color:#2ecc71; padding:10px 50px; border:0px; ;-moz-border-radius:5px;-webkit-border-radius:5px; color:#ffffff; font-family:arial; font-size:17px; margin-top:15px}