﻿#scrollup {
   position: relative;
   overflow: hidden;
   height: 374px;
   width: 650px;
   background-image:url('../images/homebannerhshadow.jpg');
   background-repeat:repeat-y;
 }
 .slide {
   position: absolute;
   top: 374px;
   left: 0px;
   height: 374px;
   width: 650px;
   font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
   font-size:13px;
   color: #FFFFFF;
	text-align:justify;
 }
 .slide_content{
  font-size: 12px;
  width: 590px;
  margin: 3px auto;
}
.slide_content .title, .slide_content .title a{
	text-shadow: 2px 2px 2px #222;
	font-size: 14px;
	font-weight:bolder;
	padding-bottom:4px;
	color: #66CCFF;
	text-decoration:none;
}
.slide_content a{
	color:white;
	font-weight:bold;
	text-decoration:none;
}
.slide_content a:hover{
	color:#66CCFF;
}
 .slide_image {
	width:650px;
	height:244px;
}
#scrollup_bottom {
  position: relative;
	width:650px;
	height:33px;
  background-image:url('../images/homebannerbottom2_b.jpg');
  background-repeat:no-repeat;
}
#scrollup_top {
  position: relative;
	width:650px;
	height:33px;
  background-image:url('../images/homebannertop2_b.jpg');
  background-repeat:no-repeat;
}

