/* Nemus Slider Icons - Thanks Fontello.com & Entypo.com ! */
@font-face {
	font-family: 'nemus-icons';
	src: url('../font/nemus-icons.eot?68143072');
	src: url('../font/nemus-icons.eot?68143072#iefix') format('embedded-opentype'),
		 url('../font/nemus-icons.woff?68143072') format('woff'),
		 url('../font/nemus-icons.ttf?68143072') format('truetype'),
		 url('../font/nemus-icons.svg?68143072#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
 
[class^="nemusicon-"]:before, [class*=" nemusicon-"]:before {
	font-family: "nemus-icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
}
.nemusicon-spin5:before { content: '\e81e'; } /* '' */
.nemusicon-picture:before { content: '\e818'; } /* '' */
.nemusicon-gift:before { content: '\e814'; } /* '' */
.nemusicon-cancel:before { content: '\e802'; } /* '' */
.nemusicon-cancel-circled:before { content: '\e803'; } /* '' */
.nemusicon-plus-circled:before { content: '\e804'; } /* '' */
.nemusicon-minus-circled:before { content: '\e805'; } /* '' */
.nemusicon-attach:before { content: '\e819'; } /* '' */
.nemusicon-upload-cloud:before { content: '\e808'; } /* '' */
.nemusicon-code:before { content: '\e80a'; } /* '' */
.nemusicon-docs:before { content: '\e80b'; } /* '' */
.nemusicon-doc-landscape:before { content: '\e80c'; } /* '' */
.nemusicon-popup:before { content: '\e80d'; } /* '' */
.nemusicon-arrow-combo:before { content: '\e80e'; } /* '' */
.nemusicon-down-open:before { content: '\e80f'; } /* '' */
.nemusicon-ellipsis:before { content: '\e817'; } /* '' */
.nemusicon-right-open:before { content: '\e811'; } /* '' */
.nemusicon-up-open:before { content: '\e812'; } /* '' */
.nemusicon-down:before { content: '\e807'; } /* '' */
.nemusicon-up:before { content: '\e806'; } /* '' */
.nemusicon-down-thin:before { content: '\e800'; } /* '' */
.nemusicon-play:before { content: '\e801'; } /* '' */
.nemusicon-palette:before { content: '\e815'; } /* '' */
.nemusicon-back-in-time:before { content: '\e813'; } /* '' */
.nemusicon-rocket:before { content: '\e816'; } /* '' */
.nemusicon-flickr-circled:before { content: '\e81c'; } /* '' */
.nemusicon-instagram:before { content: '\e81b'; } /* '' */
.nemusicon-pin:before { content: '\e81d'; } /* '' */
.nemusicon-fivehundredpx:before { content: '\e81a'; } /* '' */
.nemusicon-resize-vertical:before { content: '\e809'; } /* '' */
.nemusicon-left-open:before { content: '\e810'; } /* '' */

/* Custom icons on the sidebar and on the post edit page, with retina */
#menu-posts-nemus_slider .wp-menu-image {background: url(menu.png) no-repeat 1px -2px !important;}
#menu-posts-nemus_slider:hover .wp-menu-image, #menu-posts-nemus_slider.wp-has-current-submenu .wp-menu-image {background-position:1px -34px !important;}
#icon-edit.icon32-posts-nemus_slider {background: url(icon32.png) no-repeat;}

@media
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (   min--moz-device-pixel-ratio: 1.5),
	only screen and (     -o-min-device-pixel-ratio: 3/2),
	only screen and (        min-device-pixel-ratio: 1.5),
	only screen and (            min-resolution: 1.5dppx) {
             
	#menu-posts-nemus_slider .wp-menu-image {
		background: url(menu@2x.png) no-repeat 6px 6px !important;
		-webkit-background-size: 16px 42px;
		-moz-background-size: 16px 42px;
		background-size: 16px 42px;
	}
	
	#menu-posts-nemus_slider:hover .wp-menu-image, #menu-posts-nemus_slider.wp-has-current-submenu .wp-menu-image {background-position:6px -20px !important;}
	
	#icon-edit.icon32-posts-nemus_slider {
		background: url(icon32@2x.png) no-repeat;
		-webkit-background-size: 32px 32px;
		-moz-background-size: 32px 32px;
		background-size: 32px 32px;
	}
}

