﻿body {
}

#carousel_photo img {
    width: 248px;
}
.jcarousel-direction-rtl {
    direction: rtl;
}
.jcarousel-container-horizontal {
    height: 180px;
    padding: 9px 70px;
}
.jcarousel-container-vertical {
    width: 100%;
}
.jcarousel-clip {
    overflow: hidden;
}
.jcarousel-clip-horizontal {
    height: 172px;
    width: 802px;
}
.jcarousel-clip-vertical {
    height: 400px;
    margin-top: 40px;
}
.jcarousel-item {
}
.jcarousel-item-horizontal {
    border: 3px solid #FFFFFF;
    height: 166px;
    margin-left: 0;
    margin-right: 20px;
    width: 248px;
}
.jcarousel-item-horizontal:hover {
    border: 3px solid #DC0063;
}
.jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0;
}
.jcarousel-item-vertical {
}
.jcarousel-item-placeholder {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
}
.jcarousel-next-horizontal {
    background: url("../images/next_photo.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 79px;
    position: absolute;
    right: 20px;
    top: 65px;
    width: 39px;
}
.jcarousel-direction-rtl .jcarousel-next-horizontal {
    background-image: url("../images/prev_photo.png");
    left: 5px;
    right: auto;
}
.jcarousel-next-horizontal:hover, .jcarousel-next-horizontal:focus {
}
.jcarousel-next-horizontal:active {
    background-position: -64px 0;
}
.jcarousel-next-disabled-horizontal, .jcarousel-next-disabled-horizontal:hover, .jcarousel-next-disabled-horizontal:focus, .jcarousel-next-disabled-horizontal:active {
    cursor: default;
}
.jcarousel-prev-horizontal {
    background: url("../images/prev_photo.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 79px;
    left: 20px;
    position: absolute;
    top: 65px;
    width: 39px;
}
.jcarousel-direction-rtl .jcarousel-prev-horizontal {
    background-image: url("../images/next_photo.png");
    left: auto;
    right: 5px;
}
.jcarousel-prev-horizontal:hover, .jcarousel-prev-horizontal:focus {
}
.jcarousel-prev-horizontal:active {
}
.jcarousel-prev-disabled-horizontal, .jcarousel-prev-disabled-horizontal:hover, .jcarousel-prev-disabled-horizontal:focus, .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
}
.jcarousel-next-vertical {
    background: url("../images/bmnavigator/nav_arrow_up2.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 40px;
    position: absolute;
    top: -40px;
    width: 290px;
}
.jcarousel-next-vertical:hover, .jcarousel-next-vertical:focus {
    background: url("../images/bmnavigator/nav_arrow_up2_poll.png") no-repeat scroll 0 0 transparent;
}
.jcarousel-next-vertical:active {
}
.jcarousel-next-disabled-vertical, .jcarousel-next-disabled-vertical:hover, .jcarousel-next-disabled-vertical:focus, .jcarousel-next-disabled-vertical:active {
    background: none repeat scroll 0 0 transparent;
    cursor: default;
}
.jcarousel-prev-vertical {
    background: url("../images/bmnavigator/nav_arrow_down2.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 40px;
    position: absolute;
    top: 400px;
    width: 290px;
}
.jcarousel-prev-vertical:hover, .jcarousel-prev-vertical:focus {
    background: url("../images/bmnavigator/nav_arrow_down2_poll.png") no-repeat scroll 0 0 transparent;
}
.jcarousel-prev-vertical:active {
}
.jcarousel-prev-disabled-vertical, .jcarousel-prev-disabled-vertical:hover, .jcarousel-prev-disabled-vertical:focus, .jcarousel-prev-disabled-vertical:active {
    background: none repeat scroll 0 0 transparent;
    cursor: default;
}
