
div.k2ItemsBlock.carousel{
	position:relative;}
	

.jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-container-horizontal {
}

.jcarousel-container-vertical {
}

.jcarousel-clip {
    overflow: hidden;
}

.jcarousel-clip-horizontal {
}

.jcarousel-clip-vertical {
}

.jcarousel-item {
}

.jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.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,
.jcarousel-prev-horizontal{
	display:inline-block;
	background: url(../images/jcarousel/markers.gif) 0 0 no-repeat;
	width:25px;
	height:25px;
	position:absolute;
	top:-49px;
	}
	
.jcarousel-next-horizontal span,
.jcarousel-prev-horizontal span{transition: all 0.5s;   -webkit-transition: all 0.5s; /* Safari and Chrome */   -moz-transition: all 0.5s; /* Firefox 4 */   -o-transition: 

all 0.5s; /* Opera */ display:block; width:100%; height:100%; opacity:0;filter: alpha(opacity = 0);}

.jcarousel-next-horizontal:hover span,
.jcarousel-prev-horizontal:hover span{ opacity:1;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(opacity=100);}

.jcarousel-next-horizontal span{background: url(../images/jcarousel/markers.gif) right bottom no-repeat;}
.jcarousel-prev-horizontal span{background: url(../images/jcarousel/markers.gif) 0 bottom no-repeat;}

.jcarousel-next-horizontal {
	background-position: right 0;
	right:0;
	}
	
.jcarousel-prev-horizontal {
	background-position: left 0;
	right:26px;
	}

.jcarousel-next-horizontal:hover {}
.jcarousel-prev-horizontal:hover {}

.jcarousel-item {margin-right:26px;}


.jcarousel-next-horizontal:hover,
.jcarousel-next-horizontal:focus {
	cursor:pointer;
}

.jcarousel-next-horizontal:active {
	cursor:pointer;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:focus,
.jcarousel-next-disabled-horizontal:active {
	cursor:pointer;
}


.jcarousel-prev-horizontal:hover, 
.jcarousel-prev-horizontal:focus {
	cursor:pointer;

}

.jcarousel-prev-horizontal:active {
	cursor:pointer;

}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:focus,
.jcarousel-prev-disabled-horizontal:active {
	cursor:pointer;
}

#carousel{ margin-top:6px !important;}
#carousel li{ margin-right:12px !important; padding:5px; background:url(img/bg_box1.gif) 0 0 repeat-x #323334; border-radius:6px;} 
#carousel .moduleItemIntrotext p{ font-size:15px; font-family:"Open Sans", sans-serif; line-height:20px; color:#8a8a8a; padding:0 20px; text-transform:uppercase; font-weight:bold; letter-spacing:-1px;}
#carousel .moduleItemReadMore{ font:12px "Open Sans", sans-serif; color:#fff; text-transform:uppercase; font-weight:bold; padding:0 23px; margin-left:70px; line-height:39px; background:url(../images/bg_button1.gif) 0 0 repeat-x #3d3e40; border-radius:6px; position:relative}
#carousel .moduleItemReadMore span{ display:block; position:relative;}
#carousel .moduleItemReadMore strong{ position:absolute; top:0; left:0; width:100%; height:100%;border-radius:6px; background:#222; opacity:0;filter: alpha(opacity = 0);transition: all 0.5s;   -webkit-transition: all 0.5s; /* Safari and Chrome */   -moz-transition: all 0.5s; /* Firefox 4 */   -o-transition: 

all 0.5s; /* Opera */}
#carousel .moduleItemReadMore:hover strong{opacity:1;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(opacity=100);}

