#ProductFramesContainer {
    width: 1200px;
    height: 628px;
    position: relative;
}
.ProductFrame {
    width: 1200px;
    height: 628px;
    top:0;
    left:0;
    opacity: 1;
    filter: alpha(opacity=1);
}
.ProductImage {
    width: 1200px;
    height: 628px;
}
.ProductTitle {
    display: none;
    position: absolute;
    top:0px;
    left: 40%;
    font-weight: bold;
    font-size: 16px;
    font-family: Gabriola, Calibri, Constantia;
}
.ProductDescription {
    display: none;
    position: absolute;
    top: 20px;
    left: 123px;
    font-size: 12px;
    font-family: "Arial Rounded MT", Gabriola, Calibri, Constantia;
    padding-right: 30px;
}
.ProductNewPrice {
    display: none;
    position: absolute;
    top: 24px;
    left: 80px;
    font-weight: bold;
    font-family: andalus;
    font-size: 14px;
}
.ProductOldPrice {
   display: none;
    position: absolute;
    top: 15px;
    left: 85px;
    text-decoration: line-through;
    transform: rotate(30deg);
    font-family: andalus;
    font-size: 10px;
}
.ProductLink {
    font-size: 8px;
}
