/*
 * Main Slide Show Styles
 */
#slide_show h2, #slide_show p, #slide_show ul, #slide_show li {
	margin:0;
	padding:0;
}

#slide_show {
	width:771px;
	height:430px;
	background:#21497d;
	margin:2px 0 0 0;
	position:relative;
}

#slide_show ul {
	position:relative;
	list-style:none;
}

#slide_show li {
	width:771px;
	height:430px;
	position:absolute;
	top:0;
	left:0;
}

#slide_show .slider_image {


	width:771px;
	height:378px;
	position:relative;
}

#slide_show .slider_image h2 {
	background: url("/images_template/slider_title_bg.png") repeat-x scroll 0 0 transparent;
	color: #F8EAA2;
	font-size: 28px;
	height: 59px;
	line-height: 59px;
	padding-left: 25px;
	position: absolute;
	top: 269px;
	width: 746px;
}

#slide_show .slider_image p {
	margin:0;
	padding: 0;
	position:absolute;
	top:378px;
	color:#fff;
	height:53px;
	line-height: 18px;
	padding: 7px;
	overflow:hidden;
}

#slide_show .slider_image a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#slide_show .slider_image a:hover {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}

#slide_show #number_menu {
	/*background: url("/images_template/slider_top_bg.png") repeat-x scroll 0 0 transparent;*/
	height: 47px;
	overflow: hidden;
	position: absolute;
	width: 761px;
	padding-right:10px;
}

#slide_show #number_menu a {
	background: none repeat scroll 0 0 #2C65AA;
	color: #FFFFFF;
	display: block;
	float: right;
	font-weight: bolder;
	height: 24px;
	line-height: 24px;
	margin-right: 4px;
	margin-top: 11px;
	text-align: center;
	width: 24px;
}

#slide_show #number_menu a.active_t, #slide_show #number_menu a:hover {
	background:#133968;
}