/*
    Skin Name: Minimal Small
    Class: minimal-small
    Description: Minimal Small skin for Advanced Slider jQuery plugin
    Author: David
*/


/* MAIN SLIDE */

.minimal-small .slide-wrapper {
    background-color: #00293b;
/*    widtheighth: 980px !important;
    height: 400px !important;*/
}

/* END OF MAIN SLIDE */


/* SLIDE ARROWS */

.minimal-small .slide-arrows a {
    background: url(images/arrows.png) no-repeat;
    width: 24px;
    height: 24px;
    bottom: 20px;
}


.minimal-small .slide-arrows a.previous {
    right: 78px;
}


.minimal-small .slide-arrows a.next {
    right: 20px;
    background-position: -24px 0;
}

/* SLIDE ARROWS */


/* SLIDESHOW CONTROLS */

.minimal-small .slideshow-controls {
    background: url(images/playpause.png) no-repeat;
    width: 24px;
    height: 24px;
    bottom: 20px;
    right: 49px;
}


.minimal-small .slideshow-controls.pause {
    background-position: 0 0;
}


.minimal-small .slideshow-controls.play {
    background-position: -24px 0;
}

/* END OF SLIDESHOW CONTROLS */


/* TIMER ANIMATION */

.minimal-small .timer-animation {
    top: 20px;
    right: 20px;
}

/* END OF TIMER ANIMATION */


/* SLIDE CAPTION */

.minimal-small .caption-container .background {
    background-color: #000;
    width: 100%;
    height: 100%;
}


.minimal-small .caption-container .caption {
    color: #FFF;
    margin: 0;
    padding: 8px;
    font-size: 16px;
    line-height: 18px;
}

/* END OF SLIDE CAPTION */


/* SLIDE BUTTONS/BULLETS */

/* main container of the navigation buttons */
.minimal-small .slide-buttons {
    left: 0px !important;
    bottom: 0px !important;
    /*top: 0px !important;*/
    padding: 20px;
}


/*
 left, right and middle of the main container
 for this skin, these elements are not styled by default
 feel free to add your own styling
*/
.minimal-small .slide-buttons .left,
.minimal-small .slide-buttons .right {
}


.minimal-small .slide-buttons .left {
    height: 0px !important;
}


.minimal-small .slide-buttons .middle {
}


.minimal-small .slide-buttons .right {
}


/* this contains the buttons */
.minimal-small .slide-buttons .buttons-inner {
}