/* Custom table styles */
.edit-list-nemus_slider th#preview {width: 150px;}
.type-nemus_slider .preview {float: none;}

.type-nemus_slider .preview .preview_image {
	width: 150px;
	float: none;
	height: 40px;
	position: relative;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	overflow: hidden;
	background: #dbdbdb;
}

.type-nemus_slider .preview .preview_image div {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
	height: 40px;
	background-position: center;
	background-size: cover;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color: #dbdbdb;
}

.type-nemus_slider .preview .preview_image div.nemusicon-docs {
	text-align: center;
	line-height: 40px;
	color: rgba(0,0,0,0.1);
	font-size: 20px;
}

/* Hide unnecessary elements */
.edit-page-nemus_slider #message.updated a {display: none;}

/* Nemu slider interface */
#nemus_slider_slides {
	background: none;
	border: none;
	padding: 20px 0 20px 0;
	-webkit-transform-style: preserve-3d;
}

#nemus_slider_slides #slides {
	display: block !important;
}

#nemus_slider_slides .handlediv,
#nemus_slider_slides .hndle {
	display: none;
}

#nemus_slider_slides .inside {
	margin: 0;
	padding: 0;
}

.align-center {
	text-align: center;
}

#nemus_slider_slides a#add_slide,
#nemus_slider_slides a#add_automated_slide {
	display: inline-block;
	height: 58px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	text-align: center;
	line-height: 58px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: rgba(0,0,0,0.3);
	vertical-align: middle;
	background: #fff;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	border: 1px dashed #b2b2b2;
	background: rgba(222,239,255,0.2);
	margin: 10px;
	padding: 0 20px;
	
	
	border: 1px solid #c1d7f0;
	color: #21759b;
	background: #eff7ff;
}

#nemus_slider_slides a#add_slide:before,
#nemus_slider_slides a#add_automated_slide:before  {
	font-size: 20px;
	line-height: 11px;
	padding: 0 5px 0 0;
}

#nemus_slider_slides a#add_slide:hover,
#nemus_slider_slides a#add_automated_slide:hover {
	color: #21759b;
	background: #dfefff;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
}

#nemus_slider_slides .slide {
	border: 1px solid #c1d7f0;
	background: #eff7ff;
	margin: 0 0 20px 0;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

#nemus_slider_slides .slide.ui-sortable-placeholder {
	border: 2px dashed #dfdfdf;
	display: block;
	visibility: visible !important;
	background: #fdfdfd;
	height: 229px !important;
}

#nemus_slider_slides .slide.slide-auto.ui-sortable-placeholder {
	height: 119px !important;
}

#nemus_slider_slides .slide.ui-sortable-helper {
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.1);
	box-shadow:0px 0px 5px rgba(0,0,0,0.1);
}

#nemus_slider_slides .slide header {
	background: #d9ecff;
	height: 35px;
	border-bottom: 1px solid #c1d7f0;
	line-height: 35px;
	font-weight: bold;
	padding: 0 12px;
	color: #21759b;
	cursor: move;
}

#nemus_slider_slides .slide header em {
	font-style: normal;
}

#nemus_slider_slides .slide header span {
	float: left;
}

#nemus_slider_slides .slide header nav {
	float: right;
}

#nemus_slider_slides .slide header nav a {
	text-decoration: none;
	font-weight: normal;
	margin: 0 0 0 10px;
}

#nemus_slider_slides .slide header nav a:before {
	padding: 0 3px 0 0;
}

#nemus_slider_slides .slide header nav a.active {
	color: #d54e21;
}

#nemus_slider_slides .slide .body {
	padding: 0 8px 20px 20px;
}

#nemus_slider_slides .slide .body .left {
	float: left;
	width: 50%;
	padding: 20px 0 0 0;
}

#nemus_slider_slides .slide .body .right {
	float: right;
	width: 50%;
	padding: 14px 0 0 0;
}

#nemus_slider_slides .slide .body .left .image {
	margin: 0 10px 0 0;
	background: #fff;
	border: 1px solid #c1d7f0;
	height: 162px;
	text-align: center;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	-webkit-box-shadow:inset 0px 0px 0px 5px #fff;
	-moz-box-shadow:inset 0px 0px 0px 5px #fff;
	box-shadow:inset 0px 0px 0px 5px #fff;
	position: relative;
}

