/*
	Skin Name:  Slider styles for primary image gallery
	Class:  img-slider
	Description:  Custom skin for Advanced Slider jQuery plugin
	Author:  Nick Pishvanov
*/


/* MAIN SLIDE */

.img-slider .slide-wrapper {
	/* background-color: #4d4b4b;
	border: 8px solid #4d4b4b; */
    border: 0;
}

.lt-ie9 .img-slider .slide-wrapper {
}

.img-slider .slide {
}

/* END OF MAIN SLIDE */



/* CAPTION POSITION ADJUSTMENT */
.img-slider {
    overflow: hidden !important;
    padding-bottom: 45px !important;
}

.img-slider .swipeable-container, 
.img-slider .slides, 
.img-slider .slide {
     overflow: visible !important;
}

.img-slider .caption-container {
    top: 100% !important;
} 



/* SLIDE ARROWS */

.img-slider .slide-arrows a {
	background: url(images/arrows-main-full.png) no-repeat;
	width: 64px;
	height: 64px;
	top: 50%;
	margin-top: -32px;
}
		
.img-slider .slide-arrows a.previous {
    /* positioning of arrows when including border around .slide-wrapper */
	/* left: -1px; */ 
    left: 0;
}
	
.img-slider .slide-arrows a.next {
	/* right: -1px; */
    right: 0;
	background-position: -64px 0;
}

/* SLIDE ARROWS */


/* SLIDE CAPTION */

.img-slider .caption-container .background {
    /* background-color: rgb(87, 85, 85) !important; */ /* ie 7-8 fallback */
   	/* background-color: rgba(89, 86, 86, 0.85) !important; */
	width: 100%;
	height: 100%;
}


.img-slider .caption-container .caption {
    text-align: center;
	color: #ccc;
	margin: 0;
	padding-top: 10px;
	font-size: 13px;
	/* line-height: 1; */
}
.img-slider .caption-container .caption a {
	color: #eee;
	text-decoration: none;
	font-size: 13px;
    padding-left: 5px;
}
.img-slider .caption-container .caption a:hover, .img-slider .caption-container .caption a:focus {
	color: #95B8D1;
}
.img-slider .caption-container .caption cite {
    display: block;
    color: #eee;
	font-size: 15px;
	font-weight: normal;
    padding-bottom: 3px;
}
/* text-size adjustment for long titles */
.img-slider .caption-container .caption cite.sm {
    font-size: 14px;
}

/* END OF SLIDE CAPTION */


/* SLIDE BUTTONS/BULLETS */

/* main container of the navigation buttons */
.img-slider .slide-buttons {
	margin-top: 40px;
}


/* 
 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
*/
.img-slider .slide-buttons .left, 
.img-slider .slide-buttons .right {
}


.img-slider .slide-buttons .left {
}


.img-slider .slide-buttons .middle {
}


.img-slider .slide-buttons .right {
}


/* this contains the buttons */
.img-slider .slide-buttons .buttons-inner {
}


/* this is a button */
.img-slider .slide-buttons .buttons-inner a {
	background: url(images/buttons.png) no-repeat;
	background-position: 0 0;
	width: 14px;
	height: 14px;
	margin: 0 2px;
}


.img-slider .slide-buttons .buttons-inner a.over {
	background-position: -14px 0; 
}


.img-slider .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 */
.img-slider .slide-buttons .buttons-inner a .number {
	margin-top: 2px;
	font-size: 8px;
	line-height: 10px;
	font-weight: bold;
	color:  #666;
}


.img-slider .slide-buttons .buttons-inner a.over .number {
	color: #333;
}


.img-slider .slide-buttons .buttons-inner 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
*/
.img-slider .slide-buttons .buttons-inner .thumbnail-wrapper {
	margin-bottom: 10px;
}

/* END OF SLIDE BUTTONS/BULLETS */


/* THUMBNAIL IMAGE */

.img-slider .thumbnail {
	background-color: #4d4b4b;
	border: solid 7px #4d4b4b;
	text-align: center;
}

