﻿.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    border:none !important;
}

.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
/*-----------------------------------------------------------------------------------------*/
.jcarousel-skin-news .jcarousel-container 
{
	width: 639px;
	height: 364px;
    -moz-border-radius: 0px;
}

.jcarousel-skin-news .jcarousel-container-horizontal {
    width: 639px;
    height: 364px;
	padding: 0px 0px 0px 0px !important;
}

.jcarousel-skin-news .jcarousel-clip-horizontal {
    width: 639px;
    height: 364px;
    margin-left: 0px;
}

.jcarousel-skin-news .jcarousel-item {
	width: 639px;
    height: 364px;
	cursor: pointer;
	text-align:left;
}

.jcarousel-skin-news .jcarousel-item-horizontal {
    margin-right: 0px;
}

.jcarousel-skin-news .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-news .jcarousel-next-horizontal {
    position: absolute;    
    right: 0px;
    left: 313px;
    top:15px;
    width:23px;
    height:23px;
    cursor: pointer;
    /*background: transparent url(Images/galNext.gif) no-repeat 0 0;*/
    background: transparent url(Images/ep-index-news-btn-next.png) no-repeat 0 center;
}

.jcarousel-skin-news .jcarousel-next-horizontal:hover {
    background: transparent url(Images/ep-index-news-btn-next-hover.png) no-repeat 0 center;
}

.jcarousel-skin-news .jcarousel-next-horizontal:active {
    background: transparent url(Images/ep-index-news-btn-next-hover.png) no-repeat 0 center;
}

.jcarousel-skin-news .jcarousel-next-disabled-horizontal,
.jcarousel-skin-news .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-news .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-news .jcarousel-prev-horizontal {
    position: absolute;    
    left: 284px;
    top:15px;
    width:23px;
    height:23px;
    cursor: pointer;
    background: transparent url(Images/ep-index-news-btn-prev.png) no-repeat 0 center;
}

.jcarousel-skin-news .jcarousel-prev-horizontal:hover {
    background: transparent url(Images/ep-index-news-btn-prev-hover.png) no-repeat 0 center;
}

.jcarousel-skin-news .jcarousel-prev-horizontal:active {
	background: transparent url(Images/ep-index-news-btn-prev-hover.png) no-repeat 0 center;
}

.jcarousel-skin-news .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-news .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-news .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.imgPrevNext{color:#cbcbcb;float:right;}
.imgDescContainer{width:100%;font-size:11px;font-weight:normal;font-family:Tahoma;color:#565656;text-align:center;height:100%}
.imgDescContainerAudio{width:100%;font-size:11px;font-weight:normal;font-family:Tahoma;color:#565656;text-align:left;height:100%}
.imgDescContainerPic{font-size:11px;font-weight:normal;font-family:Tahoma;color:#565656;text-align:center}
.btnNav { cursor:pointer;}