#nemus_slider_slides .slide .body .left .image input {
	display: none;
}

#nemus_slider_slides .slide .body .left .image a.upload {
	font-size: 14px;
	font-weight: bold;
	color: #b2b2b2;
	text-decoration: none;
	display: block;
	height: 162px;
	padding: 45px 0 0 0;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	-webkit-box-shadow:inset 0px 0px 0px 5px #fff;
	-moz-box-shadow:inset 0px 0px 0px 5px #fff;
	box-shadow:inset 0px 0px 0px 5px #fff;
	-webkit-box-sizing: border-box; /* Android ≤ 2.3, iOS ≤ 4 */
	-moz-box-sizing: border-box; /* Firefox 1+ */
	box-sizing: border-box; /* Chrome, IE 8+, Opera, Safari 5.1 */
}

#nemus_slider_slides .slide .body .left .image a.upload:before {
	display: block;
	width: 100%;
	font-size: 30px;
	line-height: 35px;
}

#nemus_slider_slides .slide .body .left .image a.upload:hover,
#nemus_slider_slides .slide .body .left .image a.upload_video:hover {
	color: #d54e21
}

#nemus_slider_slides .slide .body .left .image a.upload_video {
	position: absolute;
	left: 50%;
	bottom: 40px;
	width: 100px;
	margin: 0 -50px;
	font-size: 11px;
	color: #b2b2b2;
}

#nemus_slider_slides .slide .body .left .image a.upload_video.selected:before {
	text-decoration: none;
	margin: 0 0.5em 0 0;
}

#nemus_slider_slides .slide .body .left .image.hasimg a {
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

#nemus_slider_slides .slide .body .left .image.hasimg:hover a.upload {
	background: rgba(0,0,0,0.5);
	color: #fff;
}

#nemus_slider_slides .slide .body .right .row {
	padding: 0 0 0 10px;
	margin: 0 !important;
	position: relative;
}

#nemus_slider_slides .slide .body label {
	color: #596066;
	font-weight: bold;
	display: block;
	font-size: 12px;
	text-shadow: rgba(255,255,255,0.75);
	line-height: 25px;
	padding: 0 2px;
}

#nemus_slider_slides .slide .body .right .row label em {
	float: right;
	font-weight: normal;
	font-size: 11px;
	color: #899096;
}

#nemus_slider_slides .slide .body .right .row textarea,
#nemus_slider_slides .slide .body .right .row input[type="text"] {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box; /* Android ≤ 2.3, iOS ≤ 4 */
	-moz-box-sizing: border-box; /* Firefox 1+ */
	box-sizing: border-box; /* Chrome, IE 8+, Opera, Safari 5.1 */
	background: #fff;
	border: 1px solid #c2d7ef;
	height: 77px;
}

#nemus_slider_slides .slide .body .right .row .field {
	margin: 0 25px 0 0;
}

#nemus_slider_slides .slide .body .right .row textarea {
	margin: 0 0 13px 0;
	padding: 3px 3px 3px 3px;
}

#nemus_slider_slides .slide .body .right .row input[type="text"] {
	height: auto;
	padding: 4px 5px;
}

#nemus_slider_slides .slide .body .caption_position {
	display: block;
	position: absolute;
	right: -2px;
	top: 25px;
	width: 21px;
}

#nemus_slider_slides .slide .body .caption_position a {
	display: block;
	float: left;
	margin: 0 1px 1px 0;
	width: 4px;
	border: 1px solid #b0c3d9;
	height: 4px;
	background: #c2d7ef;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

#nemus_slider_slides .slide .body .caption_position a:hover {background: #d54e21;border: 1px solid #d54e21}
#nemus_slider_slides .slide .body .caption_position a.active {background: #22779e;border: 1px solid #22779e}

#nemus_slider_slides .slide .body .animation_direction {
	width: 18px;
	height: 18px;
	position: absolute;
	right: -1px;
	top: 51px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background: #c2d7ef;
	border: 1px solid #b0c3d9;
}

#nemus_slider_slides .slide .body .animation_direction a {
	display: block;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	text-decoration: none;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	-webkit-backface-visibility: hidden;
}

#nemus_slider_slides .slide .body .animation_direction a:before {
	margin: 0;
}

