
#products {
	margin-left:125px;
}


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

.description {
	background-color:#EAEAEA;
	border:1px solid #999;	
	width:450px;
	min-height:140px;
	display:none;
	margin-top:0px;
	margin-left:125px;
	-moz-border-radius:4px;
	padding:0 20px;
	color:#434A4E;
}

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

#commercial .arrow {
	margin-left:210px;	
}

#multidomain .arrow {
	margin-left:385px;	
}
