.fe-button-class { 
	background-color: #fff;
	font-size: 14px; 
	line-height: 14px; 
	text-transform: uppercase; 
	cursor: pointer;
	padding-top: 18px;
	padding-bottom: 14px;
	background-color: #3d3d3d;
	color: #FFFFFF;
}
#fe-container {
	background-color: #666;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#fe-fotobox { 
	position: relative; 
	clear:both;
}
#fe-largePhoto { 
	display: none;
}
#fe-location  { 
	display: none;
}
#fe-more  {  
	display: none; 
}
#fe-play {
	display: inline-block;
	width: 100%;
}
.fe-playing {
	margin-right: 6px;
    position: relative;
    top: -2px;
}
#fe-previous  { 
	display: none; 
}
.fe-prev-next {
	background-color: #3d3d3d;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	padding-left: 8px;
	padding-bottom: 6px;
	padding-right: 8px;
	border-radius: 100px;
	color: #FFFFFF;
}
#fe-thumbs { 
	display: none;
}
#fe-toolbar-center { 
	text-align: center; 
	width: 50%;
	display: inline-block;
}
#fe-toolbar-left { 
	text-align: center; 
	width: 25%;
	display: inline-block;
}
#fe-toolbar-right { 
	text-align: center; 
	width: 25%;
	display: inline-block;
}
#fe-viewer {
	background-repeat: no-repeat;
	background-position: center center;
}

@media (min-width: 768px) {
.fe-button-class { 
	color: #000000;
	cursor: pointer;
	display: inline-block;
	-moz-box-shadow: 1px 1px 2px #666; 
	box-shadow: 1px 1px 2px #666; 
	-moz-border-radius: 6px; 
	border-radius: 6px; 
	background-color: #bbbbbb; 
	padding: 6px 9px 4px 9px; 
	font-size: 12px; 
	line-height: 10px; 
	text-transform: uppercase; 
	margin-right: 6px; 
	margin-left: 6px;
	max-width: 96px;
}
#fe-container {
	padding: 12px;
	background-color: #666;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#fe-current  {
  background-color: #c00;
  height: 4px
}
.fe-caption {
	position: absolute;
	top: 72px;
	left: 12px;
	font-size: 12px;
	color: #ccc;
	padding: 6px;
	background-color: #4E4E4E
}
#fe-fotobox { 
	position: relative; 
	clear:both;
}
.fe-loader    {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	width: auto;
  	height: 144px
}
.fe-loaded {
	background-position: center -360px;
	background-repeat: no-repeat;
}
#fe-location  {
	display: block; 
	position: relative; 
	width: 100%; 
	height: 4px;
	overflow: hidden;
}
#fe-largePhoto { 
	display: none; 
}
.fe-largeshadow { 
  -moz-box-shadow: 6px 6px 12px rgba(0,0,0,.3); 
  box-shadow: 6px 6px 12px rgba(0,0,0,.45);
  border: solid 6px #ddd;
  box-sizing: border-box;
}
#fe-more  { 
	display: inline-block;
}
.fe-playing { 
	margin-top: 1px; 
	margin-right: 6px; 
	float: left ; 
	display: none; 
}
#fe-previous  { 
	display: block; 
}
.fe-prev-next {
	display: none;
}
#fe-showName {
	width: inherit;
	color: #999;
	text-align: center;
	font-size: 12px;	
}
#fe-thumbs { 
	text-align: left; 
	position: relative;
	height: auto;
	width: 100%;
	overflow: hidden;
	display: block;
}
.fe-thumbs {
	margin-left: 3px;
	margin-right: 3px;
	border-radius: 6px;
	box-sizing: border-box;
	box-shadow: 2px 2px 2px rgba(0,0,0,.4);
}
#fe-toolbar-left { 
	text-align: left; 
	width: 25%;
	box-sizing: content-box;
	display: inline-block;
}
#fe-toolbar-center { 
	text-align: center; 
	width: 50%;
	box-sizing: content-box;
	display: inline-block;
}
#fe-toolbar-right { 
	text-align: right; 
	width: 25%;
	box-sizing: content-box;
	display: inline-block;
}
#fe-viewer { 
	text-align: center;
	clear: both;
	min-height:240px;
	padding-top: 24px;
}

/*
#fe-container {
	padding: 12px;
	
}
#fe-thumbs { 
	text-align: left; 
	position: relative;
	height: auto;
	width: 100%;
	overflow: hidden;
	display: block;
}
.fe-thumbs {
	margin-left: 3px;
	margin-right: 3px;
	border-radius: 6px;
	box-sizing: border-box;
	box-shadow: 2px 2px 2px rgba(0,0,0,.4);
}

#fe-location  { 
	position: relative; 
	width: 100%; 
	height: 4px;
	overflow: hidden;
}
#fe-toolbar-left { 
	text-align: left; 
	width: 70%;
	box-sizing: content-box;
	display: inline-block;
}
#fe-toolbar-right { 
	text-align: right; 
	width: 30%;
	box-sizing: content-box;
	display: inline-block;
}
#fe-current  {
  background-color: #c00;
  height: 4px
}
.fe-caption {
	position: absolute;
	top: 72px;
	left: 12px;
	font-size: 12px;
	color: #ccc;
	padding: 6px;
	background-color: #4E4E4E
}
#fe-viewer      { 
	text-align: center;
	clear: both;
	min-height:240px;
	padding-top: 24px;
}
.fe-loader    {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	width: auto;
  	height: 144px
}
.fe-loaded {
	background-position: center -360px;
	background-repeat: no-repeat;
}
.fe-button-class { -moz-box-shadow: 1px 1px 2px #666; 
	box-shadow: 1px 1px 2px #666; 
	-moz-border-radius: 6px; 
	border-radius: 6px; 
	background-color: #fff; 
	padding: 4px 9px 2px; 
	font-size: 10px; 
	line-height: 10px; 
	text-transform: uppercase; 
	margin-right: 6px; 
	margin-left: 6px;
	display: inline-block;
	cursor: pointer;
}

#fe-more  { top: 72px; 
	right: 12px; 
	
}
#fe-previous  { 
	padding-left: 6px; 
}
.fe-playing { 
	margin-top: 1px; 
	margin-right: 6px; 
	float: left ; 
	display: none; 
}
.shutdown { 
	color: #ccc;
}
.fe-largeshadow { 
  -moz-box-shadow: 6px 6px 12px rgba(0,0,0,.3); 
  box-shadow: 6px 6px 12px rgba(0,0,0,.45);
  border: solid 6px #ddd;
  box-sizing: border-box;
}
#fe-largePhoto { 
	display: none; 
}
.header {
	display: none;
}
.back-home { 
	position: fixed; 
	left: 9px; 
	z-index: 60; 
	text-decoration: none; 
	bottom: 12px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,.5); 
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.5); 
	box-shadow: 1px 1px 3px rgba(0,0,0,.5); 
}
.back-home:hover, .back-home:focus {
	color: #fff;
	background-color: #000;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#fe-showName {
	width: inherit;
	color: #999;
	text-align: center;
	font-size: 12px;	
}
#fe-toolbar-right { 
	text-align: right; 
	width: 50%;
}
.testCSS {
	color: red;
} */
}