/*
	Skin Name:  Minimal Light
	Class:  minimal-light
	Description:  Minimal Light skin for Slider PRO WordPress plugin
	Author:  David
*/


/* MAIN SLIDE */

.minimal-light .slide-wrapper {
	background-color: #FFF;
	border: 0;
	height: 100% !important;
}


.minimal-light .slide {
	background-color: #a0a5b6;
}

/* END OF MAIN SLIDE */


/* SLIDE ARROWS */

.minimal-light .slide-arrows a {
	background: url(images/arrows.png) no-repeat;
	width: 64px;
	height: 64px;
	top: 50%;
	margin-top: -32px;
}


.minimal-light .slide-arrows a.previous {

}


.minimal-light .slide-arrows a.next {
	right: 0px;
	background-position: -64px 0;
}

/* SLIDE ARROWS */


/* SLIDESHOW CONTROLS */

.minimal-light .slideshow-controls {
	background: url(images/playpause.png) no-repeat;
	width: 64px;
	height: 64px;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
}


.minimal-light .slideshow-controls.pause {
	background-position: 0 0;
}


.minimal-light .slideshow-controls.play {
	background-position: -64px 0;
}

/* END OF SLIDESHOW CONTROLS */


/* TIMER ANIMATION */

.minimal-light .timer-animation {
	top: 20px;
	right: 20px;
}

/* END OF TIMER ANIMATION */


/* SLIDE CAPTION */

.minimal-light .caption-container .background {
	background-color:  #FFF;
	width: 100%;
	height: 100%;
}


.minimal-light .caption-container .caption {
	color:  #a0a5b6;
	margin: 0;
	padding: 8px;
	font-size: 16px;
	line-height: 18px;
}

