@charset "utf-8";
/* JCarousel CSS Style For MFS 2014 main*/
/** Боковой видеослайдер **/
.leftsideVideoSliderWrapper {
	position: relative;
	display: block;
	padding: 2px;
	margin: 5px 0 30px 0;
	width: 234px;
	height: 154px;
	border: 1px solid #573244;	
}

/** Carousel **/
.leftsideVideoSlider {
    position: relative;
    overflow: hidden;
    width: 234px;
    height: 154px;
}

.leftsideVideoSlider ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.leftsideVideoSlider li {
    float: left;
}

/** Carousel Controls **/
.leftsideVideoSlider-control-prev,
.leftsideVideoSlider-control-next {
    position: absolute;
    top: 200px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.leftsideVideoSlider-control-prev {
    left: -50px;
}

.leftsideVideoSlider-control-next {
    right: -50px;
}

.leftsideVideoSlider-control-prev:hover span,
.leftsideVideoSlider-control-next:hover span {
    display: block;
}

.leftsideVideoSlider-control-prev.inactive,
.leftsideVideoSlider-control-next.inactive {
    opacity: .5;
    cursor: default;
}

/** Carousel Pagination **/
.leftsideVideoSlider-pagination {
	width: 234px;
    position: absolute;
    bottom: -30px;
    left: 0;
	text-align: center;
}

.leftsideVideoSlider-pagination a {
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    width: 14px;
	height: 4px;
	background: #c3c4c2;
    padding: 0;
    text-align: center;
    margin-right: 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.leftsideVideoSlider-pagination a.active { background: #f36e5e; }


/***********************/
/** Слайдер партнеров **/
.contentMembersSliderWrapper {
	position: relative;
	display: block;
	width: 690px;
	height: 169px;
	padding: 20px;
	margin: 20px 0; 
	background-image:url(../../../images_sys/tpl_imgs/mfs2014_main/JCarousel_slider/blockMainBackground.png);
	background-repeat: no-repeat;
}

/** Carousel **/
.contentMembersSlider {
    position: relative;
    overflow: hidden;
    width: 690px;
    height: 169px;
}
.contentMembersSlider ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.contentMembersSlider li {
	display: inline-block;
	width: 208px;
	height: 167px;
	border: 1px solid #c3c4c2;
    float: left;
	margin: 0 10px;
	text-align: center;
}
.contentMembersSlider li p { line-height: 1.4; padding: 0; margin: 0; font-size: 14px; }


/** Carousel Controls **/
.contentMembersSlider-control-prev,
.contentMembersSlider-control-next {
    position: absolute;
	display: block;
	width: 16px;
	height: 29px;	
	top: 90px;
}

.contentMembersSlider-control-prev {
	background-image: url(../../../images_sys/tpl_imgs/mfs2014_main/JCarousel_slider/control_prev.png);
	background-repeat: no-repeat;
    left: 5px;
}

.contentMembersSlider-control-next {
	background-image: url(../../../images_sys/tpl_imgs/mfs2014_main/JCarousel_slider/control_next.png);
	background-repeat: no-repeat;	
    right: 5px;
}

.contentMembersSlider-control-prev:hover span,
.contentMembersSlider-control-next:hover span {
    display: block;
}

.contentMembersSlider-control-prev.inactive,
.contentMembersSlider-control-next.inactive {
    opacity: .5;
    cursor: default;
}

/** Carousel Pagination **/
.contentMembersSlider-pagination {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.contentMembersSlider-pagination a {
    text-decoration: none;
    display: inline-block;
    
    font-size: 11px;
    line-height: 14px;
    min-width: 14px;
    
    background: #fff;
    color: #4E443C;
    border-radius: 14px;
    padding: 3px;
    text-align: center;
    
    margin-right: 2px;
    
    opacity: .75;
}

.contentMembersSlider-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}