.img-slider .thumbnail img {
	border: solid 3px #ced6d9;
}

.img-slider .thumbnail p {
	color: #eee;
	font-size: 11px;
	/*margin-top: -1px; */
	text-align: center;
}

/* top margin variant for narrow, horizontal images (see Donati) */
.img-slider .thumbnail img.vert-adj {
    margin-top: 30%;
}

/* END OF THUMBNAIL IMAGE */


/* THUMBNAIL SCROLLER */

.img-slider .thumbnail-scroller.horizontal {
	bottom: 0;
	left: 0;
	padding: 0 50px;
	margin-top: 10px;
}


.img-slider .thumbnail-scroller.horizontal.overlay {
	bottom: 80px;
	margin-top: 0;
}


.img-slider .thumbnail-scroller.vertical {
	right: 0;
	top: 0;
	padding: 50px 0;
	margin-left: 30px;
}


.img-slider .thumbnail-scroller.vertical.overlay {
	right: 80px;
	margin-left: 0;
}


.img-slider .thumbnail-scroller .thumbnail-wrapper {
	margin: 5px;
	padding: 4px;
}


.img-slider .thumbnail-scroller .thumbnail.over img {
	border: solid 3px #fff;
}


.img-slider .thumbnail-scroller .thumbnail.select img {
	border: solid 3px #95B8D1;
}


/* THUMBNAIL CAPTION */

.img-slider .thumbnail .caption .background {
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}


.img-slider .thumbnail .caption .content {
	/* color: #000; ? */
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	padding: 2px 0;
	margin: 0;
}

/* END OF THUMBNAIL CAPTION */


/* THUMBNAIL SCROLLER ARROWS */

.img-slider .thumbnail-scroller .arrows a {
	background: url(images/arrows-thumb-full.png) no-repeat;
	width: 32px;
	height: 32px;
}

.img-slider .thumbnail-scroller .arrows a.next {
	background-position: -32px 0;
}

.img-slider .thumbnail-scroller.horizontal .arrows a.previous {
	left: 0;
}

.img-slider .thumbnail-scroller.horizontal .arrows a.next {
	right: 0;
}


/* END OF THUMBNAIL SCROLLER ARROWS */


/* THUMBNAIL SCROLLER BUTTONS */

.img-slider .thumbnail-scroller .buttons a {
	background: url(images/buttons_small.png) no-repeat;
	background-position: 0 0; 
	width: 8px;
	height: 8px;
	margin: 2px;
}


.img-slider .thumbnail-scroller .buttons a.over {
	background-position: -8px 0; 
}


.img-slider .thumbnail-scroller .buttons a.select {
	background-position: -16px 0; 
}

/* END OF THUMBNAIL SCROLLER BUTTONS */


/* THUMBNAIL SCROLLER SCROLLBAR */

.img-slider .thumbnail-scroller.horizontal .scrollbar {
	margin-top: 30px;
}


.img-slider .thumbnail-scroller.vertical .scrollbar {
	margin-left: 30px;
}

/* END OF THUMBNAIL SCROLLER SCROLLBAR */

/* END OF THUMBNAIL SCROLLER */


/* TOOLTIP */

.advanced-slider-tooltip {
	background-color: #DDD;
	margin-bottom: 20px;
	border: #EEE solid 4px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}


.advanced-slider-tooltip .content {
	color: #999;
	padding: 10px;
	margin: 0;
}

/* END OF TOOLTIP */

/* SLIDESHOW CONTROLS */

.img-slider .slideshow-controls {
	background: url(images/playpause.png) no-repeat;
	width: 64px;
	height: 64px;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
}


.img-slider .slideshow-controls.pause {
	background-position: 0 0;
}


.img-slider .slideshow-controls.play {
	background-position: -64px 0;
}

/* END OF SLIDESHOW CONTROLS */

/* TIMER ANIMATION */

.img-slider .timer-animation {
	top: 20px;
	right: 20px;
}

/* END OF TIMER ANIMATION */