
#container.boxed{  max-width:1222px; margin:10px auto; border:none; padding:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow:0 4px 10px #ccc;
	-moz-box-shadow: 0 4px 10px #ccc;
	box-shadow:0 4px 10px #ccc;
}
a.sft_quickshop_icon{
	background: url("../../image/button.png") repeat-x scroll left top #141414;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 32px;
    line-height: 35px;
    padding: 0 9px 2px;
    text-transform: uppercase;
	opacity:0;
	filter:alpha(opacity=0);
	z-index:1
}
.image:hover a.sft_quickshop_icon{opacity:1; filter:alpha(opacity=100);}