ul.automatic-slideshow
{
	display:block;
	width:100%;
	height:330px;
	margin:0px;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
	list-style:none;
	position:relative;
	background-color:#272727;
	border-top:2px solid #272727;
	text-align:center;

	overflow:hidden;
}

.automatic-slideshow-reel::-webkit-scrollbar {
	height: 8px;


}
.automatic-slideshow-reel::-webkit-scrollbar-button {
	width: 6px;
	height:6px;
	border-radius:0px !important;
	background:rgba(255,255,255,.2);

}
.automatic-slideshow-reel::-webkit-scrollbar-track {
	background:rgba(0,0,0,.2);
	border: 1px solid #101010;

	//box-shadow: 0px 0px 3px $dark-blue inset;
	border-radius:0px;

		margin-right:5px;
}
.automatic-slideshow-reel::-webkit-scrollbar-thumb {
	background:rgba(255,255,255,.2);
	border: 1px solid #101010;
	border-radius:0px;

}
.automatic-slideshow-reel::-webkit-scrollbar-thumb:hover {
	background:#ccc;
}


body.mobile ul.automatic-slideshow
{
	width:100%;

}

ul.automatic-slideshow img.arrow_left
{
	position:absolute;
	top:140px;
	left:8px;
	opacity:.8;
	cursor:pointer;
	z-index:99;
}

ul.automatic-slideshow .arrow_left:hover, ul.automatic-slideshow .arrow_right:hover
{
	opacity:1;
}

ul.automatic-slideshow img.arrow_right
{
	position:absolute;
	top:140px;
	left:auto !important;
	right:8px !important;
	opacity:.8;
	cursor:pointer;
	z-index:99;
}

ul.automatic-slideshow li
{
	margin:0px;
	padding:0px;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
	    justify-content: center;

	vertical-align:middle;
	list-style:none;
	position:absolute;
	top:0px;
	left:100%;
	z-index:8;
	background-size:200% auto;
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
	width:100%;
	height:304px;
	cursor:pointer;
}

ul.automatic-slideshow:hover .expand2
{
	opacity:1;
}



ul.automatic-slideshow li img
{
	max-height:304px;

	max-width:100% !important;
	box-shadow:0px 0px 6f0px #000;
	position:relative;
	z-index:9;


}

ul.automatic-slideshow li span
{
	position:absolute;
	bottom:-26px;
	left:0px;
	width:100%;
	background:rgba(0,0,0,.8);
	color:#fff;
	text-align:center;

	font-size:12px;
	line-height:16px;
	z-index:99;
	padding-top:5px;
	padding-bottom:5px;
	font-family:Arial;
	display:block;
}


ul.automatic-slideshow li img{
	display:inline-block !important;
}

ul.automatic-slideshow-reel
{
	list-style:none;
	width:100%;

	height:110px;
	position:relative;
	margin:0px;
	padding:0px;

	border-bottom:3px solid #101010;
	margin-bottom:10px;
	overflow-y:hidden;
	overflow-x:auto;
	background-color:#101010;
}

ul.automatic-slideshow-reel .rightgrad
{
	width:50px;
	height:100%;
	background:linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,1));
	position:absolute;
	right:0px;
	top:0px;
	z-index:99;
}

ul.automatic-slideshow-reel .leftgrad
{
	width:50px;
	height:100%;
	background:linear-gradient(to left,rgba(0,0,0,0),rgba(0,0,0,1));
	position:absolute;
	left:0px;
	top:0px;
	z-index:99;
}

body.mobile ul.automatic-slideshow-reel
{
	width:100%;

}

ul.automatic-slideshow-reel ul.reel-holder
{
	list-style:none;
	height:100px;
	width:5200px;
	position:absolute;
	left:10px;
	top:5px;
	padding:0px;
	margin:0px;
	z-index:9;
}

ul.automatic-slideshow-reel .reel-holder li img{
	display:block !important;
	width:118px;
	height:88px;
}

ul.automatic-slideshow-reel .reel-holder li{
	list-style:none;
	width:118px;
	height:88px;
	border:1px solid #666;
	margin-left:5px;
	margin-right:5px;
	padding:0px;
	overflow:hidden;
	float:left;
	cursor:pointer;
}

ul.automatic-slideshow-reel .rightmargin
{
	width:5px;
	height:100%;
	background-color:#101010;
	position:absolute;
	right:0px;
	top:0px;
	z-index:99;
}
body.mobile ul.automatic-slideshow-reel .rightmargin
{
	display:none;
}


ul.automatic-slideshow-reel .reel-holder li.reel-selected
{
	border:2px solid #65addc;
	box-shadow:3px 3px 3px #000;
}


#automatic-slideshow-expand
{
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:999999999999;
	background:rgba(0,0,0,0.9);



}

#automatic-slideshow-expand-close
{


		display:block;
		width:50px;
		height:50px;
		color:#ccc;
		text-align:center;
		text-decoration:none;
		line-height:44px;
		border-radius:25px;
		font-size:40px;
		font-family:'Open Sans',sans-serif;
		font-weight:normal;
		position:fixed;
		top:20px;
		right:20px;
		z-index:99999999999;
		background-color:#184878;
		color:#ececec;
		text-transform:lowercase;
		cursor:pointer;
}

#automatic-slideshow-expand-close:hover
{
	color:#fff;
}

#automatic-slideshow-expand-image-holder
{
	max-height:80%;
	max-width:90%;
}

#automatic-slideshow-expand-image
{
	display:inline-block !important;
	max-height:100%;
	max-width:100%;
	border:1px solid #000;
}

