
/* ============================================================	*/ 
/* ========	ECARDS BLOKKEN  	===============================	*/
/* ============================================================	*/ 

.ecardsBloks {
	widht:600px;
	overflow:hidden;
	padding-bottom:10px;
	}
.ecardBlock {
	position:relative;
	margin:0 10px 10px 0;
	border:1px solid #B6CA2C;
	width:179px;
	float:left;
	background-color:#FFF;
	}
/*\*/
* html body .ecardBlock {width:181px;}
/* */

.ecardsVisual {
	border-right:!ps solid #B6CA2C;
	}
.ecardsVisual img {
	display:block;
	border-right:1px solid #B6CA2C;
	}
.ecardArrow {
	position:absolute;
	top:75px;
	left:164px;
	width:11px;
	height:11px;
	z-index:100;
	}