@charset "utf-8";
/* CSS Document */
.container { margin:0 auto; width:1000px;}
.blazers-mid { 
    background:url(../images/blazers_mid.jpg) center top no-repeat;
	height:409px;
	padding:0 100px 0 130px; 
	width:770px;
}
.blazers-mid .leftmenu { float:left; padding-top:10px; width:145px;}
.blazers-mid .leftmenu ul li { 
    height:45px;
	margin-bottom:3px;
	width:143px;
}
.blazers-mid .leftmenu ul li a { 
    display:block;
	height:45px;
	overflow:hidden;
	text-indent:-9999px;
	width:143px;
}
.blazers-mid .cont { 
    float:right;
	height:320px;
	margin-right:8px;	
	padding:15px 10px 0;
	text-align:left; 
	width:568px;
	position:relative;
}
.blazers-mid .cont p { 
    line-height:20px;
	margin:2px 0 7px;
}

/*	div有滚动条样式
--------------------------------------*/
#content1 { 
position: absolute; 
top: 0px; 
left: 5px; 
width: 568px; 
height: 315px;
} 
/* scroller */ 
#scrollerContainer { 
	position:absolute;
	width:560px;
	height:315px;
	clip:rect(0,568px,315px,0);
	overflow:hidden;
	z-index:6; 
} 

#scrollerContent { 
	position:absolute;
	left:0;
	top:0;
	width:568px; 
} 
#scrollerButtons { 
position: absolute; 
top: 0px; 
left: 570px; 
width: 20px; 
height: 315px;
} 
#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: 15px; 
width:15px; 
height:284px; 
background: url(../images/scrollbar_bg.gif) top left repeat-y; 
z-index: 3;
} 
#scrollerButtons #drag { 
position: absolute; 
top: 15px; 
left: 0; 
width: 15px; 
height: 28px; 
background: url(../images/scrollbar.gif) top left no-repeat; 
z-index: 4; 
cursor:pointer; 
} 
#scrollerButtons #down { 
position: absolute; 
top: 302px; 
left: 0; 
width: 15px; 
height: 15px; 
background: url(../images/arrowdown.gif) top left no-repeat; 
z-index: 5; 
cursor:pointer; 
} 
.cont { position:relative;}
div.goback { position:absolute; right:30px; bottom:-55px;}
div.goback a { color:#900;}
