#slide_show{
	
	background-image: url(images/Ajax_bg.jpg);
	width: 930px;
	height: 350px;
	margin-right: 10px;
	margin-left: 10px;
	z-index: 5;
	position: relative;
	
}
#slide_menu{
	width: 925px;
	position: absolute;
	left: 1px;
	bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 2px;
}
.slide {
	display: none;
	height: 330px;
	padding: 5px;
}
.active {display: block;  }
.title h2{
	color: #7EA0BB;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}
.title_img{
	top: 100px;
	left: 2px;
	position: absolute;
}
.title_Content{
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	font-size: 12px;
	line-height: 24px;
	height: 200px;
	width: 350px;
	top: 80px;
	right: 10px;
	position: absolute;
}
.title_tag{
	float: left;
}

.title_tag a{
	cursor:pointer;
	text-align: center;
	display: block;
	height: 60px;
	width: 229px;
	float: left;
	color: #369;
	line-height: 60px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	font-size: 18px;
	background-image: url(images/transparent.png);
}
.title_tag a:link{
	cursor:pointer;
	text-align: center;
	display: block;
	height: 60px;
	width: 229px;
	float: left;
	color: #369;
	line-height: 60px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	font-size: 18px;
	background-image: url(images/transparent.png);
}
.title_tag a:hover{
	text-align: center;
	display: block;
	background-color: #369;
	float: left;
	color: #fff;
	background-image: url(images/blank.gif);
}


.title_tag_lock {
	color: #FFF;
	cursor:pointer;
	text-align: center;
	display: block;
	height: 60px;
	width: 229px;
	background-color: #369;
	float: left;
	color: #ffffff;
	line-height: 60px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	font-size: 18px;
	
}
.title_tag_lock a{
	display: block;
	height: 60px;
	width: 229px;
	color: #FFF;
}
.title_tag_lock a:link{
	display: block;
	height: 60px;
	width: 229px;
	color: #FFF;
}
.title_tag_lock a:hover{
	display: block;
	height: 60px;
	width: 229px;
	color: #FFF;
}
.title_tag_lock a:visited{
	display: block;
	height: 60px;
	width: 229px;
	color: #FFF;
}
.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
