.advanced-slider {
	position: relative;
	overflow: visible;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
}


.advanced-slider * {
	margin: 0;
	padding: 0;
}


.advanced-slider .slider-main {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 10;
}


.advanced-slider .slide-wrapper {
	position: relative;
	overflow: visible;
	width: 100%;
	height: 100%;
	z-index: 10;
}


.advanced-slider .slides {
	position: absolute;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	height: 100%;
	z-index: 10;
}


.advanced-slider .slide {
	position: absolute;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	list-style: none;
	filter: alpha(opacity=100);
	opacity: 1;
}


.advanced-slider .slide .image,
.advanced-slider .slide .thumbnail,
.advanced-slider .slide .caption,
.advanced-slider .slide .html {
	position: absolute;
}


.advanced-slider .slide img,
.advanced-slider .thumbnail img {
	max-width: none;
	max-height: none;
	border: 0 none;
}


.advanced-slider .slide .html {
	overflow: hidden;
}


.advanced-slider .slice-container {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}


.advanced-slider .swipeable-container {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow:hidden;
}


.advanced-slider .swipeable-container .slides {
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}


.advanced-slider .swipeable-container .slides .selectable {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-o-user-select: auto;
	user-select: auto;

	cursor: auto;
}


.advanced-slider .swipeable-container .grab {
	cursor: url(https://mail.google.com/mail/images/2/openhand.cur), default;
}


.advanced-slider .swipeable-container .grabbing {
	cursor: url(https://mail.google.com/mail/images/2/closedhand.cur), default;
}


.advanced-slider .slice {
	display: block;
	position: absolute;
}


.advanced-slider .preloader {
	position: absolute;
	background: url(images/preloader2.gif) no-repeat;
	width: 62px;
	height: 14px;
	z-index: 15;
}


.advanced-slider .slide-arrows {
	position: static;
}


.advanced-slider .slide-arrows a {
	position: absolute;
	z-index: 30;
	cursor: pointer;
}


.advanced-slider .lightbox-icon {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
	cursor: pointer;
	z-index: 10;
}


.advanced-slider .lightbox-icon.play {
	background-image: url(images/lightbox_play.png);
}


.advanced-slider .lightbox-icon.magnifying {
	background-image: url(images/lightbox_magnifying.png);
}


.advanced-slider .lightbox-icon.hyperlink {
	background-image: url(images/lightbox_hyperlink.png);
}


.advanced-slider .slideshow-controls {
	position: absolute;
	z-index: 40;
	cursor: pointer;
}


.advanced-slider .shadow {
	position: absolute;
	height: 94px;
	margin-top: -50px;
	z-index: 5;
}


.advanced-slider .shadow .shadow-left,
.advanced-slider .shadow .shadow-right,
.advanced-slider .shadow .shadow-middle {
	float: left;
}


.advanced-slider .shadow .shadow-left {
	float: left;
	background: url(images/shadow_left.png);
	width: 200px;
	height: 94px;
}


.advanced-slider .shadow .shadow-right {
	float: left;
	background: url(images/shadow_right.png);
	width: 200px;
	height: 94px;
}


.advanced-slider .shadow .shadow-middle {
	float: left;
	background: url(images/shadow_middle.png) repeat-x;
	height: 94px;
}


.advanced-slider .timer-animation {
	position: absolute;
	z-index: 50;
}


.advanced-slider canvas {
	position: absolute;
}


.advanced-slider .timer-animation .timer-animation-controls {
	position: absolute;
	cursor: pointer;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
}


.advanced-slider .timer-animation .timer-animation-controls {
	background: url(images/playpause_small.png)no-repeat;
}


.advanced-slider .timer-animation.play .timer-animation-controls {
	background-position: -20px 0;
}


.advanced-slider .timer-animation.pause .timer-animation-controls {
	background-position: 0 0;
}


.advanced-slider .caption-container {
	overflow: hidden;
	position: absolute;
}


.advanced-slider .caption-container .wrapper {
	position: absolute;
}


.advanced-slider .caption-container .background {
	position: absolute;
	width: 100%;
	height: 100%;
}


.advanced-slider .thumbnail-wrapper {
	position: absolute;
}


.advanced-slider .thumbnail {
	background-image: url(images/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	overflow: hidden;
}


.advanced-slider .slide-buttons {
	position: absolute;
	z-index: 20;
}


.advanced-slider .slide-buttons .left,
.advanced-slider .slide-buttons .right,
.advanced-slider .slide-buttons .middle {
	float: left;
}


.advanced-slider .slide-buttons a {
	position: relative;
	cursor: pointer;
	float: left;
	text-decoration: none;
	text-align: center;
}


.advanced-slider .thumbnail-scroller {
	position: absolute;
	z-index: 20;
}


.advanced-slider .thumbnail-scroller .visible-container {
	position: relative;
	overflow: hidden;
}


.advanced-slider .thumbnail-scroller .container {
	position: absolute;
	overflow: visible;
	top: 0;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}


.advanced-slider .thumbnail-scroller .thumbnail-wrapper {
	cursor: pointer;
	list-style: none;
}


.advanced-slider .thumbnail-scroller .lightbox-icon {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	cursor: pointer;
}


.advanced-slider .thumbnail-scroller .lightbox-icon.play {
	background-image: url(images/lightbox_play_small.png);
}


.advanced-slider .thumbnail-scroller .lightbox-icon.magnifying {
	background-image: url(images/lightbox_magnifying_small.png);
}


.advanced-slider .thumbnail-scroller .lightbox-icon.hyperlink {
	background-image: url(images/lightbox_hyperlink_small.png);
}


.advanced-slider .thumbnail .caption {
	position: absolute;
	width: 100%;
}


.advanced-slider .thumbnail .caption .background {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}


.advanced-slider .thumbnail .caption .content {
	position: absolute;
	width: 100%;
	z-index: 20;
}


.advanced-slider .thumbnail-scroller .arrows a {
	position: absolute;
	cursor: pointer;
}


.advanced-slider .thumbnail-scroller .buttons {
	position: absolute;
	width: auto;
}


.advanced-slider .thumbnail-scroller .buttons a {
	position: absolute;
	cursor: pointer;
	text-decoration: none;
}


/*.tooltip {
	position: absolute;
	z-index: 9999;
}*/






/*
	Skin Name: Light Round
	Class: light-round
	Description: Light Round skin for Advanced Slider jQuery plugin
	Author: David
*/


/* MAIN SLIDE */

.light-round .slide-wrapper {
	background-color: #FFF;
	border: 4px solid #FFF;
	-moz-box-shadow: 0 0 10px #CCC;
	-webkit-box-shadow: 0 0 10px #CCC;
	box-shadow: 0 0 10px #CCC;
}


.light-round .slide {
	background-color: #FFF;
}

/* END OF MAIN SLIDE */


/* SLIDE ARROWS */

.light-round .slide-arrows a {
	background: url(images/arrows.png) no-repeat;
	width: 66px;
	height: 66px;
	top: 50%;
	margin-top: -33px;
}


.light-round .slide-arrows a.previous {
	left: 20px;
}


.light-round .slide-arrows a.next {
	right: 20px;
	background-position: -66px 0;
}

/* SLIDE ARROWS */


/* SLIDESHOW CONTROLS */

.light-round .slideshow-controls {
	background: url(images/playpause.png) no-repeat;
	width: 66px;
	height: 66px;
	top: 50%;
	left: 50%;
	margin-top: -33px;
	margin-left: -33px;
}


.light-round .slideshow-controls.pause {
	background-position: 0 0;
}


.light-round .slideshow-controls.play {
	background-position: -66px 0;
}

/* END OF SLIDESHOW CONTROLS */


/* TIMER ANIMATION */

.light-round .timer-animation {
	top: 20px;
	right: 20px;
}

/* END OF TIMER ANIMATION */


/* SLIDE CAPTION */

.light-round .caption-container .background {
	background-color: #000;
	width: 100%;
	height: 100%;
}


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


.light-round .slide-buttons .left {
}


.light-round .slide-buttons .middle {
}


.light-round .slide-buttons .right {
}


/* this contains the buttons */
.light-round .slide-buttons .buttons-inner {
}


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


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


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


.light-round .slide-buttons .buttons-inner a.over .number {
	color: #666;
}


.light-round .slide-buttons .buttons-inner a.select .number {
	color: #666;
}


/*
 applied to the thumbnail when the thumbnail is used only as a tooltip
 sets the distance between the button and the thumbnail
*/
.light-round .slide-buttons .buttons-inner .thumbnail-wrapper {
	margin-bottom: 10px;
}

/* END OF SLIDE BUTTONS/BULLETS */


/* THUMBNAIL IMAGE */

.light-round .thumbnail {
	background-color: #FFF;
	border: solid 3px #FFF;
	-moz-box-shadow: 0 0 10px #AAA;
	-webkit-box-shadow: 0 0 10px #AAA;
	box-shadow: 0 0 10px #AAA;
	-ms-filter: "progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#AAAAAA')";
	filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#AAAAAA');
}

/* END OF THUMBNAIL IMAGE */


/* THUMBNAIL SCROLLER */

.light-round .thumbnail-scroller.horizontal {
	bottom: 0;
	left: 0;
	padding: 0 50px;
	margin-top: 30px;
}


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


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


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


.light-round .thumbnail-scroller .thumbnail-wrapper {
	margin: 5px;
	padding: 4px;
}


.light-round .thumbnail-scroller .thumbnail.over {
	border: solid 3px #FFF;
	-moz-box-shadow: 0 0 10px #555;
	-webkit-box-shadow: 0 0 10px #555;
	box-shadow: 0 0 10px #555;
	-ms-filter: "progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#555555')";
	filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#555555');
}


.light-round .thumbnail-scroller .thumbnail.select {
	border: solid 3px #FFF;
	-moz-box-shadow: 0 0 10px #555;
	-webkit-box-shadow: 0 0 10px #555;
	box-shadow: 0 0 10px #555;
	-ms-filter: "progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#555555')";
	filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#555555');
}


/* THUMBNAIL CAPTION */

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


.light-round .thumbnail .caption .content {
	color: #FFF;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	padding: 2px 0;
	margin: 0;
}

/* END OF THUMBNAIL CAPTION */


/* THUMBNAIL SCROLLER ARROWS */

.light-round .thumbnail-scroller .arrows a {
	background: url(images/arrows_small.png) no-repeat;
	width: 40px;
	height: 40px;
}


.light-round .thumbnail-scroller.vertical .arrows a {
	background: url(images/arrows_v_small.png) no-repeat;
}


.light-round .thumbnail-scroller .arrows a.next {
	background-position: -40px 0;
}


.light-round .thumbnail-scroller.horizontal .arrows a.previous {
	left: 0;
}


.light-round .thumbnail-scroller.horizontal .arrows a.next {
	right: 0;
}


.light-round .thumbnail-scroller.vertical .arrows a.previous {
	top: 0;
}


.light-round .thumbnail-scroller.vertical .arrows a.next {
	bottom: 0;
}

/* END OF THUMBNAIL SCROLLER ARROWS */


/* THUMBNAIL SCROLLER BUTTONS */

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


.light-round .thumbnail-scroller .buttons a.over {
	background-position: -10px 0;
}


.light-round .thumbnail-scroller .buttons a.select {
	background-position: -20px 0;
}

/* END OF THUMBNAIL SCROLLER BUTTONS */


/* THUMBNAIL SCROLLER SCROLLBAR */

.light-round .thumbnail-scroller.horizontal .scrollbar {
	margin-top: 30px;
}


.light-round .thumbnail-scroller.vertical .scrollbar {
	margin-left: 30px;
}

/* END OF THUMBNAIL SCROLLER SCROLLBAR */

/* END OF THUMBNAIL SCROLLER  */


/* TOOLTIP */

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


.tooltip .content {
	color: #999;
	padding: 10px;
	margin: 0;
}*/

/* END OF TOOLTIP */






/*
	Skin Name: Scrollbar 7 Light
	Class: scrollbar-7-light
	Description: Scrollbar 7 Light skin for Slider PRO WordPress plugin
	Author: David
*/


/* HORIZONTAL SCROLLBAR */

/* MAIN CONTAINER */

.scrollbar-7-light.horizontal {
	position: absolute;
	width: 340px;
	max-width: 340px;
	min-width: 70px;
	height: 14px;
}

/* END OF MAIN CONTAINER */


/* TRACK */

.scrollbar-7-light.horizontal .track {
	position: absolute;
	width: 100%;
	height: 14px;
	left: 0;
}


.scrollbar-7-light.horizontal .track .track-back {
	position: absolute;
	background-image: url(images/track_back.png);
	width: 6px;
	height: 14px;
	left: 0;
}


.scrollbar-7-light.horizontal .track .track-middle {
	position: absolute;
	background-image: url(images/track_middle.png);
	background-repeat: repeat-x;
	width: 328px;
	height: 14px;
	left: 6px;
}


.scrollbar-7-light.horizontal .track .track-forward {
	position: absolute;
	background-image: url(images/track_forward.png);
	width: 6px;
	height: 14px;
	right: 0;
}

/* END OF TRACK */


/* THUMB */

.scrollbar-7-light.horizontal .thumb {
	position: absolute;
	cursor: pointer;
	width: 70px;
	height: 12px;
	margin-top: 1px;
}


.scrollbar-7-light.horizontal .thumb .thumb-back {
	position: absolute;
	background-image: url(images/thumb_back.png);
	width: 6px;
	height: 12px;
	left: 0;
}


.scrollbar-7-light.horizontal .thumb .thumb-middle {
	position: absolute;
	background-image: url(images/thumb_middle.png);
	background-repeat: repeat-x;
	width: 58px;
	height: 12px;
	left: 6px;
}


.scrollbar-7-light.horizontal .thumb .thumb-forward {
	position: absolute;
	background-image: url(images/thumb_forward.png);
	width: 6px;
	height: 12px;
	right: 0;
}

/* END OF THUMB */

/* BACK BUTTON */

.scrollbar-7-light .back {
	position: absolute;
	width: 0;
	height: 0;
}

/* END OF BACK BUTTON */


/* FORWARD BUTTON */

.scrollbar-7-light .forward {
	position: absolute;
	width: 0;
	height: 0;
}

/* END OF FORWARD BUTTON */

/* END OF HORIZONTAL SCROLLBAR */



/* VERTICAL SCROLLBAR */

/* MAIN CONTAINER */

.scrollbar-7-light.vertical {
	position: absolute;
	height: 340px;
	max-height: 340px;
	min-height: 70px;
	width: 14px;
}

/* END OF MAIN CONTAINER */


/* TRACK */

.scrollbar-7-light.vertical .track {
	position: absolute;
	width: 14px;
	height: 100%;
	top: 0;
}


.scrollbar-7-light.vertical .track .track-back {
	position: absolute;
	background-image: url(images/track_back_v.png);
	width: 14px;
	height: 6px;
	top: 0;
}


.scrollbar-7-light.vertical .track .track-middle {
	position: absolute;
	background-image: url(images/track_middle_v.png);
	background-repeat: repeat-y;
	height: 328px;
	width: 14px;
	top: 6px;
}


.scrollbar-7-light.vertical .track .track-forward {
	position: absolute;
	background-image: url(images/track_forward_v.png);
	width: 14px;
	height: 6px;
	bottom: 0;
}

/* END OF TRACK */


/* THUMB */

.scrollbar-7-light.vertical .thumb {
	position: absolute;
	cursor: pointer;
	width: 12px;
	height: 70px;
	margin-left: 1px;
}


.scrollbar-7-light.vertical .thumb .thumb-back {
	position: absolute;
	background-image: url(images/thumb_back_v.png);
	height: 6px;
	width: 12px;
	top: 0;
}


.scrollbar-7-light.vertical .thumb .thumb-middle {
	position: absolute;
	background-image: url(images/thumb_middle_v.png);
	background-repeat: repeat-y;
	height: 58px;
	width: 20px;
	top: 6px;
}


.scrollbar-7-light.vertical .thumb .thumb-forward {
	position: absolute;
	background-image: url(images/thumb_forward_v.png);
	height: 6px;
	width: 12px;
	bottom: 0;
}

/* END OF THUMB */

/* END OF VERTICAL SCROLLBAR */
