/*
	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:#000;
	border:0px solid #000;
	
}

/* END OF MAIN SLIDE */


/* SLIDE PRELOADER */

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

/* END OF SLIDE PRELOADER */


/* SLIDE ARROWS */

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


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


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

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


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

/* END OF SLIDESHOW CONTROLS */


/* TIMER ANIMATION */

.minimal-small .timer-animation
{
	display:none;
}

/* END OF TIMER ANIMATION */


/* SLIDE CAPTION */

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


.minimal-small .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 */
.minimal-small .navigation-buttons
{
	bottom:5px;
	
}


/* 
 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 .navigation-buttons .left, .minimal-small .navigation-buttons .right {}


.minimal-small .navigation-buttons .left {}


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


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


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


/* this is a button */
.minimal-small .navigation-buttons .buttons a
{
	background:url(images/buttons.png) no-repeat;
	background-position:0px 0px;
	cursor:pointer;
	width:18px;
	height:18px;
	margin:0px 2px;
	text-align:center;border-radius:3px;
}


.minimal-small .navigation-buttons .buttons a.over
{
	background-position:-24px 0px; 
}


.minimal-small .navigation-buttons .buttons a.select
{
	background-position:-48px 0px; 
}


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

	
}


.ie9.minimal-small .navigation-buttons .buttons a .number
{
	margin-top:0px;
}


.minimal-small .navigation-buttons .buttons a.over .number
{
	color:black;
}


.minimal-small .navigation-buttons .buttons a.select .number
{
	color:white;
}


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

/* END OF NAVIGATION BUTTONS/BULLETS */


