
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 {
	   margin-top: 20px;
	width: 670px;
	height: 287px;
	overflow: hidden;
	position: relative;
	 
}
#slideshow .container {
	width: 670px;
	height: 241px;
	position: relative;
	z-index: 10;
	overflow:hidden;
}
#slideshow .mask {
	width: 670px;
	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:670px;
	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;
}