/*
	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:#212121;
}

/* END OF MAIN SLIDE */


/* SLIDE PRELOADER */

.minimal-small .preloader
{
	background:url(images/preloader2.gif) no-repeat;
	width:62px;
	height:14px;
}

/* END OF SLIDE PRELOADER */






/* TIMER ANIMATION */

.minimal-small .timer-animation
{
	top:10px;
	right:10px;
}

/* END OF TIMER ANIMATION */


/* NAVIGATION BUTTONS/BULLETS */

/* main container of the navigation buttons */
.minimal-small .navigation-buttons
{
	bottom:8px;
	right:auto !important;
	left:8px !important;
}


/* 
 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:24px;
	height:24px;
	margin:0px 2px;
	text-align:center;
}


.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:2px;
	font-weight:bold;
	color:#EEE;
}


.ie9.minimal-small .navigation-buttons .buttons a .number
{
	margin-top:5px;
}


.minimal-small .navigation-buttons .buttons a.over .number
{
	color:#333;
}


.minimal-small .navigation-buttons .buttons a.select .number
{
	color:#333;
}


/* 
 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 */



/* TOOLTIP */

.minimal-small .tooltip
{
	background-color:#DDD;
	margin-bottom:20px;
	border:#EEE solid 4px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}


.minimal-small .tooltip .content
{
	color:#999;
	padding:10px;
	margin:0px;
}

/* END OF TOOLTIP */