@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }
body, html{background: #FFF;margin:0;padding:0px;font-family:Arial, Helvetica, sans-serif;font-size:15px;color:#000000;}
.scroller {
width: 900px;
height: 190px;
overflow: hidden;
text-align: center;
background-color: #FFF;
}

#content {
width: 2000px;
}


.slide {
	width: 900px;
	height: 185px;
	float: left;
	background-color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
}
.slide a img{
    opacity:1.0;filter:alpha(opacity=100);
	border: 1px #fc5f8b; 
  	border-style: solid;
}
.slide a:hover img{
	border: 1px #fc5f8b; 
  	border-style: solid;
	opacity:0.9;filter:alpha(opacity=90);
}

TD {
  font-family: Arial, Helvetica, sans-serif;/*text font*/
  font-size: 15px;
  text-decoration: none;
}

A.title {color: #fc5f8b;text-decoration:none; font-weight: bold;font-size: 14px;}
A.title:hover {text-decoration:underline}
#header,#footer {
	width: 900px;
	height: 32px;
	line-height: 32px;
	background-color: #fc5f8b;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	text-align:center;
}
#header a,#footer a { color: #FFF; text-decoration: none;}
#header a:hover,#footer a:hover{ text-decoration: underline; }
