/*
	Skin Name: Light Round Ext.
	Class: light-round-extended
	Description: Light Round Extended skin for Slider PRO WordPress plugin. This is used for the HTML example
	Author: David
*/


/* MAIN SLIDE */

.light-round-extended .slide-wrapper
{
    background-color: #1f93d3;
    border: 4px solid #1f93d3;
    -moz-box-shadow: 0px 0px 10px #0000;
    -webkit-box-shadow: 0px 0px 10px #0000;
    box-shadow: 0px 0px 10px #0000;
}

/* END OF MAIN SLIDE */


/* SLIDE PRELOADER */

.light-round-extended .preloader
{
    background: url(images/preloader2.gif) no-repeat;
    width: 62px;
    height: 14px;
}

/* END OF SLIDE PRELOADER */


/* SLIDE ARROWS */

.light-round-extended .navigation-arrows a
{
    background: url(images/arrows.png) no-repeat;
    width: 66px;
    height: 66px;
    top: 50%;
    margin-top: -33px;
}


.light-round-extended .navigation-arrows a.previous
{
    left: -100px;
}


.light-round-extended .navigation-arrows a.next
{
    right: -100px;
    background-position: -66px 0px;
}

/* SLIDE ARROWS */


/* SLIDESHOW CONTROLS */

.light-round-extended .slideshow-controls
{
    background: url(images/playpause.png) no-repeat;
    width: 66px;
    height: 66px;
    top: 50%;
    left: 50%;
    margin-top: -33px;
    margin-left: -33px;
}


.light-round-extended .slideshow-controls.pause
{
    background-position: 0px 0px;
}


.light-round-extended .slideshow-controls.play
{
    background-position: -66px 0px;
}

/* END OF SLIDESHOW CONTROLS */


/* SHADOW */

.light-round-extended .shadow
{
    height: 94px;
    margin-top: -50px;
}


.light-round-extended .shadow .shadow-left, .light-round-extended .shadow .shadow-right
{
    width: 200px;
    height: 94px;
}


.light-round-extended .shadow .shadow-left
{
    background: url(images/shadow_left.png);
}


.light-round-extended .shadow .shadow-right
{
    background: url(images/shadow_right.png);
}


.light-round-extended .shadow .shadow-middle
{
    background: url(images/shadow_middle.png) repeat-x;
    height: 94px;
}

/* END OF SHADOW */


/* TIMER ANIMATION */

.light-round-extended .timer-animation
{
    top: 20px;
    right: 20px;
}

/* END OF TIMER ANIMATION */


/* SLIDE CAPTION */

.light-round-extended .caption .background
{
    background-color: #000;
    width: 100%;
    height: 100%;
}


.light-round-extended .caption .content
{
    color: #FFF;
    margin: 0px;
    padding: 8px;
    font-size: 16px;
    line-height: 18px;
}

/* END OF SLIDE CAPTION */


/* NAVIGATION BUTTONS/BULLETS */

/* main container of the navigation buttons */
.light-round-extended .navigation-buttons
{
    bottom: -50px;
}


/* 
 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
*/
.light-round-extended .navigation-buttons .left, .light-round-extended .navigation-buttons .right
{
}


.light-round-extended .navigation-buttons .left
{
}


.light-round-extended .navigation-buttons .middle
{
}


.light-round-extended .navigation-buttons .right
{
}


/* this contains the buttons */
.light-round-extended .navigation-buttons .buttons
{
}


/* this is a button */
.light-round-extended .navigation-buttons .buttons a
{
    background: url(images/buttons.png) no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
    width: 14px;
    height: 14px;
    margin: 0px 2px;
    text-align: center;
}


.light-round-extended .navigation-buttons .buttons a.over
{
    background-position: -14px 0px;
}


.light-round-extended .navigation-buttons .buttons a.select
{
    background-position: -28px 0px;
}


/* this is used to style the numbers from within the buttons, when they are used */
.light-round-extended .navigation-buttons .buttons a .number
{
    margin-top: 2px;
    font-size: 8px;
    line-height: 10px;
    font-weight: bold;
    color: #888;
}


.light-round-extended .navigation-buttons .buttons a.over .number
{
    color: #666;
}


.light-round-extended .navigation-buttons .buttons a.select .number
{
    color: #666;
}


/* 
 applied to the thumbnail when the thumbnail is used only as a tooltip
 sets the distance between the button and the thumbnail
*/
.light-round-extended .navigation-buttons .buttons .thumbnail
{
    margin-bottom: 10px;
}

/* END OF NAVIGATION BUTTONS/BULLETS */


/* THUMBNAIL IMAGE */

.light-round-extended .thumbnail
{
    background-image: url(images/preloader.gif);
    background-color: #82d3ff;
    background-position: center;
    background-repeat: no-repeat;
    border: solid 3px #82d3ff;
    -moz-box-shadow: 0px 0px 10px #82d3ff;
    -webkit-box-shadow: 0px 0px 10px #82d3ff;
    box-shadow: 0px 0px 10px #82d3ff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#AAAAAA')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#AAAAAA');
}

