#order-gallery div.photo > img {
	width:170px;
	height:170px;
}

#order-gallery input[type=text] {
	width:40px;
	font-size:14px;
	font-weight: bold;
	text-align: center;
}

#order-gallery div.thumb {
	margin-left:10px;
}

#order-gallery div.photo {
	width:170px;
	height:170px;
	margin-bottom:5px;
}

#order-gallery span.order-icon {
	width:30px;
	height:21px;
	display: block;
	display: inline-block;
	cursor:pointer;
}

#order-gallery span.order-icon.state-on {
	background: url('../img/photo-order-on.png') no-repeat;
}

#order-gallery span.order-icon.state-off {
	background: url('../img/photo-order-off.png') no-repeat;
}

