/*-----Section for Left side control---------------------*/
.jcarousel-event {margin-bottom:10px;}

.jcarousel-event li
{
	cursor:pointer;
	list-style:none;
	width: 165px;
    height: 97px;
}

.jcarousel-event .jcarousel-container 
{
    margin: 0;

}
.jcarousel-event .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-event .jcarousel-container-horizontal {
    width: 185px;
    height:290px; 
    padding: 10px 0;
}

#ucl_EventCalendar.jcarousel-event .jcarousel-container-vertical {
    width: 185px;
    height:292px; 
    padding: 20px 0;
}

#eventTop.jcarousel-event .jcarousel-container-vertical {
    width: 185px;
    height:180px; 
    padding: 20px 0;
}


.jcarousel-event .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-event .jcarousel-clip-horizontal {
    width: 185px;
    height:290px; 
    padding: 0;
}

#ucl_EventCalendar.jcarousel-event .jcarousel-clip-vertical {
    width: 185px;
    height:292px; 
}


#eventTop.jcarousel-event .jcarousel-clip-vertical {
    width: 185px;
    height:176px; 
}

.jcarousel-event .jcarousel-item {
    width: 165px;
    height: 97px;

    cursor:pointer;
}

.jcarousel-event .jcarousel-item-horizontal {
	margin:0 4px;
    padding:5px 0px;
}

.jcarousel-event .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 0;
}

.jcarousel-event .jcarousel-item-vertical {
    margin-bottom: 0;
    width: 165px;
    height: 97px;
}

.jcarousel-event .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
    width: 165px;
    height: 97px;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-event .jcarousel-next-horizontal {
    position: absolute;
    top: 15px;
    right: 5px;
    width: 25px;
    height: 79px;
    cursor: pointer;
    background: transparent url(images/album_car_next.jpg) no-repeat 0 0;
}

.jcarousel-event .jcarousel-direction-rtl .jcarousel-next-horizontal {
    right: 5px;
    background-image: url(images/album_car_next.jpg);
}

.jcarousel-event .jcarousel-next-horizontal:hover,
.jcarousel-event .jcarousel-next-horizontal:focus {
    background-position: 0 0;
}

.jcarousel-event .jcarousel-next-horizontal:active {
    background-position: 0 0;
}

.jcarousel-event .jcarousel-next-disabled-horizontal,
.jcarousel-event .jcarousel-next-disabled-horizontal:hover,
.jcarousel-event .jcarousel-next-disabled-horizontal:focus,
.jcarousel-event .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -25px 0;
}

.jcarousel-event .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 5px;
    width: 73px;
    height: 15px;
    cursor: pointer;
    background: transparent url(images/album_car_prev.jpg) no-repeat 0 0;
}

.jcarousel-event .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 20px;
    background-image: url(images/album_car_prev.jpg);
}

.jcarousel-event .jcarousel-prev-horizontal:hover, 
.jcarousel-event .jcarousel-prev-horizontal:focus {
    background-position: -0 0;
}

.jcarousel-event .jcarousel-prev-horizontal:active {
    background-position: 0 0;
}

.jcarousel-event .jcarousel-prev-disabled-horizontal,
.jcarousel-event .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-event .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-event .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -20px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-event .jcarousel-next-vertical {
    position: absolute;
    bottom: 1px;
    left: 55px;
    width: 73px;
    height: 15px;
    cursor: pointer;
    background: transparent url(images/SVV_Calendar_dn-arrow.png) no-repeat 0 0;
}


.jcarousel-event .jcarousel-next-vertical:hover,
.jcarousel-event .jcarousel-next-vertical:focus {
    /*background-position: 0 ;*/
}

.jcarousel-event .jcarousel-next-vertical:active {
    /*background-position: 0 -64px;*/
}

.jcarousel-event .jcarousel-next-disabled-vertical,
.jcarousel-event .jcarousel-next-disabled-vertical:hover,
.jcarousel-event .jcarousel-next-disabled-vertical:focus,
.jcarousel-event .jcarousel-next-disabled-vertical:active {
    cursor: default;
    opacity: 0.35;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
}

.jcarousel-event .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 55px;
    width: 73px;
    height: 15px;
    cursor: pointer;
    background: transparent url(images/SVV_Calendar_up-arrow.png) no-repeat 0 0;
}

.jcarousel-event .jcarousel-prev-vertical:hover,
.jcarousel-event .jcarousel-prev-vertical:focus {
    /*background-position: 0 -32px;*/
}

.jcarousel-event .jcarousel-prev-vertical:active {
    /*background-position: 0 -64px;*/
}

.jcarousel-event .jcarousel-prev-disabled-vertical,
.jcarousel-event .jcarousel-prev-disabled-vertical:hover,
.jcarousel-event .jcarousel-prev-disabled-vertical:focus,
.jcarousel-event .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    opacity: 0.35;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
}

