@charset "utf-8";
/* CSS Document */
.glory_main {
    float: right;
    height: 669px;
    position: relative;
    right: 10px;
    top: 10px;
    width: 739px;
}
.glory_title {float: left; margin-left: 5px;}
.glory_content {
	clear: both; 
	float: left;
	width: 100%;
	margin-top: 10px;
	position: relative;
}
.glory_btn {float: left; margin-left: 10px;}
.glory_btn span {
	display: block;
	width: 136px;
	height: 31px;
	float: left;
	font-size: 14px;
	text-align: center;
	line-height: 2em;
	color: #333;
	cursor: pointer;
}
.glory_btn span{
	background: url(../images/btn_glory.png) no-repeat;
}
.glory_btn .move {margin-left: 50px;}
.show_one, .show_two {
	position: absolute;
	top: 45px;
	left: 10px;
	width: 725px;
	height: 579px;
	display: block;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.show_two {
	display: none;
}
.show_one ul {
	float: left;
	margin-left: 4px;
	margin-top: 30px;
}
.show_one ul li {
	float: left;
	padding: 10px 8px;
}
.show_one ul li img {
	float: left;
	display: block;
	width: 160px;
	height: 220px;
}
.show_two ul {
	float: left;
}
.show_two ul li {
	float: left;
	padding: 0 20px;
	padding-bottom: 20px;
}


