@charset "utf-8";


body {
	background: url("/shared/img/apparel/body_back.jpg") repeat;
}

/** frm-main */
/**************************************/
div#frm-main {
	text-align:      center;
	position:        relative;
	top:             0px;
	left:            0px;
	width:           100%;
	height:          280px;
	margin:          0 0 10px 0;
	z-index:         10;
}


div#frm-main-content {
	position:        relative;
	width:           940px;
	height:          280px;
	margin:          0 auto;
	z-index:         8888;
}

ul#frm-main-images {
	width:           940px;
	height:          280px;
}

ul#frm-main-images li {
	position:        absolute;
	top:             0px;
	left:            0px;
	display:         none;
}

ul#frm-main-images li a {

}

ul#frm-main-images li a img {

}

div#frm-main-cursor {
	background:      url("/shared/img/index/frm-main-cursor.gif") left top no-repeat;
	position:        absolute;
	top:             4px;
	text-indent:     -9999px;
	width:           45px;
	height:          21px;
}

div.position_0 {
	left:            15px;
}

div.position_1 {
	left:            65px;
}

div.position_2 {
	left:            115px;
}

div.position_3 {
	left:            165px;
}


