﻿#slideshow_wrapper ,#slideshow_photo a {width:100%;height:400px;}

#slideshow_wrapper {
	position: relative;
	padding-bottom: 0px;
	background-color: #121212;
	padding-left: 0px;
	
	padding-right: 0px;
	
	overflow: hidden;
	padding-top: 0px
}
#slideshow_footbar {
	z-index: 5;
	position: absolute;
	left:-45%;
filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#32000000, endcolorstr=#32000000);
	width: 100%;
	bottom: 0px;
	height: 30px
}
#slideshow_photo {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer
}
#slideshow_photo a {
	z-index: 1;
	
	
	background-position:center !important;
	border-bottom: 0px;
	position: absolute;
	border-left: 0px;
	margin: 0px;
	display: block;
	border-top: 0px;
	top: 0px;
	border-right: 0px;
	left: 0px
}
#slideshow_footbar .slideshow-bt {
	background-color: #d2d3d4;
	margin: 10px 10px 0px 0px;
	width: 30px;
	display: inline;
	float: right;
	height: 10px;
	font-size: 0px
}
#slideshow_footbar .bt-on {
	background-color: #30b1eb;
	cursor:pointer;
}
