/* ---- HSLIDESHOW ---- */

.hslideshow {
	position: relative;
	margin-top: 30px;
	padding: 0;
}

.hslideshow .entry-top-banner {
	margin-bottom: 20px;
}

.hslideshow .sticker {
	width: 100px;
	height: 100px;
	background: url(../images/hslideshow-sticker.png);
	position: absolute;
	left: 50px;
	top: -28px;
	z-index: 9999;
}

.hslideshow .slide {
	/* width: 730px;
	height: 570px; */
	overflow: hidden;
	display: inline-block;
	float: left;
	text-align: center;
	border: 0;
}

.hslideshow .slide-side {
	width: 300px;
	display: inline-block;
	float: right;
}

.hslideshow .entry-title {
	margin-bottom: 14px;
	font-size: 22px;
}

.hslideshow .slide-controls {
	position: absolute;
	bottom: 52px;
	width: 300px;
	height: 40px;
	line-height: 40px;
	padding: 5px 0;
	margin: 15px 0;
	text-align: center;
	border-style: dotted;
	border-color: #BCBCB7;
	border-width: 2px 0 0 0;
}

.hslideshow .slideshow-prev,
.hslideshow .slideshow-next {
	position: absolute;
	top: 4px;
	width: 42px;
	height: 42px;
	text-indent: -999999em;
	display: block;
	margin-top: 0;
}

.hslideshow .slideshow-prev {
	left: 0;
	background: url(../images/arrow-big-left.gif) center center no-repeat;
}

.hslideshow .slideshow-next {
	right: 0;
	background: url(../images/arrow-big-right.gif) center center no-repeat;
}

.hslideshow .slideshow-prev:hover {
	background: url(../images/arrow-big-left-on.gif) center center no-repeat;
}

.hslideshow .slideshow-next:hover {
	background: url(../images/arrow-big-right-on.gif) center center no-repeat;
}

.hslideshow .slideshow-prev:active {
	left: -1px;
}

.hslideshow .slideshow-next:active {
	right: -1px;
}

.hslideshow .caption-body {
	margin: 4px 0 150px 0;
}

.hslideshow .caption-body a {
	text-decoration: underline;
}

.hslideshow .slide-link {;
	width: 170px;
	padding: 4px 0;
	background: #E4E4E4;
	display: block;
	text-align: center;
	position: absolute;
	bottom: 140px;
	right: 60px;
	visibility: hidden;
}

.hslideshow .slide-share {
	width: 300px;
	position: absolute;
	bottom: 14px;
	right: 0;
	padding: 10px 0;
	border-style: dotted;
	border-color: #BCBCB7;
	border-width: 2px 0 0 0;	
	text-align: center;
}

.hslideshow .slide-count span {
	display: inline-block;
	width: 10px;
	text-align: right;
}

.slide-share .twitter-share-button,
.slide-share .pinterest-share-button,
.slide-share .fb-like {
	margin: 0 7px;
}

.slide-share .fb-like {
	//top: 3px;
}



/* general */

.thumbnails-hidden {
	display: none;
}



/* splash */

.hslideshow {
	display: none;
}

.hslideshow + #content .entry-info {
	/*width: 410px;*/
	display: inline-block;
	float: left;
	clear: none;
	margin-bottom: 20px;
}

a.entry-side {
	width: 288px;
	height: auto;
	zoom: 1;
	overflow: hidden;
	position: relative;
	float: right;
	display: inline-block;
}

a.entry-side img {
	width: 100%;
	height: auto;
}

a.entry-side .overlay {
	background: url(../images/hslideshow-launch-bg.png) center center no-repeat;
	background: url(../images/hslideshow-launch.png) center center no-repeat rgba(0,0,0,.6);
	position: absolute;
	top: 3px;
	left: 3px;
	zoom: 1;	
}

a.entry-side:hover .overlay {
	background-color: rgba(0,0,0,.75);
}