/*	Load CSS before JavaScript*//*	Slides container	Important:	Set the width of your slides container	Set to display none, prevents content flash*/#slides .slides_container {	width:360px;	height:260px;	display:none;	float:left;}/*	Each slide	Important:	Set the width of your slides	If height not specified height will be set by the slide content	Set to display block*/#slides .slides_container div {	width:360px;	height:370px;	display:block;}/*	Slides container	Important:	Set the width of your slides container	Set to display none, prevents content flash*/#slides_two .slides_container {	width:250px;	display:none;}/*	Each slide	Important:	Set the width of your slides	If height not specified height will be set by the slide content	Set to display block*/#slides_two .slides_container div {	width:250px;	height:250px;	display:block;}/*	Slides container	Important:	Set the width of your slides container	Set to display none, prevents content flash*/#slides_three .slides_container {	width:200px;	display:none;}/*	Each slide	Important:	Set the width of your slides	If height not specified height will be set by the slide content	Set to display block*/#slides_three .slides_container div {	width:200px;	height:100px;	display:block;}