#show_pads {
	position: relative;
	top: 0;
	left: 35px;
	display: block;
	clear: none;
	text-align: center;
	width: 843px;
	height: 278px;
	z-index: 5;
	background: url('images/pads.png') no-repeat;
}

#pads_play_video {
	position: relative;
	float: left;
	clear: none;
	top: 0;
	left: 800px;
	margin: 0;
	padding: 0;
	z-index: 110000;
	width: 108px;
	height: 71px;
}

#pads_title {
	display: block;
	clear: none;
	float: left;
	margin: -10px 0 0 35px;
	text-align: left;
	width: 843px;
	z-index: 5;
}

#pads_desc {
	width: 200px;
	height: auto;
	float: left;
	clear: none;
	margin: 10px 0 10px 10px;
	padding: 10px;
}

#pads_desc p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 13px;
	color: #573B1B;
}

#pads_cond_desc {
	clear: both;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 10px 0 15px 0;
	padding: 5px 0 5px 0;
}

#pads_cond_desc p {
	text-align: center;
}

