/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	padding-top:20px;
	margin-left: auto;
	margin-right: auto;
	width: 580px;
   display: table;
   overflow:hidden;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_2,
.grid_8,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	padding-top: 35px;
	margin-left: 10px;
	margin-right: 10px;
	height: 140px;
	width: 170px;
	
}
.container_12 .grid_8 {
	width:580px;
}

.container_12 .grid_12 {
	width:580px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* PRODUCTS */
/*.products-widget h1 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #FFF;
}
*/
.product/* img*/ {
	height: 170px;
	width: 170px;
	padding: 1px;
	
}

.caroufredsel_wrapper {
    width: 580px !important;
    height: 183px !important;
}
.fp-pager {
	position: absolute;
	right: 15px;
	top: 3px;
}
a.prev, a.next, a.tprev, a.tnext {
    font-size: 30px;
    color: #FFF;
    text-decoration: none;
}
.margensombrahome {
	position: absolute;
	width:170px;
	height:5px;
	float:left;
	right: 1px;
	top: 170px;

}