body {
	margin: 0;
	padding: 30px 0 0;
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;
	//background: #111 url(../commn/body_bg.jpg) no-repeat center top;
	color: #999;
	background-color: #000000;
}
* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}
h1 {
	font: 5em normal Georgia, 'Times New Roman', Times, serif;
	margin-bottom: 20px;
	color: #FFFFFF;
	margin-left: 10px;
}
h1 span { 	color: #e7ff61; }
h1 small{
	font: 0.2em normal Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing: 0.5em;
	display: block;
	color: #ccc;
	margin: 0 5px;
}

.container {
	width: 758px;
	margin: 0 auto;
	padding-bottom: 30px;
	overflow: hidden;
}


ul.display {
	float: left;
	width: 756px;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.display li {
	float: left;
	width: 754px;
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px solid #333;
}
ul.display li a {
	color: #e7ff61;
	text-decoration: none;
}
ul.display li .content_block {
	padding: 0 10px;
}
ul.display li .content_block h2 {
	margin: 0;
	padding: 5px;
	font-weight: bolder;
	font-size: 1.4em;
	color: #CCCCCC;
}
ul.display li .content_block p {
	margin: 0;
	padding: 5px 5px 5px 245px;
	font-size: 1.1em;
	line-height: 20px;
}
ul.display li .content_block a img{
	padding: 5px;
	border: 1px solid #666;
	background: #000;
	margin: 0 15px 0 0;
	float: left;
}

ul.thumb_view li{
	width: 250px;
}
ul.thumb_view li h2 {
	display: inline;
}
ul.thumb_view li p{
	display: none;
}
ul.thumb_view li .content_block a img {
	margin: 0 0 10px;
}


a.switch_thumb {
	width: 122px;
	height: 26px;
	line-height: 26px;
	padding: 0;
	margin: 10px;
	display: block;
	background: url(../common/switch.gif) no-repeat;
	outline: none;
	text-indent: -9999px;
	
}
a:hover.switch_thumb {
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
a.swap { background-position: left bottom; }

a img.css-hover{
opacity:1.0;
filter: alpha(opacity=100);
}
a:hover img.css-hover{
opacity:0.6;
filter: alpha(opacity=60);
}



a:link {
	color: #e7ff61;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #e7ff61;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #e7ff61;
}
.wegBox ul li p {
line-height: 2;
}