/*
######################################################
# Name: energosoft.slider                            #
# File: template.css                                 #
# (c) 2005-2012 Energosoft, Maksimov M.A.            #
# Dual licensed under the MIT and GPL                #
# http://energo-soft.ru/                             #
# mailto:support@energo-soft.ru                      #
######################################################
*/

.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-container
{
}

.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-direction-rtl
{
	direction: rtl;
}

.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-clip
{
	overflow: hidden;
}

.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-container-horizontal
{
	/*padding: 20px 40px;*/
	/*padding: 0 40px; */
}

.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-container-vertical
{
	padding: 40px 20px;
}

.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-clip-horizontal
{
	width: 820px;
	height: 287px;
}

.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-clip-vertical
{
	width: 820px;
	height: 287px;
}

.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-item-horizontal
{
	margin: 0px;
	padding: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 820px;
	height: 287px;
}

.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-item-vertical
{
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 820px;
	height: 287px;
}

.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-direction-rtl .jcarousel-item-horizontal
{
	margin: 0px;
	padding: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 820px;
	height: 287px;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-next-horizontal
{
	position: absolute;
	/*top: 147.5px;*/
	top: 45%;
	right: 10px;
	width: 2.5vmin;
	height: 41px;
	cursor: pointer;
	background: transparent url(./images/next-horizontal.png) no-repeat right top;
	height: 6vmin;
	background-size: contain;
}

.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-direction-rtl .jcarousel-next-horizontal
{
	left: 0;
	right: 0;
	background-image: url(./images/prev-horizontal.png);
}

.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-next-horizontal:hover,
.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-next-horizontal:focus
{
	background-position: -1px 0;
}

.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-next-horizontal:active
{
	background-position: 0 0;
}

.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-next-disabled-horizontal:active
{
	cursor: default;
	background-position: -1px 0;
}

.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-prev-horizontal
{
	position: absolute;
	/*top: 147.5px; */top: 45%;
	left: 10px;
	width: 2.5vmin;
	height: 43px;
	cursor: pointer;
	background: transparent url(./images/prev-horizontal.png) no-repeat left top;
	height: 6vmin;
	background-size: contain;
}

.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-direction-rtl .jcarousel-prev-horizontal
{
	left: auto;
	right: 50px;
	background-image: url(./images/next-horizontal.png);
}

.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-prev-horizontal:hover,
.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-prev-horizontal:focus
{
	background-position: 1px 0;
}

.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-prev-horizontal:active
{
	background-position: 0px 0;
}

.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-prev-disabled-horizontal:active
{
	cursor: default;
	background-position: 1px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-next-vertical
{
	position: absolute;
	bottom: 5px;
	left: 434px;
	width: 32px;
	height: 43px;
	cursor: pointer;
	background: transparent url(./images/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-next-vertical:hover,
.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-next-vertical:focus
{
	background-position: 0 -32px;
}

.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-next-vertical:active
{
	background-position: 0 -64px;
}

.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-next-disabled-vertical,
.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-next-disabled-vertical:active
{
	cursor: default;
	background-position: 0 -96px;
}

.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-prev-vertical
{
	position: absolute;
	top: 5px;
	left: 434px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(./images/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-prev-vertical:hover,
.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-prev-vertical:focus
{
	background-position: 0 -32px;
}

.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-prev-vertical:active
{
	background-position: 0 -64px;
}

.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-prev-disabled-vertical,
.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-energosoft-e796f6f3b793f69830e43abf0f178216 .jcarousel-prev-disabled-vertical:active
{
	cursor: default;
	background-position: 0 -96px;
}