#nemus_slider_slides .slide .body .animation_direction a[href="right"] {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

#nemus_slider_slides .slide .body .animation_direction a[href="bottom"] {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

#nemus_slider_slides .slide .body .animation_direction a[href="left"] {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

#nemus_slider_slides .slide .body .animation_direction a[href="top"] {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

#nemus_slider_slides .slide .body .animation_direction a[href="none"]:before {
	content: '\e805';
}

#nemus_slider_slides .slide .body .animation_direction:hover:after,
#nemus_slider_slides .slide .body .caption_position:hover:after {
    		background: #333;
    		background: rgba(0,0,0,.8);
    		border-radius: 3px;
    		top: -3px;
    		color: #fff;
    		content: attr(data-tooltip);
    		left: 30px;
    		padding: 4px 8px 4px 8px;
    		position: absolute;
    		z-index: 98;
    		font-size: 10px;
    		white-space: nowrap;
		}
		
#nemus_slider_slides .slide .body .animation_direction:hover:before, 
#nemus_slider_slides .slide .body .caption_position:hover:before {
    		border: solid;
    		border-color: transparent #333;
    		border-width: 4px 4px 4px 0;
    		top: 6px;
    		content: "";
    		left: 26px;
    		position: absolute;
    		z-index: 99;
		}

#nemus_slider_slides .slide .body a.link_target {
	display: block;
	position: absolute;
	bottom: 4px;
	right: 0px;
	font-size: 16px;
	text-decoration: none;
	color: #b0c3d9;
}

#nemus_slider_slides .slide .body a.link_target:hover {color: #d54e21}
#nemus_slider_slides .slide .body a.link_target.active {color: #22779e}

.nemus_slider .misc-pub-section#visibility,
.nemus_slider .misc-pub-section.curtime,
.edit-page-nemus_slider .misc-pub-section#visibility,
.edit-page-nemus_slider .misc-pub-section.curtime {
	display: none;
}

