#products img {
	margin:0 0px 10px 0;	
	cursor:pointer;	
	position:relative;
}

.description {
	background-color:#f4f4f4;
	border:1px solid #e0e0e0;	
	width:405px;
	height:210px;
	display:none;
	margin-top:17px;
	-moz-border-radius:4px;
	padding:0 20px;
}

.description .arrow {
	width:34px;
	height:34px;
	margin-top:-28px;
	margin-left:36px;
	font-size:1px;
	position:relative;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../grey.png);
	background-repeat: repeat;
	background-position: 0 -68px;
}

#junior .arrow {
	margin-left:180px;	
}

#pianoconcerten .arrow {
	margin-left:335px;	
}

