#wrapper {
    width: 800px;
    margin: 10px auto;
}

#slider {
    width: 800px;
    margin: 0 auto;
    position: relative;
    left: 0px !important;
    left:70px;
}

.scroll {
    overflow: hidden;
    width: 740px;
    margin: 0 auto;
    position: relative;
    left: 0px !important;
    left:30px;
}

.scrollContainer {
    position: relative;
}

.scrollContainer div.panel {
    margin-left:10px;
    width: 173px;
    height: 225px;
    border: 1px solid #cccccc;
    background: #ffffff;
    /*background: url(images/award_block.jpg) no-repeat;*/
}

/*special for fucking IE
* html .scrollContainer div.panel {
    width: 175px; ! important
}   */

.inside {
    padding: 10px 0px;
}

.inside img {
    display: block;
    margin: 0px auto;
}

.center_text {
    text-align:center;
}

.center_image {
    text-align:center;
    padding-top: 4px;
    padding-bottom: 4px;
}

.inside p {
    color: #000000;
    font: 13px arial;
}

.scrollButtons {
    position: absolute;
    top: 87px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
    right: -45px;
}

.hide {
    display: none;
}

/*small slider*/
.slider_small #wrapper {
    width: 745px;
    margin: 10px auto;
}

.slider_small #slider {
    width: 742px;
    margin: 0 auto;
    position: relative;
    left: -35px !important;
}

.slider_small .scroll {
    overflow: hidden;
    width: 682px;
    margin: 0 auto;
    position: relative;
    left: 0px !important;
}

.slider_small .scrollContainer div.panel {
    margin-left:5px !important;
    width: 163px;
    height: 200px;
    border: 1px solid #cccccc;
    background: #ffffff;
    /*background: url(images/award_block.jpg) no-repeat;*/
}

.slider_small .inside {
    width: 153px;
    padding: 15px 5px;
}

.slider_small .inside  .text{
    height: 86px;
    margin-top: 9px;
    text-align: center;
    font: 12px arial;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slider_small .inside p a {
    color: #000000;
    font: 12px arial;
}

.slider_small .scrollButtons.left {
    left: 10px;
}

.slider_small .scrollButtons.right {
    right: 10px;
}
