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


/* MAIN SLIDE */

.light-round-extended .slide-wrapper {
}


.light-round-extended .slide {
}

/* END OF MAIN SLIDE */


/* SLIDE ARROWS */

.light-round-extended .slide-arrows a {
	background: url(images/arrows_small.png) no-repeat;
    width:40px;
    height:40px;
	top: 54%;
	margin-top: -33px;
}


.light-round-extended .slide-arrows a.previous {
	left: 10px;
}


.light-round-extended .slide-arrows a.next {
	right: 10px;
	background-position: -40px 0;
}

/* 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: 0 0;
}


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

/* END OF SLIDESHOW CONTROLS */


/* TIMER ANIMATION */

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

/* END OF TIMER ANIMATION */


/* SLIDE CAPTION */

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


.light-round-extended .caption-container .caption {
	color: #FFF;
	margin: 0;
	padding: 5px;
	font-size: 14px;
	line-height: 16px;
    text-shadow: none;
}

/* END OF SLIDE CAPTION */


/* SLIDE BUTTONS/BULLETS */

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


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


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


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


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


/* this is a button */
.light-round-extended .slide-buttons .buttons-inner a {
	background: url(images/buttons.png) no-repeat;
	background-position: 0 0;
	width: 14px;
	height: 14px;
	margin: 0 2px;
    position: relative;
    top:-145px;
}


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


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


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


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


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


/* 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 */