#yogaSlide{
	width: 494px;
	height: 260px;
	z-index:5;
}
.yogaSlide {
	overflow: hidden;
	position: relative;
}
.yogaSlide a {
	outline:0;
	cursor:pointer;
	font-size: 100%;
	text-decoration: none;
	color: inherit;
	background:none;
}
.yogaSlide a.click {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.yogaSlide img {
	border: 0;
	margin: 0;
}
.yogaSlide .captionSlide {
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 70px;
	background: transparent url('images/info_slide_bg.png') left bottom repeat-x;
	text-indent: 0;
	overflow: hidden;
}
.yogaSlide .captionSlide p {
	padding-left: 5px;
	margin: 2px 5px;
	color: #181818;
}
* html .yogaSlide .captionSlide {
	bottom: -1px;
}
.yogaSlide .captionSlide h2 {
	padding: 0;
	font-size: 16px;
	margin: 0;
	margin: 10px 5px 0;
	padding-left: 5px;
	font-weight: bold;
	color: #000;
}
.yogaSlide .slideWrap {
	background: #fff url('images/loading.gif') center center no-repeat;
	width: 100%;
	height: 100%;
}
.yogaSlide .loadingWrap {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('images/loading.gif');
}