/* CSS Document */

BODY{		
	scrollbar-3dlight-color:#CCCCCC;
    scrollbar-arrow-color:#666666;
    scrollbar-base-color:#E4E4E4;
	scrollbar-darkshadow-color:#888888;
	scrollbar-face-color:#DCDCDC;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#A0A0A0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bj.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

img{
border:0px;
}

table{
	border-collapse:collapse;
}

div {
	font-size: 12px;
	color: #000000;
}

td {
	font-size: 12px;
	color: #000000;
}
LI {
	LIST-STYLE-TYPE:square;
	PADDING:2px;
	font-size: 12px;
	float:left;
	list-style:none;
}

.menu_right_bg{
	height:40px;
	width:100%;
	background-repeat:no-repeat;
	background-position:left center;
	background-image:url(../images/menu_left.jpg);
}

.line_height_18{
	line-height:18px;
}

.line_height_24{
	line-height:24px;
}

/*-------------------------------------------link-------------------------------------------------*/

.web_bulletin{
	color:#A2A2A2;
	text-decoration:none;
}

.white{
	color:#FFFFFF;
	text-decoration:none;
}

.friend_link{
	color:#979797;
	text-decoration:none;
}
A.friend_link:hover{
	color:#FF0000;
}

.white_link{
	color:#FFFFFF;
	text-decoration:none;
}
A.white_link:hover{
	color:#FF0000;
	text-decoration:none;
}
.black_red{
	color:#000000;
	text-decoration:none;
}
A.black_red:hover{
	color:#FF0000;
	text-decoration:none;
}

.black_lightblue{
	color:#000000;
	text-decoration:none;
}
A.black_lightblue:hover{
	color:#00A2FF;
	text-decoration:none;
}

.lightblue_link{
	color:#00A2FF;
	text-decoration:none;
}
A.lightblue_link:hover{
	color:#0042E9;
	text-decoration:none;
}

.black_deepblue{
	color:#000000;
	text-decoration:none;
}
A.black_deepblue:hover{
	color:#0042E9;
	text-decoration:none;
}

.blue_link{
	color:#00589F;
	text-decoration:none;
}
A.blue_link:hover{
	color:#FF0000;
	text-decoration:none;
}


.grey_link{
	color:#808080;
	text-decoration:none;
}
A.grey_link:hover{
	color:#FF0000;
	text-decoration:none;
}

.news_time{
	color:#C6C6C6;
	text-decoration:none;
}

.red_link{
	color:#CC0000;
	text-decoration:none;
}
A.red_link:hover{
	color:#FF0000;
	text-decoration:none;
}

.orange_link{
	color:#FF8A00;
	text-decoration:none;
}
A.orange_link:hover{
	color:#FF0000;
	text-decoration:none;
}

.green_link{
	color:#00DA00;
	text-decoration:none;
}
A.green_link:hover{
	color:#00FF00;
	text-decoration:none;
}
.link{color:#333;text-decoration:none}
.link:hover{color:#666}



.infiniteCarousel {
  width: 255px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 165px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 10em;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 85px;
  width: 85px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(../../img/front/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}


