#itemscardbox {
display:none;
position: fixed;
background-color:transparent;
}
#itemscard {
background-color:#fff;
border:20px solid #DBD1B5;
text-align:left;
font: 12px Georgia, "Times New Roman", Times, serif;
top:0;
left:0;
}
#itemscordclose {
    float:right;
    position:relative;
    background:url("imgs/close.png") no-repeat scroll 0 0 transparent;
    height:24px;
    width:24px;
    right:-24px;
    top:-24px;
	cursor: pointer;
}
#itemscordprev {
    position:absolute;
    bottom:24px;
    left:72px;
    background:url("imgs/left.png") no-repeat scroll 0 0 transparent;
    height:24px;
    width:24px;
	cursor: pointer;
}
#itemscordnext {
    position:absolute;
    bottom:24px;
    right:48px;
    background:url("imgs/right.png") no-repeat scroll 0 0 transparent;
    height:24px;
    width:24px;
	cursor: pointer;
}
#itemscard img {
  float:left;
  margin:5px;
  border: solid 10px #DBD1B5;
}

div#itemscard .itemstxt {
	width: 400px;
	clear: both;
	margin: 0 20px 0 0;
	background: url(../img/bkg_itemcard_itemstxt.png) no-repeat left top;
	padding: 10px 0 10px 20px;
}

div#itemscard .itemcmd {
	float: left;
}

div#itemscard .itemcmd a.shop-edititem {
	
}
