/* compatible_utf8:0 */
html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
body {
	font: 100.01% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
	color: #333;
	padding: 0;
	margin: 0;
}
body * {
	line-height: 1.22em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4088b8;
	clear: both;
}
h2 {
	color: #c8c8c8;
	margin-top: -25px;
}
h4 {
	color: #333;
	margin-bottom: -10px;
}
p {
	margin: 10px 0;
	clear: both;
}
ul, ol {
 margin-left 0;
}
ul ul {
	margin-bottom: 20px;
}
#wrap {
	color: #404040;
	margin: 0px;
}
a {
	color: #4088b8;
}
table {
	font-size: inherit;
	border: 1px solid #c8c8c8;
}
th {
	background: #d8d8d8;
	text-align: left;
	padding: 5px;
	white-space: nowrap;
}
td {
	background: #f8f8f8;
	text-align: left;
	padding: 5px;
	vertical-align: top;
}
select, input, textarea {
	font: 99% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
}
pre, code, tt, dt {
	font: 100% monospace;
	margin: 20px 0;
}
pre, blockquote {
	padding: 15px;
	background-color: #f0f0f0;
	margin: 20px 0;
	-moz-border-radius: 10px;
}
td pre {
	font: 85% monospace;
	padding: 5px;
	margin: 5px 0;
}
.jcarousel-container.jcarousel-container-horizontal {
	position:inherit !important;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	padding: 20px 40px;
	width: calc(100% - 80px);
}
.jcarousel-skin-tango .jcarousel-item {
	width: 205px;
	height: 110px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	height: 115px;
	width:100%;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-right: 10px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    background: rgba(0, 0, 0, 0) url("../images/jquery_carousel/dcha.png") no-repeat scroll center center;
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 5px;
    top: 0;
    width: 32px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
	position: absolute;
	top: 0;
	left: 5px;
	width: 32px;
	height: 100%;
	cursor: pointer;
	background: transparent url(../images/jquery_carousel/izda.png) no-repeat scroll center center;
}

@media (min-width: 1230px) {

}
@media (max-width: 1024px) {

}