@charset "utf-8";

#dHomePageCarousel { 
	background:url("../images/pic_bg.jpg") no-repeat scroll 0 0 transparent;
	height:500px;
	width:1038px;
	position:relative;
	margin:0px auto;
}
#dLocalHomesCarousel {
	height:414px;
	margin:0px 2px 3px 1px;
	overflow:hidden;
	position:relative;
}
.divCarouselInfo {
	color:#3C404E;
	font-size:12px;
	width:1000px;
	height:64px;
	line-height:16px;
	margin-right:15px;
	padding-top:10px;
	position:relative;
}
.imgBorder{
	border:2px solid #fff;
	position:absolute;
	cursor:pointer;
}
.imgBorder:hover {
	border:2px solid #FFAA55;
	cursor:pointer;
	position:absolute;
}
.btnCarouselLT {
	background:url("../images/btn_nav_carousel.png") no-repeat scroll left top transparent;
	display:block;
	height:41px;
	overflow:hidden;
	position:absolute;
	cursor:pointer;
	top:17px;
	width:40px;
}
.btnCarouselRT {
	background:url("../images/btn_nav_carousel.png") no-repeat scroll right top transparent;
	display:block;
	height:41px;
	overflow:hidden;
	position:absolute;
	cursor:pointer;
	top:17px;
	width:40px;
}

img {
	border:medium none;
}

.author{ width:700px; margin:0 auto; height:auto; text-align:center;}
.name{ font-size:18px; text-align:center; font-weight:bold;}
.name a{ margin-right:12px; text-decoration: none; cursor:pointer; color:#333; background:url(../images/list.jpg) 0px  no-repeat; padding-left:10px; font-family:'微软雅黑','宋体','Arial'; font-size:18px; height:46px; line-height:46px;}
.name a:hover{ text-decoration:underline}