﻿#rotatorpanel
{
    width: 650px;
    height: 168px;
    background: transparent url(../images/layout/rotator-bg.png) top left no-repeat;
    margin-bottom: 20px;
}

#offerspanel
{
    width: 650px;
    height: 198px;
    background: transparent url(../images/layout/offers-bg.png) top left no-repeat;
    margin-bottom: 20px;
    position: relative;
}

#offerspanel h1
{
    padding: 7px 10px 0;
    font-size: 170%;
    color: #333;
}

#offerspanel .offerholder
{
    width: 148px;
    height: 148px;
    margin: 8px 0 10px 10px;
    padding: 0;
    float: left;
    background: #fff;
    border: 1px solid /* #CE0E75 */ #DDD; 
    text-align: center;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#offerspanel .picholder
{
    width: 148px;
    height: 138px;
    padding: 5px 0;
    overflow: hidden;
}

#offerspanel .textholder
{
    width: 128px;
    height: 20px;
    padding: 5px 10px;
    background: transparent url(../images/layout/textholder-bg.png) repeat-x;
    border-top: 1px solid #999;
    color: #fff;
    font-size: 110%;
    top: 118px;
    position: absolute;
	-khtml-opacity:.7; -moz-opacity:.7; -ms-filter:"alpha(opacity=70)"; filter:alpha(opacity=70); opacity:.7;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

#offerspanel .textholder a
{
    color: #fff;
    font-weight: bold;
    font-size: 110%;
    text-decoration: none;
}
