/*首页*/
/*首页图片滚动*/
#gla{
	
	overflow:hidden;
	margin:0 auto;
	position:relative;
	height:404px;
}

#gla_box{
	width:700px;
	margin:auto;
}
.gla_inbox{
	overflow:hidden;
	position:relative;
}
.gla_inbox p{ text-indent: 1em; font-size: 14px; width: 100%; color: #FFFFFF; line-height: 30px; background-color: hsla(0,0%,0%,1); }
.gla_inbox a{ padding: 5px; display: block; position: absolute; bottom: 20px; left: 20px; background-color: hsla(0,0%,0%,.5); color: #FFF; }
.gla_inbox img{
	width:100%;
	height:100%;
}
.roundabout-holder {
	height: 404px;
	width: 700px;
}
.roundabout-moveable-item {
	display:block;
	height: 480px;
	width: 800px;;
	cursor: pointer;
}
.roundabout-in-focus {
	cursor: auto;
}