#viewDress {
	z-index: 5;
	border-radius: 2px;
	transform-origin: left top;
	-moz-transform-origin: left top;
	-webkit-transform-origin: left top;
	-o-transform-origin: left top;
	-ms-transform-origin: left top;
}
#selectorDress {
	width: 300px;
	z-index: 24;
	top: 154px;
}
#selectorDress menu {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fcfcfc;
}
#selectorDress menu > a {
	display: block;
	float: left;
	height: 74px;
	width: 74px;
	background-repeat: no-repeat;
	background-position: center 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	vertical-align: middle;
}
#selectorDress menu > a:first-child {
	
}
#selectorDress menu > a:last-child {
	
}
#selectorDress menu.sample {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;	
}
#selectorDress menu.myphoto {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	position: relative;
	z-index: 1;
}
#selectorDress menu.myphoto > a {
	height: 54px;
	vertical-align: middle;
}
#selectorDress menu.myphoto a.custum {
	background-image: url(mn_dress-custum.png);
	width: 158px;
	background-position: 16px center;
}
#selectorDress menu.myphoto a.rotate {
	background-image: url(mn_dress-rotate.png);
	float: right;
	width: 80px;
	display: none;
}
#selectorDress menu.myphoto a.help-guide {
	float: left;
	margin-left: 8px;
	margin-top: 16px;
	width: 20px;
	height: 20px;
}
#selectorDress menu:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}