@charset "utf-8";
/* CSS Document */
#hp_buttons_place{
	position:relative;
	width:889px;
	margin:auto;
}
.buttonTDPlace{
	width:20%;
	text-align:center;
}
.buttonTDPlace:first-child{
	text-align:right;
}

.buttonTDPlace:last-child{
	text-align:left;
}
#HPrightSide{
	color:#2b2c30;
	display:block;
	width:600px;
	text-align:right;
	font-size:12px;
}
#HPleftSide{
	position:absolute;
	top:-5px;
	left:-23px;
	width:227px;
}

.imgdiv{
	position:absolute;
	text-align:center;
	left:15px;
}
.imgdiv img{
	/* border-style: solid; border-width: 1px; border-color: #DBDBDB; */
   border: none;
	margin:auto;
	text-align:center;
}
.imgdiv p{
	background-color: white;
	text-align: center;
	font-size:11pt; 
	margin-top: 0px;
	color: #5F5F5F; 
	font-family: arial;
	background-color:white;
	display:block;
	width:174px;
}
#slideBG{
	padding-left: 16px;
	padding-top: 16px;
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow:5px 5px 5px 0 rgba(0,0,0,.3);
	box-shadow: 0px 0px 8px 0 rgba(0,0,0,.3);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 192px;
	height: 310px;
	display: inline-block;
	position: relative;
	text-align:center;
}
#sliderTitle{
	position:relative;
	margin:auto;
   margin-bottom: 5px;
	right:8px;
	top:-8px;
	width:174px;
	font-size:15px;
	font-weight:bolder;
	color: #788186;
	border-bottom:1px dotted #666666;
}
#HPrightSide a{
	color:rgba(0,121,180,1.00);
}
#HPrightSide a:hover{
	color:rgba(0,68,71,1.00);

}