﻿.jcarousel-skin-es 
{
    width: 784px;
}

.jcarousel-skin-es .jcarousel-container {
		margin-left: 2px;
}

.jcarousel-skin-es .jcarousel-container-horizontal {
    padding: 0px 20px;
}

.jcarousel-skin-es .jcarousel-clip-horizontal {
    width: 740px;
    height: 220px;
	margin-left:0px;
}

.jcarousel-skin-es .jcarousel-item {
    width: 190px;
    height: 220px;
}

.jcarousel-skin-es .jcarousel-item:hover {
    border-color: #808080;
}

.jcarousel-skin-es .jcarousel-item-placeholder {
}

.jcarousel-skin-es .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 15px;
    height: 220px;
    cursor: pointer;
	background-image: url('/images/templates/arrow-right.png');
	background-repeat: no-repeat;
	background-position: center center; 
}

.jcarousel-skin-es .jcarousel-next-disabled-horizontal,
.jcarousel-skin-es .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-es .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-es .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 15px;
    height: 220px;
    cursor: pointer;
	background-image: url('/images/templates/arrow-left.png');
	background-repeat: no-repeat;
	background-position: center center; 
}


.jcarousel-skin-es .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-es .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-es .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}


.ArticleImageZoom {
	display: none;
}

.ArticleImageZoom > img {
	position: absolute;
	bottom:0px;
	left:23px;
}

.ArticleImageImageRegular > img {
	position: absolute;
	left:23px;
}

.ArticleImage {
	position: relative;
	height: 67px;
	cursor: pointer;
	width: 80px;
	display: inline-block;
}

