#carousel_photo img {width: 248px;}

.jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-container-horizontal {    
    padding: 9px 70px; 
    /*height: 140px;     */
    height: 180px;        
}

.jcarousel-container-vertical { 
  width:100%; 
          
}

.jcarousel-clip {
    overflow: hidden;      
}

.jcarousel-clip-horizontal {    
    /*height: 162px;*/
    height: 172px;
    width: 802px;       
    /*margin:0 27px 0 28px; */     
}

.jcarousel-clip-vertical {    
    height: 665px;
    margin-top: 50px;
}

.jcarousel-item {                 
}

.jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 20px; 
    border:solid 3px #fff;
    /*height: 121px;   */
    width: 248px;
    height: 166px;        
}
.jcarousel-item-horizontal:hover {border:solid 3px #dc0063; }

.jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;        
}


.jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 65px;
    right: 20px;
    width: 39px;
    height: 79px;
    cursor: pointer;
    background: transparent url(../images/next_photo.png) no-repeat 0 0;
}

.jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(../images/prev_photo.png);    
}

.jcarousel-next-horizontal:hover,
.jcarousel-next-horizontal:focus {
    /*background-position: -32px 0;*/
}

.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;
    /*background-position: -96px 0;*/
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 65px;
    left: 20px;
    width: 39px;
    height: 79px;
    cursor: pointer;
    background: transparent url(../images/prev_photo.png) no-repeat 0 0;
}

.jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../images/next_photo.png);
}

.jcarousel-prev-horizontal:hover, 
.jcarousel-prev-horizontal:focus {
    /*background-position: -32px 0; */
}

.jcarousel-prev-horizontal:active {
    /*background-position: -64px 0;*/
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:focus,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    /*background-position: -96px 0;*/
}

/**
 *  Vertical Buttons
 */
.jcarousel-next-vertical {
    position: absolute;
    top: -30px;
    left: 103px;
    width: 57px;
    height: 25px;
    cursor: pointer;
    background: transparent url(../images/user/but_arrow_up.png) no-repeat 0 0;
}

.jcarousel-next-vertical:hover,
.jcarousel-next-vertical:focus {
    /*background-position: 0 -32px; */
    background: transparent url(../images/user/but_arrow_up_roll.png) no-repeat 0 0;
}

.jcarousel-next-vertical:active {
    /*background-position: 0 -64px; */
}

.jcarousel-next-disabled-vertical,
.jcarousel-next-disabled-vertical:hover,
.jcarousel-next-disabled-vertical:focus,
.jcarousel-next-disabled-vertical:active {
    cursor: default;
    /*background-position: 0 -96px;*/
}

.jcarousel-prev-vertical {
    position: absolute;
    top: 670px;
    left: 103px;
    width: 57px;
    height: 25px;
    cursor: pointer;
    background: transparent url(../images/user/but_arrow_down.png) no-repeat 0 0;
}

.jcarousel-prev-vertical:hover,
.jcarousel-prev-vertical:focus {
    /*background-position: 0 -32px; */
    background: transparent url(../images/user/but_arrow_down_roll.png) no-repeat 0 0;
}

.jcarousel-prev-vertical:active {
    /*background-position: 0 -64px; */
}

.jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-vertical:hover,
.jcarousel-prev-disabled-vertical:focus,
.jcarousel-prev-disabled-vertical:active {
    cursor: default;
    /*background-position: 0 -96px;*/
}
