
#slidebar {
    position: relative;
    overflow: hidden;
	margin:0 -60px;
	width:1000px;
    height: 459px;
}

#slidebar ins {
	width: 200px;
	height: 180px;
	top: 300px;
	left: 150px;
	color: #ffffff;
	text-decoration: underline;
	padding-top: 110px;
	padding-left: 6px;
	font-size: 0.86em;
	position: absolute;
	cursor: pointer;
}
.link a{color:#ffffff !important;}
#slidebar div {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
	width: 575px;
	height: 450px;
}
#slidebar .enabled {
    cursor: pointer;
    border-bottom: 10px solid white;
}
#slidebar .disabled  {
    cursor: default;
    border-bottom: 10px solid white;
}
#slidebar .hover {
    cursor: pointer;
    border-bottom: 10px solid orange;
}


#introduce-wrapper {
    width: auto;    
    padding-top: 50px;
}
#introduce {
    width: 100%;
    position: relative;
    overflow: hidden;
}
#left-block {
    float: left; 
    left: 9%;
    position: relative;
    width: 36%;
}
#right-block {
    float: left; 
    left: 14%;
    position: relative;
    width: 36%;
    
} 



