/* DEBUG */
.test .col-wrap1 { background: #9999FF; }
.test .col-wrap2 { background: #FF9999; }
.test .col-wrap3 { background: #9F9; }
.test .col1 { background: #3333FF; }
.test .col2 { background: #FF3333; }
.test .col3 { background: #33FF33; }

.test {margin: 0 !important; text-align: left !important;}
.col-wrap1 {
	width:25%;
}
 
.col-wrap2 {
	width:200%;
	margin-right:-100%; /* чтобы IE6 не раздвигал контейнер */
	position:relative;
	left: 100%;
}

.col-wrap3 {
	width:50%;
	margin-right: -200%; /*--//--*/
	position:relative;
	left: 100%;
}
.col1 {
	float:left;
	width:100%;
	margin-right:-100%;
	position:relative;
	left:-300%;
}
.col2 {
	float:left;
	width:200%;
	margin-right:-100%;
	position:relative;
	left:-200%;
}
.col3 {
	float:left;
	width:100%;
	position:relative;
	left:-100%;
	margin-right: -100%;
}

