
.slider {width:100%;height:350px;margin:0 auto;background-color:white;overflow: hidden;padding-bottom: 18px;}
.slides .leftimg {width:29%;float:left;}
.slides .midimg {width:29%;float:left;margin-left: 11px;}
.slides .rightimg {width:29%;float:right;}

/***********************************************************************************************/
/*navigation*/
/***********************************************************************************************/
.sliderControll{width:98%;margin:0 auto;text-align:center;position:relative;top:50%;margin-top:-48px;z-index:3;}

.SlPreviousBT{width:40px;height:40px;background:url("../../images/left.png") top;background-repeat:no-repeat;float:left;cursor:pointer;margin-right:5px;}
.SlPreviousBT:hover{background:url("../../images/left.png") bottom;}

.SlNextBT{width:40px;height:40px;background:url("../../images/right.png") top;background-repeat:no-repeat;float:right;cursor:pointer;margin-left:5px;}
.SlNextBT:hover{background:url("../../images/right.png") bottom;}

/***********************************************************************************************/
/* Coloroverlay */
/***********************************************************************************************/

.sliderOverlay {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(32,26,22,.7);
    z-index: 1;
    width: auto;
    height: 310px;
    pointer-events: none;
}

/***********************************************************************************************/
/* Coloroverlay */
/***********************************************************************************************/
.lsliderTitle {
	width: 29%;
    float: left;
    margin-left: 54px;
	position: absolute;
	top:285px;
	left:0px;
	right:100px;
    font-size: 16px;
    line-height: 1.1em;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: bold;
    font-style: normal;
    color: #767676;
	z-index:2;
}
.msliderTitle {
	width: 29%;
    float: left;
    margin-left: 60px;
	position: absolute;
	top:285px;
	left:305px;
	right:100px;
    font-size: 16px;
    line-height: 1.1em;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: bold;
    font-style: normal;
    color: #767676;
	z-index:2;
}
.rsliderTitle {
	width: 29%;
    float: right;
    margin-right: 52px;
	position: absolute;
	top:285px;
	right:0px;
    font-size: 16px;
    line-height: 1.1em;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: bold;
    font-style: normal;
    color: #767676;
	z-index:2;
}
.lsliderSubTitle {
	width: 29%;
    float: left;
    margin-left: 54px;
	margin-top: 5px;
	position: absolute;
	right:0px;
	top:305px;
	left:0px;
	font-size: 14px;
    line-height: 1.2em;
    letter-spacing: .5px;
    font-weight: 300;
    font-style: normal;
    color: #767676;
	z-index:2;
}
.msliderSubTitle {
	width: 29%;
    float: left;
    margin-left: 60px;
	margin-top: 5px;
	position: absolute;
	right:0px;
	top:305px;
	left:305px;
	font-size: 14px;
    line-height: 1.2em;
    letter-spacing: .5px;
    font-weight: 300;
    font-style: normal;
    color: #767676;
	z-index:2;
}
.rsliderSubTitle {
	width: 29%;
    float: right;
    margin-right: 52px;
	margin-top: 5px;
	position: absolute;
	right:0px;
	top:305px;
	font-size: 14px;
    line-height: 1.2em;
    letter-spacing: .5px;
    font-weight: 300;
    font-style: normal;
    color: #767676;
	z-index:2;
}