#pic_editor {
	display: none;
	width:  auto;
	position: absolute;
	top:  0;
	left: 0;
	background-color: #FFFFFF;
	padding: 5px;
	z-index: 101;
}
#pic_editor_img {
	position: relative;
	top:  0;
	left: 0;
}
#pic_shadow {
	position: absolute;
	top:  0;
	left: 0;
	background-color: #333;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index: 35;
}
#pic_area {
	position: absolute;
	top:  10px;
	left: 10px;
	width:  120px;
	height: 120px;
	overflow: hidden;
	border: 1px dashed #FFF; 
	z-index: 38;
	cursor: move;
}
#pic_area_img {
	display: block;
	position: absolute;
	top:  -11px;
	left: -11px;
}
.pic_but {
	display: block;
	width:  16px;
	height: 16px;
	position: absolute;
	top:   12px;
	right: 12px;
	//right: 17px;
	text-decoration: none;
	z-index: 40;
	cursor: pointer;
}
.pic_but span { display:block; position: absolute; top: -5px; left: -108px; width: 100px; color: #bbb; text-align: right; font-size: 10px; line-height: 110%; z-index:42; }
.pic_but:hover span { color:#FFF; }
.pic_but em { display:block; position: absolute; top: -4px; left: -107px; width: 100px; color: #444; text-align: right; font-size: 10px; line-height: 110%; z-index:40; font-style:normal; }
#pic_1   {
	top: 12px;
	background: transparent url('/application/includes/images/avatar_editor/pic_but_1.png?_=1') no-repeat 0 0;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/application/includes/images/avatar_editor/pic_but_1.png?_=1', sizingMethod='scale');
} 
#pic_1 span { top: 1px; }
#pic_1 em { top: 2px; }
#pic_2   {
	top: 44px;
	background: transparent url('/application/includes/images/avatar_editor/pic_but_2.png?_=1') no-repeat 0 0;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/application/includes/images/avatar_editor/pic_but_2.png?_=1', sizingMethod='scale');
}
#pic_3   {
	top: 76px;
	background: transparent url('/application/includes/images/avatar_editor/pic_but_3.png?_=1') no-repeat 0 0;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/application/includes/images/avatar_editor/pic_but_3.png?_=1', sizingMethod='scale');
}
#pic_4   {
	top: 44px;
	/*top: 108px;*/
	background: transparent url('/application/includes/images/avatar_editor/pic_but_4.png?_=1') no-repeat 0 0;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/application/includes/images/avatar_editor/pic_but_4.png?_=1', sizingMethod='scale');
}
#pic_4 span { top: 1px; }
#pic_4 em { top: 2px; }