/* END OF THUMBNAIL IMAGE */


/* NAVIGATION THUMBNAILS / THUMBNAIL SCROLLER */

.light-round-extended .navigation-thumbnails.horizontal
{
    margin-top: 50px;
    padding: 0px 20px;
}


.light-round-extended .navigation-thumbnails.vertical
{
    margin-left: 50px;
    padding: 20px 0px;
}


.light-round-extended .navigation-thumbnails .thumbnail
{
    cursor: pointer;
    margin: 10px 5px;
}


.light-round-extended .navigation-thumbnails .thumbnail.over
{
    border: solid 3px #00a5ff;
    -moz-box-shadow: 0px 0px 10px #555;
    -webkit-box-shadow: 0px 0px 10px #555;
    box-shadow: 0px 0px 10px #555;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#555555')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#555555');
}


.light-round-extended .navigation-thumbnails .thumbnail.select
{
    border: solid 3px #FFF;
    -moz-box-shadow: 0px 0px 10px #555;
    -webkit-box-shadow: 0px 0px 10px #555;
    box-shadow: 0px 0px 10px #555;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#555555')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#555555');
}


/* THUMBNAIL CAPTION */

.light-round-extended .thumbnail .caption .background
{
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}


.light-round-extended .thumbnail .caption .content
{
    color: #FFF;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    padding: 2px 0px;
    margin: 0px;
    font-weight: bold;
}

/* END OF THUMBNAIL CAPTION */


/* NAVIGATION THUMBNAILS ARROWS */

.light-round-extended .navigation-thumbnails .arrows a
{
    background: url(images/arrows_small.png) no-repeat;
    width: 40px;
    height: 40px;
}


.light-round-extended .navigation-thumbnails.vertical .arrows a
{
    background: url(images/arrows_v_small.png) no-repeat;
}


.light-round-extended .navigation-thumbnails .arrows a.next
{
    background-position: -40px 0px;
}


.light-round-extended .navigation-thumbnails.horizontal .arrows a.previous
{
    left: 0px;
}


.light-round-extended .navigation-thumbnails.horizontal .arrows a.next
{
    right: 0px;
}


.light-round-extended .navigation-thumbnails.vertical .arrows a.previous
{
    top: 0px;
}


.light-round-extended .navigation-thumbnails.vertical .arrows a.next
{
    bottom: 0px;
}

/* END OF NAVIGATION THUMBNAILS ARROWS */


/* NAVIGATION THUMBNAILS BUTTONS */

.light-round-extended .navigation-thumbnails .buttons a
{
    background: url(images/buttons_small.png) no-repeat;
    background-position: 0px 0px;
    width: 10px;
    height: 10px;
    margin: 2px;
}


.light-round-extended .navigation-thumbnails .buttons a.over
{
    background-position: -10px 0px;
}


.light-round-extended .navigation-thumbnails .buttons a.select
{
    background-position: -20px 0px;
}

/* END OF NAVIGATION THUMBNAILS BUTTONS */


/* NAVIGATION THUMBNAILS SCROLLBAR */

.light-round-extended .navigation-thumbnails.horizontal .scrollbar
{
    margin-top: 30px;
}


.light-round-extended .navigation-thumbnails.vertical .scrollbar
{
    margin-left: 30px;
}

/* END OF NAVIGATION THUMBNAILS SCROLLBAR */

/* END OF NAVIGATION THUMBNAILS / THUMBNAIL SCROLLER */


/* TOOLTIP */

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


.light-round-extended .tooltip .content
{
    color: #000;
    padding: 10px;
    margin: 0px;
}

/* END OF TOOLTIP */


/* CSS FOR THE INLINE HTML */


.light-round-extended .html .background
{
    width: 100%;
    height: 100%;
    background: #DDD;
}


.light-round-extended .html .content-box
{
    width: 180px;
    margin: 35px 30px;
    padding: 10px;
    background: #888;
    color: #CCC;
    font-size: 13px;
    line-height: 20px;
    border: 4px solid #EEE;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}


.light-round-extended .html .content-box p
{
    font-size: 13px;
    line-height: 20px;
}


.light-round-extended .html p
{
    color: #CCCCCC;
}


.light-round-extended .html .content-box .title
{
    font-weight: bold;
    font-style: italic;
    color: #EEEEEE;
}


.light-round-extended .html .content-box .slide-button
{
    width: 65px;
    color: #666;
    padding: 2px;
    margin-top: 10px;
    text-decoration: none;
    background-color: #EEEEEE;
    border: 4px solid #FFFFFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}


.light-round-extended .html .images-box
{
    width: 540px;
    padding: 30px 15px;
}


.light-round-extended .html .image-box
{
    background: url(images/image_shadow.png) no-repeat 9px 158px;
    width: 260px;
    height: 170px;
    float: left;
}


.light-round-extended .html .image-box img
{
    margin: 10px;
    border: 4px solid #FFF;
}

/*END OF CSS FOR THE INLINE HTML */