/*** Overall MovingBoxes Slider ***/
.slider {
    width: 900px; /* default, this is overridden by script settings */
    margin: 0 auto;
    position: relative;
}

.scrollContainer, .scroll {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

/*** Slider panel ***/
.slider div.panel {
    width: 350px;  /* default, this is overridden by script settings */
    margin: 5px 0;
    padding: 5px;
    cursor: pointer;
}

.slider div.panel.current {
    cursor: auto;
}

/*** Inside the panel ***/
.inside {

}

.inside img {
    display: block;
    border: 1px solid #666;
    margin: 5px 0 10px 0;
    width: 100%;
}

/*** Left & Right Navigation Arrows ***/
a.scrollButtons {
    display: block;
    width: 9px;
    height: 17px;
    background: url(../images/arrows.gif) no-repeat;
    position: absolute;
    top: 40%; /* if you change the arrow images, you may have to adjust this (distance from top) */
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    border: 0;
}

a.scrollButtons.left {
    background-position: left top;
    left:-17px;
}

a.scrollButtons.right {
    background-position: left -17px;
    right: -17px;
}

.controls {
    margin: 0 auto;
    text-align: center;
    background: #ccc;
}

.controls a {
    color: #444;
    font: 12px Georgia, Serif;
    display: inline-block;
    text-decoration: none;
    padding: 2px;
    height: 18px;
    margin: 0 5px 0 0;
    text-align: center;
    outline: 0;
}

.controls a.current, .controls a:hover {
    color: #fff;
}

.active-slider .controls {
    background: #999bff;
}

.movingBoxes .shadow_box{
    /*background: url(../images/work_slider.png) no-repeat;
    position: absolute;
    left:0;
    top:0;
    width:282px;
    height:251px;*/
}
.movingBoxes .shadow_box_left,
.movingBoxes .shadow_box_right{
    background: url(../images/shadow_box_left.png) no-repeat;
    position: absolute;
    left:0;
    top:0;
    width:60px;
    height:221px;
}
.movingBoxes .shadow_box_right{
    background: url(../images/shadow_box_right.png) no-repeat;
    left:auto;
    right:0;
}