#slideshow {
	width:490px;
	height:416px;
	position: absolute;
	overflow: hidden;
	right: 40px;
	top: 40px;
}
#slideshow_viewport {
	width: 100000px;
	height: 379px;
	position: absolute;
}
#slideshow_viewport .slideshow_slide, #slideshow_viewport .slideshow_slide_video {
	position: relative;
	display: inline-block;
	cursor: pointer;
	width: 488px;
	height: 377px;
	border:1px solid #ccc;
	overflow: hidden;
}
#slideshow_viewport .slideshow_slide_video {
	border:1px solid rgba(0,0,0,0);
}
#slideshow_viewport .slideshow_arrow {
	display: none;
/* 
	position: absolute;
	right: 14px;
	bottom: 14px;
	width: 28px;
	height: 28px;
	border-radius: 14px;
	background: #79c253;
	color: #fff;
	font-size: 1.8em;
	text-align: center;
	line-height: 1.1em;
	text-indent: 2px;
 */
}
#slideshow_bar {
	background: #ccc;
	width: 490px;
	height: 24px;
	border-radius: 12px;
	position: absolute;
	left: 0px;
	top: 392px;
}
#slideshow_label {
	color: #051a5a;
	font-size: 0.8em;
	position: absolute;
	top: 5px;
	font-weight: bold;
}
.slideshow_dot {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background: #2ca9a5;
	position: absolute;
	top: 6px;
}
.slideshow_dot_active {
	background: #79c253;
}
#slideshow_play {
	width: 0; 
	height: 0; 
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #051a5a;
	position: absolute;
	left: 12px;
	top: 5px;
	/* cursor: pointer; */
}
#slideshow_pause {
	width: 14px; 
	height: 14px; 
	position: absolute;
	left: 12px;
	top: 5px;
	padding: 0;
	cursor: pointer;
}
#slideshow_pause div {
	width: 4px;
	height: 14px;
	margin: 0;
	position: relative;
	background: #051a5a;
	float: left;
	margin-left: 2px;
}
#slideshow_progress {
	width: 0px;
	height: 3px;
	background: rgba(0,0,0,0.5);
}
#slideshow_loader{
	width: 200px;
	height: 3px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 50%;
	left: 50%;
	margin:0 0 0 -100px;
	overflow: hidden;
}
