﻿@charset "utf-8";
/* CSS Document */

@import url(reset.css);

body{
	background:#000;
}
a{
 outline: none; /* for Firefox */
 hlbr:expression(this.onFocus=this.blur()); /* for IE */
}
#time_line{
	width:1024px;
	height:15px;
	display:block;
	position:absolute;
	z-index:100;
	left:0px;
	top:430px;
	background:url(../images/time_line.png) top left repeat-x;
}
#footer{
	width:1024px;
	height:40px;
	margin:-10px auto 0 auto;
	position:relative;
	padding:0 0 15px 0;
}

#lb{
	float:left;
	width:187px;
	height:40px;
	display:block;
	margin-right:20px;
}
#copyright{
	float:right;
	padding-top:15px;
	color:#777;
}
.content{
	width:950px;
	height:215px;
	padding:0 37px;
	position:absolute;
	top:510px;
	left:0;
}
.content2{
	width:950px;
	height:250px;
	padding:0 37px;
	position:absolute;
	top:500px;
	left:0;
}
.c_photo{
	float:left;
	width:298px;
	height:208px;
	border:1px solid #CCC;
}
.c_word{
	float:right;
	width:590px;
	height:180px;
	background:url(../images/w_bg.png) top left repeat-x;
	color:#EEE;
	padding:15px 20px;
	font-size:13px;
	letter-spacing:;
	line-height:1.8;
}
.awards{
	float:left;
	width:240px;
	height:220px;
	background:url(../images/w_bg2.png) top left repeat-x;
	margin:0 23px;
	padding:15px;
}
.a_photo{
	width:240px;
	height:88px;
	margin-bottom:10px;
	background:#FFF;
}
.a_word{
	width:240px;
	height:142px;
	color:#EEE;
	font-size:11px;
	letter-spacing:;
	line-height:1.7;
	line-height:1.9\9;
}

.a_photo2{
	float:left;
	width:80px;
	height:220px;
	background:#FFF;
}
.a_photo2 img{
	width:80px;
	height:220px;
}
.a_word2{
	float:right;
	width:150px;
	height:220px;
	color:#EEE;
	font-size:11px;
	letter-spacing:;
	line-height:1.7;
	line-height:1.9\9;
}
/*--anythingSlider--*/
.anythingSlider                         { width:1024px; height:768px; margin:20px auto; position: relative; }
.anythingSlider .wrapper                { width:1024px; height:768px; background:none; overflow:hidden; position:relative;}

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul{ 
	width: 32700px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	margin: 0; 
	z-index:50;
}
.anythingSlider ul li{ 
	display: block; 
	float: left; 
	padding: 0; 
	width:1024px; 
	height:768px 
	margin: 0; 
	position:relative;
}
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }


/*-thumbNav-*/
#thumbNav{ 
	width:930px;
	display:block;
	position:absolute; 
	top:402px; 
	left:0;
	z-index:500;
	padding:0 47px;
}
#thumbNav a{ 
	display: inline-block; 
	width:70px; 
	height: 70px; 
	margin: 0 20px; 
	background:url(../images/time_ball_s.png) top left no-repeat;
}
#thumbNav a:hover{ background:url(../images/time_ball_L.png) top left no-repeat; }
#thumbNav a.cur{ background:url(../images/time_ball_L.png) top left no-repeat; }

#thumbNav a img{
	display:none;
}
#thumbNav a#t_1:hover img,#thumbNav a#t_2:hover img,#thumbNav a#t_3:hover img,#thumbNav a#t_4:hover img,#thumbNav a#t_5:hover img,#thumbNav a#t_6:hover img,#thumbNav a#t_7:hover img,#thumbNav a#t_8:hover img{ 
	display:block;
	width:443px;
	height:30px;
	position:absolute;
}
#thumbNav a#t_1:hover img{
	top:-24px;
	left:114px;
}
#thumbNav a#t_2:hover img{
	top:55px;
	left:254px;
}
#thumbNav a#t_3:hover img{
	top:-34px;
	left:334px;
}
#thumbNav a#t_4:hover img{
	top:55px;
	left:399px;
}
#thumbNav a#t_5:hover img{
	top:-14px;
	left:407px;
}
#thumbNav a#t_6:hover img{
	top:52px;
	left:700px;
}
#thumbNav a#t_7:hover img{
	top:-14px;
	left:839px;
}

/*-thumbNav END-*/



/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
/*--anythingSlider END--*/
