.swiper_outer {
	min-height: 600px;
	position: relative;
}
.swiper_left {
	position: absolute; 
	top: 5px; 
	left: 5px; 
	z-index: 999;
}
.swiper_left li {
	padding: 3px 1em;
	cursor: pointer; 
	list-style: none; 
	font-size: 20px; 
	line-height: 2em; 
	border: solid 1px #fff; 
	color: #fff;
}
.swiper_right { 
	padding-left: 0!important; 
	padding-right: 0!important; 
}
.swiper_right .img { 
	position: absolute;
}
.swiper_right .img img{ 
	border-radius: 5px;
	border: solid 1px #ccc;
}
.slide_show { 
	visibility: visible;
}
.slide_hide {
	visibility: hidden;
}
.slide_text {
	position: absolute;
	bottom: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 5px 5px;
	line-height: 1.5em;
	min-height: 4em;
	font-size: 16px;
	background-color: rgba( 0, 0, 0, 0.5);
	color: white;
	text-shadow:1px 1px 2px white;
}
