--- stepcarousel-orginal.js	2008-07-04 13:51:21.000000000 -0700
+++ stepcarousel.js	2008-07-04 13:53:39.000000000 -0700
@@ -1,8 +1,6 @@
 //Step Carousel Viewer: By Dynamic Drive, at http://www.dynamicdrive.com
 //Created: March 19th, 08'
 
-jQuery.noConflict()
-
 var stepcarousel={
 	ajaxloadingmsg: '<div style="margin: 1em; font-weight: bold"><img src="ajaxloadr.gif" style="vertical-align: middle" /> Fetching Content. Please wait...</div>', //customize HTML to show while fetching Ajax content
 	configholder: {},
@@ -101,7 +99,7 @@ var stepcarousel={
 
 	setup:function(config){
 		//Disable Step Gallery scrollbars ASAP dynamically (enabled for sake of users with JS disabled)
-		document.write('<style type="text/css">\n#'+config.galleryid+'{overflow: hidden;}\n</style>')
+		$('#'+config.galleryid).css("overflow", "hidden");
 		jQuery(document).ready(function($){
 			config.$gallery=$('#'+config.galleryid)
 			config.gallerywidth=config.$gallery.width()
