#sleeves { behavior: url(iepngfix.htc); }

#cap {
	background-image:url(../images/Caps/CAP_ARRAY_1.png);
	background-repeat: no-repeat;
	background-position:25px 0px;
	width:122px;
	height:65px;
	z-index:1;
	margin-bottom:20px;
	margin-left:80px;
}

#jacket {
	position:absolute;
	background-image: url(../images/Jackets/JACKET_ARRAY_1.png);
	background-repeat: no-repeat;
	background-position: 20px 0px;
	width:120px;
	height:120px;
	z-index:1;
}

#sleeves {
	position:absolute;
	background-image:url(../images/Sleeves/SLEEVE_ARRAY_1.png);
	background-repeat: no-repeat;
	background-position: 0px 13px;
	width:140px;
	height:140px;
	z-index:2;
}

#picker{
	border:1px dashed #CCCCCC;
	width:100%;
	height:350px;
	padding:10px;
}



#wrapper #main_content #picker #desc {
	position: absolute;
	margin-top:-80px;
	width:200px;
	text-align:left;
}

