/** banners test */
/**************************************/

div#banners01 {
	position:        relative;
	width:           685px;
	height:          144px;
	overflow:        hidden;
}

div#banners01 div.content {
	position:        relative;
	width:           9999px;
}

div#banners01 ul {
	position:        absolute;
	width:           215px;
}

div#banners01 ul.left {
	left:            -215px;
}

div#banners01 ul.center {
	top:             0px;
	left:           230px;
}

div#banners01 ul.right {
	left:            940px;
}

div#banners01 ul li {
	width:           215px;
	height:          144px;
	margin:          0 20px 20px 0;
	float:           left;
}

div#banners01 ul li.last {
	margin:          0 0 20px 0;
}

div#banners01 ul li a {
	background:      url("/shared/img/pickup/index/banner-base.gif") left top no-repeat;
	position:        relative;
	display:         block;
	padding:          3px;
}

div#banners01 ul li a:hover {
	background:      url("/shared/img/pickup/index/banner-base_on.gif") left top no-repeat;
}

div#banners01 ul li a img {
	border:          1px solid #ffffff;
}


/**************************************/

/** 2ƒJƒ‰ƒ€*/
/**************************************/


div.frm-w-content-left:hover,
div.frm-w-content-right:hover { background-position: 0px -85px; }

div.frm-w-content-left div,
div.frm-w-content-right div {
	background:      url("/shared/img/store/index/store-large.gif") left top no-repeat;
	position:        relative;
	width:           335px;
	height:          85px;
}


div.frm-w-content-left div a,
div.frm-w-content-right div a {
	background:      url("/shared/img/common/transparent.gif") left top no-repeat;
	position:        absolute;
	top:             0px;
	left:            0px;
	text-decoration: none;
	display:         block;
	width:           335px;
	height:          85px;
	z-index:         1000;
}

div.frm-w-content-left div img,
div.frm-w-content-right div img {
	position:        absolute;
	top:             13px;
	left:            13px;
	border:          1px solid #ffffff;
	z-index:         100;
}

div.frm-w-content-left div h5,
div.frm-w-content-right div h5 {
	position:        absolute;
	top:             13px;
	left:            118px;
	color:           #8CC63F;
	font-size:       14px;
	padding:         0 0 0 0;
	z-index:         100;
}

div.frm-w-content-left div span,
div.frm-w-content-right div span {
	position:        absolute;
	top:             35px;
	left:            118px;
	padding:         0 10px 0 0;
	z-index:         100;
}





/**************************************/

/** clearfix banners test*/
/**************************************/
div#banners01 div.content ul:after
{
	content:         ".";
	height:          0;
	clear:           both;
	visibility:      hidden;
	display:         block;
}

div#banners01 div.content ul
{
	display:         inline-block;
}

/*\*/

* html div#banners01 div.content ul
{
	height:          1%;
}

div#banners01 div.content ul
{
	display:         block;
}