.nemus-slider-option {
	height: 36px;
	line-height: 36px;
	padding: 0;
	vertical-align: middle;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.nemus-slider-option strong {
	font-size: 12px;
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
}

.nemus-slider-option strong:before {
	display: inline-block;
	width: 38px;
	text-align: center;
	font-size: 16px;
	color: #aeaeae;
	font-weight: normal;
	text-shadow: 1px 1px 0px #fff;
	position: relative;
	top: 1px;
}

.nemus-slider-option input[type="text"],
.nemus-slider-option input[type="number"] {
	text-align: right;
	float: right;
	width: 140px;
	background: none;
	border: 1px solid transparent;
	font-size: 12px;
	margin: 6px 10px 0 0;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.nemus-slider-option:hover {
	background: rgba(255,255,255,0.7);
}

.nemus-slider-option:hover input[type="text"],
.nemus-slider-option:hover input[type="number"] {
	border: 1px solid #b2b2b2;
	background: #fff;
}

.nemus-slider-option input[type="checkbox"] {
	float: right;
	margin: 10px 10px 0 0;
}

.nemus-slider-option em {
	margin: 0 0 0 5px;
	color: #999;
}

.nemus-slider-option.slider-color {
	height: auto;
	min-height: 38px;
	text-align: right;
	position: relative;
}

.nemus-slider-option.slider-color .wp-picker-container {
	margin: -2px 0 0 0;
}

.nemus-slider-option.slider-color strong {
	position: absolute;
	left: 0px;
	top: 0px;
}

.nemus-slider-option.slider-color .iris-border {
	margin: 0 auto 10px;
}

.slider-extra-checkbox strong {
	display: block;
	width: 117px;
	float: left;
	opacity: 0.5;
	text-shadow: 1px 1px 0px #fff;
	text-align: center;
	position: relative;
	padding: 1px 0 0 0;
}
.slider-extra-checkbox input {display: none;}

.slider-extra-checkbox.fade-type strong.fade.active {
	opacity: 1;
	color: #6e842e;
}

.slider-extra-checkbox.fade-type strong.slide.active {
	opacity: 1;
	color: #6e842e;
}
.slider-extra-checkbox.orientation-type {
	overflow: hidden;
	clear: both;
}

.slider-extra-checkbox.orientation-type strong.horizontal.active {
	opacity: 1;
	color: #6e842e;
}
.slider-extra-checkbox.orientation-type strong.vertical.active {
	opacity: 1;
	color: #6e842e;
	overflow: hidden;
}

.slider-extra-checkbox a {
	display: block;
	float: left;
	width: 40px;
	height: 11px;
	margin: 11px 0 0 2px;
	border: 1px solid #838383;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	background-color: #000;
	-moz-box-shadow: 0 1px 0 #fff, inset 0 2px 4px rgba(7,7,7,.15);
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 2px 4px rgba(7,7,7,.15);
	box-shadow: 0 1px 0 #fff, inset 0 2px 4px rgba(7,7,7,.15);
	background-image: -moz-linear-gradient(bottom, #e4e4e4 0%, #cdcdcd 24.56%, #adadad 100%);
	background-image: -o-linear-gradient(bottom, #e4e4e4 0%, #cdcdcd 24.56%, #adadad 100%);
	background-image: -webkit-linear-gradient(bottom, #e4e4e4 0%, #cdcdcd 24.56%, #adadad 100%);
	background-image: linear-gradient(bottom, #e4e4e4 0%, #cdcdcd 24.56%, #adadad 100%);
	position: relative;
}

.slider-extra-checkbox a span {
	display: block;
	position: absolute;
	left: -1px;
	top: -3px;
	width: 15px;
	height: 15px;
	border: 1px solid #838383;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	background-color: #000;
	-moz-box-shadow: 0 1px 3px rgba(7,7,7,.47), inset 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 3px rgba(7,7,7,.47), inset 0 1px 0 #fff;
	box-shadow: 0 1px 3px rgba(7,7,7,.47), inset 0 1px 0 #fff;
	background-image: -moz-linear-gradient(bottom, #f7f7f7 0%, #d5d5d5 100%);
	background-image: -o-linear-gradient(bottom, #f7f7f7 0%, #d5d5d5 100%);
	background-image: -webkit-linear-gradient(bottom, #f7f7f7 0%, #d5d5d5 100%);
	background-image: linear-gradient(bottom, #f7f7f7 0%, #d5d5d5 100%);
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}

.slider-extra-checkbox a.on span {
	left: 24px;
}

.nemus-slider-advanced-settings {
	float: right;
	display: inline-block;
	margin: 5px 0 0 0;
	color: #999;
	font-size: 11px;
}

.nemus-slider-advanced-settings-section {
	display: none;
}

.nemus-slider-advanced-settings-section li label {
	display: inline-block;
	width: 130px;
	text-align: right;
	padding: 0 10px 0 0;
}

.nemus-slider-advanced-settings-section li input {
	width: 50px;
}

#nemus_slider_slides .slide .body .auto-slide-form {
	padding: 20px 0 0 0;
	position: relative;
}

#nemus_slider_slides .slide .body .auto-slide-form p {
	width: 20%;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
	-webkit-box-sizing: border-box; /* Android ≤ 2.3, iOS ≤ 4 */
	-moz-box-sizing: border-box; /* Firefox 1+ */
	box-sizing: border-box; /* Chrome, IE 8+, Opera, Safari 5.1 */
}

#nemus_slider_slides .slide .body .auto-slide-form p.half {
	width: 10%;
}

#nemus_slider_slides .slide .body .auto-slide-form p select,
#nemus_slider_slides .slide .body .auto-slide-form p input {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box; /* Android ≤ 2.3, iOS ≤ 4 */
	-moz-box-sizing: border-box; /* Firefox 1+ */
	box-sizing: border-box; /* Chrome, IE 8+, Opera, Safari 5.1 */
}

#nemus_slider_slides .slide .body .auto-slide-form p input {
	background: #fff;
	border: 1px solid #c2d7ef;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin: 0;
	padding: 5px 5px 4px 5px
}

#nemus_slider_slides .slide .body .auto-slide-form p label {
	display: block;
}

#nemus_slider_slides .slide.slide-auto .body {
	position: relative;
}

#nemus_slider_slides .slide.slide-auto .body .caption_position {
	right: 50px;
	top: auto;
	bottom: 2px;
}

#nemus_slider_slides .slide.slide-auto .body .animation_direction {
	right: 20px;
	top: auto;
	bottom: 3px;
}

.mceToolbar a#content_nemus_slider .mceIcon,
.mce-i-nemus_slider {background:url(menu.png) no-repeat -4px -6px !important;}
.mceToolbar a#content_nemus_slider:hover .mceIcon,
.mce-i-nemus_slider:hover {background:url(menu.png) no-repeat -4px -38px !important;}

.nemus_slider_shortcode_tooltip {
	background: red;
	position: absolute;
	margin: -8px 0 0 50px;
	height: 38px;
	border: 1px solid #8da8c9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #005683;
	-moz-box-shadow: 1px 2px 4px rgba(11,11,11,.2), inset 0 1px 0 rgba(255,255,255,.5);
	-webkit-box-shadow: 1px 2px 4px rgba(11,11,11,.2), inset 0 1px 0 rgba(255,255,255,.5);
	box-shadow: 1px 2px 4px rgba(11,11,11,.2), inset 0 1px 0 rgba(255,255,255,.5);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE4NSA0MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjY2RkZmY3IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDllYmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxODUiIGhlaWdodD0iNDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(bottom, #cddff7 0%, #d9ebff 100%);
	background-image: -o-linear-gradient(bottom, #cddff7 0%, #d9ebff 100%);
	background-image: -webkit-linear-gradient(bottom, #cddff7 0%, #d9ebff 100%);
	background-image: linear-gradient(bottom, #cddff7 0%, #d9ebff 100%);
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	opacity: 0;
	padding: 5px;
	-webkit-box-sizing: border-box; /* Android ≤ 2.3, iOS ≤ 4 */
	-moz-box-sizing: border-box; /* Firefox 1+ */
	box-sizing: border-box; /* Chrome, IE 8+, Opera, Safari 5.1 */
	visibility: hidden;
}

.nemus_slider_shortcode_tooltip.active {
	opacity: 1;
	margin: -8px 0 0 32px;
	visibility: visible;
}

.nemus_slider_shortcode_tooltip:before {
	width: 6px;
	height: 6px;
	background: #d3e5fb;
	border-top: 1px solid #8da8c9;
	border-left: 1px solid #8da8c9;
  -webkit-transform: rotate(-45deg);  /* Chrome, Safari 3.1+ */
     -moz-transform: rotate(-45deg);  /* Firefox 3.5-15 */
      -ms-transform: rotate(-45deg);  /* IE 9 */
       -o-transform: rotate(-45deg);  /* Opera 10.50-12.00 */
          transform: rotate(-45deg);  /* Firefox 16+, IE 10+, Opera 12.10+ */
          content: '';
          position: absolute;
          left: -4px;
          top: 16px;
}

a.nemus_slider_shortcode_tooltip_close {
	width: 24px;
	height: 24px;
	float: right;
	margin: 0 0 0 5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border: 1px solid #afc3d9;
	display: block;
	-moz-box-shadow: 0 1px 0 rgba(11,11,11,.03), inset 0 1px 0 rgba(255,255,255,.5);
	-webkit-box-shadow: 0 1px 0 rgba(11,11,11,.03), inset 0 1px 0 rgba(255,255,255,.5);
	box-shadow: 0 1px 0 rgba(11,11,11,.03), inset 0 1px 0 rgba(255,255,255,.5);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDExOSAyOCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMC4yNSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjExOSIgaGVpZ2h0PSIyOCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, rgba(255,255,255,.5) 0%, rgba(255,255,255,.25) 100%);
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,.5) 0%, rgba(255,255,255,.25) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,.5) 0%, rgba(255,255,255,.25) 100%);
	background-image: linear-gradient(bottom, rgba(255,255,255,.5) 0%, rgba(255,255,255,.25) 100%);
	line-height: 26px;
	color: #89a2c0;
	text-shadow: 0 1px 0 rgba(255,255,255,.7);
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}

.nemus_slider_shortcode_tooltip .chzn-container {
	min-width: 170px;
}

body .chzn-container-single .chzn-single {
	background: none;
	border: 1px solid #afc3d9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-box-shadow: 0 1px 0 rgba(11,11,11,.03), inset 0 1px 0 rgba(255,255,255,.5);
	-webkit-box-shadow: 0 1px 0 rgba(11,11,11,.03), inset 0 1px 0 rgba(255,255,255,.5);
	box-shadow: 0 1px 0 rgba(11,11,11,.03), inset 0 1px 0 rgba(255,255,255,.5);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDExOSAyOCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMC4yNSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjExOSIgaGVpZ2h0PSIyOCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, rgba(255,255,255,.5) 0%, rgba(255,255,255,.25) 100%);
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,.5) 0%, rgba(255,255,255,.25) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,.5) 0%, rgba(255,255,255,.25) 100%);
	background-image: linear-gradient(bottom, rgba(255,255,255,.5) 0%, rgba(255,255,255,.25) 100%);
	height: 24px;
	line-height: 24px;
	color: #89a2c0;
	text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

