﻿.swiper-container
{
    height: inherit;
    width: inherit;
    z-index:999999;
}

.swiper-opening .swiper-wrapper .swiper-slide 
{
    padding-left: 10px;
    padding-right: 10px;
}

.swiper-slide-active 
{
    z-index:3;
}
.pagination
{
    position: absolute;
    z-index: 99999;
    text-align: center;
    bottom: 0px;
    width: 100%;
}
.swiper-pagination-switch
{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url('img-marker.png');
    background-position:center;
    background-repeat:no-repeat;
    margin: 0 15px 30px 15px;
    cursor: pointer;
}
.swiper-active-switch
{
    background-image: url('img-markerselected.png');
}
  
.swiper-sub-slide
 
{
    width: 430px;
    padding: 30px 35px 0 35px;
    height: 450px;
}

.swiper-sub-slide-serving
 
{
    width: 530px;
    padding: 30px 35px 0 35px;
    height: 450px;

}

.swiper-up-slide 
{
    display:block;
    vertical-align:middle;
    height: 425px;
}

.bigslide
{
    
    padding-top:110px;
}

.hideslide
{
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.swiper-tradition-image
{
    width:970px;
    height:425px;
}

/*
.swiper-slide 
{
    text-align:center;
    width:970px;
    height: 740px;
}*/

.swiper-slide-bts 
{
    width:970px;
    height: 740px;
}


#tradition-slidemap
{
    display:block;
    position:absolute;
    text-align:center;
    top:450px;
    left:240px;
    width:496px;
    height:30px;
    margin-left:auto;
    margin-right:auto;
}

#tradition-slidemap-background
{
    background: url(slide-bar.png) no-repeat center center;
    position:relative;
    width: 496px;
    height: 30px;
}

.touchzonearea 
{
    position:absolute;
    display:block;
}

#touchzone1
{
    width:20px;
    height:30px;
    cursor:pointer;
    margin-left:0px;
}
#touchzone2
{
    width:20px;
    height:30px;
    cursor:pointer;
    margin-left:89px;
}
#touchzone3
{
    width:20px;
    height:30px;
    cursor:pointer;
    margin-left:188px;
}
#touchzone4
{
    width:20px;
    height:30px;
    cursor:pointer;
    margin-left:285px;
}
#touchzone5
{
    width:20px;
    height:30px;
    cursor:pointer;
    margin-left:385px;
}
#touchzone6
{
    width:20px;
    height:30px;
    cursor:pointer;
    margin-left:491px;
}

#tradition-slidemap-icon
{
    position:absolute;
    margin-left:3px;
    background: url(slide-button.png) no-repeat center center;
    width:5px;
    height:30px;
    -webkit-transition: margin-left 0.5s ease-in-out;
    -moz-transition: margin-left 0.5s ease-in-out;
    -ms-transition: margin-left 0.5s ease-in-out;
    -o-transition: margin-left 0.5s ease-in-out;
    transition: margin-left 0.5s ease-in-out;
}