﻿.rotator{
    background-color:#999;
    width:972px;
    height:300px;
    margin:0px auto;
    position:relative;
    font-family:Calibri,Tahoma,Arial,Helvetica,sans-serif;
    color:#fff;
    /*text-transform:uppercase;*/
    border:3px solid #f0f0f0;
    overflow:hidden;
    -moz-box-shadow:0px 0px 10px #222;
    -webkit-box-shadow:0px 0px 10px #222;
    box-shadow:0px 0px 10px #222;
    cursor:pointer;
}
img.bg{
    position:absolute;
    top:0px;
    left:0px;
    width:972px;
    height:300px;
}
.rotator ul {
    list-style: none outside none;
    margin-top: 270px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 900;
    margin-right: 10px;
 }
.rotator ul li{
    display:inline;
    float: left;
}
.rotator ul li a{
    width:17px;
    height:23px;
    background:url("../images/slider/cube.png") bottom no-repeat;    
    clear:both;
    color:#222;
    display:inline;
    float:left;
    text-align:center;
    font-size:10px;
    margin:5px 6px 1px 0;
    text-decoration:none;
    line-height:28px;
    }

.rotator .description{
    width:541px;
    max-height:131px;
    position:absolute;
    bottom:0px;
    left:0px;
    z-index:/*888*/ 2;
    background:url("../images/slider/desc_bg.png") no-repeat transparent;
    border-top:0px;
    border-right:0px;
}
.rotator .description p{
    display:block;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 35px;
    width:510px;
    text-transform:none;
    letter-spacing:normal;
    color:#FFF;
    font-size:16px;
	line-height:1.4;
}
a.slider_link{
    color:#FFF;
    text-decoration:underline !important;
    background:none;
}
a.slider_link:hover{
    color:#111;
}