
.ssw_block {
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 18px;
}
.ssw_block .main_slider {
    float: left;
    width: 632px;
    margin-right: 10px;
}
.ssw_block .subscribe_block {
    background: url(../img/layout/subscribe-bg.png) no-repeat;
    width: 145px;
    height: 132px;
    float: left;
    margin-bottom: 5px;
    padding: 15px;
}
.ssw_block .subscribe_block {

}
.ssw_block .worder_block {
    background: url(../img/layout/worder-bg.png) no-repeat;
    width: 145px;
    height: 135px;
    float: left;
    padding: 15px;
}
.ssw_block .ssw_block-title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}
.ssw_block .ssw_block-field {
    margin-bottom: 10px;
}
.ssw_block .ssw_block-field .st1 {
    width: 145px;
}
.ssw_block .ssw_block-btn .btn {
    min-width: 145px;
}


.fclubs-slider {
    margin-bottom: 15px;
}
.fclubs-slider .jcarousel-wrap {
    padding: 0 60px;
    position: relative;
    height: 90px;
    overflow: hidden;
}
.fclubs-slider .jcarousel-wrap .jc-left, .fclubs-slider .jcarousel-wrap .jc-right{
    position: absolute;
    left: 12px;
    top: 0;
    background: #f2f2f2 url(../img/layout/arrow-left.png) no-repeat 50% 50%;
    height: 90px;
    width: 30px;
    cursor: pointer;
}
.fclubs-slider .jcarousel-wrap .jc-right{
    position: absolute;
    right: 12px;
    left: auto;
    top: 0;
    background: #f2f2f2 url(../img/layout/arrow-right.png) no-repeat 50% 50%;
    height: 90px;
    width: 30px;
    cursor: pointer;
}
.fclubs-slider .jcarousel-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fclubs-slider .jcarousel-wrap li {
    width: 90px;
    height: 90px;
    margin-right: 20px;
    float: left;
}


.fclubs-slider-r {
    margin-bottom: 15px;
}
.fclubs-slider-r .jcarousel-wrap {
    padding: 0 60px;
    position: relative;
    height: 90px;
    overflow: hidden;
}
.fclubs-slider-r .jcarousel-wrap .jc-left{
    position: absolute;
    left: 12px;
    top: 0;
    background: #f2f2f2 url(../img/layout/arrow-left.png) no-repeat 50% 50%;
    height: 90px;
    width: 30px;
    cursor: pointer;
}
.fclubs-slider-r .jcarousel-wrap .jc-right{
    position: absolute;
    right: 12px;
    left: auto;
    top: 0;
    background: #f2f2f2 url(../img/layout/arrow-right.png) no-repeat 50% 50%;
    height: 90px;
    width: 30px;
    cursor: pointer;
}
.fclubs-slider-r .jcarousel-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fclubs-slider-r .jcarousel-wrap li {
    width: 90px;
    height: 90px;
    margin-right: 20px;
    float: left;
}

.hits-slider {
    margin-bottom: 15px;
    line-height: 13px;
    font-size: 11px;
}
.hits-slider .jcarousel-wrap {
    padding: 0 60px;
    position: relative;
    height: 170px;
    overflow: hidden;
}
.hits-slider .jcarousel-wrap .hits-left, .hits-slider .jcarousel-wrap .hits-right{
    position: absolute;
    left: 12px;
    top: 13px;
    background: #f2f2f2 url(../img/layout/arrow-left.png) no-repeat 50% 50%;
    height: 90px;
    width: 30px;
    cursor: pointer;
}
.hits-slider .jcarousel-wrap .hits-right{
    right: 12px;
    left: auto;
    background-image: url(../img/layout/arrow-right.png);
}
.hits-slider .jcarousel-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.hits-slider .jcarousel-wrap li {
    width: 90px;
    height: 170px;
    margin-right: 8px;
    float: left;
    text-align: center;
}
.hits-slider .jcarousel-wrap li .number {
    color: #b8b9b9;
    font-weight: bold;
    text-align: left;
    background: url(../img/layout/hits-line.gif) repeat-x 6px;
    font-size: 18px;
	padding: 1px 0 0 0;
}
.hits-slider .jcarousel-wrap li .number span {
    background: #FFF;
}
.hits-slider .title {
    padding: 4px 12px;
    font-size: 18px;
    margin-bottom: 10px;
}

.mp-banners {
    margin-bottom: 15px;
}
.mp-banners ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: center;
}
.mp-banners li {
    margin-left: 30px;
    display: inline-block;
    vertical-align: top;
}
.mp-banners li:first-child {
    margin-left: 0;
}

.main_slider  {
    position: relative;
}
.main_slider .jc ul{
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 330px;
}
.main_slider .jc li{
    float: left;
    width: 632px;
    height: 330px;
}
.main_slider .dots {
    position: absolute;
    left: 17px;
    top: 310px;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10;
}
.main_slider .dots li {
    background: url(../img/layout/mslider-dots.png) no-repeat left -14px;
    width: 12px;
    height: 12px;
    padding-right: 12px;
    float: left;
    cursor: pointer;
}
.main_slider .dots li.active {
    background-position: 0 0;
}