.jcmcarousel-container {
    position: relative;
}

.jcmcarousel-container * {
    padding: 0px;
	margin: 0px;
	border: 0px
}

.jcmcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcmcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
	display:block;
}

.jcmcarousel-list li,
.jcmcarousel-item {
    float: left;
    list-style: none;
	background-repeat: no-repeat;
	width:90px;
	height:132px;
	display:block;
	position:relative;
}

.jcmcarousel-logo {
	display: none;
}

.jcmcarousel-link {
	display: none;
}

.jcmcarousel-logo a,
.jcmcarousel-link a{
	position: relative;
	z-index: 50;
}

.jcmcarousel-next-container, .jcmcarousel-next,
.jcmcarousel-prev-container, .jcmcarousel-prev {
    z-index: 3;
    display: none;
	cursor: default;
}

.jcmcarousel-skin-title-video td,
.jcmcarousel-skin-title-video div,
.jcmcarousel-skin-title-video a {
	font-size: 10px !important;
	font-weight: normal !important;
}

.jcmcarousel-skin-title-video .jcmcarousel-container-horizontal {
    padding: 0px 29px;
}

.jcmcarousel-skin-title-video .jcmcarousel-clip-horizontal {
    height: 120px;
    _height: 130px;
	background-color: #e9efef;
	padding: 5px 1px 5px 1px;
	overflow: hidden;
}


.jcmcarousel-skin-title-video .jcmcarousel-logo-horizontal {
	position:absolute;
	top:10px;
	left: 7px;
	width: 12px;
	height: 47px;
	background: transparent url(/_img/themes/frameworks/jquery/jcmcarousel/video_logo.gif) no-repeat 0px 0px;
	z-index: 4;
	display:block;
}

.jcmcarousel-skin-title-video .jcmcarousel-link-horizontal {
	position:absolute;
	top:10px;
	left: 7px;
	width: 11px;
	height: 58px;
	background: transparent url(/_img/themes/frameworks/jquery/jcmcarousel/video_link.gif) no-repeat 0px 0px;
	z-index: 4;
	display:block;
}

.jcmcarousel-skin-title-video .jcmcarousel-item {
    width: 112px;
    height: 130px;
	background-repeat: no-repeat;
}


.jcmcarousel-skin-title-video .jcmcarousel-item-title {
	height: 24px;
	overflow: hidden;
}

.jcmcarousel-skin-title-video .jcmcarousel-item-type {
    background: transparent url(/_img/modules/video/button.png) no-repeat 61px 70px;
}

.jcmcarousel-skin-title-video .jcmcarousel-useritem-type {
    background: transparent url(/_img/modules/video/userbutton.png) no-repeat 63px 5px;
}

.jcmcarousel-skin-title-video .jcmcarousel-item-horizontal {
    margin: 0px 2px;
}

.jcmcarousel-skin-title-video .jcmcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcmcarousel-skin-title-video .jcmcarousel-next-container-horizontal {
	display: block;
    position: absolute;
/*    top: 10px;*/
    right: 0px;
    width: 26px;
    height: 130px;
    background-color: #a8d5db;
}

.jcmcarousel-skin-title-video .jcmcarousel-next-horizontal {
    position: absolute;
    top: 103px;
    right: 0px;
    width: 26px;
    height: 27px;
    cursor: pointer;
    background: #a8d5db url(/_img/themes/frameworks/jquery/jcmcarousel/next-horizontal-wl.gif) no-repeat 0px 0px;
}

.jcmcarousel-skin-title-video .jcmcarousel-prev-container-horizontal {
	display: block;
    position: absolute;
/*    top: 10px;*/
    left: 0px;
	_left: -28px;
    width: 26px;
    height: 130px;
    background-color: #a8d5db;
}

.jcmcarousel-skin-title-video .jcmcarousel-prev-horizontal {
    position: absolute;
    top: 103px;
    left: 0px;
    width: 26px;
    height: 27px;
    cursor: pointer;
    background: #a8d5db url(/_img/themes/frameworks/jquery/jcmcarousel/prev-horizontal-wl.gif) no-repeat 0px 0px;
}

.jcmcarousel-skin-title-video .jcmcarousel-next-disabled-horizontal,
.jcmcarousel-skin-title-video .jcmcarousel-next-disabled-horizontal:hover,
.jcmcarousel-skin-title-video .jcmcarousel-next-disabled-horizontal:active {
    cursor: default !important;
}


.jcmcarousel-skin-title-video .jcmcarousel-prev-disabled-horizontal,
.jcmcarousel-skin-title-video .jcmcarousel-prev-disabled-horizontal:hover,
.jcmcarousel-skin-title-video .jcmcarousel-prev-disabled-horizontal:active {
    cursor: default !important;
}