#screen{
	height: 229px;
	position: relative;
}
#button-left{
	position: absolute;
	left: 10px;
	top: -5px;
	cursor: pointer;
	cursor: hand;
	z-index: 2;
}
#button-right{
	position: absolute;
	top: -5px;
	right: 10px;
	cursor: pointer;
	cursor: hand;
	z-index: 2;
}

#screen256{
	height: 219px;
	width: 100%;
	position: relative;
	overflow: hidden;
	/*
	//overflow: visible;
	//overflow-x: hidden;
	*/
	z-index: 10;
}

#screen256 #track{
	height: 211px;
	position: absolute;
	top: 8px;
}
#screen256 .item,
#track2 .item{
	width: 203px;
	height: 211px;
	position: absolute;
}
#screen256 .item A,
#track2 .item A{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	zoom: 1;
	background: url(/i/blank.gif);
}
.item .inner-bgr{
	width: 100%;
	height: 100%;
	background: url(/i/item-bgr.gif) left 149px no-repeat;
}
.item .inner-bgr .image{
	 width:200px;
	 height:141px
}
#screen256 .item .image,
#track2 .item .image{
	position: absolute;
	text-align: center;
	width: 100%;
}
#screen256 .item .image IMG,
#track2 .item .image IMG{
	display:inline;
}
#screen256 .item .price,
#track2 .item .price{
	position: absolute;
	width: 106px;
	height: 66px;
	left: 30px;
	top: 95px;
}
#screen256 .item .price .png-up,
#track2 .item .price .png-up{
	width: 100%;
	height: 66px;
	background: url(/i/price_bgr.png) no-repeat;
	border: solid 1px transparent;
	//border: none;
}
* html #screen256 .item .price .png-up,
* html #track2 .item .price .png-up{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/price_bgr.png', sizingMethod='crop');
}
#screen256 .item .price IMG,
#track2 .item .price IMG{
	display: block;
	margin: 18px auto 0;
}
#screen256 .item .item-mask,
#track2 .item .item-mask{
	width: 188px;
	height: 88px;
	position: absolute;
	right: -2px;
	top: 61px;
	background: url(/i/item-mask.png) no-repeat;
}	
* html #screen256 .item .item-mask,
* html #track2 .item .item-mask{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/item-mask.png', sizingMethod='crop');
	right: -3px;
}
#screen256 .item .label,
#track2 .item .label{
	position: absolute;
	top: 30px;
	color: #626262;
	width: 190px;
	left: 34px;
	display: none;
	z-index: 9;
}
#screen256 .item .label H3,
#track2 .item .label H3{
	font: bold 14px Arial;
}
#screen256 .item .label .inner,
#track2 .item .label .inner{
	padding: 0px 20px 0 20px;
	zoom: 1;
}
#screen256 .item .label .inner,
#track2 .item .label .inner{
	background-color: #d61427;
	color: #FFF;
}
#screen256 .item .label .corners,
#track2 .item .label .corners{
	height: 13px;
	padding: 0 13px;
	position: relative;
}
#screen256 .item .label .corner,
#track2 .item .label .corner{
	width: 13px;
	height: 13px;
	position: absolute;
	top: 0;
}
#screen256 .item .label .bottom{

}
#screen256 .item .label .bgr,
#track2 .item .label .bgr{
	height: 13px;
	background: #d61427;
}
#screen256 .item .label .left,
#track2 .item .label .left{
	left: 0;
}
#screen256 .item .label .right,
#track2 .item .label .right{
	right: 0;
}
#screen256 .item .label .top .left,
#track2 .item .label .top .left{
	background: url(/i/label-left-top.png);
}	
* html #screen256 .item .label .top .left,
* html #track2 .item .label .top .left{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/label-left-top.png', sizingMethod='crop');
}	
#screen256 .item .label .top .right,
#track2 .item .label .top .right{
	background: url(/i/label-right-top.png);
}
* html #screen256 .item .label .top .right,
* html #track2 .item .label .top .right{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/label-right-top.png', sizingMethod='crop');
}
#screen256 .item .label .bottom .left,
#track2 .item .label .bottom .left{
	background: url(/i/label-left-bottom.png);
}
* html #screen256 .item .label .bottom .left,
* html #track2 .item .label .bottom .left{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/label-left-bottom.png', sizingMethod='crop');
}
#screen256 .item .label .bottom .right,
#track2 .item .label .bottom .right{
	background: url(/i/label-right-bottom.png);
}	
* html #screen256 .item .label .bottom .right,
* html #track2 .item .label .bottom .right{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/label-right-bottom.png', sizingMethod='crop');
}

#track2 .item{
	border-top:20px solid #FFF;
	height: 290px;
	background:#FFF;
}
#screen256 .item .over{
	background: #d61427 url(/i/label_left.gif) left bottom no-repeat;
	color: #FFF;
	z-index: 3;
}
#screen256 .item .over .inner{
	background: url(/i/label_right.gif) right bottom no-repeat;
}

#track2{
	position: relative;
	height: 291px;
}
