@charset "utf-8";
#dHomePageCarousel { 
	background:url("../images/pic_bg.gif") no-repeat scroll 0 0 transparent;
	height:221px;
	width:670px;
	position:relative;
	margin:0 auto;
}
#dLocalHomesCarousel {
	height:131px;
	margin:0px 2px 3px 1px;
	overflow:hidden;
	position:relative;
}
.divCarouselInfo {
	color:#3C404E;
	font-size:12px;
	width:639px;
	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;
}

.author{ width:700px; margin:0 auto; height:auto; text-align:center;}

/* Scrollable */
.trigger-bar { width:670px; height:18px; }
.trigger-bar .prev,
.trigger-bar .next {
	float:right;
	width:18px;
	height:18px;
	display:block;
	outline:none;
	background-image:url(../images/navigator.png);
	background-repeat:no-repeat;
}
.trigger-bar .prev {
	margin-right:-1px;
	background-position:-40px 0;
}
.trigger-bar .next { background-position:-17px 0; }
.trigger-bar .prev:hover {
	text-decoration:none;
	background-position:0 0;
}
.trigger-bar .next:hover {
	text-decoration:none;
	background-position:-57px 0;
}
.scrollable-trigger { float:right; }
.scrollable-trigger a {
	display:inline-block;
	width:6px;
	height:6px;
	margin:6px 5px 0 0;
	font-size:0px;
	color:#70B2D5;
	background:url(../images/navigator.png) -80px -10px no-repeat;
	outline:none;
	overflow:hidden;
}
.scrollable-trigger a.current,
.scrollable-trigger a:hover{
	color:#CACACA;
	background:url(../images/navigator.png) -80px 0 no-repeat;
}

.scrollable-panel {
	/* 下面四项必须设置 */
	position:relative;
	width:900px;
	height:220px;
	overflow:hidden;
}
.scrollable-panel div {
	position:absolute;
	width:2010em; /* 设置足够的宽度 */
}
.scrollable-panel img {
	float:left;
	display:inline; /* 修复IE6双边距BUG */
	margin:10px 0 0 15px;
	padding:2px;
	border:1px solid #ccc;
	width:200px;
	height:200px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
