@charset "utf-8";
/* CSS Document */
/* some custom fonts via google font api */
@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:extralight);
/* content block 3 */

#mcs3_container
{
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0;
    width: 500px;
    height: 900px;
    padding: 0 10px;
    border-bottom: 1px solid #666;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: transparent;
    box-shadow: inset 0 0 20px transparent;
    -moz-box-shadow: inset 0 0 20px transparent;
    -webkit-box-shadow: inset 0 0 20px transparent;
}
#mcs3_container .customScrollBox
{
    position: relative;
    height: 100%;
    overflow: hidden;
}
#mcs3_container .customScrollBox .container
{
    position: relative;
    width: 450px;
    top: 0;
    float: left;
}
#mcs3_container .customScrollBox .content
{
    clear: both;
}
#mcs3_container .customScrollBox .content p
{
    padding: 10px 5px 10px 15px;
    margin: 0;
    color: #31231E;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    line-height: 20px;
}
#mcs3_container .customScrollBox img
{
    border: 3px solid #31231E;
    margin: 0 0 0 15px;
}
#mcs3_container .dragger_container
{
    position: relative;
    width: 2px;
    height: 500px;
    float: left;
    margin: 35px 0 0 25px;
    border: none solid #555555;
    cursor: pointer;
    background-image: url('../images/ScrollerContainer.png');
}
#mcs3_container .dragger
{
    -moz-box-shadow: inset 0 0 6px #000;
    -webkit-box-shadow: inset 0 0 6px #000;
    box-shadow: inset 0 0 6px #000;
    position: absolute;
    width: 8px;
    height: 15px;
    margin-left: -4px;
    overflow: hidden;
    background: #5B2314;
    cursor: pointer;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
#mcs3_container .dragger_pressed
{
    -moz-box-shadow: inset 0 0 6px #000;
    -webkit-box-shadow: inset 0 0 6px #000;
    box-shadow: inset 0 0 6px #000;
    position: absolute;
    width: 8px;
    height: 15px;
    margin-left: -4px;
    overflow: hidden;
    background: #5B2314;
    cursor: pointer;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

