#tdi_genDesc {
	position: relative;
	margin: 20px 0;
	width: 333px;
	height: 264px;
	background: url("../img/tdi_genDesc_bg.png") no-repeat scroll;
	overflow: hidden;
}

#tdi_genDesc_panel {
	position: absolute;
	top: 0;
	left: 10px;
	width: 305px;
	height: 225px;
	overflow: hidden;
}

#tdi_genDesc_container {
	position: relative;
	width: 305px;
	height: 225px;
}

div.tdi_genDesc_post {
	position: relative;
	float: left;
	width: 305px;
	height: 225px;
	color: #0454A5;
	overflow: hidden;
}

div.tdi_genDesc_btn {
	position: absolute;
	bottom: 12px;
	width: 100%;
}

div.tdi_genDesc_post_prev {
	position: relative;
	width: 23px;
	height: 22px;
	background: url("../img/btn_arrow_left.png") no-repeat;
	cursor: pointer;
	float: left;
	margin-left: 40%;
}

div.tdi_genDesc_post_prev:hover {
	background: url("../img/btn_arrow_left_ov.png") no-repeat;
}

div.tdi_genDesc_post_next {
	position: relative;
	width: 23px;
	height: 22px;
	background: url("../img/btn_arrow_right.png") no-repeat;
	cursor: pointer;
	float: right;
	margin-right: 40%;
}

div.tdi_genDesc_post_next:hover {
	background: url("../img/btn_arrow_right_ov.png") no-repeat;
}

div.tdi_genDesc_post_container {
	position: relative;
	width: 100%;
	overflow: hidden;
}

div.tdi_genDesc_post_title {
	font-family: "VW Headline OT-Black", Arial, verdana, sans-serif;
	font-size: 18px;
	margin: 18px 20px 10px;
	text-shadow: 2px 2px 5px #6d89a3;
}

div.tdi_genDesc_post_title a {
	text-decoration: none;
}

div.tdi_genDesc_post_content {
	position: relative;
	font-size: 12px;
	margin: 0 20px 10px;
}

div.tdi_genDesc_post_lnk {
	margin: 15px 15px 0 0;
	text-align: right;
	font-size: 12px;
}