@charset "utf-8";
body{ margin:0 auto; width:100%; height:auto; padding: 0;}
#dHomePageCarousel { 
	height:350px;
	width:1000px;
	/* position:relative; */
	margin:0px auto;
	
}
#dLocalHomesCarousel {
	/* width: 1000px; */
	height:100%;
	/* margin:0px 2px 3px 1px; */
	overflow:hidden;
	position:relative;
	text-align: center;
	margin: 0 auto;
}
.divCarouselInfo {
	font-size:14px;
	width:639px;
	height:64px;
	line-height:20px;
	margin-left:130px;
	padding-top:30px;
	position:relative;
	text-decoration:none;
	/* margin:0 auto; */
}
.imgBorder{
	position:absolute;
	cursor:pointer;
}
.btnCarouselLT {
	/* background-image: url("/resource/en/home/static/ljy/static/img/sy246.png"); */
	background:url("/resource/en/home/static/ljy/img/sy246.png") no-repeat scroll left top transparent;
	display:block;
	height:41px;
	overflow:hidden;
	position:absolute;
	cursor:pointer;
	top:17px;
	width:40px;
}
.btnCarouselRT {
	background:url("/resource/en/home/static/ljy/img/sy247.png") no-repeat scroll right top transparent;
	display:block;
	height:41px;
	overflow:hidden;
	position:absolute;
	cursor:pointer;
	top:17px;
	width:40px;
}