ul#swatch{
	width: 380px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
li#clr, li#trigger_1{
	float: left;
	list-style: none;
	margin: 5px;
	padding: 0;
	}
	
a img{
	border: 0;
	}
	
div#qTip {
  padding: 3px;
  border: 1px solid #666;
  border-right-width: 2px;
  border-bottom-width: 2px;
  display: none;
  background: #999;
  color: #FFF;
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  position: absolute;
  z-index: 1000;
  }
  
 li.desc{
 	margin: 10px;
	}
p.desc{
	text-align: left;
	margin: 10px;
	}
li.clear{
	clear: left;
	}

