/*
	Skin Name: Glossy Curved Black
	Class: glossy-curved-black
	Description: Glossy Curved Black skin for Advanced Slider jQuery plugin
	Author: David
*/


/* MAIN SLIDE */

.glossy-curved-black .slide-wrapper {
	
	border: 10px solid #FFF;
	-moz-box-shadow: 0 0 10px #CCC;
	-webkit-box-shadow: 0 0 10px #CCC;
	box-shadow: 0 0 10px #CCC;
}

/* END OF MAIN SLIDE */


/* SLIDE ARROWS */

.glossy-curved-black .slide-arrows a {
	background: url(images/arrows.png) no-repeat;
	width: 86px;
	height: 68px;
	top: 50%;
	margin-top: -34px;
}


.glossy-curved-black .slide-arrows a.previous {
	left: -25px;
	
}


.glossy-curved-black .slide-arrows a.next {
	right: -25px;
	background-position: -86px 0;
}

/* SLIDE ARROWS */


/* SLIDESHOW CONTROLS */

.glossy-curved-black .slideshow-controls {
	background: url(images/playpause.png) no-repeat;
	width: 100px;
	height: 74px;
	top: 50%;
	left: 50%;
	margin-top: -37px;
	margin-left: -50px;
}


.glossy-curved-black .slideshow-controls.pause {
	background-position: 0 0;
}


.glossy-curved-black .slideshow-controls.play {
	background-position: -100px 0;
}

/* END OF SLIDESHOW CONTROLS */


/* TIMER ANIMATION */

.glossy-curved-black .timer-animation {
	top: 20px;
	right: 20px;
}

/* END OF TIMER ANIMATION */


/* SLIDE CAPTION */

.glossy-curved-black .caption-container .background {
	background-color: #000;
	width: 100%;
	height: 100%;
}


.glossy-curved-black .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 */





/* this is used to style the numbers from within the buttons, when they are used */


/* 
 applied to the thumbnail when the thumbnail is used only as a tooltip
 sets the distance between the button and the thumbnail
*/



/* TOOLTIP */

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


.glossy-curved-black .tooltip .content {
	color: #999;
	padding: 5px;
	margin: 0;
}

/* END OF TOOLTIP */