
.slideshow-wrapper {
	width: 950px;
}

.slide .images .image-container {
	width: 470px;
	overflow: hidden;
	position: relative;
}

.slide .images .image-container.left {
	width: 960px;
	overflow: hidden;
	position: relative;
}

.image-container.right {
	display:none;
}

.slide .images .image-container>img.zoom {
	width: 100%;
	max-width: 100%;
}

.slide .images .image-container .controllers {
	width: 27px;
	background-color: #000000;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.slide .images .image-container .controllers a {
	padding: 5px 3px;
	display: block;
}

.slide .images .image-container .controllers img {
	width: 21px;
}

.slide .content {

}

.slide .content p {
	text-align: center;
}

.slide .content label {
	padding: 0 10px;
}


.thumbnail-container {
	margin-top: 10px;
	text-align: center;
	
}

.thumbnail-pair {
	display: inline-block;
	zoom: 1;
	*display: inline;

	width: 120px;
	height: 60px;

	margin-left: 20px;

	opacity: 0.75;
	filter: alpha(opacity=75);

	cursor: pointer;
}

.thumbnail-pair.active, .thumbnail-pair:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.thumbnail-pair:first-child {
	margin-left: 0;
}


#fullscreen {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 20;
}

#fullscreen .container {
	width: 100%;
	height: 100%;
	position: relative;
}

#fullscreen .container .image1, #fullscreen .container .image2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#fullscreen .container .image-container {
	position: relative;
	width: 100%;
	height: 100%;
}

#fullscreen .container .image2 {
	display: none;
}

#fullscreen .controllers {
	background-color: #000000;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	z-index: 10;
}

#fullscreen .controllers.zoom {
	top: 0;
	left: 0;
	width: 108px;
	height: 49px;
}

#fullscreen .controllers.zoom a {
	display: block;
	width: 21px;
	height: 21px;
	float: left;
	margin: 14px;
}

#fullscreen .controllers.close {
	top: 0;
	right: 0;
	width: 49px;
	height: 49px;
}

#fullscreen .controllers.close a {
	display: block;
	width: 21px;
	height: 21px;
	margin: 14px;
}

#fullscreen .controllers.content {
	left: 0;
	bottom: 0;
	height: 49px;
	width: 100%;
}

#fullscreen .controllers.content .text p {
	margin: 0;
	line-height: 49px;
}

#fullscreen .controllers.content .text.left {
	width: 50%;
}

#fullscreen .controllers.content .text.left p {
	margin-left: 20px;
}

#fullscreen .controllers.content .text.right {
	width: 50%;
	text-align: right;
}

#fullscreen .controllers.content .text.right p {
	margin-right: 20px;
}

#fullscreen .controllers.content .text.right a img {
	margin-bottom: -10px;
	margin-left: 5px;
}

#fullscreen_template{
	display: none;
}

.smooth_zoom_preloader {
	background-image: url('../img/smoothzoom/preloader.gif');
}	
.smooth_zoom_icons {
	background-image: url('../img/smoothzoom/icons.png');
}


.left {
	float: left;
}

.right {
	float: right;
}
.clear {
	clear: both;
}