
.bxslider_wrap
{
    position: relative;

    overflow: hidden;

    width: 700px;
    height: 395px;

    background: #fff;
    -webkit-box-shadow: 0 0 5px #666;
       -moz-box-shadow: 0 0 5px #666;
            box-shadow: 0 0 5px #666;
}

ul#bxslider
{
    position: absolute;

    width: 700px;
    height: 395px;
    margin: 0;
    padding: 0;
}

ul#bxslider li
{
    position: relative;

    width: 700px;
    height: 395px;
    margin: 0;
    padding: 0;

    list-style: none;
}

.bx-title
{
    font-family: 'museo-slab';
    font-size: 3.1em;
    font-weight: 400;

    position: absolute;
    top: 20px;
    left: 15px;

    color: #568493;
    text-shadow: 1px 1px 1px #efefef;
}

.bx-subtitle
{
    font-family: 'pragmatica-web-condensed';
    font-size: 1.6em;
    font-weight: 400;

    position: absolute;
    top: 357px;
    left: 15px;

    color: #737373;
    text-shadow: #ccc 1px 1px 1px;
}

.bx-body
{
    font-size: 1em;
    font-weight: 400;

    position: absolute;
    top: 72px;
    left: 485px;

    width: 200px;
    margin: 0 0 15px 0;
}

.bx-body li
{
    margin: 0 0 3px 0;
}

.bx-button
{
    position: absolute;
    z-index: 2;
    right: 30px;
    bottom: 50px;

    text-align: right;
}

.bx-button .btn:link,
.bx-button .btn:active,
.bx-button .btn:visited,
.bx-button .btn:hover,
.bx-button .btn:visited:hover
{
    font-family: 'pragmatica-web-condensed';
    font-size: 1.5em;
    font-weight: 400;

    display: inline-block;

    width: auto;
    margin: 0 0 10px 0;
    padding: 7px 10px;

    text-align: center;
    text-decoration: none;
    text-transform: none;

    color: #fff;
    border: 1px solid #f35a41;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background: url(/templates/artshoptherapy3/skins/v3/structure/buttons/bg_small.png);
    background-position: top left;
}

.bx-button .btn:hover,
.bx-button .btn:visited:hover
{
    background-position: bottom left;
}

/*pager*/
.bx-pager
{
    position: absolute;
    z-index: 4;
    right: 30px;
    bottom: 10px;

    text-align: center;
}

.bx-pager a:link,
.bx-pager a:active,
.bx-pager a:visited,
.bx-pager a:hover,
.bx-pager a:visited:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: .75em;

    width: 15px;
    height: 11px;
    margin: 0 0 0 4px;
    padding: 4px;

    color: #666;
    background: url(/templates/artshoptherapy3/skins/v3/structure/bxslider/dot.png) no-repeat scroll !important;
}

.bx-pager a.pager-active,
.bx-pager a:hover,
.bx-pager a:visited:hover
{
    text-decoration: none;

    color: #fff;
    background: blue;
    background: url(/templates/artshoptherapy3/skins/v3/structure/bxslider/dot_selected.png) no-repeat scroll !important;
}
