.jcarousel-wrapper {
    margin: auto;
    position: relative;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 900px;
    height: 350px;
}

.jcarousel ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
}

.jcarousel-img{
  margin:0 10px 0 10px;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(79,79,79,0.49);
  -moz-box-shadow: 2px 2px 2px 0px rgba(79,79,79,0.49);
  box-shadow: 2px 2px 2px 0px rgba(79,79,79,0.49);
  width: 200px;
  height: 150px;
  border:3px solid #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: 0.5s;
}


.jcarousel-img-news{
  margin:0 20px 0 20px;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(79,79,79,0.49);
  -moz-box-shadow: 2px 2px 2px 0px rgba(79,79,79,0.49);
  box-shadow: 2px 2px 2px 0px rgba(79,79,79,0.49);
  width: 175px;
  height: 175px;
  border:3px solid #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: 0.5s;
}

.jcarousel-img-resale{
  -webkit-box-shadow: 2px 2px 2px 0px rgba(79,79,79,0.49);
  -moz-box-shadow: 2px 2px 2px 0px rgba(79,79,79,0.49);
  box-shadow: 2px 2px 2px 0px rgba(79,79,79,0.49);
  border:3px solid #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float:left;
  width:256px;
  height:192px;
  background-position:50% 50%;
  background-repeat:no-repeat;
  transition: 0.5s;
}

.jcarousel-img:hover{
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
 -khtml-opacity: 0.7;
 opacity: 0.7;
}

.jcarousel-img-news:hover{
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
 -khtml-opacity: 0.7;
 opacity: 0.7;
}

.jcarousel-img-resale:hover{
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
 -khtml-opacity: 0.7;
 opacity: 0.7;
}

.next {
    position:absolute;
    margin: 62px 0 0 1235px;
    width: 19px;
    height: 24px;
    background-image: url(images/jcarousel-next.png);
    cursor:pointer;
}

.prev {
    position:absolute;
    margin: 62px 0 0 20px;
    width: 19px;
    height: 24px;
    background-image: url(images/jcarousel-prev.png);
    cursor:pointer;
}

.nextNews {
    position:absolute;
    margin: 103px 0 0 1200px;
    width: 19px;
    height: 24px;
    background-image: url(images/jcarousel-nextNews.png);
    cursor:pointer;
}

.prevNews {
    position:absolute;
    margin: 103px 0 0 20px;
    width: 19px;
    height: 24px;
    background-image: url(images/jcarousel-prevNews.png);
    cursor:pointer;
}

.nextPhoto {
    position:absolute;
    margin: 103px 0 0 1243px;
    width: 19px;
    height: 24px;
    background-image: url(images/jcarousel-nextPhoto.png);
    cursor:pointer;
}

.prevPhoto {
    position:absolute;
    margin: 103px 0 0 15px;
    width: 19px;
    height: 24px;
    background-image: url(images/jcarousel-prevPhoto.png);
    cursor:pointer;
}

.nextPhoto1 {
    position:absolute;
    margin: 100px 0 0 1225px;
    width: 19px;
    height: 24px;
    background-image: url(images/jcarousel-nextPhoto.png);
    cursor:pointer;
}

.prevPhoto1 {
    position:absolute;
    margin: 100px 0 0 25px;
    width: 19px;
    height: 24px;
    background-image: url(images/jcarousel-prevPhoto.png);
    cursor:pointer;
}

.nextPhoto2 {
    position:absolute;
    margin: 90px 0 0 1225px;
    width: 19px;
    height: 24px;
    background-image: url(images/jcarousel-nextPhoto.png);
    cursor:pointer;
}

.prevPhoto2 {
    position:absolute;
    margin: 90px 0 0 25px;
    width: 19px;
    height: 24px;
    background-image: url(images/jcarousel-prevPhoto.png);
    cursor:pointer;
}
.nextNewsRemont {
    position:absolute;
    margin: 133px 0 0 570px;
    width: 19px;
    height: 24px;
    background-image: url(images/jcarousel-nextRemontNews.png);
    cursor:pointer;
}

.prevNewsRemont {
    position:absolute;
    margin: 133px 0 0 -30px;
    width: 19px;
    height: 24px;
    background-image: url(images/jcarousel-prevRemontNews.png);
    cursor:pointer;
}

.disabled{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  cursor:default;
}

