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

.description {
	border:1px solid #8d9e77;	
	width:675px;
	height:280px;
	display:none;
	margin-top:37px;
	-moz-border-radius:4px;
	padding:0 20px;
}

.description .arrow {
	width:34px;
	height:34px;
	background:transparent url(greenarrow.png) repeat scroll 0 -68px;
	margin-top:-28px;
	margin-left:106px;
	font-size:1px;
	position:relative;
}

#presenter .arrow {
	margin-left:355px;	
}

#events .arrow {
	margin-left:570px;	
}

#construction .arrow {
	position: absolute;
    top: 308px;
    left: 16px;
    width:33px;
    height: 33px;
    background:transparent url(greenarrow.png) repeat scroll 0 0px;
    z-index: 30;	
}
#selfrunning .arrow {
    position: absolute;
    top: 309px;
    left: 265px;
    width:33px;
    height: 33px;
    background:transparent url(greenarrow.png) repeat scroll 0 0px;
    z-index: 30;
}
#web .arrow {
    position: absolute;
    top: 309px;
    left: 470px;
    width:33px;
    height: 33px;
    background:transparent url(greenarrow.png) repeat scroll 0 0px;
    z-index: 30;
}
