/* Tiny Carousel */
#slider1 {
    height: 1%;
    margin: 30px 0 0;
    /*overflow: hidden;*/
    position: relative;
    padding: 0 50px 10px;
}

#slider1 .viewport {
    height: 500px;
    overflow: hidden;
    position: relative;
	
}

#slider1 .buttons {
    /*background: #C01313;
    border-radius: 35px;*/	
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    width: 67px;
    height: 67px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 0; transition:all 0.3s ease;
	
}

#slider1 .next {
    right: -15px;
    left: auto;   
	background:url(../images/right-arrow.png) 0 0 no-repeat; 
}
#slider1 .next:hover {background:url(../images/right-arrow-hover.png) 0 0 no-repeat;}

#slider1 .prev {
    left: -20px;
    right: auto;
	background:url(../images/left-arrow.png) 0 0 no-repeat; 
}
#slider1 .prev:hover {background:url(../images/left-arrow-hover.png) 0 0 no-repeat;}

#slider1 .disable {
    visibility: hidden;
}

#slider1 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width:370px;
    left: 0;
    top: 0;
}

#slider1 .overview li {
    float: left;
    margin: 0 12px;
    height: 475px;
    width:370px;
	background:url(../images/shadow.png) 0 bottom no-repeat; padding:0 0 15px;
 }
@media only screen and (min-width:480px) and (max-width:767px) {

#slider1 .next {
    right: 0px;
}

#slider1 .prev {
 left: 5px; z-index:999;
}
}

@media only screen and (min-width:10px) and (max-width:479px) {

/*#slider1 .next {
    display:none;
}

#slider1 .prev {
 display:none;
}*/
#slider1 .next {
    right: 0px;
}

#slider1 .prev {
 left: 5px; z-index:999;
}
#slider1{padding:0;}

#slider1 .overview li{background:none; width:300px; margin:0 auto;}
}


/*slider-2*/

/* Tiny Carousel */
#slider2 {
    height: 1%;
    margin: 30px 0 0;
    /*overflow: hidden;*/
    position: relative;
    padding: 0 50px 10px;
}

#slider2 .viewport {
    height: 560px;
    overflow: hidden;
    position: relative;
	
}

#slider2 .buttons {
    /*background: #C01313;
    border-radius: 35px;*/	
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    width: 67px;
    height: 67px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 0; transition:all 0.3s ease;
	
}

#slider2 .next {
    right: -15px;
    left: auto;   
	background:url(../images/right-arrow.png) 0 0 no-repeat; 
}
#slider2 .next:hover {background:url(../images/right-arrow-hover.png) 0 0 no-repeat;}

#slider2 .prev {
    left: -20px;
    right: auto;
	background:url(../images/left-arrow.png) 0 0 no-repeat; 
}
#slider2 .prev:hover {background:url(../images/left-arrow-hover.png) 0 0 no-repeat;}

#slider2 .disable {
    visibility: hidden;
}

#slider2 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width:370px;
    left: 0;
    top: 0;
}

#slider2 .overview li {
    float: left;
    margin: 0 5px;
    height: 560px;
    width:370px;
	
	
	
 }
@media only screen and (min-width:480px) and (max-width:767px) {

#slider2 .next {
    right: 0px;
}

#slider2 .prev {
 left: 5px; z-index:999;
}

#slider2{ padding:0 44px 10px;}
}

@media only screen and (min-width:10px) and (max-width:479px) {

/*#slider2 .next {
    display:none;
}

#slider2 .prev {
 display:none;
}*/
#slider2 .next {
    right: 0px;
}

#slider2 .prev {
 left: 5px; z-index:999;
}
#slider2{padding:0;}

#slider2 .overview li{background:none; width:300px; margin:0 auto;}
}