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

.description {
	background-color:white;
	border:1px solid #999;	
	width:827px;
	min-height:140px;
	display:none;
	margin-top:17px;
	-moz-border-radius:4px;
	padding:20px;
	}

.description p, .description li {font-size: 14px;}
.description li {margin-bottom: 20px;}



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


#starter .arrow {
	margin-left:67px;}


#semi .arrow {
	margin-left:290px;}


#custom .arrow {
	margin-left:520px;}


#branding .arrow {
	margin-left:700px;}
	
	
	
	
