/* product */
#product .a {
	float: right;
	margin: 10px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	width: 60%;
       /* height: 600px;*/
}
#product .d {
	float: left;
	width: 35%;
/*height: 600px;*/
}
#product .b {
	margin-bottom: 20px;
}
