@charset "UTF-8";

.sample {
    padding: 0 10px 10px 0;
    margin: 0;
}
.bigimg {
    position: absolute;
    left: 0;
    top: 5px;
    width: 404px;
    height: 556px;
}
#swatches a {
    cursor: pointer;
}

#cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 100;
}
#popupcontainer {
    position: absolute;
    width: 100%;
    height: 100%;
    height: 556px;
    top: 50%;
    margin: -289px 0 0;
    padding: 5px 0 0;
    z-index: 200;
}

div.popup {
    margin: 0 auto;
    background: #262626;
    border: 1px solid #fff;
    color: #FFF;
    font: 13px/19px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    /*height: 566px;*/
    text-align: center;
    width: 694px;
}
div.popup img {
    clear: both;
    border: 0;
}
div.popup p {
    margin: 0;
    padding: 0 2px;
}
div.popup p.control {
    clear: both;
    margin-top: 5px;
    text-align: right;
    padding: 0;
    background: #fff;
}
div.popup a {
    padding: 0 8px;
    color: #000;
    cursor: pointer;
}

div.popup .number {
	float: left;
	color: #000;
	padding-left: 2px;
}
/*
div.popup a.close {
    float: right;
    padding-right: 18px;
    background: url(../images/close.png) no-repeat 100% 50%;
}
*/

