div.scroller { 
/* modify width and height of scrolling section if necessary	*/		
	width: 640px; 
	height: 600px;
	overflow: hidden;
	margin: 0;
}

div.scroller div.section {
/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:640px;
	height:600px;
	overflow:hidden;
	float:left;
	border: none;
	}

div.scroller div.content {
	width: 10000px;
}


/* ==== Бе method.html Бе ==== */
#method {
    margin-bottom: 0;
}
#method .controls {
    margin: 10px 0 15px 20px;
    width: 600px;
}
#method .controls table {
    font-size: 1em;
    text-align: center;
    background-color: #fff;
    margin-left: 14px;
}
#method .controls table td {
    width: 72px;
    text-align: left;
}

#method .controls table td a {
    text-decoration: none;
    color: #fff;
}

#method .controls table td a:hover {
    color: #333366;
}

#method .method_in {
    height: 500px;
    width: 600px;
    margin-left: 20px;
    margin-bottom: 0;
    *margin-bottom: 15px;
    padding: 18px 18px 0 18px;
}

#method .method_in h3 {
    color: #333366;
    margin-left: 20px;
    font-size: 2.3em;
    height: 60px;
    line-height: 2.4;
    width: 550px;
}
#method .method_in p img {
    border: 1px solid #333;
    margin: 10px 10px 10px;
}
#method .method_in dl {
    width: 455px;
    font-size: 1em;
    margin-top: 30px;
    margin-left: 40px;
}
#method .method_in dl dt {
    width: 2em;
}
#method .method_in dl dd {
    margin-left: 2em;
    margin-top: -1.5em;
    *margin-top: -1.3em;
}

#section1 .method_in {
    background: url(../img2/method_bg01.jpg) 0 0 no-repeat;
}
#section2 .method_in {
    background: url(../img2/method_bg02.jpg) 0 0 no-repeat;
}
#section3 .method_in {
    background: url(../img2/method_bg03.jpg) 0 0 no-repeat;
}
#section4 .method_in {
    background: url(../img2/method_bg04.jpg) 0 0 no-repeat;
}
#section5 .method_in {
    background: url(../img2/method_bg05.jpg) 0 0 no-repeat;
}
#section6 .method_in {
    background: url(../img2/method_bg06.jpg) 0 0 no-repeat;
}
#section7 .method_in {
    background: url(../img2/method_bg07.jpg) 0 0 no-repeat;
}
#section8 .method_in {
    background: url(../img2/method_bg08.jpg) 0 0 no-repeat;
}

.pre_next {
    margin-left: 200px;
}
