.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:120px;
	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 {
	height: 117px;
}

.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;
	height: 117px;
	overflow: hidden;
	position: relative;
}

.jcmcarousel-skin-title-video .jcmcarousel-clip-horizontal {
    /*height: 107px;
    _height: 107px;*/
	background-color: #D6E8EA;
	padding: 5px 0px 5px 0px;
	overflow: hidden;
}

.jcmcarousel-clip-horizontal
{
	_height: 117px !important; /* added 2010-03-23 for IE6 */
}

.jcmcarousel-skin-title-video .jcmcarousel-logo-horizontal {
	position:absolute;
	top: 10px;
	left: 7px;
	width: 12px;
	height: 70px;
	background: transparent url(/_img/themes/frameworks/jquery/jcmcarousel/tele.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: 61px;
	background: transparent url(/_img/themes/frameworks/jquery/jcmcarousel/video_link1.gif) no-repeat 0px 0px;
	z-index: 4;
	display:block;
}

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

.jcmcarousel-item li,
.jcmcarousel-item
{
	_height: 117px !important; /* added 2010-03-23 for IE6 */
}

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

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

.jcmcarousel-skin-title-video .jcmcarousel-useritem-type {
    background: transparent url(/_img/modules/video/userbutton.png) no-repeat 92px 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: 90px;
    background-color: #a8d5db;
}

.jcmcarousel-skin-title-video .jcmcarousel-next-horizontal {
    position: absolute;
    top: 90px;
    right: 0px;
    width: 26px;
    height: 27px;
    cursor: pointer;
    background: #a8d5db url(/_img/themes/frameworks/jquery/jcmcarousel/right-red.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: 90px;
    background-color: #a8d5db;
}

.jcmcarousel-skin-title-video .jcmcarousel-prev-horizontal {
    position: absolute;
    top: 90px;
    left: 0px;
    width: 26px;
    height: 27px;
    cursor: pointer;
    background: #a8d5db url(/_img/themes/frameworks/jquery/jcmcarousel/left-red.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;
}