#reel-center
{
	position:relative;
	overflow:hidden;
	height:100px;
}


.automatic-slideshow-reel::-webkit-scrollbar {
	height: 8px;


}
.automatic-slideshow-reel::-webkit-scrollbar-button {
	width: 6px;
	height:6px;
}
.automatic-slideshow-reel::-webkit-scrollbar-track {
	background:rgba(0,0,0,.2);
	border: thin solid rgba(0,0,0,.2);

	//box-shadow: 0px 0px 3px $dark-blue inset;
	border-radius:15px;
		margin-right:5px;
}
.automatic-slideshow-reel::-webkit-scrollbar-thumb {
	background:#dadada;
	border: thin solid #dadada;
	border-radius:15px;
}
.automatic-slideshow-reel::-webkit-scrollbar-thumb:hover {
	background:#dadada;
}


body.mobile ul.automatic-slideshow
{
	width:100%;

}

ul.automatic-slideshow img.arrow_left
{
	position:absolute;
	top:140px;
	left:8px;
	opacity:.8;
	cursor:pointer;
	z-index:99;
	display:none;
}

ul.automatic-slideshow .arrow_left:hover, ul.automatic-slideshow .arrow_right:hover
{
	opacity:1;
}

ul.automatic-slideshow img.arrow_right
{
	position:absolute;
	top:140px;
	left:auto !important;
	right:8px !important;
	opacity:.8;
	cursor:pointer;
	z-index:99;
	display:none;
}





ul.automatic-slideshow li img{
	display:inline-block !important;
}

ul.automatic-slideshow-reel
{
	list-style:none;
	width:100%;

	height:110px;
	position:relative;
	margin:0px;
	padding:0px;

	border-bottom:3px solid #101010;
	margin-bottom:10px;
	overflow-y:hidden;
	overflow-x:auto;
	background-color:#101010;
}

ul.automatic-slideshow-reel .rightgrad
{
	width:50px;
	height:100%;
	background:linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,1));
	position:absolute;
	right:0px;
	top:0px;
	z-index:99;
}

ul.automatic-slideshow-reel .leftgrad
{
	width:50px;
	height:100%;
	background:linear-gradient(to left,rgba(0,0,0,0),rgba(0,0,0,1));
	position:absolute;
	left:0px;
	top:0px;
	z-index:99;
}

body.mobile ul.automatic-slideshow-reel
{
	width:100%;

}

ul.automatic-slideshow-reel ul.reel-holder
{
	list-style:none;
	height:100px;
	width:5200px;
	position:absolute;
	left:10px;
	top:5px;
	padding:0px;
	margin:0px;
	z-index:9;
}

ul.automatic-slideshow-reel .reel-holder li img{
	display:block !important;
	width:118px;
	height:88px;
}

ul.automatic-slideshow-reel .reel-holder li{
	list-style:none;
	width:118px;
	height:88px;
	border:1px solid #666;
	margin-left:5px;
	margin-right:5px;
	padding:0px;
	overflow:hidden;
	float:left;
	cursor:pointer;
}

ul.automatic-slideshow-reel .rightmargin
{
	width:5px;
	height:100%;
	background-color:#101010;
	position:absolute;
	right:0px;
	top:0px;
	z-index:99;
}
body.mobile ul.automatic-slideshow-reel .rightmargin
{
	display:none;
}


ul.automatic-slideshow-reel .reel-holder li.reel-selected
{
	border:2px solid #65addc;
	box-shadow:3px 3px 3px #000;
}


#automatic-slideshow-expand
{
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:999999999999;
	background:rgba(0,0,0,0.9);

}
.automatic-slideshow-expand-holder{
	display:flex;
	width:100%;
	height:100%;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
}


#automatic-slideshow-expand-image-holder
{
	max-height:80%;
	max-width:100%;
}

#automatic-slideshow-expand-image
{
	display:inline-block !important;
	max-height:100%;
	max-width:90%;
	border:1px solid #000;
}

#reel-center
{
	position:relative;
	overflow:hidden;
	height:100px;
}


.swipe
{
	position:absolute;
	width:100%;
	top:10px;
	left:0px;
	z-index:99;
	text-align:center;
	display:none;
}
.swipe span
{
	display:block;
	width:90%;
	font-family:$main-font;
	color:#fff;
	background:rgba(0,0,0,.6);
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:13px;
	text-shadow:0px 0px 2px #000;
	border-radius:4px;

}

.swipe .arrow_left, .swipe .arrow_right
{
	width:10px;
	height:20px;
	position:relative;
	margin:8px;
	overflow:hidden;
	display:inline-block;
}

.swipe b
{
	display:block;
	width:10px;
	height:10px;
	background-color:#ccc;

	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);

	transform-origin:0px 0px;
	-webkit-transform-origin:0px 0px;
	-ms-transform-origin:0px 0px;
	-o-transform-origin:0px 0px;

	position:absolute;
	top:0px;
}

.swipe .arrow_left
{
	float:left;
	margin-left:15px;
}

.swipe .arrow_right
{
	float:right;
	margin-right:15px;
}

.swipe .arrow_left b
{
	left:10px;
}

.swipe .arrow_right b
{
	left:0px;
}


.expand2{
	position:absolute;
	z-index:99;
	top:10px;
	right:10px;
	width:30px;
	height:30px;
	border-radius:3px;
	background-color:#fff;
	color:#000;
	text-align:center;
	font-size:26px;
	line-height:30px;
	font-family:Arial;
	font-weight:bold;
	opacity:.6;
	cursor:pointer;
	display:none;
}