/* this is a button */
.minimal-small .slide-buttons .buttons-inner a {
    display: block;
    width: 13px;
    height: 13px;
    background: url(/images/bullet.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin-right: 10px;
    float: left;
}


.minimal-small .slide-buttons .buttons-inner a.over {
    /*	background-position: -24px 0;*/
}


.minimal-small .slide-buttons .buttons-inner a.select {
    background-position: 0 -20px;
}


/* this is used to style the numbers from within the buttons, when they are used */
.minimal-small .slide-buttons .buttons-inner a .number {
    margin-top: 3px;
    font-size: 12px;
    line-height: 12px;
    padding: 2px;
    font-weight: bold;
    color: #EEE;
}


.ie9.minimal-small .slide-buttons .buttons-inner a .number {
    margin-top: 5px;
}


.minimal-small .slide-buttons .buttons-inner a.over .number {
    color: #333;
}


.minimal-small .slide-buttons .buttons-inner a.select .number {
    color: #333;
}


/*
 applied to the thumbnail when the thumbnail is used only as a tooltip
 sets the distance between the button and the thumbnail
*/
.minimal-small .slide-buttons .buttons-inner .thumbnail-wrapper {
    margin-bottom: 10px;
}

/* END OF SLIDE BUTTONS/BULLETS */


/* THUMBNAIL IMAGE */

.minimal-small .thumbnail {
    background-color: #000;
    border: solid 3px #000;
}

/* END OF THUMBNAIL IMAGE */


/* THUMBNAIL SCROLLER */

.minimal-small .thumbnail-scroller.horizontal {
    bottom: 0;
    left: 0;
    padding: 0 50px;
    margin-top: 30px;
}


.minimal-small .thumbnail-scroller.horizontal.overlay {
    bottom: 80px;
    margin-top: 0;
}


.minimal-small .thumbnail-scroller.vertical {
    right: 0;
    top: 0;
    padding: 50px 0;
    margin-left: 30px;
}


.minimal-small .thumbnail-scroller.vertical.overlay {
    right: 80px;
    margin-left: 0;
}


.minimal-small .thumbnail-scroller .thumbnail-wrapper {
    margin: 5px;
    padding: 4px;
}


.minimal-small .thumbnail-scroller .thumbnail.over {
    border: solid 3px #000;
}


.minimal-small .thumbnail-scroller .thumbnail.select {
    border: solid 3px #000;
}


/* THUMBNAIL CAPTION */

.minimal-small .thumbnail .caption .background {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}


.minimal-small .thumbnail .caption .content {
    color: #FFF;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    padding: 2px 0;
    margin: 0;
}

/* END OF THUMBNAIL CAPTION */


/* THUMBNAIL SCROLLER ARROWS */

.minimal-small .thumbnail-scroller .arrows a {
    background: url(images/arrows.png) no-repeat;
    width: 24px;
    height: 24px;
}


.minimal-small .thumbnail-scroller.vertical .arrows a {
    background: url(images/arrows_v.png) no-repeat;
}


.minimal-small .thumbnail-scroller .arrows a.next {
    background-position: -24px 0;
}


.minimal-small .thumbnail-scroller.horizontal .arrows a.previous {
    left: 0;
}


.minimal-small .thumbnail-scroller.horizontal .arrows a.next {
    right: 0;
}


.minimal-small .thumbnail-scroller.vertical .arrows a.previous {
    top: 0;
}


.minimal-small .thumbnail-scroller.vertical .arrows a.next {
    bottom: 0;
}

/* END OF THUMBNAIL SCROLLER ARROWS */


/* THUMBNAIL SCROLLER BUTTONS */

.minimal-small .thumbnail-scroller .buttons a {
    background: url(images/buttons_small.png) no-repeat;
    background-position: 0 0;
    width: 12px;
    height: 12px;
    margin: 2px;
}


.minimal-small .thumbnail-scroller .buttons a.over {
    background-position: -12px 0;
}


.minimal-small .thumbnail-scroller .buttons a.select {
    background-position: -24px 0;
}

/* END OF THUMBNAIL SCROLLER BUTTONS */


/* THUMBNAIL SCROLLER SCROLLBAR */

.minimal-small .thumbnail-scroller.horizontal .scrollbar {
    margin-top: 30px;
}


.minimal-small .thumbnail-scroller.vertical .scrollbar {
    margin-left: 30px;
}

/* END OF THUMBNAIL SCROLLER SCROLLBAR */

/* END OF THUMBNAIL SCROLLER */


/* TOOLTIP */

.tooltip {
    background-color: #DDD;
    margin-bottom: 20px;
    border: #EEE solid 4px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}


.tooltip .content {
    color: #999;
    padding: 10px;
    margin: 0;
}

/* END OF TOOLTIP */



.slider-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 0;
}
.slider-direction-nav a {width: 52px; cursor: pointer; height: 52px; margin: -13px 0 0; display: block; background: url(theme/bg_direction_nav.png) no-repeat; position: absolute; top: 50%; cursor: pointer; text-indent: -999em;}
/*.slider-direction-nav .flex-next {background-position: -52px 0; right: -21px;}
.slider-direction-nav .flex-prev {left: -20px;}*/
.slider-direction-nav .flex-disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

.slider-direction-nav .slider-prev {
    background: url('theme/slider_left.png') no-repeat;
    height: 23px;
    left: 30px;
    width: 23px;
    opacity: 0.6;
    z-index: 999;
}
.slider-direction-nav .slider-prev:hover, .slider-direction-nav .slider-next:hover  {
    opacity: 1;
}
.slider-direction-nav .slider-next {
    background: url('theme/slider_right.png') no-repeat;
    background-position: 0 !important;
    height: 23px;
    right: 30px;
    width: 23px;
    opacity: 0.6;
    z-index: 999;
}

a.slider-video {
    position: absolute;
}
a.slider-video img {
    background: #f7f7f7;
    border: 1px solid #fff;
    padding: 6px;
}