#favorits-wrapper{
	display:none;
}
#favorits-wrapper .elements{
	margin-top:15px;
}
.jcarousel .element{
	width:280px;
}
.jcarousel .element .info{
	height: 140px;
	clear: both;
	display: block;
	margin: 0 auto;
	width: 95%;
}
#favorits-wrapper .elements .element{
	box-shadow: 4px 0px 12px rgba(0,0,0,0.6);
	margin: 0 0 0 0;
}
.jcarousel .lot_row_i_line img{
	display:inline;
}
@media screen and (min-width: 1800px){
	.jcarousel{
		width:1485px;
	}
} 
@media screen and (max-width: 1800px){
	.jcarousel{
		width:1190px;
	}
} 
@media screen and (max-width: 1445px){
	.jcarousel{
		width:893px;
	}
} 
@media screen and (max-width: 1090px){
	.jcarousel{
		width:600px;
	}
} 
@media screen and (max-width: 400px){
	.jcarousel{
		width:300px;
	}
} 

#favorits-wrapper .elements-ctrl{
	background-color: #ecf1f6;
	text-align:left;
	color: #FFF;
	font-size: 12px;
	padding-left: 20px;
}
#favorits-wrapper .elements-ctrl .closeIcon {
	cursor: pointer;
	width: 100%;
	text-align: left;
	padding: 10px 10px 0 0;
}
#favorits-wrapper .elements-ctrl .closeIcon .closeImg {
	display: inline-block;
	vertical-align: baseline;
	background: transparent url('../images/siteSprite.png') no-repeat 0 -242px;
	height: 13px;
	width: 13px;
}
#favorits-wrapper .elements .closeFavImg {
	background: url("../images/siteSprite.png") no-repeat scroll -10px -431px rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 13px;
    vertical-align: baseline;
    width: 14px;
}

.jcarousel-control-prev, .jcarousel-control-next{
	display:none;
} 
.elements-ctrl .element-ctrl{
	margin:20px auto;
}
.elements-ctrl .element-ctrl a{
	color: #FFF;
	display:block;
	margin-top: 20px;
}
.elements-ctrl .element-ctrl a, #favorits-wrapper .elements-ctrl .closeIcon, .fa-down {
	color: #27292a !important;
}