
ul.demo {
        padding: 0;
        margin: 0;
        border: solid 1px #d7d0cd;
}

/* REQUIRED * the "slidingPanelsActivated" class added to container by the plug-in, allows for different presentation if JavaScript is disabled */
ul.slidingPanelsActivated {
        display:block;
        position:relative;
        overflow:hidden;

        /* edit "padding" and "margin" with care, as they can mess things up across browser */
        padding: 0;
        margin: 0;

        /* adjust "height" as needed, em recommended */
        height: 9em;
}

ul.demo li {
        display: block;
        padding:0;
        margin:0;
}

/* REQUIRED * the "slidingPanelsActivated" class added to container by the plug-in, allows for different presentation if JavaScript is disabled */
ul.slidingPanelsActivated li {
        display:block;
        position:absolute;
        overflow:hidden;
        /* "left" and "width" properties set automatically */
        top: 0;

        /* edit "padding" and "margin" with care, as they can mess things up across browser */
        padding: 0;
        margin: 0;

        /* "height" of 100% recommended to keep panels all the same height as the container */
        height:100%;
}

/* colors assigned to individual panels for demonstration, recommended to make a panel's background color same as container's background color */
ul.demo li.p1 {background:#aedfd4;}
ul.demo li.p2 {background:#fb9d66;}
ul.demo li.p3 {background:#f8d4e2;}
ul.demo li.p4 {background:#ccff99;}
ul.demo li.p5 {background:#ccff99;}

.prateleira
{
    width: 959px;
}

.prateleira-logo
{
    float: left;
}

.prateleira-produtos
{
    position: absolute;
    margin-left: 55px;
    float: left;
}

.prateleira-opcoes
{
    position: absolute;
    margin-top: 230px;
    margin-left: 55px;
    float: left;
}

.option
{
    background: url('../images/options.png');
    width: 83px;
    height: 18px;
    float: left;
    font-family: Arial, Verdana, Tahoma;
    font-size: 8pt;
    text-align: center;
    margin-right: 6px;
    margin-bottom: 6px;
    overflow: hidden;
    padding-top: 1px;
}

.option a
{
    text-decoration: none;
}

.product
{
    float: left;
    width: 114px;
    height: 100px;
    margin-top: 10px;
    margin-left:  0px;
    margin-right: 10px;
    margin-bottom: 0px;
}

#demo2
{
    height: 360px;
}


ul.demo li.p1 .option a {color: #5d716d;}
ul.demo li.p2 .option a {color: #60534b;}
ul.demo li.p3 .option a {color: #6f495b;}
ul.demo li.p4 .option a {color: #6c6d3c;}
ul.demo li.p5 .option a {color: #6c6d3c;}

.zoom
{
    z-index: 5000;
    position: absolute;
    background-image: url(../images/product_zoom-1.png);
    width: 180px;
    height: 200px;
	margin-left: -30px;
	margin-top: -5px;
    text-align: center;
    opacity:0.0;
    filter:alpha(opacity=0);
}

.zoom-produto
{
    position: absolute;
    margin: 8px;
    margin-left: 10px;
    width: 160px;
    height: 140px;
    background-color: #ffffff;
}

.zoom-tools
{
    position: absolute;
    margin-top: 164px;
    margin-left: 5px;
    width: 170px;
    height: 35px;
}

.zoom-icons
{
    position: absolute;
    float: left;
    height: 30px;
    width: 90px;
}

.zoom-preco
{
    color: white;
    font-weight: bold;
    font-size: 15px;
    text-align: right;
    position: absolute;
    padding-top: 3px;
    padding-right: 2px;
    margin-left: 90px;
    height: 27px;
    width: 78px;
    overflow: hidden;
}
