
h2.title_name {
	font-family: normal Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 4em;
	margin: 0;
	padding: 50px 0 20px 0;
	text-align: center;
}
h2.title_name span {
	font-family: normal Georgia,'Times New Roman',Times,serif;
	color: #f9f66d;
	font-size: 0.9em;
}
h2.title_name small {
	color: #AAAAAA;
	display: block;
	font-family: normal Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.2em;
	letter-spacing: 1.0em;
	text-transform: uppercase;
}
p.copy_right {
	width: 750px;
	margin: 30px auto 0 auto;
	clear: both;
	font-size: 1.1em;
	letter-spacing: 1px;
	text-align: center;
	overflow: hidden;
}
p.copy_right a {
	color: #1D68AF;
}
p.copy_right a:hover {
	text-decoration: none;
}
/* Content Begin */
#slideshow {
	width: 310px;
	height: 287px;
	overflow: hidden;
	position: relative;
	float:left;
}
#slideshow .container {
	width: 310px;
	height: 241px;
	position: relative;
	z-index: 10;
	overflow:hidden;
}
#slideshow .mask {
	width: 310px;
	cursor: pointer;
	height: 241px;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 30;
}
#slideshow .caption {
	width: 580px;
	bottom: 30px;
	left: 30px;
	position: absolute;
	z-index: 35;
}
#slideshow .caption h3 {
	color: #FFFFFF;
	font-size: 28px;
	font-weight: normal;
}
#slideshow .caption h3 a {
	color: #FFF8D6;
	padding-bottom: 5px;
	display: block;
}
#slideshow .caption h3 a:hover {
	color: #FFF;
	text-decoration: none;
}
#slideshow .paging {
   height: 38px;
    line-height: 38px;
}
#slideshow .paging a {
	background:url(../images/jsdot.gif) no-repeat center;
    
	 padding: 0 10px;
	opacity: 0.2;
	filter:alpha(opacity=20); 
}
#slideshow .paging a:hover, #slideshow .paging a.current {
	opacity: 1;
	filter:alpha(opacity=100); 
}
#slideshow .preview {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	width: 110px;
	background: #FFFFFF;
	color: #000000;
	display: none;
	padding: 5px;
	position: absolute;
	right: 35px;
	text-align: center;
	top: 175px;
	z-index: 35;
	font-size: 82%;
}
#slideshow .preview span {
	display: block;
	padding-top: 3px;
}
#slideshow .slide {
	width:310px;
	height: 241px;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 300px;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 15;
}
#slideshow .slide .click-area {
	width: 640px;
	height: 300px;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 20;
}
#slideshow .slide .click-area embed {
	z-index: 25;
}

	.focusBox { position: relative; width: 320px; height: 280px; overflow: hidden; font: 12px/1.5 Verdana, Geneva, sans-serif; text-align: left; background: white; }
	.focusBox .pic img { width: 320px; height: 280px; display: block; }
	.focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 36px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
	.focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 36px; width:100%; overflow: hidden; }
	.focusBox .txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}
	.focusBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 12px; font-weight: bold; text-decoration: none; }
	.focusBox .num { position: absolute; z-index: 3; bottom: 8px; right: 8px; }
	.focusBox .num li{ float: left; position: relative; width: 18px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; }
	.focusBox .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
	.focusBox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
	.focusBox .num li.on a,.focusBox .num a:hover{ background:#f60;  }