/* fotoalbum css */
.set, .product{
width:160px;
height:190px;
border:1px solid #6d4d24;
background:#aa9b84;
float:left;
margin-right:10px;
text-align:center;
color:#fff;
}
.set a, .product a{
	color:#fff;
}

.product{
	position:relative;
	float:left;
	text-align:left;
	height:auto;
	margin-bottom:10px;
}
.product.F{
	margin-right:0px;
}

.product .image{
	width:100%;
	margin:0px 0px 0px 0px;
	height:115px;
	float:left;
}
.product .image a, .set .image a{
	display:block;
	width:100%;
	height:100%;
}
.vergroot{
position:absolute;
bottom:2px;
right:2px;
}
.image img{
	width:100%;
}
.product .info,.set .info{
	margin-bottom:5px;
	width:100%;
}

.product .info{
	display:block;
text-align:center;
	margin-top:5px;
}

.image .vergroot{
	width:22px;
}

.image{
	width:150px;
	margin:10px auto;
	height:130px;
}

/* einde fotoalbum css */
.grnBtn input[type=text]{
	border:1px solid #000;
	height:20px;
	float:left;
	margin-right:10px;
}