@charset "utf-8";
/* CSS Document */

/*
div#slider.large {
   background-color: #F3CB5C;
    border-bottom: 8px solid #EFC34A;
    border-top: 8px solid #EFC34A;
	*height: 334px;
}*/

div#sliderInside {
   background-color: #F3CB5C;
    border-bottom: 8px solid #EFC34A;
    /*border-top: 8px solid #EFC34A;*/
	*height: 342px;
}

#sliderOIT{
	width: 542px;
	height: 316px;
	overflow:hidden;
	/*border: 1px solid red;*/
	position:relative;
}

div#sliderInside h4.inTheNews {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 4px 0 4px 20px;
    text-transform: uppercase;
	background-color:#efc34a;
}

#leftControl{
	position:absolute;
	/*border: 1px solid green;*/
	cursor:pointer;
	background-image:url("/health/assets/images/left_right_buttons.png");
    height: 33px;
    left: 10px;
    top: 150px;
    width: 33px;		
}

#rightControl{
	position:absolute;
	/*border: 1px solid green;*/
	background-image:url("/health/assets/images/left_right_buttons.png");
	cursor:pointer;
    height: 33px;
    right: 10px;
    top: 150px;
    width: 33px;	
	background-position: 33px 0;
}

#controls{
	position:absolute;
	height:25px;
	width:542px;
	/*margin: 0px 167px;*/
	bottom: 0px;
	/*border: 1px solid blue;*/
	text-align: center;
	left: 0px;
}

#controls a{
    background-image: url("/health/assets/images/dots.png");
    background-position: 15px 0;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin: 0 5px;
    width: 15px;
}
#controls a.on{
    background-position: 0px 0;
}

#displayArea{
	height: 334px;
	width: 1626px;
	float:left;
	overflow:hidden;
	position: relative;
	margin: 8px 0;
}

#RightOfCurrent,#Current,#LeftOfCurrent{
	width: 542px;
	height: 334px;
	float: left;
	position:relative;
	left:-542px
}

#RightOfCurrent{opacity:0;}

#Current{}

#LeftOfCurrent{opacity:0;}

.slide{
	width: 542px;
	height: 334px;
	float:left;	
}

.displaySlide .wrapper{ margin:15px 50px 0px 50px;}


div.displaySlide h2 {
    width: 488px;
}
div.displaySlide h2 {
    white-space: normal;
    width: 488px;
}


.displaySlide h2 {
    color: #FFFFFF;
    font-family: 'Open Sans',sans-serif;
    font-size: 40px;
    font-weight: 300;
    margin-top: 5px;
	margin-bottom: 20px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    top: 20px;
    white-space: nowrap;
    width: 67%;
    z-index: 10;
}





.displaySlide .da-link {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    border: 4px solid rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #4E616D;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 15px;
    padding: 2px 20px 0;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    top: 0;
}

.displaySlide .da-link {

	border: 4px solid #fdf7e5\9;
	background-color:#f5d57d\9;

}

.displaySlide p {
    color: #916C05;
    font-family: Arial,sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 26px;
    margin: 25px 0 15px;
    overflow: hidden;
    /*width: 67%;*/
}

.displaySlider div.da-img {
    margin-right: 45px;
    margin-top: 25px;
}

.displaySlide .da-img {
    float: right;
	width: 33%;
}

.displaySlide .da-img img{
    float: right;
	width: 99%;
}

