 /* Shop Adverts module */

#adrotator {
        background: #dff2fb;
        position: relative;
        text-align: center;
}
#adrotator ul {
        border: 1px solid #666;
        list-style: none;
        min-height: 1.6em;
        padding: 10px 15px 20px;
        height: 200px;

}
* html #adrotator ul {
        height: 1.6em;
        overflow: visible;
}

#adrotator a {
        text-decoration: none;
        font-weight: 550;
        color:black;
}
.title2 {
        font-weight: 600;
        color:red;
}
#adrotator li {
        margin: 0;
        padding: 0;
        font-size:14px;
        line-height: normal;
        font-weight: 550;
        color:#000;
}

#adrotator img {
        margin-left:auto;
        margin-right:auto;

}

#adrotator li.error {
        color: #f00;
}
#adrotator #toggleadrotator {
        background: transparent url("/images/cross.gif") no-repeat 0 0;
        overflow: hidden;
        position: absolute;
        right: 10px;
        top: 12px;
        width: 10px;
        height: 10px;
        text-indent: 20px;
        outline: none;
}
* html #adrotator #toggleadrotator {
        right: 30px;
}



 /* Photo slide show module */

#image_rotator {
        margin-left:auto;
        margin-right:auto;
        background: #dff2fb;
        position: relative;
        text-align: center;
}
#image_rotator ul {
        border: 1px solid #666;
        list-style: none;
        min-height: 1.6em;
        padding: 20px 15px 30px;
        height: 130px;

}
* html #image_rotator ul {
        height: 1.6em;
        overflow: visible;
}

#image_rotator a {
        text-decoration: none;
        font-weight: 550;
        color:#000;
}
.title2 {
        font-weight: 600;
        color:#CC0000;
}
#image_rotator li {
        margin: 0;
        padding: 0;
        font-size:15px;
        line-height: normal;
        font-weight: 550;
        color:#000;
}

#image_rotator img {
        margin-left:auto;
        margin-right:auto;

}

#image_rotator li.error {
        color: #f00;
}
#image_rotator #toggleimage_rotator {
        background: transparent url("/images/cross.gif") no-repeat 0 0;
        overflow: hidden;
        position: absolute;
        right: 10px;
        top: 12px;
        width: 10px;
        height: 10px;
        text-indent: 20px;
        outline: none;
}
* html #image_rotator #toggleimage_rotator {
        right: 30px;
}