.plusslider-arrows {
    margin: 0;
    padding: 0;
}
.plusSlider a.arrow {
    -moz-transition-duration: 0.2s;
    -moz-transition-property: opacity;
    -moz-transition-timing-function: ease-in;
    background: url("/core/fileparse.php/18/urlt/plus-sprite.png") no-repeat scroll left top transparent;
    display: block;
    height: 22px;
    opacity: 0;
    position: absolute;
    text-indent: -9999px;
    width: 32px;
    z-index: 200;
}
.plusSlider:hover a.arrow {
    opacity: 1;
}
.plusSlider a.prev {
    background-position: 0 -10px;
    left: 10px;
}
.plusSlider a.prev:hover {
    background-position: 0 -42px;
    left: 10px;
}
.plusSlider a.next {
    background-position: -33px -10px;
    right: 10px;
}
.plusSlider a.next:hover {
    background-position: -33px -42px;
}
.plusslider {
    overflow: hidden;
    position: relative;
}
.plusslider-container {
    position: relative;
}
div.child {
}
.plusslider .child {
    float: left;
}
.plustype-fader .child {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
.plustype-fader .current {
    z-index: 5;
}
#slider > * {
    display: none;
}
#slider > *:first-child, #slider2 > *:first-child {
    display: block;
}
.plusslider .child{
    float: left;
}


.plusslider .child img{
overflow:hidden;
}
.plusslider-pagination-wrapper {
    background-clip: padding-box;
    background-color: #F1F1F1;
    background-image: -moz-linear-gradient(100% 100% 90deg, #CCCCCC, #F1F1F1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    bottom: 0;
    height: 40px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 500;
}
.plusslider-pagination {
    display: table;
    margin: 0 auto;
    padding: 15px 0;
}
.plusslider-pagination li {
    background: url("/core/fileparse.php/18/urlt/plus-sprite.png") no-repeat scroll left top transparent;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 0;
    height: 10px;
    margin: 0 3px;
    position: relative;
    text-indent: -9999px;
    width: 10px;
}
.plusslider-pagination .current, .plusslider-pagination li:hover {
    background-position: -10px 0;
}
.plusslider-arrows li {
    -moz-transition-duration: 0.2s;
    -moz-transition-property: opacity;
    -moz-transition-timing-function: ease-in;
    background: url("/core/fileparse.php/18/urlt/plus-sprite.png") no-repeat scroll left top transparent;
    cursor: pointer;
    display: block;
    height: 32px;
    margin-top: -20px;
    opacity: 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 32px;
    z-index: 200;
}
.plusslider:hover .plusslider-arrows li {
    opacity: 1;
}
.plusslider-arrows .prev {
    background-position: 0 -10px;
    left: 10px;
}
.plusslider-arrows .prev:hover {
    background-position: 0 -42px;
    left: 10px;
}
.plusslider-arrows .next {
    background-position: -33px -10px;
    right: 10px;
}
.plusslider-arrows .next:hover {
    background-position: -33px -42px;
}
.plustype-fader .current {
    z-index: 2;
}
.plustype-fader .child {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
.plustype-fader .plusslider-pagination {
    position: relative;
    z-index: 200;
}
#slider > *, #slider2 > * {
    display: none;
}
#slider > *:first-child, #slider2 > *:first-child {
    display: block;
}
@media screen and (max-width: 825px) {

#myplusslider {
width:450px !important; 
height:200px !important;
}
#myplusslider .plusslider .plustype-fader {
width:450px !important; 
height:200px !important;
}
}
@media screen and (max-width: 500px) {

#myplusslider {
width:300px !important; 
height:125px !important;
}
#myplusslider .plusslider .plustype-fader {
width:300px !important; 
height:125px !important;
}
}