body .chzn-container-single .chzn-default {
	color: #89a3c0;
}

body .chzn-container-single .chzn-single span {
	margin-right: 36px;
}

body .chzn-container-single .chzn-single div {
	width: 24px;
	border-left: 1px solid #afc3d9;
	-moz-box-shadow:inset 1px 0px 0 rgba(255,255,255,.5);
	-webkit-box-shadow: inset 1px 0px 0 rgba(255,255,255,.5);
	box-shadow: inset 1px 0px 0 rgba(255,255,255,.5);
}

body .chzn-container-single .chzn-single div b {
	text-align: center;
	background: none;
	line-height: 26px;
}

body .chzn-container-single .chzn-single div b:before {
	content: '\e80e';
	font-family: "nemus-icons";
	font-weight: normal;
}

.nemus_slider_preview,
.nemus_slider_preview * {
	margin: 0;
	padding: 0;
	font-family: arial;
}

.nemus_slider_preview {
	background: #f2f9ff;
}

#nemus_slider_preview header {
	border-bottom: 1px solid #afc3d9;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.5);
	box-shadow: 0 0 5px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.5);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMDkgMTMxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNjYmRmZjciIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWViZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMDkiIGhlaWdodD0iMTMxIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
	background-image: -moz-linear-gradient(bottom, #cbdff7 0%, #d9ebff 100%);
	background-image: -o-linear-gradient(bottom, #cbdff7 0%, #d9ebff 100%);
	background-image: -webkit-linear-gradient(bottom, #cbdff7 0%, #d9ebff 100%);
	background-image: linear-gradient(bottom, #cbdff7 0%, #d9ebff 100%);
	padding: 20px 0;
	text-align: center;
	margin: 0 0 30px 0;
	color: #21759b;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
}

#nemus_slider_preview header h1 {
	font-size: 20px;
}

#nemus_slider_preview header h1 em {
	opacity: 0.5;
	padding: 0 5px 0 0;
	font-weight: normal;
	font-size: 14px;
}

#nemus_slider_preview p {
	font-size: 13px;
	border-top: 1px dashed #afc3da;
	padding: 20px 0 0 0;
	text-align: center;
	color: rgba(0,0,0,0.6);
}

