.slideshow.printable{
	display:none;
}

.slideshow{
	width:557px;
	
}

.zoom_link{
	position:absolute;
	top:0px;
	right:0px;
	z-index:50;
	width:30px;
	height:30px;
	background-color:#fff;
	background-image:url(/img/icons/magnify.png);
	background-repeat:no-repeat;
	background-position:center;
	border-bottom:solid #cbccce 1px;
	border-left:solid #cbccce 1px;
	-moz-opacity:0.6 !important;
	opacity:0.6 !important;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	cursor:pointer;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

.zoom_link.over{
	-moz-opacity:1 !important;
	opacity:1 !important;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.slideshow .main_image_wrap{
	width:555px;
	height:360px;
	position:relative;
	border:solid #cbccce 1px;
	background-color:#000;
}

.slideshow .main_image{
	width:555px;
	height:360px;
	position:absolute;
	top:0px;
	left:0px;
	background-position:center;
	background-repeat:no-repeat;
	/*display:none;*/
}

.slideshow .main_image.video{
	text-align:center;
}

.slideshow .main_image.video img{
	margin-top:145px;
}

.slideshow .main_image.default{
	display:block;
}

.slideshow .slideshow_thumb{
	width:101px;
	height:67px;
	background-position:center;
	background-repeat:no-repeat;
	margin:4px 8px 4px 0px;
	float:left;
	border:solid 2px #fff;
}

.slideshow .slideshow_thumb.over{
	border-color:#393839;
	cursor:pointer;
}

.slideshow .slideshow_thumb.active, .slideshow .slideshow_thumb.active.over{
	border-color:#f26422;
}

.slideshow .slideshow_thumb.last{
	margin-right:0px !important;
}

img.play_video_btn{
	-moz-opacity:0.7 !important;
	opacity:0.7 !important;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
img.play_video_btn.over{
	-moz-opacity:1 !important;
	opacity:1 !important;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	cursor:pointer;
}
