.browser-mask {
	overflow: hidden;
	height: 111px;
	width: 111px;
}

.jcarousel-skin-tango {
	margin-left: 85px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 720px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  730px;
    height: 130px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 110px;
    height: 130px;
	text-align: center;
    position: relative;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.jcarousel-skin-tango .label {
	text-decoration: none;
	color: #fff;
}
.jcarousel-skin-tango .image   { vertical-align: middle; }

.jcarousel-skin-tango .favorite-trash {
	position: absolute;
	top: 0;
	right: 0;
}

/* =carrousel
-------------------------------------------------------------- */
.carrousel-box {
	height: 190px;
	margin-bottom: 18px;
	}

.carrousel {
	position: relative;
	top: 13px;
	height: 170px;
	width: 892px;
	margin-top: 17px;
	margin: 0 auto;
	overflow: hidden;
	}
.carrousel .paginatie {
	position: absolute;
	bottom: 0;
	left: 410px;
	}
.carrousel .btn-prev {
	display: block;
	position: absolute;
	top: 65px;
	left: 0;
	background: url(../../ext/gfx/assets/buttons/btn_previous.png) no-repeat 0 0;
	text-indent: -10000px;
	width: 44px;
	height: 29px;
	cursor: pointer;
	}
.carrousel .btn-next {
	display: block;
	position: absolute;
	top: 65px;
	right: 0;
	background: url(../../ext/gfx/assets/buttons/btn_next.png) no-repeat 0 0;
	text-indent: -10000px;
	width: 47px;
	height: 29px;
	cursor: pointer;
	}
.carrousel .btn-nav-one {
	color: #fff;
	text-decoration: none;
	}

/* =small
-------------------------------------------------------------- */
div.carousel-small .carrousel-box {
	height: 175px;
	margin-bottom: 0;
}

div.carousel-small .carrousel {
	width: 600px;
	height: 155px;
}

div.carousel-small .jcarousel-skin-tango {
	margin-left: 17px;
}

div.carousel-small .jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 600px;
	overflow: hidden;
}

div.carousel-small .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  570px;
}

div.carousel-small .paginatie {
	left: 260px;
}

div.carousel-small .btn-prev {
	left: 10px;
	top: 126px;
}

div.carousel-small .btn-next {
	right: 10px;
	top: 126px;
}

div.carousel-small .label {
	color: #000;
}

/* =tiny
-------------------------------------------------------------- */
div.carousel-tiny {
	padding-top: 20px;
}

div.carousel-tiny .carrousel-box {
	height: 175px;
	margin-bottom: 0;
}

div.carousel-tiny .carrousel {
	width: 300px;
}

div.carousel-tiny .jcarousel-skin-tango {
	margin-left: 20px;
}

div.carousel-tiny .jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 270px;
}

div.carousel-tiny .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  270px;
}

div.carousel-tiny .paginatie {
	top: 135px;
	left: 90px;
}

div.carousel-tiny .btn-prev {
	left: 10px;
	top: 126px;
}

div.carousel-tiny .btn-next {
	right: 10px;
	top: 126px;
}

div.carousel-tiny .label {
	color: #000;
}


/* =vertical center
-------------------------------------------------------------- */


.vert-1 {
	text-align: left;
	display: table;
	height: 111px;
	#position: relative;
	overflow: hidden;
	}
.vert-2 {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
	}
.vert-3 {
	width: 111px;
	height: 111px;
	#position: relative;
	#top: -50%;
	text-align: center;
	}

.favorite-trash,
.favorite-trash a {
	cursor: pointer;
    }
