@charset "utf-8";
/* CSS Document */
body{
margin-top:0;
background-color:#FFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 14px;
}

.fontcn{
margin-top:0;
background-color:#FFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px!important;
font-size: 11px;
line-height: 14px;


}

img{
border:0;
}
.clssMainRoll {
	FILTER: progid:DXImageTransform.Microsoft.Slide(slidestyle=SWAP,Bands=1); CURSOR: pointer
}
.text01
{
	color:#FFF;
	
}
.t1
{
	text-align:left;
}
#speakerlabel {
	padding: 10px;
	margin-bottom: 1px;
	background-color: #FFFFFF;
	margin-right: 1px;
	text-align:left;
}
.contentbox {
	width: 477px;
}
* +html .contentbox {
	width: 483px;
}.color {
	color: #6f0250;
}
a.click:link {
	color: #6f0250;
	text-decoration: none;
}
a.click:visited {
	color: #6f0250;
	text-decoration: none;
}
a.click:hover {
	color: #f39700;
	text-decoration: none;
}
a:link {
	color: #513545;
	text-decoration: none;
}
a:visited {
	color: #513545;
	text-decoration: none;
}
a:hover {
	color: #f89209;
	text-decoration: none;
}
#content1 {
 position:relative;
 margin:0; padding:0;
 top: 0px;
 left: 0px;
 }
/* scroller */
#scrollerContainer {
position:absolute; width:310px; height:200px; clip:rect(0,375px,290px,0); overflow:hidden; z-index:6;
}
#scrollerContent {
position:absolute; left:0; top:0; width:300px;
}
#scrollerButtons {
 position: absolute;
 top: 0px;
 left: 300px;
 width: 30px;
 height: 300px;
 }
#scrollerButtons #up {
 position: absolute;
 top: 0px;
 left: 0;
 width: 15px;
 height: 15px;
 background: url(images/arrowup.gif) top left no-repeat;
 z-index: 2;
 cursor:pointer;
 }
#scrollerButtons #track {
 position:absolute;
 top: 20px;
 width:10px;
 height:180px;
  left: 11px;
 background: url(images/xian.jpg) top left repeat-y;
 z-index: 3;
 }
#scrollerButtons #drag {
 position: absolute;
 top: 20px;
 left: 0;
 width: 25px;
 height: 25px;
 background: url(images/feiji.jpg) top left no-repeat;
 z-index: 4;
 cursor:pointer;
 }
#scrollerButtons #down {
 position: absolute;
 top: 180px;
 left: 0;
 width: 15px;
 height: 15px;
 background: url(images/arrowdown.gif) top left no-repeat;
 z-index: 5;
 cursor:pointer;
 }