body {
	background-image: none;
	background: #FFF;
    color: #000;
}
	
#fx_border_left {
	display: none;
}
#fx_border_right {
	display: none;
}
#fx_header {
 	display: none;
}
#fx_bg_wrapper,
#fx_wrapper, 
#fx_main {
	width: 100%; 
}

div.controls,
div.nextcontrols {
	display: none;
}
div.scroller {
        width: 100%;
        height: auto;
        overflow: display;
        background: none;
        border: 0;
}
div.scroller div.section {
        width:100%;
        height: auto;
        overflow:display;
        float:none;
		display: block;
}
div.scroller div.content {
        width: 100%;
}

.fx_box, .fx_box.fx_grey {
	background: #FFF;
	border: 0px;
}


div.fx_column_right.fx_vmenucontent {	
	margin-left: 0;
	width: auto;
	float: none;
	display: block;
}
div.fx_column_left.fx_vmenu {	
	display: none;
}

.fx_print {
	display: block;
}


