div.container-principal{
	background: url('../image/schite-cautate.jpg') 0px 0px no-repeat;
	height: 310px;
	width: 960px;
	margin: 0px auto 20px;
}

div.general_heading{
	font-size: 16px;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	margin-bottom: 5px;
	line-height: 38px;
	position: relative;
}

div.general_heading span{
	display: block;
	padding-left: 10px;
	}

.products_container{
	padding-left: 4px;
	padding-right: 6px;
	width: 949px;
}	
	
.products_container a{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000 !important;
}

.jcarousel-skin-opencart .jcarousel-container {
	margin-bottom: 10px;
}
.jcarousel-skin-opencart .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-opencart .jcarousel-container-horizontal {
	padding: 0px 40px;
}
.jcarousel-custom .jcarousel-skin-opencart .jcarousel-container-horizontal {
	padding: 0px 0px;
}
.jcarousel-skin-opencart .jcarousel-clip {
	overflow: hidden;
	width: 100%;
}
.jcarousel-skin-opencart .jcarousel-clip-horizontal {
}
.jcarousel-skin-opencart .jcarousel-item {
	text-align: center;
}
.jcarousel-skin-opencart .jcarousel-item-horizontal {
	margin-left: 0;
	margin-right: 10px;
}
.jcarousel-skin-opencart {
	list-style: none;
}
/* Custom */
.jcarousel-custom .jcarousel-skin-opencart .jcarousel-item-horizontal:first-child, 
.jcarousel-custom .jcarousel-skin-opencart .primul {
	border-left: none !important;
	width: 190px !important;
}
.jcarousel-custom .jcarousel-skin-opencart .jcarousel-item-horizontal {
	margin-left: 0px;
	margin-right: 0px;
	width: 189px;
	border-left: 1px dotted #000000;
	position: relative;
	left: -1px;
}



/* Sidebar */
#column-left .jcarousel-list-horizontal, #column-right .jcarousel-list-horizontal {
	width: auto !important;
}
#column-left .jcarousel-custom .jcarousel-skin-opencart .jcarousel-item-horizontal, #column-right .jcarousel-custom .jcarousel-skin-opencart .jcarousel-item-horizontal {
	float: none !important;
	margin-left: 0;
	margin-right: 0px;
	width: auto !important;
}
#column-left .jcarousel_arrows,#column-right .jcarousel_arrows {
	display: none;
}

.jcarousel-custom .jcarousel-skin-opencart .jcarousel-item-horizontal + .jcarousel-item-horizontal{
/*	border-left: 1px solid #F1F1F1;*/
}
.jcarousel-skin-opencart .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 0px;
	margin-right: 0;
}
.jcarousel-skin-opencart .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-opencart .jcarousel-next-horizontal, .custom-next {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0px;
	width: 16px;
	height: 14px;
	cursor: pointer;
	background: url('../image/sageti-slide-2.png') right bottom no-repeat;
	
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    -khtml-border-radius: 17px;
    border-radius: 17px;    
}
.jcarousel-skin-opencart .jcarousel-next-horizontal:hover, .jcarousel-skin-opencart .jcarousel-next-horizontal:focus {
}
.jcarousel-skin-opencart .jcarousel-next-horizontal:active {
}
.jcarousel-skin-opencart .jcarousel-next-disabled-horizontal, .jcarousel-skin-opencart .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-opencart .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-opencart .jcarousel-next-disabled-horizontal:active, .custom-next_disabled, .custom-next_disabled:hover {
	cursor: default;
	background-position: right top;
}
.jcarousel-skin-opencart .jcarousel-prev-horizontal, .custom-prev {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 0px;
	width: 16px;
	height: 14px;
	cursor: pointer;
	background: url('../image/sageti-slide-2.png') left bottom no-repeat;
	
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    -khtml-border-radius: 17px;
    border-radius: 17px;
}

.jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal, .jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal:active, .custom-prev_disabled, .custom-prev_disabled:hover {
	cursor: default;
	background: url('../image/sageti-slide-2.png') left top no-repeat;
}

.jcarousel_arrows {
	width: 46px;
	height: 20px;
	position:absolute;
	top: 10px;
	right: 10px;
	
}
.custom-prev {
	left: 8px;
}