#nemus_slider_preview p input {
	display: inline-block;
	background: #fff;
	border: 1px solid #c2d8f3;
	padding: 5px;
	font-size: 12px;
	min-width: 150px;
	text-align: center;
	margin: 20px 0 0 0;
}

#nemus_slider_preview .slider-container {
	max-width: 960px;
	margin: 0 auto;
}

.nemus_slider-auto-update {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border: 1px solid #c2d7ef;
	background: #dfefff;
	margin: 40px 20px 20px 0;	
	padding: 0 0 20px 0;
}


.nemus_slider-auto-update h3 {
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDkyMCAzMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjY2RkZmY3IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGJlZGZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI5MjAiIGhlaWdodD0iMzEiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(bottom, #cddff7 0%, #dbedff 100%);
	background-image: -o-linear-gradient(bottom, #cddff7 0%, #dbedff 100%);
	background-image: -webkit-linear-gradient(bottom, #cddff7 0%, #dbedff 100%);
	background-image: linear-gradient(bottom, #cddff7 0%, #dbedff 100%);
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	height: 29px;
	border-bottom: 1px solid #b0c3d9;
	line-height: 30px;
	font-weight: bold;
	padding: 0 10px;
	color: #21759b;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
	cursor: move;
	margin: 0 0 10px 0;
}

.nemus-slider-unlicenced_copy {
	font-weight: bold;
	color: #c33219;
}

.nemus-slider-licenced_copy {
	font-weight: bold;
	color: #4b982f;
}


.nemus-slider-option .image-scale-options {
	display: block;
	float: right;
	height: 19px;
	border: 1px solid #bbb;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #dfdfdf;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwNSAyMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjVmNWY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmRmZGZkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDUiIGhlaWdodD0iMjEiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(bottom, #f5f5f5 0%, #fdfdfd 100%);
	background-image: -o-linear-gradient(bottom, #f5f5f5 0%, #fdfdfd 100%);
	background-image: -webkit-linear-gradient(bottom, #f5f5f5 0%, #fdfdfd 100%);
	background-image: linear-gradient(bottom, #f5f5f5 0%, #fdfdfd 100%);
	margin: 7px 6px 0 0;
}

.nemus-slider-option .image-scale-options a {
	display: block;
	float: left;
	height: 19px;
	padding: 0 8px;
	font-size: 11px;
	line-height: 19px;
	text-decoration: none;
	color: #999;
	border-right: 1px solid #bbb;
	text-shadow: 0px 1px 0px #fff;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.nemus-slider-option .image-scale-options a:hover {
	color: #6e8334;
}

.nemus-slider-option .image-scale-options a:last-child {
	border: none;
}

.nemus-slider-option .image-scale-options a.active {
	color: #6e8334;
	background: #fff;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
	font-weight: bold;
}

.nemus-slider-option.carousel-option strong:before {font-size: 24px;vertical-align: middle;}
.nemus-slider-option.carousel-option {height: auto;min-height: 36px;}

.additional-fields {
	clear: both;
	margin: 36px 0 0 0;
	overflow: hidden;
	opacity: 0;
	height: 0px;
	-webkit-transition: all ease-in-out 1s;
	-moz-transition: all ease-in-out 1s;
	-ms-transition: all ease-in-out 1s;
	-o-transition: all ease-in-out 1s;
	transition: all ease-in-out 1s;
}

.additional-fields.visible {
	height: 76px;
	opacity: 1;
}
.additional-fields span {
	margin: 0 0 0 38px;
}

#nemus_slider_slides .slide .body .auto-slide-type {
	text-align: center;
	margin: 20px 0 0 0;
}

#nemus_slider_slides .slide .body .auto-slide-type span {
	display: inline-block;
	height: 30px;
	border: 1px solid #afc3d7;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #bbb;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.5);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5);
	box-shadow: 0 1px 0 rgba(255,255,255,.5);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDI2NiAyOCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWZmN2ZkIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTdmM2ZkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyNjYiIGhlaWdodD0iMjgiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(bottom, #eff7fd 0%, #e7f3fd 100%);
	background-image: -o-linear-gradient(bottom, #eff7fd 0%, #e7f3fd 100%);
	background-image: -webkit-linear-gradient(bottom, #eff7fd 0%, #e7f3fd 100%);
	background-image: linear-gradient(bottom, #eff7fd 0%, #e7f3fd 100%);
	font-size: 0px;
	overflow: hidden;
}

#nemus_slider_slides .slide .body .auto-slide-type a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	border-right: 1px solid #b0c3d8;
	border-left: 1px solid #f3f9ff;
	text-decoration: none;
	font-size: 12px;
}

#nemus_slider_slides .slide .body .auto-slide-type a:first-child {border-left: none;}
#nemus_slider_slides .slide .body .auto-slide-type a:last-child {border-right: none;}

#nemus_slider_slides .slide .body .auto-slide-type a:hover,
#nemus_slider_slides .slide .body .auto-slide-type a.active {
	background: #fff;
}

#nemus_slider_slides .slide .body .auto-slide-type a:before {margin-right: 5px;}

.auto-slide-type-tab {position: relative;display: none;}

#nemus_slider_slides .auto-slide-form .caption_position, 
#nemus_slider_slides .auto-slide-form .animation_direction {
	position: relative !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
	display: block;
	float: left;
	margin: 3px 8px 0 3px; 
}

#nemus_slider_slides .slide .body .auto-slide-form.flickr,
#nemus_slider_slides .slide .body .auto-slide-form.instagram {
	padding: 20px 0 0 0;
}

#nemus_slider_slides .slide .body .auto-slide-form p small {
	color: #999;
	display: block;
	padding: 5px 0 0 3px;
}

#nemus_slider_slides .slide .body .auto-slide-form p.access-token-field small{
	padding: 5px 0 5px 3px;
}