#carousel {
	margin-top:5px; overflow: hidden; width: 930px; height: 102px; padding:10px; background:#000;
}
img#carousel_btn_lastpic {
	display: inline; float: left; margin: 14px 14px 14px 15px; width: 27px; height: 74px
}
img#carousel_btn_nextpic {
	display: inline; float: left; margin: 14px 14px 14px 15px; width: 27px; height: 74px
}
#carousel_container {
	float: left; overflow: auto; width: 784px; position: relative; height: 122px;cursor: pointer;
}
#carousel_container ul {
	left: 0px; float: left; overflow: hidden; width: 896px; position: absolute; top: 0px; height: 102px
}
#carousel_container ul li {
	border-right: #999 1px solid; border-top: #999 1px solid; display: inline; float: left; margin: 0px 5px; border-left: #999 1px solid; width: 100px; border-bottom: #999 1px solid; height: 100px
}
#carousel_container ul li img {
	display: inline; float: left; margin: 10px; width: 80px; height: 80px
}
#carousel_photo_container {
	clear: both; margin:0; overflow: hidden;  position: relative; background:#000; padding:20px;
}
#carousel_photo_intro {
	font-size: 12px; background:#000; overflow: hidden; line-height:22px; width:900px; line-height: 150%; text-align: left; padding:15px; color:#fff;
}
#carousel_photo_shardow {
	z-index: 10; filter: alpha(opacity=50); left: 0px; width: 100%; position: absolute; top: 0px; height: 100%; background-color: #000; opacity: .5; -moz-opacity: .5
}
img#carousel_photo_loading {
	z-index: 11; left: 50%; margin: -50px 0px 0px -50px; width: 100px; position: absolute; top: 50%; height: 100px
}
