diff --git a/.gitignore b/.gitignore
index 496ee2c..85dd063 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-.DS_Store
\ No newline at end of file
+.DS_Store
+node_modules/**
diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..b58b603
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,5 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
new file mode 100644
index 0000000..97d68e3
--- /dev/null
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -0,0 +1,10 @@
+<component name="InspectionProjectProfileManager">
+  <profile version="1.0">
+    <option name="myName" value="Project Default" />
+    <inspection_tool class="SpellCheckingInspection" enabled="true" level="TYPO" enabled_by_default="true">
+      <option name="processCode" value="false" />
+      <option name="processLiterals" value="true" />
+      <option name="processComments" value="true" />
+    </inspection_tool>
+  </profile>
+</component>
\ No newline at end of file
diff --git a/.idea/jsLibraryMappings.xml b/.idea/jsLibraryMappings.xml
new file mode 100644
index 0000000..d23208f
--- /dev/null
+++ b/.idea/jsLibraryMappings.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="JavaScriptLibraryMappings">
+    <includedPredefinedLibrary name="Node.js Core" />
+  </component>
+</project>
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..6802fa8
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="ProjectModuleManager">
+    <modules>
+      <module fileurl="file://$PROJECT_DIR$/.idea/saudade.iml" filepath="$PROJECT_DIR$/.idea/saudade.iml" />
+    </modules>
+  </component>
+</project>
\ No newline at end of file
diff --git a/.idea/php.xml b/.idea/php.xml
new file mode 100644
index 0000000..a85fe78
--- /dev/null
+++ b/.idea/php.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="MessDetectorOptionsConfiguration">
+    <option name="transferred" value="true" />
+  </component>
+  <component name="PHPCSFixerOptionsConfiguration">
+    <option name="transferred" value="true" />
+  </component>
+  <component name="PHPCodeSnifferOptionsConfiguration">
+    <option name="highlightLevel" value="WARNING" />
+    <option name="transferred" value="true" />
+  </component>
+  <component name="PhpProjectSharedConfiguration" php_language_level="8.0" />
+  <component name="PhpStanOptionsConfiguration">
+    <option name="transferred" value="true" />
+  </component>
+  <component name="PsalmOptionsConfiguration">
+    <option name="transferred" value="true" />
+  </component>
+</project>
\ No newline at end of file
diff --git a/.idea/saudade.iml b/.idea/saudade.iml
new file mode 100644
index 0000000..24643cc
--- /dev/null
+++ b/.idea/saudade.iml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="WEB_MODULE" version="4">
+  <component name="NewModuleRootManager">
+    <content url="file://$MODULE_DIR$">
+      <excludeFolder url="file://$MODULE_DIR$/.tmp" />
+      <excludeFolder url="file://$MODULE_DIR$/temp" />
+      <excludeFolder url="file://$MODULE_DIR$/tmp" />
+    </content>
+    <orderEntry type="inheritedJdk" />
+    <orderEntry type="sourceFolder" forTests="false" />
+  </component>
+</module>
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="VcsDirectoryMappings">
+    <mapping directory="" vcs="Git" />
+  </component>
+</project>
\ No newline at end of file
diff --git a/Carolyns_Creations/CHANGELOG.txt b/carolyns_creations/CHANGELOG.txt
similarity index 100%
rename from Carolyns_Creations/CHANGELOG.txt
rename to carolyns_creations/CHANGELOG.txt
diff --git a/Carolyns_Creations/TO DO.txt b/carolyns_creations/TO DO.txt
similarity index 100%
rename from Carolyns_Creations/TO DO.txt
rename to carolyns_creations/TO DO.txt
diff --git a/Carolyns_Creations/cc-welcome.gif b/carolyns_creations/cc-welcome.gif
similarity index 100%
rename from Carolyns_Creations/cc-welcome.gif
rename to carolyns_creations/cc-welcome.gif
diff --git a/Carolyns_Creations/frames/aboutme.php b/carolyns_creations/frames/aboutme.php
similarity index 100%
rename from Carolyns_Creations/frames/aboutme.php
rename to carolyns_creations/frames/aboutme.php
diff --git a/Carolyns_Creations/frames/babyz/babyz-1.php b/carolyns_creations/frames/babyz/babyz-1.php
similarity index 100%
rename from Carolyns_Creations/frames/babyz/babyz-1.php
rename to carolyns_creations/frames/babyz/babyz-1.php
diff --git a/Carolyns_Creations/frames/babyz/babyzedit.php b/carolyns_creations/frames/babyz/babyzedit.php
similarity index 100%
rename from Carolyns_Creations/frames/babyz/babyzedit.php
rename to carolyns_creations/frames/babyz/babyzedit.php
diff --git a/Carolyns_Creations/frames/babyz/babyzglasses.php b/carolyns_creations/frames/babyz/babyzglasses.php
similarity index 100%
rename from Carolyns_Creations/frames/babyz/babyzglasses.php
rename to carolyns_creations/frames/babyz/babyzglasses.php
diff --git a/Carolyns_Creations/frames/babyz/babyzharem.php b/carolyns_creations/frames/babyz/babyzharem.php
similarity index 100%
rename from Carolyns_Creations/frames/babyz/babyzharem.php
rename to carolyns_creations/frames/babyz/babyzharem.php
diff --git a/Carolyns_Creations/frames/babyz/babyznew.php b/carolyns_creations/frames/babyz/babyznew.php
similarity index 100%
rename from Carolyns_Creations/frames/babyz/babyznew.php
rename to carolyns_creations/frames/babyz/babyznew.php
diff --git a/Carolyns_Creations/frames/babyz/babyznewest.php b/carolyns_creations/frames/babyz/babyznewest.php
similarity index 100%
rename from Carolyns_Creations/frames/babyz/babyznewest.php
rename to carolyns_creations/frames/babyz/babyznewest.php
diff --git a/Carolyns_Creations/frames/babyz/dl/babyz-1_Alain.zip b/carolyns_creations/frames/babyz/dl/babyz-1_Alain.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyz-1_Alain.zip
rename to carolyns_creations/frames/babyz/dl/babyz-1_Alain.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyz-1_Alaina.zip b/carolyns_creations/frames/babyz/dl/babyz-1_Alaina.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyz-1_Alaina.zip
rename to carolyns_creations/frames/babyz/dl/babyz-1_Alaina.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyz-1_Allan.zip b/carolyns_creations/frames/babyz/dl/babyz-1_Allan.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyz-1_Allan.zip
rename to carolyns_creations/frames/babyz/dl/babyz-1_Allan.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyz-1_Andrea.zip b/carolyns_creations/frames/babyz/dl/babyz-1_Andrea.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyz-1_Andrea.zip
rename to carolyns_creations/frames/babyz/dl/babyz-1_Andrea.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyz-1_Angiefay.zip b/carolyns_creations/frames/babyz/dl/babyz-1_Angiefay.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyz-1_Angiefay.zip
rename to carolyns_creations/frames/babyz/dl/babyz-1_Angiefay.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyz-1_Anona.zip b/carolyns_creations/frames/babyz/dl/babyz-1_Anona.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyz-1_Anona.zip
rename to carolyns_creations/frames/babyz/dl/babyz-1_Anona.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyz-1_Anonny.zip b/carolyns_creations/frames/babyz/dl/babyz-1_Anonny.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyz-1_Anonny.zip
rename to carolyns_creations/frames/babyz/dl/babyz-1_Anonny.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyz-1_Ariana.zip b/carolyns_creations/frames/babyz/dl/babyz-1_Ariana.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyz-1_Ariana.zip
rename to carolyns_creations/frames/babyz/dl/babyz-1_Ariana.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyz-1_Baby1.zip b/carolyns_creations/frames/babyz/dl/babyz-1_Baby1.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyz-1_Baby1.zip
rename to carolyns_creations/frames/babyz/dl/babyz-1_Baby1.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyz-1_Baby2.zip b/carolyns_creations/frames/babyz/dl/babyz-1_Baby2.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyz-1_Baby2.zip
rename to carolyns_creations/frames/babyz/dl/babyz-1_Baby2.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyz-1_Baby3.zip b/carolyns_creations/frames/babyz/dl/babyz-1_Baby3.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyz-1_Baby3.zip
rename to carolyns_creations/frames/babyz/dl/babyz-1_Baby3.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyz-1_Baby3x.zip b/carolyns_creations/frames/babyz/dl/babyz-1_Baby3x.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyz-1_Baby3x.zip
rename to carolyns_creations/frames/babyz/dl/babyz-1_Baby3x.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyz-1_Baby4.zip b/carolyns_creations/frames/babyz/dl/babyz-1_Baby4.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyz-1_Baby4.zip
rename to carolyns_creations/frames/babyz/dl/babyz-1_Baby4.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyz-1_Bessalia.zip b/carolyns_creations/frames/babyz/dl/babyz-1_Bessalia.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyz-1_Bessalia.zip
rename to carolyns_creations/frames/babyz/dl/babyz-1_Bessalia.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyz-1_Blondie.zip b/carolyns_creations/frames/babyz/dl/babyz-1_Blondie.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyz-1_Blondie.zip
rename to carolyns_creations/frames/babyz/dl/babyz-1_Blondie.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyz-1_Blondie2.zip b/carolyns_creations/frames/babyz/dl/babyz-1_Blondie2.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyz-1_Blondie2.zip
rename to carolyns_creations/frames/babyz/dl/babyz-1_Blondie2.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyz-1_Blossom.zip b/carolyns_creations/frames/babyz/dl/babyz-1_Blossom.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyz-1_Blossom.zip
rename to carolyns_creations/frames/babyz/dl/babyz-1_Blossom.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyz-1_Bluebabe.zip b/carolyns_creations/frames/babyz/dl/babyz-1_Bluebabe.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyz-1_Bluebabe.zip
rename to carolyns_creations/frames/babyz/dl/babyz-1_Bluebabe.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyz-1_Bluebabe0.zip b/carolyns_creations/frames/babyz/dl/babyz-1_Bluebabe0.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyz-1_Bluebabe0.zip
rename to carolyns_creations/frames/babyz/dl/babyz-1_Bluebabe0.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyz-1_Bluefay.zip b/carolyns_creations/frames/babyz/dl/babyz-1_Bluefay.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyz-1_Bluefay.zip
rename to carolyns_creations/frames/babyz/dl/babyz-1_Bluefay.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyz-1_Boybase.zip b/carolyns_creations/frames/babyz/dl/babyz-1_Boybase.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyz-1_Boybase.zip
rename to carolyns_creations/frames/babyz/dl/babyz-1_Boybase.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyz-1_Caitlina.zip b/carolyns_creations/frames/babyz/dl/babyz-1_Caitlina.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyz-1_Caitlina.zip
rename to carolyns_creations/frames/babyz/dl/babyz-1_Caitlina.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyz-1_Caitlinb.zip b/carolyns_creations/frames/babyz/dl/babyz-1_Caitlinb.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyz-1_Caitlinb.zip
rename to carolyns_creations/frames/babyz/dl/babyz-1_Caitlinb.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyz-1_Candyfloss.zip b/carolyns_creations/frames/babyz/dl/babyz-1_Candyfloss.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyz-1_Candyfloss.zip
rename to carolyns_creations/frames/babyz/dl/babyz-1_Candyfloss.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyz-1_Carmena.zip b/carolyns_creations/frames/babyz/dl/babyz-1_Carmena.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyz-1_Carmena.zip
rename to carolyns_creations/frames/babyz/dl/babyz-1_Carmena.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyz-1_Carolyna.zip b/carolyns_creations/frames/babyz/dl/babyz-1_Carolyna.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyz-1_Carolyna.zip
rename to carolyns_creations/frames/babyz/dl/babyz-1_Carolyna.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyz-1_Cester.zip b/carolyns_creations/frames/babyz/dl/babyz-1_Cester.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyz-1_Cester.zip
rename to carolyns_creations/frames/babyz/dl/babyz-1_Cester.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyz-1_Charlemagne.zip b/carolyns_creations/frames/babyz/dl/babyz-1_Charlemagne.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyz-1_Charlemagne.zip
rename to carolyns_creations/frames/babyz/dl/babyz-1_Charlemagne.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyz-1_Charmian.zip b/carolyns_creations/frames/babyz/dl/babyz-1_Charmian.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyz-1_Charmian.zip
rename to carolyns_creations/frames/babyz/dl/babyz-1_Charmian.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyz-1_Cherrala.zip b/carolyns_creations/frames/babyz/dl/babyz-1_Cherrala.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyz-1_Cherrala.zip
rename to carolyns_creations/frames/babyz/dl/babyz-1_Cherrala.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_AtticExternal.zip b/carolyns_creations/frames/babyz/dl/babyzedit_AtticExternal.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_AtticExternal.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_AtticExternal.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_BabyzEditingMadeEasy.zip b/carolyns_creations/frames/babyz/dl/babyzedit_BabyzEditingMadeEasy.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_BabyzEditingMadeEasy.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_BabyzEditingMadeEasy.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_BabyzFrogChestEasy-edit.zip b/carolyns_creations/frames/babyz/dl/babyzedit_BabyzFrogChestEasy-edit.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_BabyzFrogChestEasy-edit.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_BabyzFrogChestEasy-edit.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_BabyzFrogChestFilmstripBitmaps.zip b/carolyns_creations/frames/babyz/dl/babyzedit_BabyzFrogChestFilmstripBitmaps.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_BabyzFrogChestFilmstripBitmaps.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_BabyzFrogChestFilmstripBitmaps.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_BabyzFrogChestFilmstripSections.zip b/carolyns_creations/frames/babyz/dl/babyzedit_BabyzFrogChestFilmstripSections.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_BabyzFrogChestFilmstripSections.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_BabyzFrogChestFilmstripSections.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_BabyzRezForEasy-edits.zip b/carolyns_creations/frames/babyz/dl/babyzedit_BabyzRezForEasy-edits.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_BabyzRezForEasy-edits.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_BabyzRezForEasy-edits.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_BabyzWithMenu.zip b/carolyns_creations/frames/babyz/dl/babyzedit_BabyzWithMenu.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_BabyzWithMenu.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_BabyzWithMenu.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_Babyzfilmstripfiles.zip b/carolyns_creations/frames/babyz/dl/babyzedit_Babyzfilmstripfiles.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_Babyzfilmstripfiles.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_Babyzfilmstripfiles.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_BabyzrezSafeCopy.zip b/carolyns_creations/frames/babyz/dl/babyzedit_BabyzrezSafeCopy.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_BabyzrezSafeCopy.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_BabyzrezSafeCopy.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_BackyardExternal.zip b/carolyns_creations/frames/babyz/dl/babyzedit_BackyardExternal.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_BackyardExternal.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_BackyardExternal.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_CarrotsBagExternal.zip b/carolyns_creations/frames/babyz/dl/babyzedit_CarrotsBagExternal.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_CarrotsBagExternal.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_CarrotsBagExternal.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_ClothesclosetExternal.zip b/carolyns_creations/frames/babyz/dl/babyzedit_ClothesclosetExternal.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_ClothesclosetExternal.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_ClothesclosetExternal.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_EditingBabyzSecretPlaypen.zip b/carolyns_creations/frames/babyz/dl/babyzedit_EditingBabyzSecretPlaypen.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_EditingBabyzSecretPlaypen.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_EditingBabyzSecretPlaypen.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_Faedrune.zip b/carolyns_creations/frames/babyz/dl/babyzedit_Faedrune.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_Faedrune.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_Faedrune.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_FamilyroomExternal.zip b/carolyns_creations/frames/babyz/dl/babyzedit_FamilyroomExternal.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_FamilyroomExternal.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_FamilyroomExternal.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_Fatima.zip b/carolyns_creations/frames/babyz/dl/babyzedit_Fatima.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_Fatima.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_Fatima.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_FilesToHelpSceneEditing.zip b/carolyns_creations/frames/babyz/dl/babyzedit_FilesToHelpSceneEditing.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_FilesToHelpSceneEditing.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_FilesToHelpSceneEditing.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_GrowingBabyzAndHairMar2003.zip b/carolyns_creations/frames/babyz/dl/babyzedit_GrowingBabyzAndHairMar2003.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_GrowingBabyzAndHairMar2003.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_GrowingBabyzAndHairMar2003.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_HexingBabyzHairEyelashesAndGrowthAug2003.zip b/carolyns_creations/frames/babyz/dl/babyzedit_HexingBabyzHairEyelashesAndGrowthAug2003.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_HexingBabyzHairEyelashesAndGrowthAug2003.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_HexingBabyzHairEyelashesAndGrowthAug2003.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_HippochestEasy-edit.zip b/carolyns_creations/frames/babyz/dl/babyzedit_HippochestEasy-edit.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_HippochestEasy-edit.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_HippochestEasy-edit.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_KidpoolmakingKit.zip b/carolyns_creations/frames/babyz/dl/babyzedit_KidpoolmakingKit.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_KidpoolmakingKit.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_KidpoolmakingKit.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_KitchenExternal.zip b/carolyns_creations/frames/babyz/dl/babyzedit_KitchenExternal.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_KitchenExternal.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_KitchenExternal.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_MakingBlyFiles.zip b/carolyns_creations/frames/babyz/dl/babyzedit_MakingBlyFiles.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_MakingBlyFiles.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_MakingBlyFiles.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_MoreAdvancedEditingPetzAndBabyzFilesJun2003.zip b/carolyns_creations/frames/babyz/dl/babyzedit_MoreAdvancedEditingPetzAndBabyzFilesJun2003.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_MoreAdvancedEditingPetzAndBabyzFilesJun2003.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_MoreAdvancedEditingPetzAndBabyzFilesJun2003.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_NurseryExternal.zip b/carolyns_creations/frames/babyz/dl/babyzedit_NurseryExternal.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_NurseryExternal.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_NurseryExternal.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_Pepebabyz.zip b/carolyns_creations/frames/babyz/dl/babyzedit_Pepebabyz.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_Pepebabyz.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_Pepebabyz.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_PetAndBabyFileEditingJan2003.zip b/carolyns_creations/frames/babyz/dl/babyzedit_PetAndBabyFileEditingJan2003.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_PetAndBabyFileEditingJan2003.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_PetAndBabyFileEditingJan2003.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_PeteyesBabyzbellybuttons.zip b/carolyns_creations/frames/babyz/dl/babyzedit_PeteyesBabyzbellybuttons.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_PeteyesBabyzbellybuttons.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_PeteyesBabyzbellybuttons.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_PlayroomExternal.zip b/carolyns_creations/frames/babyz/dl/babyzedit_PlayroomExternal.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_PlayroomExternal.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_PlayroomExternal.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_RemovingBabyzOrPetzLegsEtcApr2003.zip b/carolyns_creations/frames/babyz/dl/babyzedit_RemovingBabyzOrPetzLegsEtcApr2003.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_RemovingBabyzOrPetzLegsEtcApr2003.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_RemovingBabyzOrPetzLegsEtcApr2003.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_SipcupEasyedit.zip b/carolyns_creations/frames/babyz/dl/babyzedit_SipcupEasyedit.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_SipcupEasyedit.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_SipcupEasyedit.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_babyfilmstrip.zip b/carolyns_creations/frames/babyz/dl/babyzedit_babyfilmstrip.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_babyfilmstrip.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_babyfilmstrip.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_babyzCDfix.zip b/carolyns_creations/frames/babyz/dl/babyzedit_babyzCDfix.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_babyzCDfix.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_babyzCDfix.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_externalfilmstripandlnzbabyzrez.zip b/carolyns_creations/frames/babyz/dl/babyzedit_externalfilmstripandlnzbabyzrez.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_externalfilmstripandlnzbabyzrez.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_externalfilmstripandlnzbabyzrez.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_externalfilmstripbabyzrez.zip b/carolyns_creations/frames/babyz/dl/babyzedit_externalfilmstripbabyzrez.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_externalfilmstripbabyzrez.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_externalfilmstripbabyzrez.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_filmstriphexpainting.zip b/carolyns_creations/frames/babyz/dl/babyzedit_filmstriphexpainting.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_filmstriphexpainting.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_filmstriphexpainting.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_gunkchest.zip b/carolyns_creations/frames/babyz/dl/babyzedit_gunkchest.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_gunkchest.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_gunkchest.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_orangetexturedicecup.zip b/carolyns_creations/frames/babyz/dl/babyzedit_orangetexturedicecup.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_orangetexturedicecup.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_orangetexturedicecup.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzedit_redchestEasy-edit.zip b/carolyns_creations/frames/babyz/dl/babyzedit_redchestEasy-edit.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzedit_redchestEasy-edit.zip
rename to carolyns_creations/frames/babyz/dl/babyzedit_redchestEasy-edit.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzglasses_Blankglasses.zip b/carolyns_creations/frames/babyz/dl/babyzglasses_Blankglasses.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzglasses_Blankglasses.zip
rename to carolyns_creations/frames/babyz/dl/babyzglasses_Blankglasses.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzglasses_EltonJohnBaby.zip b/carolyns_creations/frames/babyz/dl/babyzglasses_EltonJohnBaby.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzglasses_EltonJohnBaby.zip
rename to carolyns_creations/frames/babyz/dl/babyzglasses_EltonJohnBaby.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzglasses_Eltonglasses.zip b/carolyns_creations/frames/babyz/dl/babyzglasses_Eltonglasses.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzglasses_Eltonglasses.zip
rename to carolyns_creations/frames/babyz/dl/babyzglasses_Eltonglasses.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzglasses_Heartglasses.zip b/carolyns_creations/frames/babyz/dl/babyzglasses_Heartglasses.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzglasses_Heartglasses.zip
rename to carolyns_creations/frames/babyz/dl/babyzglasses_Heartglasses.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzharem_GoldHaremDress.zip b/carolyns_creations/frames/babyz/dl/babyzharem_GoldHaremDress.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzharem_GoldHaremDress.zip
rename to carolyns_creations/frames/babyz/dl/babyzharem_GoldHaremDress.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzharem_goldnavelbow.zip b/carolyns_creations/frames/babyz/dl/babyzharem_goldnavelbow.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzharem_goldnavelbow.zip
rename to carolyns_creations/frames/babyz/dl/babyzharem_goldnavelbow.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzharem_goldnavelgem.zip b/carolyns_creations/frames/babyz/dl/babyzharem_goldnavelgem.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzharem_goldnavelgem.zip
rename to carolyns_creations/frames/babyz/dl/babyzharem_goldnavelgem.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzharem_spikyheaddress.zip b/carolyns_creations/frames/babyz/dl/babyzharem_spikyheaddress.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzharem_spikyheaddress.zip
rename to carolyns_creations/frames/babyz/dl/babyzharem_spikyheaddress.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyzharem_spikyneckcollar.zip b/carolyns_creations/frames/babyz/dl/babyzharem_spikyneckcollar.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyzharem_spikyneckcollar.zip
rename to carolyns_creations/frames/babyz/dl/babyzharem_spikyneckcollar.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyznew_Shock2Lock.zip b/carolyns_creations/frames/babyz/dl/babyznew_Shock2Lock.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyznew_Shock2Lock.zip
rename to carolyns_creations/frames/babyz/dl/babyznew_Shock2Lock.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyznew_Tigger.zip b/carolyns_creations/frames/babyz/dl/babyznew_Tigger.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyznew_Tigger.zip
rename to carolyns_creations/frames/babyz/dl/babyznew_Tigger.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyznew_Xmyboy.zip b/carolyns_creations/frames/babyz/dl/babyznew_Xmyboy.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyznew_Xmyboy.zip
rename to carolyns_creations/frames/babyz/dl/babyznew_Xmyboy.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyznewest_Chalica.zip b/carolyns_creations/frames/babyz/dl/babyznewest_Chalica.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyznewest_Chalica.zip
rename to carolyns_creations/frames/babyz/dl/babyznewest_Chalica.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyznewest_Stewieblack.zip b/carolyns_creations/frames/babyz/dl/babyznewest_Stewieblack.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyznewest_Stewieblack.zip
rename to carolyns_creations/frames/babyz/dl/babyznewest_Stewieblack.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyznewest_Stewietan.zip b/carolyns_creations/frames/babyz/dl/babyznewest_Stewietan.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyznewest_Stewietan.zip
rename to carolyns_creations/frames/babyz/dl/babyznewest_Stewietan.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyznewest_Stewiewhite.zip b/carolyns_creations/frames/babyz/dl/babyznewest_Stewiewhite.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyznewest_Stewiewhite.zip
rename to carolyns_creations/frames/babyz/dl/babyznewest_Stewiewhite.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyznewest_brownie.zip b/carolyns_creations/frames/babyz/dl/babyznewest_brownie.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyznewest_brownie.zip
rename to carolyns_creations/frames/babyz/dl/babyznewest_brownie.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyznewest_cowbells.zip b/carolyns_creations/frames/babyz/dl/babyznewest_cowbells.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyznewest_cowbells.zip
rename to carolyns_creations/frames/babyz/dl/babyznewest_cowbells.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyznewest_danceveil1.zip b/carolyns_creations/frames/babyz/dl/babyznewest_danceveil1.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyznewest_danceveil1.zip
rename to carolyns_creations/frames/babyz/dl/babyznewest_danceveil1.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyznewest_danceveil2.zip b/carolyns_creations/frames/babyz/dl/babyznewest_danceveil2.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyznewest_danceveil2.zip
rename to carolyns_creations/frames/babyz/dl/babyznewest_danceveil2.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyznewest_darkdoggy.zip b/carolyns_creations/frames/babyz/dl/babyznewest_darkdoggy.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyznewest_darkdoggy.zip
rename to carolyns_creations/frames/babyz/dl/babyznewest_darkdoggy.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyznewest_dog-earedgirls.zip b/carolyns_creations/frames/babyz/dl/babyznewest_dog-earedgirls.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyznewest_dog-earedgirls.zip
rename to carolyns_creations/frames/babyz/dl/babyznewest_dog-earedgirls.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyznewest_foxybabe.zip b/carolyns_creations/frames/babyz/dl/babyznewest_foxybabe.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyznewest_foxybabe.zip
rename to carolyns_creations/frames/babyz/dl/babyznewest_foxybabe.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyznewest_globble.zip b/carolyns_creations/frames/babyz/dl/babyznewest_globble.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyznewest_globble.zip
rename to carolyns_creations/frames/babyz/dl/babyznewest_globble.zip
diff --git a/Carolyns_Creations/frames/babyz/dl/babyznewest_nappygem.zip b/carolyns_creations/frames/babyz/dl/babyznewest_nappygem.zip
similarity index 100%
rename from Carolyns_Creations/frames/babyz/dl/babyznewest_nappygem.zip
rename to carolyns_creations/frames/babyz/dl/babyznewest_nappygem.zip
diff --git a/Carolyns_Creations/frames/babyz/images/babyz-1_Alain.gif b/carolyns_creations/frames/babyz/images/babyz-1_Alain.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyz-1_Alain.gif
rename to carolyns_creations/frames/babyz/images/babyz-1_Alain.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyz-1_Alaina.gif b/carolyns_creations/frames/babyz/images/babyz-1_Alaina.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyz-1_Alaina.gif
rename to carolyns_creations/frames/babyz/images/babyz-1_Alaina.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyz-1_Allan.gif b/carolyns_creations/frames/babyz/images/babyz-1_Allan.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyz-1_Allan.gif
rename to carolyns_creations/frames/babyz/images/babyz-1_Allan.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyz-1_Andrea.gif b/carolyns_creations/frames/babyz/images/babyz-1_Andrea.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyz-1_Andrea.gif
rename to carolyns_creations/frames/babyz/images/babyz-1_Andrea.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyz-1_Angiefay.gif b/carolyns_creations/frames/babyz/images/babyz-1_Angiefay.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyz-1_Angiefay.gif
rename to carolyns_creations/frames/babyz/images/babyz-1_Angiefay.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyz-1_Anona.gif b/carolyns_creations/frames/babyz/images/babyz-1_Anona.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyz-1_Anona.gif
rename to carolyns_creations/frames/babyz/images/babyz-1_Anona.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyz-1_Anonny.gif b/carolyns_creations/frames/babyz/images/babyz-1_Anonny.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyz-1_Anonny.gif
rename to carolyns_creations/frames/babyz/images/babyz-1_Anonny.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyz-1_Ariana.gif b/carolyns_creations/frames/babyz/images/babyz-1_Ariana.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyz-1_Ariana.gif
rename to carolyns_creations/frames/babyz/images/babyz-1_Ariana.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyz-1_Baby1.gif b/carolyns_creations/frames/babyz/images/babyz-1_Baby1.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyz-1_Baby1.gif
rename to carolyns_creations/frames/babyz/images/babyz-1_Baby1.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyz-1_Baby2.gif b/carolyns_creations/frames/babyz/images/babyz-1_Baby2.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyz-1_Baby2.gif
rename to carolyns_creations/frames/babyz/images/babyz-1_Baby2.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyz-1_Baby3.gif b/carolyns_creations/frames/babyz/images/babyz-1_Baby3.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyz-1_Baby3.gif
rename to carolyns_creations/frames/babyz/images/babyz-1_Baby3.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyz-1_Baby3x.gif b/carolyns_creations/frames/babyz/images/babyz-1_Baby3x.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyz-1_Baby3x.gif
rename to carolyns_creations/frames/babyz/images/babyz-1_Baby3x.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyz-1_Baby4.gif b/carolyns_creations/frames/babyz/images/babyz-1_Baby4.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyz-1_Baby4.gif
rename to carolyns_creations/frames/babyz/images/babyz-1_Baby4.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyz-1_Bessalia.gif b/carolyns_creations/frames/babyz/images/babyz-1_Bessalia.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyz-1_Bessalia.gif
rename to carolyns_creations/frames/babyz/images/babyz-1_Bessalia.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyz-1_Blondie.gif b/carolyns_creations/frames/babyz/images/babyz-1_Blondie.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyz-1_Blondie.gif
rename to carolyns_creations/frames/babyz/images/babyz-1_Blondie.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyz-1_Blondie2.gif b/carolyns_creations/frames/babyz/images/babyz-1_Blondie2.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyz-1_Blondie2.gif
rename to carolyns_creations/frames/babyz/images/babyz-1_Blondie2.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyz-1_Blossom.gif b/carolyns_creations/frames/babyz/images/babyz-1_Blossom.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyz-1_Blossom.gif
rename to carolyns_creations/frames/babyz/images/babyz-1_Blossom.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyz-1_Bluebabe.gif b/carolyns_creations/frames/babyz/images/babyz-1_Bluebabe.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyz-1_Bluebabe.gif
rename to carolyns_creations/frames/babyz/images/babyz-1_Bluebabe.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyz-1_Bluebabe0.gif b/carolyns_creations/frames/babyz/images/babyz-1_Bluebabe0.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyz-1_Bluebabe0.gif
rename to carolyns_creations/frames/babyz/images/babyz-1_Bluebabe0.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyz-1_Bluefay.gif b/carolyns_creations/frames/babyz/images/babyz-1_Bluefay.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyz-1_Bluefay.gif
rename to carolyns_creations/frames/babyz/images/babyz-1_Bluefay.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyz-1_Boybase.gif b/carolyns_creations/frames/babyz/images/babyz-1_Boybase.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyz-1_Boybase.gif
rename to carolyns_creations/frames/babyz/images/babyz-1_Boybase.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyz-1_Caitlina.gif b/carolyns_creations/frames/babyz/images/babyz-1_Caitlina.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyz-1_Caitlina.gif
rename to carolyns_creations/frames/babyz/images/babyz-1_Caitlina.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyz-1_Caitlinb.gif b/carolyns_creations/frames/babyz/images/babyz-1_Caitlinb.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyz-1_Caitlinb.gif
rename to carolyns_creations/frames/babyz/images/babyz-1_Caitlinb.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyz-1_Candyfloss.gif b/carolyns_creations/frames/babyz/images/babyz-1_Candyfloss.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyz-1_Candyfloss.gif
rename to carolyns_creations/frames/babyz/images/babyz-1_Candyfloss.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyz-1_Carmena.gif b/carolyns_creations/frames/babyz/images/babyz-1_Carmena.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyz-1_Carmena.gif
rename to carolyns_creations/frames/babyz/images/babyz-1_Carmena.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyz-1_Carolyna.gif b/carolyns_creations/frames/babyz/images/babyz-1_Carolyna.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyz-1_Carolyna.gif
rename to carolyns_creations/frames/babyz/images/babyz-1_Carolyna.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyz-1_Cester.gif b/carolyns_creations/frames/babyz/images/babyz-1_Cester.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyz-1_Cester.gif
rename to carolyns_creations/frames/babyz/images/babyz-1_Cester.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyz-1_Charlemagne.gif b/carolyns_creations/frames/babyz/images/babyz-1_Charlemagne.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyz-1_Charlemagne.gif
rename to carolyns_creations/frames/babyz/images/babyz-1_Charlemagne.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyz-1_Charmian.gif b/carolyns_creations/frames/babyz/images/babyz-1_Charmian.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyz-1_Charmian.gif
rename to carolyns_creations/frames/babyz/images/babyz-1_Charmian.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyz-1_Cherrala.gif b/carolyns_creations/frames/babyz/images/babyz-1_Cherrala.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyz-1_Cherrala.gif
rename to carolyns_creations/frames/babyz/images/babyz-1_Cherrala.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyz_Faedruna.gif b/carolyns_creations/frames/babyz/images/babyz_Faedruna.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyz_Faedruna.gif
rename to carolyns_creations/frames/babyz/images/babyz_Faedruna.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyzedit_BabyzExtLnz2.jpg b/carolyns_creations/frames/babyz/images/babyzedit_BabyzExtLnz2.jpg
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyzedit_BabyzExtLnz2.jpg
rename to carolyns_creations/frames/babyz/images/babyzedit_BabyzExtLnz2.jpg
diff --git a/Carolyns_Creations/frames/babyz/images/babyzedit_Babyzgrow2.gif b/carolyns_creations/frames/babyz/images/babyzedit_Babyzgrow2.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyzedit_Babyzgrow2.gif
rename to carolyns_creations/frames/babyz/images/babyzedit_Babyzgrow2.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyzedit_Carrotsbag.gif b/carolyns_creations/frames/babyz/images/babyzedit_Carrotsbag.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyzedit_Carrotsbag.gif
rename to carolyns_creations/frames/babyz/images/babyzedit_Carrotsbag.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyzedit_Check.gif b/carolyns_creations/frames/babyz/images/babyzedit_Check.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyzedit_Check.gif
rename to carolyns_creations/frames/babyz/images/babyzedit_Check.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyzedit_ExternalStuffWhereItGoes.jpg b/carolyns_creations/frames/babyz/images/babyzedit_ExternalStuffWhereItGoes.jpg
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyzedit_ExternalStuffWhereItGoes.jpg
rename to carolyns_creations/frames/babyz/images/babyzedit_ExternalStuffWhereItGoes.jpg
diff --git a/Carolyns_Creations/frames/babyz/images/babyzedit_Fatima.gif b/carolyns_creations/frames/babyz/images/babyzedit_Fatima.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyzedit_Fatima.gif
rename to carolyns_creations/frames/babyz/images/babyzedit_Fatima.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyzedit_Gerri.gif b/carolyns_creations/frames/babyz/images/babyzedit_Gerri.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyzedit_Gerri.gif
rename to carolyns_creations/frames/babyz/images/babyzedit_Gerri.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyzedit_GrowingBabyz.gif b/carolyns_creations/frames/babyz/images/babyzedit_GrowingBabyz.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyzedit_GrowingBabyz.gif
rename to carolyns_creations/frames/babyz/images/babyzedit_GrowingBabyz.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyzedit_Gunkchest.gif b/carolyns_creations/frames/babyz/images/babyzedit_Gunkchest.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyzedit_Gunkchest.gif
rename to carolyns_creations/frames/babyz/images/babyzedit_Gunkchest.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyzedit_Pepebabyz.gif b/carolyns_creations/frames/babyz/images/babyzedit_Pepebabyz.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyzedit_Pepebabyz.gif
rename to carolyns_creations/frames/babyz/images/babyzedit_Pepebabyz.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyzglasses_EltonJohnCollage.jpg b/carolyns_creations/frames/babyz/images/babyzglasses_EltonJohnCollage.jpg
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyzglasses_EltonJohnCollage.jpg
rename to carolyns_creations/frames/babyz/images/babyzglasses_EltonJohnCollage.jpg
diff --git a/Carolyns_Creations/frames/babyz/images/babyzglasses_PlainHeartGlasses.gif b/carolyns_creations/frames/babyz/images/babyzglasses_PlainHeartGlasses.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyzglasses_PlainHeartGlasses.gif
rename to carolyns_creations/frames/babyz/images/babyzglasses_PlainHeartGlasses.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyzglasses_Plaincircleglasses.gif b/carolyns_creations/frames/babyz/images/babyzglasses_Plaincircleglasses.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyzglasses_Plaincircleglasses.gif
rename to carolyns_creations/frames/babyz/images/babyzglasses_Plaincircleglasses.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyzglasses_WackyStarGlasses.gif b/carolyns_creations/frames/babyz/images/babyzglasses_WackyStarGlasses.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyzglasses_WackyStarGlasses.gif
rename to carolyns_creations/frames/babyz/images/babyzglasses_WackyStarGlasses.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyzharem_Callys.gif b/carolyns_creations/frames/babyz/images/babyzharem_Callys.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyzharem_Callys.gif
rename to carolyns_creations/frames/babyz/images/babyzharem_Callys.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyzharem_TevynGoldDanceDress.gif b/carolyns_creations/frames/babyz/images/babyzharem_TevynGoldDanceDress.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyzharem_TevynGoldDanceDress.gif
rename to carolyns_creations/frames/babyz/images/babyzharem_TevynGoldDanceDress.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyzharem_haremdress1.gif b/carolyns_creations/frames/babyz/images/babyzharem_haremdress1.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyzharem_haremdress1.gif
rename to carolyns_creations/frames/babyz/images/babyzharem_haremdress1.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyznew_ShockMorphtoLock.gif b/carolyns_creations/frames/babyz/images/babyznew_ShockMorphtoLock.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyznew_ShockMorphtoLock.gif
rename to carolyns_creations/frames/babyz/images/babyznew_ShockMorphtoLock.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyznew_Tigger.gif b/carolyns_creations/frames/babyz/images/babyznew_Tigger.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyznew_Tigger.gif
rename to carolyns_creations/frames/babyz/images/babyznew_Tigger.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyznew_Xmyboy.gif b/carolyns_creations/frames/babyz/images/babyznew_Xmyboy.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyznew_Xmyboy.gif
rename to carolyns_creations/frames/babyz/images/babyznew_Xmyboy.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyznewest_Chalica.gif b/carolyns_creations/frames/babyz/images/babyznewest_Chalica.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyznewest_Chalica.gif
rename to carolyns_creations/frames/babyz/images/babyznewest_Chalica.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyznewest_Dog-earedBabyz.gif b/carolyns_creations/frames/babyz/images/babyznewest_Dog-earedBabyz.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyznewest_Dog-earedBabyz.gif
rename to carolyns_creations/frames/babyz/images/babyznewest_Dog-earedBabyz.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyznewest_StewieCowbells.gif b/carolyns_creations/frames/babyz/images/babyznewest_StewieCowbells.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyznewest_StewieCowbells.gif
rename to carolyns_creations/frames/babyz/images/babyznewest_StewieCowbells.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyznewest_globble1.gif b/carolyns_creations/frames/babyz/images/babyznewest_globble1.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyznewest_globble1.gif
rename to carolyns_creations/frames/babyz/images/babyznewest_globble1.gif
diff --git a/Carolyns_Creations/frames/babyz/images/babyznewest_globble2.gif b/carolyns_creations/frames/babyz/images/babyznewest_globble2.gif
similarity index 100%
rename from Carolyns_Creations/frames/babyz/images/babyznewest_globble2.gif
rename to carolyns_creations/frames/babyz/images/babyznewest_globble2.gif
diff --git a/Carolyns_Creations/frames/cyberpets.php b/carolyns_creations/frames/cyberpets.php
similarity index 100%
rename from Carolyns_Creations/frames/cyberpets.php
rename to carolyns_creations/frames/cyberpets.php
diff --git a/Carolyns_Creations/frames/dl/justforlaughs2_BabyzRegistry.zip b/carolyns_creations/frames/dl/justforlaughs2_BabyzRegistry.zip
similarity index 100%
rename from Carolyns_Creations/frames/dl/justforlaughs2_BabyzRegistry.zip
rename to carolyns_creations/frames/dl/justforlaughs2_BabyzRegistry.zip
diff --git a/Carolyns_Creations/frames/dl/justforlaughs2_Petz234Registry.zip b/carolyns_creations/frames/dl/justforlaughs2_Petz234Registry.zip
similarity index 100%
rename from Carolyns_Creations/frames/dl/justforlaughs2_Petz234Registry.zip
rename to carolyns_creations/frames/dl/justforlaughs2_Petz234Registry.zip
diff --git a/Carolyns_Creations/frames/dl/justforlaughs2_Petz5Registry.zip b/carolyns_creations/frames/dl/justforlaughs2_Petz5Registry.zip
similarity index 100%
rename from Carolyns_Creations/frames/dl/justforlaughs2_Petz5Registry.zip
rename to carolyns_creations/frames/dl/justforlaughs2_Petz5Registry.zip
diff --git a/Carolyns_Creations/frames/dl/justforlaughs2_WingDLLs.zip b/carolyns_creations/frames/dl/justforlaughs2_WingDLLs.zip
similarity index 100%
rename from Carolyns_Creations/frames/dl/justforlaughs2_WingDLLs.zip
rename to carolyns_creations/frames/dl/justforlaughs2_WingDLLs.zip
diff --git a/Carolyns_Creations/frames/dl/madscientist_BabyzEXEWithMenu.zip b/carolyns_creations/frames/dl/madscientist_BabyzEXEWithMenu.zip
similarity index 100%
rename from Carolyns_Creations/frames/dl/madscientist_BabyzEXEWithMenu.zip
rename to carolyns_creations/frames/dl/madscientist_BabyzEXEWithMenu.zip
diff --git a/Carolyns_Creations/frames/dl/madscientist_CatONineTailsLNZ.zip b/carolyns_creations/frames/dl/madscientist_CatONineTailsLNZ.zip
similarity index 100%
rename from Carolyns_Creations/frames/dl/madscientist_CatONineTailsLNZ.zip
rename to carolyns_creations/frames/dl/madscientist_CatONineTailsLNZ.zip
diff --git a/Carolyns_Creations/frames/dl/madscientist_CerberusLNZ.zip b/carolyns_creations/frames/dl/madscientist_CerberusLNZ.zip
similarity index 100%
rename from Carolyns_Creations/frames/dl/madscientist_CerberusLNZ.zip
rename to carolyns_creations/frames/dl/madscientist_CerberusLNZ.zip
diff --git a/Carolyns_Creations/frames/dl/madscientist_CerberusPetz.zip b/carolyns_creations/frames/dl/madscientist_CerberusPetz.zip
similarity index 100%
rename from Carolyns_Creations/frames/dl/madscientist_CerberusPetz.zip
rename to carolyns_creations/frames/dl/madscientist_CerberusPetz.zip
diff --git a/Carolyns_Creations/frames/dl/madscientist_ChilliChazoo.zip b/carolyns_creations/frames/dl/madscientist_ChilliChazoo.zip
similarity index 100%
rename from Carolyns_Creations/frames/dl/madscientist_ChilliChazoo.zip
rename to carolyns_creations/frames/dl/madscientist_ChilliChazoo.zip
diff --git a/Carolyns_Creations/frames/dl/madscientist_P5OriginalBunny.zip b/carolyns_creations/frames/dl/madscientist_P5OriginalBunny.zip
similarity index 100%
rename from Carolyns_Creations/frames/dl/madscientist_P5OriginalBunny.zip
rename to carolyns_creations/frames/dl/madscientist_P5OriginalBunny.zip
diff --git a/Carolyns_Creations/frames/dl/madscientist_P5OriginalPig.zip b/carolyns_creations/frames/dl/madscientist_P5OriginalPig.zip
similarity index 100%
rename from Carolyns_Creations/frames/dl/madscientist_P5OriginalPig.zip
rename to carolyns_creations/frames/dl/madscientist_P5OriginalPig.zip
diff --git a/Carolyns_Creations/frames/dl/madscientist_Petz3FoolerStuff.zip b/carolyns_creations/frames/dl/madscientist_Petz3FoolerStuff.zip
similarity index 100%
rename from Carolyns_Creations/frames/dl/madscientist_Petz3FoolerStuff.zip
rename to carolyns_creations/frames/dl/madscientist_Petz3FoolerStuff.zip
diff --git a/Carolyns_Creations/frames/dl/madscientist_Petz3GermanEXE.zip b/carolyns_creations/frames/dl/madscientist_Petz3GermanEXE.zip
similarity index 100%
rename from Carolyns_Creations/frames/dl/madscientist_Petz3GermanEXE.zip
rename to carolyns_creations/frames/dl/madscientist_Petz3GermanEXE.zip
diff --git a/Carolyns_Creations/frames/dl/madscientist_Petz3IntFoolerStuff.zip b/carolyns_creations/frames/dl/madscientist_Petz3IntFoolerStuff.zip
similarity index 100%
rename from Carolyns_Creations/frames/dl/madscientist_Petz3IntFoolerStuff.zip
rename to carolyns_creations/frames/dl/madscientist_Petz3IntFoolerStuff.zip
diff --git a/Carolyns_Creations/frames/dl/madscientist_Petz3exe.zip b/carolyns_creations/frames/dl/madscientist_Petz3exe.zip
similarity index 100%
rename from Carolyns_Creations/frames/dl/madscientist_Petz3exe.zip
rename to carolyns_creations/frames/dl/madscientist_Petz3exe.zip
diff --git a/Carolyns_Creations/frames/dl/madscientist_Petz5exeNurseryFreedom.zip b/carolyns_creations/frames/dl/madscientist_Petz5exeNurseryFreedom.zip
similarity index 100%
rename from Carolyns_Creations/frames/dl/madscientist_Petz5exeNurseryFreedom.zip
rename to carolyns_creations/frames/dl/madscientist_Petz5exeNurseryFreedom.zip
diff --git a/Carolyns_Creations/frames/dl/madscientist_PetzIIDemo.zip b/carolyns_creations/frames/dl/madscientist_PetzIIDemo.zip
similarity index 100%
rename from Carolyns_Creations/frames/dl/madscientist_PetzIIDemo.zip
rename to carolyns_creations/frames/dl/madscientist_PetzIIDemo.zip
diff --git a/Carolyns_Creations/frames/dl/madscientist_PetzIIModifiedExe.zip b/carolyns_creations/frames/dl/madscientist_PetzIIModifiedExe.zip
similarity index 100%
rename from Carolyns_Creations/frames/dl/madscientist_PetzIIModifiedExe.zip
rename to carolyns_creations/frames/dl/madscientist_PetzIIModifiedExe.zip
diff --git a/Carolyns_Creations/frames/dl/madscientist_Rainbopolly.zip b/carolyns_creations/frames/dl/madscientist_Rainbopolly.zip
similarity index 100%
rename from Carolyns_Creations/frames/dl/madscientist_Rainbopolly.zip
rename to carolyns_creations/frames/dl/madscientist_Rainbopolly.zip
diff --git a/Carolyns_Creations/frames/dl/madscientist_Scamparella.zip b/carolyns_creations/frames/dl/madscientist_Scamparella.zip
similarity index 100%
rename from Carolyns_Creations/frames/dl/madscientist_Scamparella.zip
rename to carolyns_creations/frames/dl/madscientist_Scamparella.zip
diff --git a/Carolyns_Creations/frames/dl/madscientist_TheCatChewFamily.zip b/carolyns_creations/frames/dl/madscientist_TheCatChewFamily.zip
similarity index 100%
rename from Carolyns_Creations/frames/dl/madscientist_TheCatChewFamily.zip
rename to carolyns_creations/frames/dl/madscientist_TheCatChewFamily.zip
diff --git a/Carolyns_Creations/frames/dl/madscientist_crazycalicodogz_d3.zip b/carolyns_creations/frames/dl/madscientist_crazycalicodogz_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/dl/madscientist_crazycalicodogz_d3.zip
rename to carolyns_creations/frames/dl/madscientist_crazycalicodogz_d3.zip
diff --git a/Carolyns_Creations/frames/dl/madscientist_crazycalicodogz_d4.zip b/carolyns_creations/frames/dl/madscientist_crazycalicodogz_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/dl/madscientist_crazycalicodogz_d4.zip
rename to carolyns_creations/frames/dl/madscientist_crazycalicodogz_d4.zip
diff --git a/Carolyns_Creations/frames/dl/madscientist_crazycalicodogz_d5.zip b/carolyns_creations/frames/dl/madscientist_crazycalicodogz_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/dl/madscientist_crazycalicodogz_d5.zip
rename to carolyns_creations/frames/dl/madscientist_crazycalicodogz_d5.zip
diff --git a/Carolyns_Creations/frames/dl/madscientist_wirebabyz.zip b/carolyns_creations/frames/dl/madscientist_wirebabyz.zip
similarity index 100%
rename from Carolyns_Creations/frames/dl/madscientist_wirebabyz.zip
rename to carolyns_creations/frames/dl/madscientist_wirebabyz.zip
diff --git a/Carolyns_Creations/frames/dl/main_Netscape4InstallFiles.zip b/carolyns_creations/frames/dl/main_Netscape4InstallFiles.zip
similarity index 100%
rename from Carolyns_Creations/frames/dl/main_Netscape4InstallFiles.zip
rename to carolyns_creations/frames/dl/main_Netscape4InstallFiles.zip
diff --git a/Carolyns_Creations/frames/dl/main_PetzPlayer.exe b/carolyns_creations/frames/dl/main_PetzPlayer.exe
similarity index 100%
rename from Carolyns_Creations/frames/dl/main_PetzPlayer.exe
rename to carolyns_creations/frames/dl/main_PetzPlayer.exe
diff --git a/Carolyns_Creations/frames/flowers.php b/carolyns_creations/frames/flowers.php
similarity index 100%
rename from Carolyns_Creations/frames/flowers.php
rename to carolyns_creations/frames/flowers.php
diff --git a/Carolyns_Creations/frames/images/aboutme_Carolyn.jpg b/carolyns_creations/frames/images/aboutme_Carolyn.jpg
similarity index 100%
rename from Carolyns_Creations/frames/images/aboutme_Carolyn.jpg
rename to carolyns_creations/frames/images/aboutme_Carolyn.jpg
diff --git a/Carolyns_Creations/frames/images/flowers_BCCAMember.gif b/carolyns_creations/frames/images/flowers_BCCAMember.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/flowers_BCCAMember.gif
rename to carolyns_creations/frames/images/flowers_BCCAMember.gif
diff --git a/Carolyns_Creations/frames/images/flowers_BabyzSpecials2005.gif b/carolyns_creations/frames/images/flowers_BabyzSpecials2005.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/flowers_BabyzSpecials2005.gif
rename to carolyns_creations/frames/images/flowers_BabyzSpecials2005.gif
diff --git a/Carolyns_Creations/frames/images/flowers_FaranaAndSwishSkookums.gif b/carolyns_creations/frames/images/flowers_FaranaAndSwishSkookums.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/flowers_FaranaAndSwishSkookums.gif
rename to carolyns_creations/frames/images/flowers_FaranaAndSwishSkookums.gif
diff --git a/Carolyns_Creations/frames/images/flowers_PhantBeebleInsanity.gif b/carolyns_creations/frames/images/flowers_PhantBeebleInsanity.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/flowers_PhantBeebleInsanity.gif
rename to carolyns_creations/frames/images/flowers_PhantBeebleInsanity.gif
diff --git a/Carolyns_Creations/frames/images/flowers_ThanksFromManda.gif b/carolyns_creations/frames/images/flowers_ThanksFromManda.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/flowers_ThanksFromManda.gif
rename to carolyns_creations/frames/images/flowers_ThanksFromManda.gif
diff --git a/Carolyns_Creations/frames/images/flowers_goddess.gif b/carolyns_creations/frames/images/flowers_goddess.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/flowers_goddess.gif
rename to carolyns_creations/frames/images/flowers_goddess.gif
diff --git a/Carolyns_Creations/frames/images/flowers_homicidalMandaSketchi.gif b/carolyns_creations/frames/images/flowers_homicidalMandaSketchi.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/flowers_homicidalMandaSketchi.gif
rename to carolyns_creations/frames/images/flowers_homicidalMandaSketchi.gif
diff --git a/Carolyns_Creations/frames/images/flowers_insane.gif b/carolyns_creations/frames/images/flowers_insane.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/flowers_insane.gif
rename to carolyns_creations/frames/images/flowers_insane.gif
diff --git a/Carolyns_Creations/frames/images/flowers_noodles.jpg b/carolyns_creations/frames/images/flowers_noodles.jpg
similarity index 100%
rename from Carolyns_Creations/frames/images/flowers_noodles.jpg
rename to carolyns_creations/frames/images/flowers_noodles.jpg
diff --git a/Carolyns_Creations/frames/images/justforlaughs2_VistaAllGames.jpg b/carolyns_creations/frames/images/justforlaughs2_VistaAllGames.jpg
similarity index 100%
rename from Carolyns_Creations/frames/images/justforlaughs2_VistaAllGames.jpg
rename to carolyns_creations/frames/images/justforlaughs2_VistaAllGames.jpg
diff --git a/Carolyns_Creations/frames/images/justforlaughs_AllGames.jpg b/carolyns_creations/frames/images/justforlaughs_AllGames.jpg
similarity index 100%
rename from Carolyns_Creations/frames/images/justforlaughs_AllGames.jpg
rename to carolyns_creations/frames/images/justforlaughs_AllGames.jpg
diff --git a/Carolyns_Creations/frames/images/madscientist_Babyz2.jpg b/carolyns_creations/frames/images/madscientist_Babyz2.jpg
similarity index 100%
rename from Carolyns_Creations/frames/images/madscientist_Babyz2.jpg
rename to carolyns_creations/frames/images/madscientist_Babyz2.jpg
diff --git a/Carolyns_Creations/frames/images/madscientist_CatChewFam.gif b/carolyns_creations/frames/images/madscientist_CatChewFam.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/madscientist_CatChewFam.gif
rename to carolyns_creations/frames/images/madscientist_CatChewFam.gif
diff --git a/Carolyns_Creations/frames/images/madscientist_Cerberus1.gif b/carolyns_creations/frames/images/madscientist_Cerberus1.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/madscientist_Cerberus1.gif
rename to carolyns_creations/frames/images/madscientist_Cerberus1.gif
diff --git a/Carolyns_Creations/frames/images/madscientist_Cerberus2.gif b/carolyns_creations/frames/images/madscientist_Cerberus2.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/madscientist_Cerberus2.gif
rename to carolyns_creations/frames/images/madscientist_Cerberus2.gif
diff --git a/Carolyns_Creations/frames/images/madscientist_NurseryfreeFamily.jpg b/carolyns_creations/frames/images/madscientist_NurseryfreeFamily.jpg
similarity index 100%
rename from Carolyns_Creations/frames/images/madscientist_NurseryfreeFamily.jpg
rename to carolyns_creations/frames/images/madscientist_NurseryfreeFamily.jpg
diff --git a/Carolyns_Creations/frames/images/madscientist_Rainbopolly.gif b/carolyns_creations/frames/images/madscientist_Rainbopolly.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/madscientist_Rainbopolly.gif
rename to carolyns_creations/frames/images/madscientist_Rainbopolly.gif
diff --git a/Carolyns_Creations/frames/images/madscientist_Scamparella.gif b/carolyns_creations/frames/images/madscientist_Scamparella.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/madscientist_Scamparella.gif
rename to carolyns_creations/frames/images/madscientist_Scamparella.gif
diff --git a/Carolyns_Creations/frames/images/madscientist_Scamparella2.gif b/carolyns_creations/frames/images/madscientist_Scamparella2.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/madscientist_Scamparella2.gif
rename to carolyns_creations/frames/images/madscientist_Scamparella2.gif
diff --git a/Carolyns_Creations/frames/images/madscientist_calicodogz.jpg b/carolyns_creations/frames/images/madscientist_calicodogz.jpg
similarity index 100%
rename from Carolyns_Creations/frames/images/madscientist_calicodogz.jpg
rename to carolyns_creations/frames/images/madscientist_calicodogz.jpg
diff --git a/Carolyns_Creations/frames/images/madscientist_calicodogza.jpg b/carolyns_creations/frames/images/madscientist_calicodogza.jpg
similarity index 100%
rename from Carolyns_Creations/frames/images/madscientist_calicodogza.jpg
rename to carolyns_creations/frames/images/madscientist_calicodogza.jpg
diff --git a/Carolyns_Creations/frames/images/madscientist_chillichazzie.gif b/carolyns_creations/frames/images/madscientist_chillichazzie.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/madscientist_chillichazzie.gif
rename to carolyns_creations/frames/images/madscientist_chillichazzie.gif
diff --git a/Carolyns_Creations/frames/images/madscientist_petz4import.jpg b/carolyns_creations/frames/images/madscientist_petz4import.jpg
similarity index 100%
rename from Carolyns_Creations/frames/images/madscientist_petz4import.jpg
rename to carolyns_creations/frames/images/madscientist_petz4import.jpg
diff --git a/Carolyns_Creations/frames/images/madscientist_petzprofile.jpg b/carolyns_creations/frames/images/madscientist_petzprofile.jpg
similarity index 100%
rename from Carolyns_Creations/frames/images/madscientist_petzprofile.jpg
rename to carolyns_creations/frames/images/madscientist_petzprofile.jpg
diff --git a/Carolyns_Creations/frames/images/madscientist_wirebaby.gif b/carolyns_creations/frames/images/madscientist_wirebaby.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/madscientist_wirebaby.gif
rename to carolyns_creations/frames/images/madscientist_wirebaby.gif
diff --git a/Carolyns_Creations/frames/images/main_alley-lover.gif b/carolyns_creations/frames/images/main_alley-lover.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/main_alley-lover.gif
rename to carolyns_creations/frames/images/main_alley-lover.gif
diff --git a/Carolyns_Creations/frames/images/main_petz-yellow-page-directory.jpg b/carolyns_creations/frames/images/main_petz-yellow-page-directory.jpg
similarity index 100%
rename from Carolyns_Creations/frames/images/main_petz-yellow-page-directory.jpg
rename to carolyns_creations/frames/images/main_petz-yellow-page-directory.jpg
diff --git a/Carolyns_Creations/frames/images/main_phantarella-logo.gif b/carolyns_creations/frames/images/main_phantarella-logo.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/main_phantarella-logo.gif
rename to carolyns_creations/frames/images/main_phantarella-logo.gif
diff --git a/Carolyns_Creations/frames/images/orbs_Cassie.gif b/carolyns_creations/frames/images/orbs_Cassie.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/orbs_Cassie.gif
rename to carolyns_creations/frames/images/orbs_Cassie.gif
diff --git a/Carolyns_Creations/frames/images/orbs_DamboCute.gif b/carolyns_creations/frames/images/orbs_DamboCute.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/orbs_DamboCute.gif
rename to carolyns_creations/frames/images/orbs_DamboCute.gif
diff --git a/Carolyns_Creations/frames/images/orbs_DamboDevilish.gif b/carolyns_creations/frames/images/orbs_DamboDevilish.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/orbs_DamboDevilish.gif
rename to carolyns_creations/frames/images/orbs_DamboDevilish.gif
diff --git a/Carolyns_Creations/frames/images/orbs_Demon1.gif b/carolyns_creations/frames/images/orbs_Demon1.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/orbs_Demon1.gif
rename to carolyns_creations/frames/images/orbs_Demon1.gif
diff --git a/Carolyns_Creations/frames/images/orbs_Demon2.gif b/carolyns_creations/frames/images/orbs_Demon2.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/orbs_Demon2.gif
rename to carolyns_creations/frames/images/orbs_Demon2.gif
diff --git a/Carolyns_Creations/frames/images/orbs_Jordan.gif b/carolyns_creations/frames/images/orbs_Jordan.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/orbs_Jordan.gif
rename to carolyns_creations/frames/images/orbs_Jordan.gif
diff --git a/Carolyns_Creations/frames/images/orbs_Oscar.gif b/carolyns_creations/frames/images/orbs_Oscar.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/orbs_Oscar.gif
rename to carolyns_creations/frames/images/orbs_Oscar.gif
diff --git a/Carolyns_Creations/frames/images/orbs_Perky.gif b/carolyns_creations/frames/images/orbs_Perky.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/orbs_Perky.gif
rename to carolyns_creations/frames/images/orbs_Perky.gif
diff --git a/Carolyns_Creations/frames/images/orbs_PerkyAndDambo.gif b/carolyns_creations/frames/images/orbs_PerkyAndDambo.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/orbs_PerkyAndDambo.gif
rename to carolyns_creations/frames/images/orbs_PerkyAndDambo.gif
diff --git a/Carolyns_Creations/frames/images/orbs_Skyheaven.gif b/carolyns_creations/frames/images/orbs_Skyheaven.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/orbs_Skyheaven.gif
rename to carolyns_creations/frames/images/orbs_Skyheaven.gif
diff --git a/Carolyns_Creations/frames/images/whatsnew_2005-10-18_1.gif b/carolyns_creations/frames/images/whatsnew_2005-10-18_1.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/whatsnew_2005-10-18_1.gif
rename to carolyns_creations/frames/images/whatsnew_2005-10-18_1.gif
diff --git a/Carolyns_Creations/frames/images/whatsnew_2005-10-18_2.gif b/carolyns_creations/frames/images/whatsnew_2005-10-18_2.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/whatsnew_2005-10-18_2.gif
rename to carolyns_creations/frames/images/whatsnew_2005-10-18_2.gif
diff --git a/Carolyns_Creations/frames/images/whatsnew_2005-10-22.gif b/carolyns_creations/frames/images/whatsnew_2005-10-22.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/whatsnew_2005-10-22.gif
rename to carolyns_creations/frames/images/whatsnew_2005-10-22.gif
diff --git a/Carolyns_Creations/frames/images/whatsnew_2005-11-28.jpg b/carolyns_creations/frames/images/whatsnew_2005-11-28.jpg
similarity index 100%
rename from Carolyns_Creations/frames/images/whatsnew_2005-11-28.jpg
rename to carolyns_creations/frames/images/whatsnew_2005-11-28.jpg
diff --git a/Carolyns_Creations/frames/images/whatsnew_2006-01-28.gif b/carolyns_creations/frames/images/whatsnew_2006-01-28.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/whatsnew_2006-01-28.gif
rename to carolyns_creations/frames/images/whatsnew_2006-01-28.gif
diff --git a/Carolyns_Creations/frames/images/whatsnew_2006-02-27.gif b/carolyns_creations/frames/images/whatsnew_2006-02-27.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/whatsnew_2006-02-27.gif
rename to carolyns_creations/frames/images/whatsnew_2006-02-27.gif
diff --git a/Carolyns_Creations/frames/images/whatsnew_2006-03-03.jpg b/carolyns_creations/frames/images/whatsnew_2006-03-03.jpg
similarity index 100%
rename from Carolyns_Creations/frames/images/whatsnew_2006-03-03.jpg
rename to carolyns_creations/frames/images/whatsnew_2006-03-03.jpg
diff --git a/Carolyns_Creations/frames/images/whatsnew_2006-12-22_1.gif b/carolyns_creations/frames/images/whatsnew_2006-12-22_1.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/whatsnew_2006-12-22_1.gif
rename to carolyns_creations/frames/images/whatsnew_2006-12-22_1.gif
diff --git a/Carolyns_Creations/frames/images/whatsnew_2006-12-22_2.gif b/carolyns_creations/frames/images/whatsnew_2006-12-22_2.gif
similarity index 100%
rename from Carolyns_Creations/frames/images/whatsnew_2006-12-22_2.gif
rename to carolyns_creations/frames/images/whatsnew_2006-12-22_2.gif
diff --git a/Carolyns_Creations/frames/index.php b/carolyns_creations/frames/index.php
similarity index 100%
rename from Carolyns_Creations/frames/index.php
rename to carolyns_creations/frames/index.php
diff --git a/Carolyns_Creations/frames/justforlaughs.php b/carolyns_creations/frames/justforlaughs.php
similarity index 100%
rename from Carolyns_Creations/frames/justforlaughs.php
rename to carolyns_creations/frames/justforlaughs.php
diff --git a/Carolyns_Creations/frames/justforlaughs2.php b/carolyns_creations/frames/justforlaughs2.php
similarity index 100%
rename from Carolyns_Creations/frames/justforlaughs2.php
rename to carolyns_creations/frames/justforlaughs2.php
diff --git a/Carolyns_Creations/frames/links.php b/carolyns_creations/frames/links.php
similarity index 100%
rename from Carolyns_Creations/frames/links.php
rename to carolyns_creations/frames/links.php
diff --git a/Carolyns_Creations/frames/madscientist.php b/carolyns_creations/frames/madscientist.php
similarity index 100%
rename from Carolyns_Creations/frames/madscientist.php
rename to carolyns_creations/frames/madscientist.php
diff --git a/Carolyns_Creations/frames/main.php b/carolyns_creations/frames/main.php
similarity index 100%
rename from Carolyns_Creations/frames/main.php
rename to carolyns_creations/frames/main.php
diff --git a/Carolyns_Creations/frames/menu.html b/carolyns_creations/frames/menu.html
similarity index 100%
rename from Carolyns_Creations/frames/menu.html
rename to carolyns_creations/frames/menu.html
diff --git a/Carolyns_Creations/frames/oddballz/dl/oddballz_BlackMousegrubz.zip b/carolyns_creations/frames/oddballz/dl/oddballz_BlackMousegrubz.zip
similarity index 100%
rename from Carolyns_Creations/frames/oddballz/dl/oddballz_BlackMousegrubz.zip
rename to carolyns_creations/frames/oddballz/dl/oddballz_BlackMousegrubz.zip
diff --git a/Carolyns_Creations/frames/oddballz/dl/oddballz_BrownMousegrubz.zip b/carolyns_creations/frames/oddballz/dl/oddballz_BrownMousegrubz.zip
similarity index 100%
rename from Carolyns_Creations/frames/oddballz/dl/oddballz_BrownMousegrubz.zip
rename to carolyns_creations/frames/oddballz/dl/oddballz_BrownMousegrubz.zip
diff --git a/Carolyns_Creations/frames/oddballz/dl/oddballz_EgyptShelf.zip b/carolyns_creations/frames/oddballz/dl/oddballz_EgyptShelf.zip
similarity index 100%
rename from Carolyns_Creations/frames/oddballz/dl/oddballz_EgyptShelf.zip
rename to carolyns_creations/frames/oddballz/dl/oddballz_EgyptShelf.zip
diff --git a/Carolyns_Creations/frames/oddballz/dl/oddballz_JoshuaMouse.zip b/carolyns_creations/frames/oddballz/dl/oddballz_JoshuaMouse.zip
similarity index 100%
rename from Carolyns_Creations/frames/oddballz/dl/oddballz_JoshuaMouse.zip
rename to carolyns_creations/frames/oddballz/dl/oddballz_JoshuaMouse.zip
diff --git a/Carolyns_Creations/frames/oddballz/dl/oddballz_MouseGrubz1.zip b/carolyns_creations/frames/oddballz/dl/oddballz_MouseGrubz1.zip
similarity index 100%
rename from Carolyns_Creations/frames/oddballz/dl/oddballz_MouseGrubz1.zip
rename to carolyns_creations/frames/oddballz/dl/oddballz_MouseGrubz1.zip
diff --git a/Carolyns_Creations/frames/oddballz/dl/oddballz_MouseGrubz2.zip b/carolyns_creations/frames/oddballz/dl/oddballz_MouseGrubz2.zip
similarity index 100%
rename from Carolyns_Creations/frames/oddballz/dl/oddballz_MouseGrubz2.zip
rename to carolyns_creations/frames/oddballz/dl/oddballz_MouseGrubz2.zip
diff --git a/Carolyns_Creations/frames/oddballz/dl/oddballz_OddzRezEasy-edit.zip b/carolyns_creations/frames/oddballz/dl/oddballz_OddzRezEasy-edit.zip
similarity index 100%
rename from Carolyns_Creations/frames/oddballz/dl/oddballz_OddzRezEasy-edit.zip
rename to carolyns_creations/frames/oddballz/dl/oddballz_OddzRezEasy-edit.zip
diff --git a/Carolyns_Creations/frames/oddballz/dl/oddballzedit_MacScrambler.hqx b/carolyns_creations/frames/oddballz/dl/oddballzedit_MacScrambler.hqx
similarity index 100%
rename from Carolyns_Creations/frames/oddballz/dl/oddballzedit_MacScrambler.hqx
rename to carolyns_creations/frames/oddballz/dl/oddballzedit_MacScrambler.hqx
diff --git a/Carolyns_Creations/frames/oddballz/dl/oddballzedit_WinScrambler.zip b/carolyns_creations/frames/oddballz/dl/oddballzedit_WinScrambler.zip
similarity index 100%
rename from Carolyns_Creations/frames/oddballz/dl/oddballzedit_WinScrambler.zip
rename to carolyns_creations/frames/oddballz/dl/oddballzedit_WinScrambler.zip
diff --git a/Carolyns_Creations/frames/oddballz/images/oddballz_Egypt3.gif b/carolyns_creations/frames/oddballz/images/oddballz_Egypt3.gif
similarity index 100%
rename from Carolyns_Creations/frames/oddballz/images/oddballz_Egypt3.gif
rename to carolyns_creations/frames/oddballz/images/oddballz_Egypt3.gif
diff --git a/Carolyns_Creations/frames/oddballz/images/oddballz_Mousegrubz.gif b/carolyns_creations/frames/oddballz/images/oddballz_Mousegrubz.gif
similarity index 100%
rename from Carolyns_Creations/frames/oddballz/images/oddballz_Mousegrubz.gif
rename to carolyns_creations/frames/oddballz/images/oddballz_Mousegrubz.gif
diff --git a/Carolyns_Creations/frames/oddballz/images/oddballz_Mousegrubz2.gif b/carolyns_creations/frames/oddballz/images/oddballz_Mousegrubz2.gif
similarity index 100%
rename from Carolyns_Creations/frames/oddballz/images/oddballz_Mousegrubz2.gif
rename to carolyns_creations/frames/oddballz/images/oddballz_Mousegrubz2.gif
diff --git a/Carolyns_Creations/frames/oddballz/images/oddballz_grubzmouse.gif b/carolyns_creations/frames/oddballz/images/oddballz_grubzmouse.gif
similarity index 100%
rename from Carolyns_Creations/frames/oddballz/images/oddballz_grubzmouse.gif
rename to carolyns_creations/frames/oddballz/images/oddballz_grubzmouse.gif
diff --git a/Carolyns_Creations/frames/oddballz/oddballz.php b/carolyns_creations/frames/oddballz/oddballz.php
similarity index 100%
rename from Carolyns_Creations/frames/oddballz/oddballz.php
rename to carolyns_creations/frames/oddballz/oddballz.php
diff --git a/Carolyns_Creations/frames/oddballz/oddballzedit.php b/carolyns_creations/frames/oddballz/oddballzedit.php
similarity index 100%
rename from Carolyns_Creations/frames/oddballz/oddballzedit.php
rename to carolyns_creations/frames/oddballz/oddballzedit.php
diff --git a/Carolyns_Creations/frames/orbs.php b/carolyns_creations/frames/orbs.php
similarity index 100%
rename from Carolyns_Creations/frames/orbs.php
rename to carolyns_creations/frames/orbs.php
diff --git a/Carolyns_Creations/frames/petz/c1breedz.php b/carolyns_creations/frames/petz/c1breedz.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/c1breedz.php
rename to carolyns_creations/frames/petz/c1breedz.php
diff --git a/Carolyns_Creations/frames/petz/c2breedz.php b/carolyns_creations/frames/petz/c2breedz.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/c2breedz.php
rename to carolyns_creations/frames/petz/c2breedz.php
diff --git a/Carolyns_Creations/frames/petz/c3breeded.php b/carolyns_creations/frames/petz/c3breeded.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/c3breeded.php
rename to carolyns_creations/frames/petz/c3breeded.php
diff --git a/Carolyns_Creations/frames/petz/c3breedz.php b/carolyns_creations/frames/petz/c3breedz.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/c3breedz.php
rename to carolyns_creations/frames/petz/c3breedz.php
diff --git a/Carolyns_Creations/frames/petz/c3intbreeded.php b/carolyns_creations/frames/petz/c3intbreeded.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/c3intbreeded.php
rename to carolyns_creations/frames/petz/c3intbreeded.php
diff --git a/Carolyns_Creations/frames/petz/c4breeded.php b/carolyns_creations/frames/petz/c4breeded.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/c4breeded.php
rename to carolyns_creations/frames/petz/c4breeded.php
diff --git a/Carolyns_Creations/frames/petz/c4breedz.php b/carolyns_creations/frames/petz/c4breedz.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/c4breedz.php
rename to carolyns_creations/frames/petz/c4breedz.php
diff --git a/Carolyns_Creations/frames/petz/c5breeded.php b/carolyns_creations/frames/petz/c5breeded.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/c5breeded.php
rename to carolyns_creations/frames/petz/c5breeded.php
diff --git a/Carolyns_Creations/frames/petz/c5breedz.php b/carolyns_creations/frames/petz/c5breedz.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/c5breedz.php
rename to carolyns_creations/frames/petz/c5breedz.php
diff --git a/Carolyns_Creations/frames/petz/catbehaviours.php b/carolyns_creations/frames/petz/catbehaviours.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/catbehaviours.php
rename to carolyns_creations/frames/petz/catbehaviours.php
diff --git a/Carolyns_Creations/frames/petz/catz1dex.php b/carolyns_creations/frames/petz/catz1dex.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/catz1dex.php
rename to carolyns_creations/frames/petz/catz1dex.php
diff --git a/Carolyns_Creations/frames/petz/catz1mice.php b/carolyns_creations/frames/petz/catz1mice.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/catz1mice.php
rename to carolyns_creations/frames/petz/catz1mice.php
diff --git a/Carolyns_Creations/frames/petz/d1breedz.php b/carolyns_creations/frames/petz/d1breedz.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/d1breedz.php
rename to carolyns_creations/frames/petz/d1breedz.php
diff --git a/Carolyns_Creations/frames/petz/d2breedz.php b/carolyns_creations/frames/petz/d2breedz.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/d2breedz.php
rename to carolyns_creations/frames/petz/d2breedz.php
diff --git a/Carolyns_Creations/frames/petz/d3breeded.php b/carolyns_creations/frames/petz/d3breeded.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/d3breeded.php
rename to carolyns_creations/frames/petz/d3breeded.php
diff --git a/Carolyns_Creations/frames/petz/d3breedz.php b/carolyns_creations/frames/petz/d3breedz.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/d3breedz.php
rename to carolyns_creations/frames/petz/d3breedz.php
diff --git a/Carolyns_Creations/frames/petz/d3intbreeded.php b/carolyns_creations/frames/petz/d3intbreeded.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/d3intbreeded.php
rename to carolyns_creations/frames/petz/d3intbreeded.php
diff --git a/Carolyns_Creations/frames/petz/d4breeded.php b/carolyns_creations/frames/petz/d4breeded.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/d4breeded.php
rename to carolyns_creations/frames/petz/d4breeded.php
diff --git a/Carolyns_Creations/frames/petz/d4breedz.php b/carolyns_creations/frames/petz/d4breedz.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/d4breedz.php
rename to carolyns_creations/frames/petz/d4breedz.php
diff --git a/Carolyns_Creations/frames/petz/d5breeded.php b/carolyns_creations/frames/petz/d5breeded.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/d5breeded.php
rename to carolyns_creations/frames/petz/d5breeded.php
diff --git a/Carolyns_Creations/frames/petz/d5breedz.php b/carolyns_creations/frames/petz/d5breedz.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/d5breedz.php
rename to carolyns_creations/frames/petz/d5breedz.php
diff --git a/Carolyns_Creations/frames/petz/dl/c1breedz_FuzzyTiger_catz.zip b/carolyns_creations/frames/petz/dl/c1breedz_FuzzyTiger_catz.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c1breedz_FuzzyTiger_catz.zip
rename to carolyns_creations/frames/petz/dl/c1breedz_FuzzyTiger_catz.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c1breedz_GingerMix_catz.zip b/carolyns_creations/frames/petz/dl/c1breedz_GingerMix_catz.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c1breedz_GingerMix_catz.zip
rename to carolyns_creations/frames/petz/dl/c1breedz_GingerMix_catz.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c1breedz_Slinker_catz.zip b/carolyns_creations/frames/petz/dl/c1breedz_Slinker_catz.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c1breedz_Slinker_catz.zip
rename to carolyns_creations/frames/petz/dl/c1breedz_Slinker_catz.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c1breedz_Snowbo4mac_c1.zip b/carolyns_creations/frames/petz/dl/c1breedz_Snowbo4mac_c1.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c1breedz_Snowbo4mac_c1.zip
rename to carolyns_creations/frames/petz/dl/c1breedz_Snowbo4mac_c1.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c1breedz_Snowbo_c1.zip b/carolyns_creations/frames/petz/dl/c1breedz_Snowbo_c1.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c1breedz_Snowbo_c1.zip
rename to carolyns_creations/frames/petz/dl/c1breedz_Snowbo_c1.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c1breedz_Zott_c1.zip b/carolyns_creations/frames/petz/dl/c1breedz_Zott_c1.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c1breedz_Zott_c1.zip
rename to carolyns_creations/frames/petz/dl/c1breedz_Zott_c1.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c1breedz_zott4mac_c1.zip b/carolyns_creations/frames/petz/dl/c1breedz_zott4mac_c1.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c1breedz_zott4mac_c1.zip
rename to carolyns_creations/frames/petz/dl/c1breedz_zott4mac_c1.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c2breedz_Appaloosa_c2.zip b/carolyns_creations/frames/petz/dl/c2breedz_Appaloosa_c2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c2breedz_Appaloosa_c2.zip
rename to carolyns_creations/frames/petz/dl/c2breedz_Appaloosa_c2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c2breedz_ChickenzNoEggz_c2.zip b/carolyns_creations/frames/petz/dl/c2breedz_ChickenzNoEggz_c2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c2breedz_ChickenzNoEggz_c2.zip
rename to carolyns_creations/frames/petz/dl/c2breedz_ChickenzNoEggz_c2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c2breedz_Chickenz_c2.zip b/carolyns_creations/frames/petz/dl/c2breedz_Chickenz_c2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c2breedz_Chickenz_c2.zip
rename to carolyns_creations/frames/petz/dl/c2breedz_Chickenz_c2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c2breedz_Dragonair_c2.zip b/carolyns_creations/frames/petz/dl/c2breedz_Dragonair_c2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c2breedz_Dragonair_c2.zip
rename to carolyns_creations/frames/petz/dl/c2breedz_Dragonair_c2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c2breedz_Dynaroo_c2.zip b/carolyns_creations/frames/petz/dl/c2breedz_Dynaroo_c2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c2breedz_Dynaroo_c2.zip
rename to carolyns_creations/frames/petz/dl/c2breedz_Dynaroo_c2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c2breedz_Grinnz_c2.zip b/carolyns_creations/frames/petz/dl/c2breedz_Grinnz_c2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c2breedz_Grinnz_c2.zip
rename to carolyns_creations/frames/petz/dl/c2breedz_Grinnz_c2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c2breedz_Himalayan_c2.zip b/carolyns_creations/frames/petz/dl/c2breedz_Himalayan_c2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c2breedz_Himalayan_c2.zip
rename to carolyns_creations/frames/petz/dl/c2breedz_Himalayan_c2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c2breedz_Honkbirdie_c2.zip b/carolyns_creations/frames/petz/dl/c2breedz_Honkbirdie_c2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c2breedz_Honkbirdie_c2.zip
rename to carolyns_creations/frames/petz/dl/c2breedz_Honkbirdie_c2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c2breedz_Honker_c2.zip b/carolyns_creations/frames/petz/dl/c2breedz_Honker_c2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c2breedz_Honker_c2.zip
rename to carolyns_creations/frames/petz/dl/c2breedz_Honker_c2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c2breedz_Modvark_c2.zip b/carolyns_creations/frames/petz/dl/c2breedz_Modvark_c2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c2breedz_Modvark_c2.zip
rename to carolyns_creations/frames/petz/dl/c2breedz_Modvark_c2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c2breedz_Norvil_c2.zip b/carolyns_creations/frames/petz/dl/c2breedz_Norvil_c2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c2breedz_Norvil_c2.zip
rename to carolyns_creations/frames/petz/dl/c2breedz_Norvil_c2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c2breedz_Quadrapus_c2.zip b/carolyns_creations/frames/petz/dl/c2breedz_Quadrapus_c2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c2breedz_Quadrapus_c2.zip
rename to carolyns_creations/frames/petz/dl/c2breedz_Quadrapus_c2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c2breedz_Reindeerz_c2.zip b/carolyns_creations/frames/petz/dl/c2breedz_Reindeerz_c2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c2breedz_Reindeerz_c2.zip
rename to carolyns_creations/frames/petz/dl/c2breedz_Reindeerz_c2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c2breedz_Snowbo_c2.zip b/carolyns_creations/frames/petz/dl/c2breedz_Snowbo_c2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c2breedz_Snowbo_c2.zip
rename to carolyns_creations/frames/petz/dl/c2breedz_Snowbo_c2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c2breedz_Zott_c2.zip b/carolyns_creations/frames/petz/dl/c2breedz_Zott_c2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c2breedz_Zott_c2.zip
rename to carolyns_creations/frames/petz/dl/c2breedz_Zott_c2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breeded_ExtLnzSSFlealessAlley_c3.zip b/carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSFlealessAlley_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breeded_ExtLnzSSFlealessAlley_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSFlealessAlley_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breeded_ExtLnzSSbwshorthair_c3.zip b/carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSbwshorthair_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breeded_ExtLnzSSbwshorthair_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSbwshorthair_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breeded_ExtLnzSScalico_c3.zip b/carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSScalico_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breeded_ExtLnzSScalico_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSScalico_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breeded_ExtLnzSSchinchillapersian_c3.zip b/carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSchinchillapersian_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breeded_ExtLnzSSchinchillapersian_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSchinchillapersian_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breeded_ExtLnzSSdesertlynx_c3.zip b/carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSdesertlynx_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breeded_ExtLnzSSdesertlynx_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSdesertlynx_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breeded_ExtLnzSSegyptianmau_c3.zip b/carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSegyptianmau_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breeded_ExtLnzSSegyptianmau_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSegyptianmau_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breeded_ExtLnzSShoneybear_c3.zip b/carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSShoneybear_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breeded_ExtLnzSShoneybear_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSShoneybear_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breeded_ExtLnzSSjapanesebobtail_c3.zip b/carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSjapanesebobtail_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breeded_ExtLnzSSjapanesebobtail_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSjapanesebobtail_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breeded_ExtLnzSSmainecoon_c3.zip b/carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSmainecoon_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breeded_ExtLnzSSmainecoon_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSmainecoon_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breeded_ExtLnzSSorangeshorthair_c3.zip b/carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSorangeshorthair_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breeded_ExtLnzSSorangeshorthair_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSorangeshorthair_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breeded_ExtLnzSSpersian_c3.zip b/carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSpersian_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breeded_ExtLnzSSpersian_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSpersian_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breeded_ExtLnzSSrussianblue_c3.zip b/carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSrussianblue_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breeded_ExtLnzSSrussianblue_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSrussianblue_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breeded_ExtLnzSSscottishfold_c3.zip b/carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSscottishfold_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breeded_ExtLnzSSscottishfold_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSscottishfold_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breeded_ExtLnzSSsiamese_c3.zip b/carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSsiamese_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breeded_ExtLnzSSsiamese_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSsiamese_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breeded_ExtLnzSStabby_c3.zip b/carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSStabby_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breeded_ExtLnzSStabby_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSStabby_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breeded_SSFFalleycat_c3.zip b/carolyns_creations/frames/petz/dl/c3breeded_SSFFalleycat_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breeded_SSFFalleycat_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breeded_SSFFalleycat_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breeded_SSbwshorthair_c3.zip b/carolyns_creations/frames/petz/dl/c3breeded_SSbwshorthair_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breeded_SSbwshorthair_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breeded_SSbwshorthair_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breeded_SScalico_c3.zip b/carolyns_creations/frames/petz/dl/c3breeded_SScalico_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breeded_SScalico_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breeded_SScalico_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breeded_SSchinchillapersian_c3.zip b/carolyns_creations/frames/petz/dl/c3breeded_SSchinchillapersian_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breeded_SSchinchillapersian_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breeded_SSchinchillapersian_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breeded_SSdesertlynx_c3.zip b/carolyns_creations/frames/petz/dl/c3breeded_SSdesertlynx_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breeded_SSdesertlynx_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breeded_SSdesertlynx_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breeded_SSegyptianmau_c3.zip b/carolyns_creations/frames/petz/dl/c3breeded_SSegyptianmau_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breeded_SSegyptianmau_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breeded_SSegyptianmau_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breeded_SShoneybear_c3.zip b/carolyns_creations/frames/petz/dl/c3breeded_SShoneybear_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breeded_SShoneybear_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breeded_SShoneybear_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breeded_SSjapanesebobtail_c3.zip b/carolyns_creations/frames/petz/dl/c3breeded_SSjapanesebobtail_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breeded_SSjapanesebobtail_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breeded_SSjapanesebobtail_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breeded_SSmainecoon_c3.zip b/carolyns_creations/frames/petz/dl/c3breeded_SSmainecoon_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breeded_SSmainecoon_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breeded_SSmainecoon_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breeded_SSorangeshorthair_c3.zip b/carolyns_creations/frames/petz/dl/c3breeded_SSorangeshorthair_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breeded_SSorangeshorthair_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breeded_SSorangeshorthair_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breeded_SSpersian_c3.zip b/carolyns_creations/frames/petz/dl/c3breeded_SSpersian_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breeded_SSpersian_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breeded_SSpersian_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breeded_SSrussianblue_c3.zip b/carolyns_creations/frames/petz/dl/c3breeded_SSrussianblue_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breeded_SSrussianblue_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breeded_SSrussianblue_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breeded_SSscottishfold_c3.zip b/carolyns_creations/frames/petz/dl/c3breeded_SSscottishfold_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breeded_SSscottishfold_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breeded_SSscottishfold_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breeded_SSsiamese_c3.zip b/carolyns_creations/frames/petz/dl/c3breeded_SSsiamese_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breeded_SSsiamese_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breeded_SSsiamese_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breeded_SStabby_c3.zip b/carolyns_creations/frames/petz/dl/c3breeded_SStabby_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breeded_SStabby_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breeded_SStabby_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breedz_Abyssinian2_c3.zip b/carolyns_creations/frames/petz/dl/c3breedz_Abyssinian2_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breedz_Abyssinian2_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breedz_Abyssinian2_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breedz_Appaloosa_c3.zip b/carolyns_creations/frames/petz/dl/c3breedz_Appaloosa_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breedz_Appaloosa_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breedz_Appaloosa_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breedz_AsianSnowCurl_c3.zip b/carolyns_creations/frames/petz/dl/c3breedz_AsianSnowCurl_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breedz_AsianSnowCurl_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breedz_AsianSnowCurl_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breedz_AutumnFlurry_c3.zip b/carolyns_creations/frames/petz/dl/c3breedz_AutumnFlurry_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breedz_AutumnFlurry_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breedz_AutumnFlurry_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breedz_B+WBritishFold_c3.zip b/carolyns_creations/frames/petz/dl/c3breedz_B+WBritishFold_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breedz_B+WBritishFold_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breedz_B+WBritishFold_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breedz_Blackandwhitelonghair_c3.zip b/carolyns_creations/frames/petz/dl/c3breedz_Blackandwhitelonghair_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breedz_Blackandwhitelonghair_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breedz_Blackandwhitelonghair_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breedz_Blinka_c3.zip b/carolyns_creations/frames/petz/dl/c3breedz_Blinka_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breedz_Blinka_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breedz_Blinka_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breedz_BritishGinger+White_c3.zip b/carolyns_creations/frames/petz/dl/c3breedz_BritishGinger+White_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breedz_BritishGinger+White_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breedz_BritishGinger+White_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breedz_BrownFuzzTabby_c3.zip b/carolyns_creations/frames/petz/dl/c3breedz_BrownFuzzTabby_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breedz_BrownFuzzTabby_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breedz_BrownFuzzTabby_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breedz_BunnyFamily.zip b/carolyns_creations/frames/petz/dl/c3breedz_BunnyFamily.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breedz_BunnyFamily.zip
rename to carolyns_creations/frames/petz/dl/c3breedz_BunnyFamily.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breedz_Bunnycat_c3.zip b/carolyns_creations/frames/petz/dl/c3breedz_Bunnycat_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breedz_Bunnycat_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breedz_Bunnycat_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breedz_Calibean_c3.zip b/carolyns_creations/frames/petz/dl/c3breedz_Calibean_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breedz_Calibean_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breedz_Calibean_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breedz_Catwingz_c3.zip b/carolyns_creations/frames/petz/dl/c3breedz_Catwingz_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breedz_Catwingz_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breedz_Catwingz_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breedz_CharcoalAngora_c3.zip b/carolyns_creations/frames/petz/dl/c3breedz_CharcoalAngora_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breedz_CharcoalAngora_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breedz_CharcoalAngora_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breedz_ChickenzNoEggz_c3.zip b/carolyns_creations/frames/petz/dl/c3breedz_ChickenzNoEggz_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breedz_ChickenzNoEggz_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breedz_ChickenzNoEggz_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breedz_Chickenz_c3.zip b/carolyns_creations/frames/petz/dl/c3breedz_Chickenz_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breedz_Chickenz_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breedz_Chickenz_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breedz_Chinchifluttacorn_c3.zip b/carolyns_creations/frames/petz/dl/c3breedz_Chinchifluttacorn_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breedz_Chinchifluttacorn_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breedz_Chinchifluttacorn_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breedz_Chinchillafold_c3.zip b/carolyns_creations/frames/petz/dl/c3breedz_Chinchillafold_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breedz_Chinchillafold_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breedz_Chinchillafold_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breedz_CottonBunny_c3.zip b/carolyns_creations/frames/petz/dl/c3breedz_CottonBunny_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breedz_CottonBunny_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breedz_CottonBunny_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breedz_Cowtaurus_c3.zip b/carolyns_creations/frames/petz/dl/c3breedz_Cowtaurus_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breedz_Cowtaurus_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breedz_Cowtaurus_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breedz_CreamFluff(English)_c3.zip b/carolyns_creations/frames/petz/dl/c3breedz_CreamFluff(English)_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breedz_CreamFluff(English)_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breedz_CreamFluff(English)_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breedz_CreamFluff(International)_c3.zip b/carolyns_creations/frames/petz/dl/c3breedz_CreamFluff(International)_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breedz_CreamFluff(International)_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breedz_CreamFluff(International)_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breedz_Dalmatian(correctNumber)_c3.zip b/carolyns_creations/frames/petz/dl/c3breedz_Dalmatian(correctNumber)_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breedz_Dalmatian(correctNumber)_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breedz_Dalmatian(correctNumber)_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breedz_Dalmatian_c3.zip b/carolyns_creations/frames/petz/dl/c3breedz_Dalmatian_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breedz_Dalmatian_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breedz_Dalmatian_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breedz_Desertlynx_c3.zip b/carolyns_creations/frames/petz/dl/c3breedz_Desertlynx_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breedz_Desertlynx_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breedz_Desertlynx_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breedz_Egyptianmau_c3.zip b/carolyns_creations/frames/petz/dl/c3breedz_Egyptianmau_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breedz_Egyptianmau_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breedz_Egyptianmau_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breedz_Honeybear_c3.zip b/carolyns_creations/frames/petz/dl/c3breedz_Honeybear_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breedz_Honeybear_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breedz_Honeybear_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breedz_Japanesebobtail_c3.zip b/carolyns_creations/frames/petz/dl/c3breedz_Japanesebobtail_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breedz_Japanesebobtail_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breedz_Japanesebobtail_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breedz_Petz3BreedableBunnies.zip b/carolyns_creations/frames/petz/dl/c3breedz_Petz3BreedableBunnies.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breedz_Petz3BreedableBunnies.zip
rename to carolyns_creations/frames/petz/dl/c3breedz_Petz3BreedableBunnies.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breedz_Petz3IntBreedableBunnies.zip b/carolyns_creations/frames/petz/dl/c3breedz_Petz3IntBreedableBunnies.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breedz_Petz3IntBreedableBunnies.zip
rename to carolyns_creations/frames/petz/dl/c3breedz_Petz3IntBreedableBunnies.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3breedz_Scottishfold_c3.zip b/carolyns_creations/frames/petz/dl/c3breedz_Scottishfold_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3breedz_Scottishfold_c3.zip
rename to carolyns_creations/frames/petz/dl/c3breedz_Scottishfold_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3intbreeded_ExtLnzSSFlealessAlleyinternational_c3.zip b/carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSFlealessAlleyinternational_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3intbreeded_ExtLnzSSFlealessAlleyinternational_c3.zip
rename to carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSFlealessAlleyinternational_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3intbreeded_ExtLnzSSbwshorthairInt_c3.zip b/carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSbwshorthairInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3intbreeded_ExtLnzSSbwshorthairInt_c3.zip
rename to carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSbwshorthairInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3intbreeded_ExtLnzSScalicoInt_c3.zip b/carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSScalicoInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3intbreeded_ExtLnzSScalicoInt_c3.zip
rename to carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSScalicoInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3intbreeded_ExtLnzSSchinchillapersianInt_c3.zip b/carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSchinchillapersianInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3intbreeded_ExtLnzSSchinchillapersianInt_c3.zip
rename to carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSchinchillapersianInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3intbreeded_ExtLnzSSdesertlynxInt_c3.zip b/carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSdesertlynxInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3intbreeded_ExtLnzSSdesertlynxInt_c3.zip
rename to carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSdesertlynxInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3intbreeded_ExtLnzSSegyptianmauInt_c3.zip b/carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSegyptianmauInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3intbreeded_ExtLnzSSegyptianmauInt_c3.zip
rename to carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSegyptianmauInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3intbreeded_ExtLnzSShoneybearInt_c3.zip b/carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSShoneybearInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3intbreeded_ExtLnzSShoneybearInt_c3.zip
rename to carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSShoneybearInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3intbreeded_ExtLnzSSjapanesebobtailInt_c3.zip b/carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSjapanesebobtailInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3intbreeded_ExtLnzSSjapanesebobtailInt_c3.zip
rename to carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSjapanesebobtailInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3intbreeded_ExtLnzSSmainecoonInt_c3.zip b/carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSmainecoonInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3intbreeded_ExtLnzSSmainecoonInt_c3.zip
rename to carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSmainecoonInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3intbreeded_ExtLnzSSorangeshorthairInt_c3.zip b/carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSorangeshorthairInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3intbreeded_ExtLnzSSorangeshorthairInt_c3.zip
rename to carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSorangeshorthairInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3intbreeded_ExtLnzSSpersianInt_c3.zip b/carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSpersianInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3intbreeded_ExtLnzSSpersianInt_c3.zip
rename to carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSpersianInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3intbreeded_ExtLnzSSrussianblueInt_c3.zip b/carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSrussianblueInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3intbreeded_ExtLnzSSrussianblueInt_c3.zip
rename to carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSrussianblueInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3intbreeded_ExtLnzSSscottishfoldInt_c3.zip b/carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSscottishfoldInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3intbreeded_ExtLnzSSscottishfoldInt_c3.zip
rename to carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSscottishfoldInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3intbreeded_ExtLnzSSsiameseInt_c3.zip b/carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSsiameseInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3intbreeded_ExtLnzSSsiameseInt_c3.zip
rename to carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSsiameseInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3intbreeded_ExtLnzSStabbyInt_c3.zip b/carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSStabbyInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3intbreeded_ExtLnzSStabbyInt_c3.zip
rename to carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSStabbyInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3intbreeded_SSFFalleycatinternational_c3.zip b/carolyns_creations/frames/petz/dl/c3intbreeded_SSFFalleycatinternational_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3intbreeded_SSFFalleycatinternational_c3.zip
rename to carolyns_creations/frames/petz/dl/c3intbreeded_SSFFalleycatinternational_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3intbreeded_SSbwshorthairInt_c3.zip b/carolyns_creations/frames/petz/dl/c3intbreeded_SSbwshorthairInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3intbreeded_SSbwshorthairInt_c3.zip
rename to carolyns_creations/frames/petz/dl/c3intbreeded_SSbwshorthairInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3intbreeded_SScalicoInt_c3.zip b/carolyns_creations/frames/petz/dl/c3intbreeded_SScalicoInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3intbreeded_SScalicoInt_c3.zip
rename to carolyns_creations/frames/petz/dl/c3intbreeded_SScalicoInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3intbreeded_SSchinchillapersianInt_c3.zip b/carolyns_creations/frames/petz/dl/c3intbreeded_SSchinchillapersianInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3intbreeded_SSchinchillapersianInt_c3.zip
rename to carolyns_creations/frames/petz/dl/c3intbreeded_SSchinchillapersianInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3intbreeded_SSdesertlynxInt_c3.zip b/carolyns_creations/frames/petz/dl/c3intbreeded_SSdesertlynxInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3intbreeded_SSdesertlynxInt_c3.zip
rename to carolyns_creations/frames/petz/dl/c3intbreeded_SSdesertlynxInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3intbreeded_SSegyptianmauInt_c3.zip b/carolyns_creations/frames/petz/dl/c3intbreeded_SSegyptianmauInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3intbreeded_SSegyptianmauInt_c3.zip
rename to carolyns_creations/frames/petz/dl/c3intbreeded_SSegyptianmauInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3intbreeded_SShoneybearInt_c3.zip b/carolyns_creations/frames/petz/dl/c3intbreeded_SShoneybearInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3intbreeded_SShoneybearInt_c3.zip
rename to carolyns_creations/frames/petz/dl/c3intbreeded_SShoneybearInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3intbreeded_SSjapanesebobtailInt_c3.zip b/carolyns_creations/frames/petz/dl/c3intbreeded_SSjapanesebobtailInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3intbreeded_SSjapanesebobtailInt_c3.zip
rename to carolyns_creations/frames/petz/dl/c3intbreeded_SSjapanesebobtailInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3intbreeded_SSmainecoonInt_c3.zip b/carolyns_creations/frames/petz/dl/c3intbreeded_SSmainecoonInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3intbreeded_SSmainecoonInt_c3.zip
rename to carolyns_creations/frames/petz/dl/c3intbreeded_SSmainecoonInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3intbreeded_SSorangeshorthairInt_c3.zip b/carolyns_creations/frames/petz/dl/c3intbreeded_SSorangeshorthairInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3intbreeded_SSorangeshorthairInt_c3.zip
rename to carolyns_creations/frames/petz/dl/c3intbreeded_SSorangeshorthairInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3intbreeded_SSpersianInt_c3.zip b/carolyns_creations/frames/petz/dl/c3intbreeded_SSpersianInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3intbreeded_SSpersianInt_c3.zip
rename to carolyns_creations/frames/petz/dl/c3intbreeded_SSpersianInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3intbreeded_SSrussianblueInt_c3.zip b/carolyns_creations/frames/petz/dl/c3intbreeded_SSrussianblueInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3intbreeded_SSrussianblueInt_c3.zip
rename to carolyns_creations/frames/petz/dl/c3intbreeded_SSrussianblueInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3intbreeded_SSscottishfoldInt_c3.zip b/carolyns_creations/frames/petz/dl/c3intbreeded_SSscottishfoldInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3intbreeded_SSscottishfoldInt_c3.zip
rename to carolyns_creations/frames/petz/dl/c3intbreeded_SSscottishfoldInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3intbreeded_SSsiameseInt_c3.zip b/carolyns_creations/frames/petz/dl/c3intbreeded_SSsiameseInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3intbreeded_SSsiameseInt_c3.zip
rename to carolyns_creations/frames/petz/dl/c3intbreeded_SSsiameseInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c3intbreeded_SStabbyInt_c3.zip b/carolyns_creations/frames/petz/dl/c3intbreeded_SStabbyInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c3intbreeded_SStabbyInt_c3.zip
rename to carolyns_creations/frames/petz/dl/c3intbreeded_SStabbyInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breeded_ExtLnzSSFlealessAlley_c4.zip b/carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSFlealessAlley_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breeded_ExtLnzSSFlealessAlley_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSFlealessAlley_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breeded_ExtLnzSSbwshorthair_c4.zip b/carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSbwshorthair_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breeded_ExtLnzSSbwshorthair_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSbwshorthair_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breeded_ExtLnzSScalico_c4.zip b/carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSScalico_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breeded_ExtLnzSScalico_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSScalico_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breeded_ExtLnzSSchinchillapersian_c4.zip b/carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSchinchillapersian_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breeded_ExtLnzSSchinchillapersian_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSchinchillapersian_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breeded_ExtLnzSSdesertlynx_c4.zip b/carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSdesertlynx_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breeded_ExtLnzSSdesertlynx_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSdesertlynx_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breeded_ExtLnzSSegyptianmau_c4.zip b/carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSegyptianmau_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breeded_ExtLnzSSegyptianmau_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSegyptianmau_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breeded_ExtLnzSShoneybear_c4.zip b/carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSShoneybear_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breeded_ExtLnzSShoneybear_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSShoneybear_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breeded_ExtLnzSSjapanesebobtail_c4.zip b/carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSjapanesebobtail_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breeded_ExtLnzSSjapanesebobtail_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSjapanesebobtail_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breeded_ExtLnzSSmainecoon_c4.zip b/carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSmainecoon_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breeded_ExtLnzSSmainecoon_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSmainecoon_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breeded_ExtLnzSSorangeshorthair_c4.zip b/carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSorangeshorthair_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breeded_ExtLnzSSorangeshorthair_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSorangeshorthair_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breeded_ExtLnzSSpersian_c4.zip b/carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSpersian_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breeded_ExtLnzSSpersian_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSpersian_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breeded_ExtLnzSSrussianblue_c4.zip b/carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSrussianblue_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breeded_ExtLnzSSrussianblue_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSrussianblue_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breeded_ExtLnzSSscottishfold_c4.zip b/carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSscottishfold_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breeded_ExtLnzSSscottishfold_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSscottishfold_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breeded_ExtLnzSSsiamese_c4.zip b/carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSsiamese_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breeded_ExtLnzSSsiamese_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSsiamese_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breeded_ExtLnzSStabby_c4.zip b/carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSStabby_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breeded_ExtLnzSStabby_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSStabby_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breeded_SSFFalleycat_c4.zip b/carolyns_creations/frames/petz/dl/c4breeded_SSFFalleycat_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breeded_SSFFalleycat_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breeded_SSFFalleycat_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breeded_SSbwshorthair_c4.zip b/carolyns_creations/frames/petz/dl/c4breeded_SSbwshorthair_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breeded_SSbwshorthair_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breeded_SSbwshorthair_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breeded_SScalico_c4.zip b/carolyns_creations/frames/petz/dl/c4breeded_SScalico_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breeded_SScalico_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breeded_SScalico_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breeded_SSchinchillapersian_c4.zip b/carolyns_creations/frames/petz/dl/c4breeded_SSchinchillapersian_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breeded_SSchinchillapersian_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breeded_SSchinchillapersian_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breeded_SSdesertlynx_c4.zip b/carolyns_creations/frames/petz/dl/c4breeded_SSdesertlynx_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breeded_SSdesertlynx_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breeded_SSdesertlynx_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breeded_SSegyptianmau_c4.zip b/carolyns_creations/frames/petz/dl/c4breeded_SSegyptianmau_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breeded_SSegyptianmau_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breeded_SSegyptianmau_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breeded_SShoneybear_c4.zip b/carolyns_creations/frames/petz/dl/c4breeded_SShoneybear_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breeded_SShoneybear_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breeded_SShoneybear_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breeded_SSjapanesebobtail_c4.zip b/carolyns_creations/frames/petz/dl/c4breeded_SSjapanesebobtail_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breeded_SSjapanesebobtail_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breeded_SSjapanesebobtail_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breeded_SSmainecoon_c4.zip b/carolyns_creations/frames/petz/dl/c4breeded_SSmainecoon_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breeded_SSmainecoon_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breeded_SSmainecoon_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breeded_SSorangeshorthair_c4.zip b/carolyns_creations/frames/petz/dl/c4breeded_SSorangeshorthair_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breeded_SSorangeshorthair_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breeded_SSorangeshorthair_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breeded_SSpersian_c4.zip b/carolyns_creations/frames/petz/dl/c4breeded_SSpersian_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breeded_SSpersian_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breeded_SSpersian_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breeded_SSrussianblue_c4.zip b/carolyns_creations/frames/petz/dl/c4breeded_SSrussianblue_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breeded_SSrussianblue_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breeded_SSrussianblue_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breeded_SSscottishfold_c4.zip b/carolyns_creations/frames/petz/dl/c4breeded_SSscottishfold_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breeded_SSscottishfold_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breeded_SSscottishfold_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breeded_SSsiamese_c4.zip b/carolyns_creations/frames/petz/dl/c4breeded_SSsiamese_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breeded_SSsiamese_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breeded_SSsiamese_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breeded_SStabby_c4.zip b/carolyns_creations/frames/petz/dl/c4breeded_SStabby_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breeded_SStabby_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breeded_SStabby_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breedz_Abyssinian2_c4.zip b/carolyns_creations/frames/petz/dl/c4breedz_Abyssinian2_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breedz_Abyssinian2_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breedz_Abyssinian2_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breedz_Appaloosa_c4.zip b/carolyns_creations/frames/petz/dl/c4breedz_Appaloosa_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breedz_Appaloosa_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breedz_Appaloosa_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breedz_AsianSnowCurl_c4.zip b/carolyns_creations/frames/petz/dl/c4breedz_AsianSnowCurl_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breedz_AsianSnowCurl_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breedz_AsianSnowCurl_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breedz_AutumnFlurry_c4.zip b/carolyns_creations/frames/petz/dl/c4breedz_AutumnFlurry_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breedz_AutumnFlurry_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breedz_AutumnFlurry_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breedz_B+WBritishFold_c4.zip b/carolyns_creations/frames/petz/dl/c4breedz_B+WBritishFold_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breedz_B+WBritishFold_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breedz_B+WBritishFold_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breedz_Blackandwhitelonghair_c4.zip b/carolyns_creations/frames/petz/dl/c4breedz_Blackandwhitelonghair_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breedz_Blackandwhitelonghair_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breedz_Blackandwhitelonghair_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breedz_Blinka_c4.zip b/carolyns_creations/frames/petz/dl/c4breedz_Blinka_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breedz_Blinka_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breedz_Blinka_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breedz_BritishGinger+White_c4.zip b/carolyns_creations/frames/petz/dl/c4breedz_BritishGinger+White_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breedz_BritishGinger+White_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breedz_BritishGinger+White_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breedz_BrownFuzzTabby_c4.zip b/carolyns_creations/frames/petz/dl/c4breedz_BrownFuzzTabby_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breedz_BrownFuzzTabby_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breedz_BrownFuzzTabby_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breedz_BunnyFamily.zip b/carolyns_creations/frames/petz/dl/c4breedz_BunnyFamily.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breedz_BunnyFamily.zip
rename to carolyns_creations/frames/petz/dl/c4breedz_BunnyFamily.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breedz_Bunnycat_c4.zip b/carolyns_creations/frames/petz/dl/c4breedz_Bunnycat_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breedz_Bunnycat_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breedz_Bunnycat_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breedz_Calibean_c4.zip b/carolyns_creations/frames/petz/dl/c4breedz_Calibean_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breedz_Calibean_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breedz_Calibean_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breedz_Catwingz_c4.zip b/carolyns_creations/frames/petz/dl/c4breedz_Catwingz_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breedz_Catwingz_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breedz_Catwingz_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breedz_CharcoalAngora_c4.zip b/carolyns_creations/frames/petz/dl/c4breedz_CharcoalAngora_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breedz_CharcoalAngora_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breedz_CharcoalAngora_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breedz_ChickenzNoEggz_c4.zip b/carolyns_creations/frames/petz/dl/c4breedz_ChickenzNoEggz_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breedz_ChickenzNoEggz_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breedz_ChickenzNoEggz_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breedz_Chickenz_c4.zip b/carolyns_creations/frames/petz/dl/c4breedz_Chickenz_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breedz_Chickenz_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breedz_Chickenz_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breedz_Chinchifluttacorn_c4.zip b/carolyns_creations/frames/petz/dl/c4breedz_Chinchifluttacorn_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breedz_Chinchifluttacorn_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breedz_Chinchifluttacorn_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breedz_Chinchillafold_c4.zip b/carolyns_creations/frames/petz/dl/c4breedz_Chinchillafold_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breedz_Chinchillafold_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breedz_Chinchillafold_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breedz_CottonBunny_c4.zip b/carolyns_creations/frames/petz/dl/c4breedz_CottonBunny_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breedz_CottonBunny_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breedz_CottonBunny_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breedz_Cowtaurus_c4.zip b/carolyns_creations/frames/petz/dl/c4breedz_Cowtaurus_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breedz_Cowtaurus_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breedz_Cowtaurus_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breedz_CreamFluff_c4.zip b/carolyns_creations/frames/petz/dl/c4breedz_CreamFluff_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breedz_CreamFluff_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breedz_CreamFluff_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breedz_Dalmatian(alternativeNumber)_c4.zip b/carolyns_creations/frames/petz/dl/c4breedz_Dalmatian(alternativeNumber)_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breedz_Dalmatian(alternativeNumber)_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breedz_Dalmatian(alternativeNumber)_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breedz_Dalmatian_c4.zip b/carolyns_creations/frames/petz/dl/c4breedz_Dalmatian_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breedz_Dalmatian_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breedz_Dalmatian_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breedz_Desertlynx_c4.zip b/carolyns_creations/frames/petz/dl/c4breedz_Desertlynx_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breedz_Desertlynx_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breedz_Desertlynx_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breedz_Egyptianmau_c4.zip b/carolyns_creations/frames/petz/dl/c4breedz_Egyptianmau_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breedz_Egyptianmau_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breedz_Egyptianmau_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breedz_Honeybear_c4.zip b/carolyns_creations/frames/petz/dl/c4breedz_Honeybear_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breedz_Honeybear_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breedz_Honeybear_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breedz_Japanesebobtail_c4.zip b/carolyns_creations/frames/petz/dl/c4breedz_Japanesebobtail_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breedz_Japanesebobtail_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breedz_Japanesebobtail_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breedz_Petz4BreedableBunnies.zip b/carolyns_creations/frames/petz/dl/c4breedz_Petz4BreedableBunnies.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breedz_Petz4BreedableBunnies.zip
rename to carolyns_creations/frames/petz/dl/c4breedz_Petz4BreedableBunnies.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c4breedz_Scottishfold_c4.zip b/carolyns_creations/frames/petz/dl/c4breedz_Scottishfold_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c4breedz_Scottishfold_c4.zip
rename to carolyns_creations/frames/petz/dl/c4breedz_Scottishfold_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breeded_ExtLnzSSFlealessAlley_c5.zip b/carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSFlealessAlley_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breeded_ExtLnzSSFlealessAlley_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSFlealessAlley_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breeded_ExtLnzSSbwshorthair_c5.zip b/carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSbwshorthair_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breeded_ExtLnzSSbwshorthair_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSbwshorthair_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breeded_ExtLnzSScalico_c5.zip b/carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSScalico_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breeded_ExtLnzSScalico_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSScalico_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breeded_ExtLnzSSchinchillapersian_c5.zip b/carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSchinchillapersian_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breeded_ExtLnzSSchinchillapersian_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSchinchillapersian_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breeded_ExtLnzSSdesertlynx_c5.zip b/carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSdesertlynx_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breeded_ExtLnzSSdesertlynx_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSdesertlynx_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breeded_ExtLnzSSegyptianmau_c5.zip b/carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSegyptianmau_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breeded_ExtLnzSSegyptianmau_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSegyptianmau_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breeded_ExtLnzSShoneybear_c5.zip b/carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSShoneybear_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breeded_ExtLnzSShoneybear_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSShoneybear_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breeded_ExtLnzSSjapanesebobtail_c5.zip b/carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSjapanesebobtail_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breeded_ExtLnzSSjapanesebobtail_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSjapanesebobtail_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breeded_ExtLnzSSmainecoon_c5.zip b/carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSmainecoon_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breeded_ExtLnzSSmainecoon_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSmainecoon_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breeded_ExtLnzSSorangeshorthair_c5.zip b/carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSorangeshorthair_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breeded_ExtLnzSSorangeshorthair_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSorangeshorthair_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breeded_ExtLnzSSpersian_c5.zip b/carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSpersian_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breeded_ExtLnzSSpersian_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSpersian_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breeded_ExtLnzSSrussianblue_c5.zip b/carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSrussianblue_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breeded_ExtLnzSSrussianblue_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSrussianblue_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breeded_ExtLnzSSscottishfold_c5.zip b/carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSscottishfold_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breeded_ExtLnzSSscottishfold_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSscottishfold_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breeded_ExtLnzSSsiamese_c5.zip b/carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSsiamese_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breeded_ExtLnzSSsiamese_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSsiamese_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breeded_ExtLnzSStabby_c5.zip b/carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSStabby_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breeded_ExtLnzSStabby_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSStabby_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breeded_SSFFalleycat_c5.zip b/carolyns_creations/frames/petz/dl/c5breeded_SSFFalleycat_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breeded_SSFFalleycat_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breeded_SSFFalleycat_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breeded_SSbwshorthair_c5.zip b/carolyns_creations/frames/petz/dl/c5breeded_SSbwshorthair_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breeded_SSbwshorthair_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breeded_SSbwshorthair_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breeded_SScalico_c5.zip b/carolyns_creations/frames/petz/dl/c5breeded_SScalico_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breeded_SScalico_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breeded_SScalico_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breeded_SSchinchillapersian_c5.zip b/carolyns_creations/frames/petz/dl/c5breeded_SSchinchillapersian_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breeded_SSchinchillapersian_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breeded_SSchinchillapersian_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breeded_SSdesertlynx_c5.zip b/carolyns_creations/frames/petz/dl/c5breeded_SSdesertlynx_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breeded_SSdesertlynx_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breeded_SSdesertlynx_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breeded_SSegyptianmau_c5.zip b/carolyns_creations/frames/petz/dl/c5breeded_SSegyptianmau_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breeded_SSegyptianmau_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breeded_SSegyptianmau_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breeded_SShoneybear_c5.zip b/carolyns_creations/frames/petz/dl/c5breeded_SShoneybear_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breeded_SShoneybear_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breeded_SShoneybear_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breeded_SSjapanesebobtail_c5.zip b/carolyns_creations/frames/petz/dl/c5breeded_SSjapanesebobtail_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breeded_SSjapanesebobtail_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breeded_SSjapanesebobtail_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breeded_SSmainecoon_c5.zip b/carolyns_creations/frames/petz/dl/c5breeded_SSmainecoon_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breeded_SSmainecoon_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breeded_SSmainecoon_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breeded_SSpersian_c5.zip b/carolyns_creations/frames/petz/dl/c5breeded_SSpersian_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breeded_SSpersian_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breeded_SSpersian_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breeded_SSrussianblue_c5.zip b/carolyns_creations/frames/petz/dl/c5breeded_SSrussianblue_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breeded_SSrussianblue_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breeded_SSrussianblue_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breeded_SSscottishfold_c5.zip b/carolyns_creations/frames/petz/dl/c5breeded_SSscottishfold_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breeded_SSscottishfold_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breeded_SSscottishfold_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breeded_SSsiamese_c5.zip b/carolyns_creations/frames/petz/dl/c5breeded_SSsiamese_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breeded_SSsiamese_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breeded_SSsiamese_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breeded_SStabby_c5.zip b/carolyns_creations/frames/petz/dl/c5breeded_SStabby_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breeded_SStabby_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breeded_SStabby_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breedz_Abyssinian2_c5.zip b/carolyns_creations/frames/petz/dl/c5breedz_Abyssinian2_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breedz_Abyssinian2_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breedz_Abyssinian2_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breedz_Appaloosa_c5.zip b/carolyns_creations/frames/petz/dl/c5breedz_Appaloosa_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breedz_Appaloosa_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breedz_Appaloosa_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breedz_AsianSnowCurl_c5.zip b/carolyns_creations/frames/petz/dl/c5breedz_AsianSnowCurl_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breedz_AsianSnowCurl_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breedz_AsianSnowCurl_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breedz_AutumnFlurry_c5.zip b/carolyns_creations/frames/petz/dl/c5breedz_AutumnFlurry_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breedz_AutumnFlurry_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breedz_AutumnFlurry_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breedz_B+WBritishFold_c5.zip b/carolyns_creations/frames/petz/dl/c5breedz_B+WBritishFold_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breedz_B+WBritishFold_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breedz_B+WBritishFold_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breedz_Blackandwhitelonghair_c5.zip b/carolyns_creations/frames/petz/dl/c5breedz_Blackandwhitelonghair_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breedz_Blackandwhitelonghair_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breedz_Blackandwhitelonghair_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breedz_Blinka_c5.zip b/carolyns_creations/frames/petz/dl/c5breedz_Blinka_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breedz_Blinka_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breedz_Blinka_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breedz_BritishGinger+White_c5.zip b/carolyns_creations/frames/petz/dl/c5breedz_BritishGinger+White_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breedz_BritishGinger+White_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breedz_BritishGinger+White_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breedz_BrownFuzzTabby_c5.zip b/carolyns_creations/frames/petz/dl/c5breedz_BrownFuzzTabby_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breedz_BrownFuzzTabby_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breedz_BrownFuzzTabby_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breedz_Bunnycat_c5.zip b/carolyns_creations/frames/petz/dl/c5breedz_Bunnycat_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breedz_Bunnycat_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breedz_Bunnycat_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breedz_Bunnyfix_c5.zip b/carolyns_creations/frames/petz/dl/c5breedz_Bunnyfix_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breedz_Bunnyfix_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breedz_Bunnyfix_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breedz_Calibean_c5.zip b/carolyns_creations/frames/petz/dl/c5breedz_Calibean_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breedz_Calibean_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breedz_Calibean_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breedz_Catwingz_c5.zip b/carolyns_creations/frames/petz/dl/c5breedz_Catwingz_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breedz_Catwingz_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breedz_Catwingz_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breedz_CharcoalAngora_c5.zip b/carolyns_creations/frames/petz/dl/c5breedz_CharcoalAngora_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breedz_CharcoalAngora_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breedz_CharcoalAngora_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breedz_ChickenzNoEggz_c5.zip b/carolyns_creations/frames/petz/dl/c5breedz_ChickenzNoEggz_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breedz_ChickenzNoEggz_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breedz_ChickenzNoEggz_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breedz_Chickenz_c5.zip b/carolyns_creations/frames/petz/dl/c5breedz_Chickenz_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breedz_Chickenz_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breedz_Chickenz_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breedz_Chinchifluttacorn_c5.zip b/carolyns_creations/frames/petz/dl/c5breedz_Chinchifluttacorn_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breedz_Chinchifluttacorn_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breedz_Chinchifluttacorn_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breedz_Chinchillafold_c5.zip b/carolyns_creations/frames/petz/dl/c5breedz_Chinchillafold_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breedz_Chinchillafold_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breedz_Chinchillafold_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breedz_CottonBunny_c5.zip b/carolyns_creations/frames/petz/dl/c5breedz_CottonBunny_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breedz_CottonBunny_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breedz_CottonBunny_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breedz_Cowtaurus_c5.zip b/carolyns_creations/frames/petz/dl/c5breedz_Cowtaurus_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breedz_Cowtaurus_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breedz_Cowtaurus_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breedz_CreamFluff_c5.zip b/carolyns_creations/frames/petz/dl/c5breedz_CreamFluff_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breedz_CreamFluff_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breedz_CreamFluff_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breedz_Dalmatian(alternativeNumber)_c5.zip b/carolyns_creations/frames/petz/dl/c5breedz_Dalmatian(alternativeNumber)_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breedz_Dalmatian(alternativeNumber)_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breedz_Dalmatian(alternativeNumber)_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c5breedz_Dalmatian_c5.zip b/carolyns_creations/frames/petz/dl/c5breedz_Dalmatian_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c5breedz_Dalmatian_c5.zip
rename to carolyns_creations/frames/petz/dl/c5breedz_Dalmatian_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/c6breeded_SSorangeshorthair_c5.zip b/carolyns_creations/frames/petz/dl/c6breeded_SSorangeshorthair_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/c6breeded_SSorangeshorthair_c5.zip
rename to carolyns_creations/frames/petz/dl/c6breeded_SSorangeshorthair_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/catbehaviours_Bunnyorig_c4.zip b/carolyns_creations/frames/petz/dl/catbehaviours_Bunnyorig_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/catbehaviours_Bunnyorig_c4.zip
rename to carolyns_creations/frames/petz/dl/catbehaviours_Bunnyorig_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/catbehaviours_Bunnyorig_c5.zip b/carolyns_creations/frames/petz/dl/catbehaviours_Bunnyorig_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/catbehaviours_Bunnyorig_c5.zip
rename to carolyns_creations/frames/petz/dl/catbehaviours_Bunnyorig_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/catbehaviours_Catbehaviours_c3.zip b/carolyns_creations/frames/petz/dl/catbehaviours_Catbehaviours_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/catbehaviours_Catbehaviours_c3.zip
rename to carolyns_creations/frames/petz/dl/catbehaviours_Catbehaviours_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/catbehaviours_Catbehaviours_c4c5.zip b/carolyns_creations/frames/petz/dl/catbehaviours_Catbehaviours_c4c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/catbehaviours_Catbehaviours_c4c5.zip
rename to carolyns_creations/frames/petz/dl/catbehaviours_Catbehaviours_c4c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/catbehaviours_RezInt_c3.zip b/carolyns_creations/frames/petz/dl/catbehaviours_RezInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/catbehaviours_RezInt_c3.zip
rename to carolyns_creations/frames/petz/dl/catbehaviours_RezInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/catbehaviours_Rez_c2.zip b/carolyns_creations/frames/petz/dl/catbehaviours_Rez_c2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/catbehaviours_Rez_c2.zip
rename to carolyns_creations/frames/petz/dl/catbehaviours_Rez_c2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/catbehaviours_Rez_c3.zip b/carolyns_creations/frames/petz/dl/catbehaviours_Rez_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/catbehaviours_Rez_c3.zip
rename to carolyns_creations/frames/petz/dl/catbehaviours_Rez_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/catbehaviours_Rez_c4.zip b/carolyns_creations/frames/petz/dl/catbehaviours_Rez_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/catbehaviours_Rez_c4.zip
rename to carolyns_creations/frames/petz/dl/catbehaviours_Rez_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/catbehaviours_Rez_c5.zip b/carolyns_creations/frames/petz/dl/catbehaviours_Rez_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/catbehaviours_Rez_c5.zip
rename to carolyns_creations/frames/petz/dl/catbehaviours_Rez_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/catbehaviours_p4originalbunny.zip b/carolyns_creations/frames/petz/dl/catbehaviours_p4originalbunny.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/catbehaviours_p4originalbunny.zip
rename to carolyns_creations/frames/petz/dl/catbehaviours_p4originalbunny.zip
diff --git a/Carolyns_Creations/frames/petz/dl/catbehaviours_p5originalbunny.zip b/carolyns_creations/frames/petz/dl/catbehaviours_p5originalbunny.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/catbehaviours_p5originalbunny.zip
rename to carolyns_creations/frames/petz/dl/catbehaviours_p5originalbunny.zip
diff --git a/Carolyns_Creations/frames/petz/dl/catz1dex_catzinst.zip b/carolyns_creations/frames/petz/dl/catz1dex_catzinst.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/catz1dex_catzinst.zip
rename to carolyns_creations/frames/petz/dl/catz1dex_catzinst.zip
diff --git a/Carolyns_Creations/frames/petz/dl/catz1mice_Greengrubz_c1.zip b/carolyns_creations/frames/petz/dl/catz1mice_Greengrubz_c1.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/catz1mice_Greengrubz_c1.zip
rename to carolyns_creations/frames/petz/dl/catz1mice_Greengrubz_c1.zip
diff --git a/Carolyns_Creations/frames/petz/dl/catz1mice_Pinkgrubz_c1.zip b/carolyns_creations/frames/petz/dl/catz1mice_Pinkgrubz_c1.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/catz1mice_Pinkgrubz_c1.zip
rename to carolyns_creations/frames/petz/dl/catz1mice_Pinkgrubz_c1.zip
diff --git a/Carolyns_Creations/frames/petz/dl/catz1mice_Yellowgrubz_c1.zip b/carolyns_creations/frames/petz/dl/catz1mice_Yellowgrubz_c1.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/catz1mice_Yellowgrubz_c1.zip
rename to carolyns_creations/frames/petz/dl/catz1mice_Yellowgrubz_c1.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d1breedz_AmericanStaffy.zip b/carolyns_creations/frames/petz/dl/d1breedz_AmericanStaffy.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d1breedz_AmericanStaffy.zip
rename to carolyns_creations/frames/petz/dl/d1breedz_AmericanStaffy.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d1breedz_BlackWhiteCocker_dogz.zip b/carolyns_creations/frames/petz/dl/d1breedz_BlackWhiteCocker_dogz.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d1breedz_BlackWhiteCocker_dogz.zip
rename to carolyns_creations/frames/petz/dl/d1breedz_BlackWhiteCocker_dogz.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d1breedz_BrownCocker_dogz.zip b/carolyns_creations/frames/petz/dl/d1breedz_BrownCocker_dogz.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d1breedz_BrownCocker_dogz.zip
rename to carolyns_creations/frames/petz/dl/d1breedz_BrownCocker_dogz.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d1breedz_BuffCocker_dogz.zip b/carolyns_creations/frames/petz/dl/d1breedz_BuffCocker_dogz.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d1breedz_BuffCocker_dogz.zip
rename to carolyns_creations/frames/petz/dl/d1breedz_BuffCocker_dogz.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d1breedz_Snowbo2_d1.zip b/carolyns_creations/frames/petz/dl/d1breedz_Snowbo2_d1.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d1breedz_Snowbo2_d1.zip
rename to carolyns_creations/frames/petz/dl/d1breedz_Snowbo2_d1.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d1breedz_Snowbo2forMac_d1.zip b/carolyns_creations/frames/petz/dl/d1breedz_Snowbo2forMac_d1.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d1breedz_Snowbo2forMac_d1.zip
rename to carolyns_creations/frames/petz/dl/d1breedz_Snowbo2forMac_d1.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d1breedz_Wolf_dogz.zip b/carolyns_creations/frames/petz/dl/d1breedz_Wolf_dogz.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d1breedz_Wolf_dogz.zip
rename to carolyns_creations/frames/petz/dl/d1breedz_Wolf_dogz.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d1breedz_Wolfie_dogz.zip b/carolyns_creations/frames/petz/dl/d1breedz_Wolfie_dogz.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d1breedz_Wolfie_dogz.zip
rename to carolyns_creations/frames/petz/dl/d1breedz_Wolfie_dogz.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d2breedz_AmericanStaffy_d2.zip b/carolyns_creations/frames/petz/dl/d2breedz_AmericanStaffy_d2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d2breedz_AmericanStaffy_d2.zip
rename to carolyns_creations/frames/petz/dl/d2breedz_AmericanStaffy_d2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d2breedz_ExtLnzSSBulldogInt_d3.zip b/carolyns_creations/frames/petz/dl/d2breedz_ExtLnzSSBulldogInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d2breedz_ExtLnzSSBulldogInt_d3.zip
rename to carolyns_creations/frames/petz/dl/d2breedz_ExtLnzSSBulldogInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d2breedz_Galiceno_d2.zip b/carolyns_creations/frames/petz/dl/d2breedz_Galiceno_d2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d2breedz_Galiceno_d2.zip
rename to carolyns_creations/frames/petz/dl/d2breedz_Galiceno_d2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d2breedz_Gorilape_d2.zip b/carolyns_creations/frames/petz/dl/d2breedz_Gorilape_d2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d2breedz_Gorilape_d2.zip
rename to carolyns_creations/frames/petz/dl/d2breedz_Gorilape_d2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d2breedz_Guineapig2_d2.zip b/carolyns_creations/frames/petz/dl/d2breedz_Guineapig2_d2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d2breedz_Guineapig2_d2.zip
rename to carolyns_creations/frames/petz/dl/d2breedz_Guineapig2_d2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d2breedz_Guineapig_d2.zip b/carolyns_creations/frames/petz/dl/d2breedz_Guineapig_d2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d2breedz_Guineapig_d2.zip
rename to carolyns_creations/frames/petz/dl/d2breedz_Guineapig_d2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d2breedz_Horseequus_d2.zip b/carolyns_creations/frames/petz/dl/d2breedz_Horseequus_d2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d2breedz_Horseequus_d2.zip
rename to carolyns_creations/frames/petz/dl/d2breedz_Horseequus_d2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d2breedz_Pighog_d2.zip b/carolyns_creations/frames/petz/dl/d2breedz_Pighog_d2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d2breedz_Pighog_d2.zip
rename to carolyns_creations/frames/petz/dl/d2breedz_Pighog_d2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d2breedz_Snowbo2_d2.zip b/carolyns_creations/frames/petz/dl/d2breedz_Snowbo2_d2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d2breedz_Snowbo2_d2.zip
rename to carolyns_creations/frames/petz/dl/d2breedz_Snowbo2_d2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d2breedz_TurkeyNoEggz_d2.zip b/carolyns_creations/frames/petz/dl/d2breedz_TurkeyNoEggz_d2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d2breedz_TurkeyNoEggz_d2.zip
rename to carolyns_creations/frames/petz/dl/d2breedz_TurkeyNoEggz_d2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d2breedz_Turkey_d2.zip b/carolyns_creations/frames/petz/dl/d2breedz_Turkey_d2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d2breedz_Turkey_d2.zip
rename to carolyns_creations/frames/petz/dl/d2breedz_Turkey_d2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breeded_ExtLnzSSBulldog_d3.zip b/carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSBulldog_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breeded_ExtLnzSSBulldog_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSBulldog_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breeded_ExtLnzSSChihuahua_d3.zip b/carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSChihuahua_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breeded_ExtLnzSSChihuahua_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSChihuahua_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breeded_ExtLnzSSDachshund_d3.zip b/carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSDachshund_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breeded_ExtLnzSSDachshund_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSDachshund_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breeded_ExtLnzSSDalmatian_d3.zip b/carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSDalmatian_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breeded_ExtLnzSSDalmatian_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSDalmatian_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breeded_ExtLnzSSGermanshepherd_d3.zip b/carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSGermanshepherd_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breeded_ExtLnzSSGermanshepherd_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSGermanshepherd_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breeded_ExtLnzSSGoldenretriever_d3.zip b/carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSGoldenretriever_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breeded_ExtLnzSSGoldenretriever_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSGoldenretriever_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breeded_ExtLnzSSGreatdane_d3.zip b/carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSGreatdane_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breeded_ExtLnzSSGreatdane_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSGreatdane_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breeded_ExtLnzSSJackrussell_d3.zip b/carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSJackrussell_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breeded_ExtLnzSSJackrussell_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSJackrussell_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breeded_ExtLnzSSLabrador_d3.zip b/carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSLabrador_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breeded_ExtLnzSSLabrador_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSLabrador_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breeded_ExtLnzSSMutt_d3.zip b/carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSMutt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breeded_ExtLnzSSMutt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSMutt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breeded_ExtLnzSSPapillon_d3.zip b/carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSPapillon_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breeded_ExtLnzSSPapillon_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSPapillon_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breeded_ExtLnzSSPoodle_d3.zip b/carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSPoodle_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breeded_ExtLnzSSPoodle_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSPoodle_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breeded_ExtLnzSSPug_d3.zip b/carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSPug_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breeded_ExtLnzSSPug_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSPug_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breeded_ExtLnzSSScottie_d3.zip b/carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSScottie_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breeded_ExtLnzSSScottie_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSScottie_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breeded_ExtLnzSSSheepdog_d3.zip b/carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSSheepdog_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breeded_ExtLnzSSSheepdog_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSSheepdog_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breeded_SSBulldog_d3.zip b/carolyns_creations/frames/petz/dl/d3breeded_SSBulldog_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breeded_SSBulldog_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breeded_SSBulldog_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breeded_SSChihuahua_d3.zip b/carolyns_creations/frames/petz/dl/d3breeded_SSChihuahua_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breeded_SSChihuahua_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breeded_SSChihuahua_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breeded_SSDachshund_d3.zip b/carolyns_creations/frames/petz/dl/d3breeded_SSDachshund_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breeded_SSDachshund_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breeded_SSDachshund_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breeded_SSDalmatian_d3.zip b/carolyns_creations/frames/petz/dl/d3breeded_SSDalmatian_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breeded_SSDalmatian_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breeded_SSDalmatian_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breeded_SSGermanshepherd_d3.zip b/carolyns_creations/frames/petz/dl/d3breeded_SSGermanshepherd_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breeded_SSGermanshepherd_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breeded_SSGermanshepherd_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breeded_SSGoldenretriever_d3.zip b/carolyns_creations/frames/petz/dl/d3breeded_SSGoldenretriever_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breeded_SSGoldenretriever_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breeded_SSGoldenretriever_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breeded_SSGreatdane_d3.zip b/carolyns_creations/frames/petz/dl/d3breeded_SSGreatdane_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breeded_SSGreatdane_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breeded_SSGreatdane_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breeded_SSJackrussell_d3.zip b/carolyns_creations/frames/petz/dl/d3breeded_SSJackrussell_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breeded_SSJackrussell_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breeded_SSJackrussell_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breeded_SSLabrador_d3.zip b/carolyns_creations/frames/petz/dl/d3breeded_SSLabrador_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breeded_SSLabrador_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breeded_SSLabrador_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breeded_SSMutt_d3.zip b/carolyns_creations/frames/petz/dl/d3breeded_SSMutt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breeded_SSMutt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breeded_SSMutt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breeded_SSPapillon_d3.zip b/carolyns_creations/frames/petz/dl/d3breeded_SSPapillon_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breeded_SSPapillon_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breeded_SSPapillon_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breeded_SSPoodle_d3.zip b/carolyns_creations/frames/petz/dl/d3breeded_SSPoodle_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breeded_SSPoodle_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breeded_SSPoodle_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breeded_SSPug_d3.zip b/carolyns_creations/frames/petz/dl/d3breeded_SSPug_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breeded_SSPug_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breeded_SSPug_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breeded_SSScottie_d3.zip b/carolyns_creations/frames/petz/dl/d3breeded_SSScottie_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breeded_SSScottie_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breeded_SSScottie_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breeded_SSSheepdog_d3.zip b/carolyns_creations/frames/petz/dl/d3breeded_SSSheepdog_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breeded_SSSheepdog_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breeded_SSSheepdog_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breedz_Affelaffe_d3.zip b/carolyns_creations/frames/petz/dl/d3breedz_Affelaffe_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breedz_Affelaffe_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breedz_Affelaffe_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breedz_Airedale_d3.zip b/carolyns_creations/frames/petz/dl/d3breedz_Airedale_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breedz_Airedale_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breedz_Airedale_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breedz_AmericanStaffy_d3.zip b/carolyns_creations/frames/petz/dl/d3breedz_AmericanStaffy_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breedz_AmericanStaffy_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breedz_AmericanStaffy_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breedz_Ancestorlizard_d3.zip b/carolyns_creations/frames/petz/dl/d3breedz_Ancestorlizard_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breedz_Ancestorlizard_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breedz_Ancestorlizard_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breedz_Apaws_d3.zip b/carolyns_creations/frames/petz/dl/d3breedz_Apaws_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breedz_Apaws_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breedz_Apaws_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breedz_AustralianCattleDog_d3.zip b/carolyns_creations/frames/petz/dl/d3breedz_AustralianCattleDog_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breedz_AustralianCattleDog_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breedz_AustralianCattleDog_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breedz_BeachDog_d3.zip b/carolyns_creations/frames/petz/dl/d3breedz_BeachDog_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breedz_BeachDog_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breedz_BeachDog_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breedz_Bearz_d3.zip b/carolyns_creations/frames/petz/dl/d3breedz_Bearz_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breedz_Bearz_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breedz_Bearz_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breedz_Blackdal_d3.zip b/carolyns_creations/frames/petz/dl/d3breedz_Blackdal_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breedz_Blackdal_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breedz_Blackdal_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breedz_BlacknKhaki_d3.zip b/carolyns_creations/frames/petz/dl/d3breedz_BlacknKhaki_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breedz_BlacknKhaki_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breedz_BlacknKhaki_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breedz_Breyer_d3.zip b/carolyns_creations/frames/petz/dl/d3breedz_Breyer_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breedz_Breyer_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breedz_Breyer_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breedz_BrownDal_d3.zip b/carolyns_creations/frames/petz/dl/d3breedz_BrownDal_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breedz_BrownDal_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breedz_BrownDal_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breedz_BrownPyrShepherd_d3.zip b/carolyns_creations/frames/petz/dl/d3breedz_BrownPyrShepherd_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breedz_BrownPyrShepherd_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breedz_BrownPyrShepherd_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breedz_CalicoMutt_d3.zip b/carolyns_creations/frames/petz/dl/d3breedz_CalicoMutt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breedz_CalicoMutt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breedz_CalicoMutt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breedz_Calicochi_d3.zip b/carolyns_creations/frames/petz/dl/d3breedz_Calicochi_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breedz_Calicochi_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breedz_Calicochi_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breedz_ChalkBlueDal_d3.zip b/carolyns_creations/frames/petz/dl/d3breedz_ChalkBlueDal_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breedz_ChalkBlueDal_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breedz_ChalkBlueDal_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breedz_Germanshepherd_d3.zip b/carolyns_creations/frames/petz/dl/d3breedz_Germanshepherd_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breedz_Germanshepherd_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breedz_Germanshepherd_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breedz_Goldenretriever_d3.zip b/carolyns_creations/frames/petz/dl/d3breedz_Goldenretriever_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breedz_Goldenretriever_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breedz_Goldenretriever_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breedz_GreatbearSS_d3.zip b/carolyns_creations/frames/petz/dl/d3breedz_GreatbearSS_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breedz_GreatbearSS_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breedz_GreatbearSS_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breedz_Jackrussell_d3.zip b/carolyns_creations/frames/petz/dl/d3breedz_Jackrussell_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breedz_Jackrussell_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breedz_Jackrussell_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breedz_Papillon_d3.zip b/carolyns_creations/frames/petz/dl/d3breedz_Papillon_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breedz_Papillon_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breedz_Papillon_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breedz_Petz3BreedablePigz.zip b/carolyns_creations/frames/petz/dl/d3breedz_Petz3BreedablePigz.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breedz_Petz3BreedablePigz.zip
rename to carolyns_creations/frames/petz/dl/d3breedz_Petz3BreedablePigz.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breedz_PigFamily.zip b/carolyns_creations/frames/petz/dl/d3breedz_PigFamily.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breedz_PigFamily.zip
rename to carolyns_creations/frames/petz/dl/d3breedz_PigFamily.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3breedz_Pug_d3.zip b/carolyns_creations/frames/petz/dl/d3breedz_Pug_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3breedz_Pug_d3.zip
rename to carolyns_creations/frames/petz/dl/d3breedz_Pug_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3intbreeded_ExtLnzSSBulldogInt_d3.zip b/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSBulldogInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3intbreeded_ExtLnzSSBulldogInt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSBulldogInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3intbreeded_ExtLnzSSChihuahuaInt_d3.zip b/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSChihuahuaInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3intbreeded_ExtLnzSSChihuahuaInt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSChihuahuaInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3intbreeded_ExtLnzSSDachshundInt_d3.zip b/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSDachshundInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3intbreeded_ExtLnzSSDachshundInt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSDachshundInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3intbreeded_ExtLnzSSDalmatianInt_d3.zip b/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSDalmatianInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3intbreeded_ExtLnzSSDalmatianInt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSDalmatianInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3intbreeded_ExtLnzSSGermanshepherdInt_d3.zip b/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSGermanshepherdInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3intbreeded_ExtLnzSSGermanshepherdInt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSGermanshepherdInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3intbreeded_ExtLnzSSGoldenretrieverInt_d3.zip b/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSGoldenretrieverInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3intbreeded_ExtLnzSSGoldenretrieverInt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSGoldenretrieverInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3intbreeded_ExtLnzSSGreatdaneInt_d3.zip b/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSGreatdaneInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3intbreeded_ExtLnzSSGreatdaneInt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSGreatdaneInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3intbreeded_ExtLnzSSJackrussellInt_d3.zip b/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSJackrussellInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3intbreeded_ExtLnzSSJackrussellInt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSJackrussellInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3intbreeded_ExtLnzSSLabradorInt_d3.zip b/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSLabradorInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3intbreeded_ExtLnzSSLabradorInt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSLabradorInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3intbreeded_ExtLnzSSMuttInt_d3.zip b/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSMuttInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3intbreeded_ExtLnzSSMuttInt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSMuttInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3intbreeded_ExtLnzSSPapillonInt_d3.zip b/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSPapillonInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3intbreeded_ExtLnzSSPapillonInt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSPapillonInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3intbreeded_ExtLnzSSPoodleInt_d3.zip b/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSPoodleInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3intbreeded_ExtLnzSSPoodleInt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSPoodleInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3intbreeded_ExtLnzSSPugInt_d3.zip b/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSPugInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3intbreeded_ExtLnzSSPugInt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSPugInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3intbreeded_ExtLnzSSScottieInt_d3.zip b/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSScottieInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3intbreeded_ExtLnzSSScottieInt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSScottieInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3intbreeded_ExtLnzSSSheepdogInt_d3.zip b/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSSheepdogInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3intbreeded_ExtLnzSSSheepdogInt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSSheepdogInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3intbreeded_SSBulldogInt_d3.zip b/carolyns_creations/frames/petz/dl/d3intbreeded_SSBulldogInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3intbreeded_SSBulldogInt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3intbreeded_SSBulldogInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3intbreeded_SSChihuahuaInt_d3.zip b/carolyns_creations/frames/petz/dl/d3intbreeded_SSChihuahuaInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3intbreeded_SSChihuahuaInt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3intbreeded_SSChihuahuaInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3intbreeded_SSDachshundInt_d3.zip b/carolyns_creations/frames/petz/dl/d3intbreeded_SSDachshundInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3intbreeded_SSDachshundInt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3intbreeded_SSDachshundInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3intbreeded_SSDalmatianInt_d3.zip b/carolyns_creations/frames/petz/dl/d3intbreeded_SSDalmatianInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3intbreeded_SSDalmatianInt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3intbreeded_SSDalmatianInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3intbreeded_SSGermanshepherdInt_d3.zip b/carolyns_creations/frames/petz/dl/d3intbreeded_SSGermanshepherdInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3intbreeded_SSGermanshepherdInt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3intbreeded_SSGermanshepherdInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3intbreeded_SSGoldenretrieverInt_d3.zip b/carolyns_creations/frames/petz/dl/d3intbreeded_SSGoldenretrieverInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3intbreeded_SSGoldenretrieverInt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3intbreeded_SSGoldenretrieverInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3intbreeded_SSGreatdaneInt_d3.zip b/carolyns_creations/frames/petz/dl/d3intbreeded_SSGreatdaneInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3intbreeded_SSGreatdaneInt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3intbreeded_SSGreatdaneInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3intbreeded_SSJackrussellInt_d3.zip b/carolyns_creations/frames/petz/dl/d3intbreeded_SSJackrussellInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3intbreeded_SSJackrussellInt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3intbreeded_SSJackrussellInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3intbreeded_SSLabradorInt_d3.zip b/carolyns_creations/frames/petz/dl/d3intbreeded_SSLabradorInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3intbreeded_SSLabradorInt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3intbreeded_SSLabradorInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3intbreeded_SSMuttInt_d3.zip b/carolyns_creations/frames/petz/dl/d3intbreeded_SSMuttInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3intbreeded_SSMuttInt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3intbreeded_SSMuttInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3intbreeded_SSPapillonInt_d3.zip b/carolyns_creations/frames/petz/dl/d3intbreeded_SSPapillonInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3intbreeded_SSPapillonInt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3intbreeded_SSPapillonInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3intbreeded_SSPoodleInt_d3.zip b/carolyns_creations/frames/petz/dl/d3intbreeded_SSPoodleInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3intbreeded_SSPoodleInt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3intbreeded_SSPoodleInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3intbreeded_SSPugInt_d3.zip b/carolyns_creations/frames/petz/dl/d3intbreeded_SSPugInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3intbreeded_SSPugInt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3intbreeded_SSPugInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3intbreeded_SSScottieInt_d3.zip b/carolyns_creations/frames/petz/dl/d3intbreeded_SSScottieInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3intbreeded_SSScottieInt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3intbreeded_SSScottieInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d3intbreeded_SSSheepdogInt_d3.zip b/carolyns_creations/frames/petz/dl/d3intbreeded_SSSheepdogInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d3intbreeded_SSSheepdogInt_d3.zip
rename to carolyns_creations/frames/petz/dl/d3intbreeded_SSSheepdogInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breeded_ExtLnzSSBulldog_d4.zip b/carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSBulldog_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breeded_ExtLnzSSBulldog_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSBulldog_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breeded_ExtLnzSSChihuahua_d4.zip b/carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSChihuahua_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breeded_ExtLnzSSChihuahua_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSChihuahua_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breeded_ExtLnzSSDachshund_d4.zip b/carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSDachshund_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breeded_ExtLnzSSDachshund_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSDachshund_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breeded_ExtLnzSSDalmatian_d4.zip b/carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSDalmatian_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breeded_ExtLnzSSDalmatian_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSDalmatian_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breeded_ExtLnzSSGermanshepherd_d4.zip b/carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSGermanshepherd_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breeded_ExtLnzSSGermanshepherd_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSGermanshepherd_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breeded_ExtLnzSSGoldenretriever_d4.zip b/carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSGoldenretriever_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breeded_ExtLnzSSGoldenretriever_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSGoldenretriever_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breeded_ExtLnzSSGreatdane_d4.zip b/carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSGreatdane_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breeded_ExtLnzSSGreatdane_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSGreatdane_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breeded_ExtLnzSSJackrussell_d4.zip b/carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSJackrussell_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breeded_ExtLnzSSJackrussell_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSJackrussell_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breeded_ExtLnzSSLabrador_d4.zip b/carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSLabrador_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breeded_ExtLnzSSLabrador_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSLabrador_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breeded_ExtLnzSSMutt_d4.zip b/carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSMutt_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breeded_ExtLnzSSMutt_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSMutt_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breeded_ExtLnzSSPapillon_d4.zip b/carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSPapillon_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breeded_ExtLnzSSPapillon_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSPapillon_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breeded_ExtLnzSSPoodle_d4.zip b/carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSPoodle_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breeded_ExtLnzSSPoodle_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSPoodle_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breeded_ExtLnzSSPug_d4.zip b/carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSPug_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breeded_ExtLnzSSPug_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSPug_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breeded_ExtLnzSSScottie_d4.zip b/carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSScottie_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breeded_ExtLnzSSScottie_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSScottie_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breeded_ExtLnzSSSheepdog_d4.zip b/carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSSheepdog_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breeded_ExtLnzSSSheepdog_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSSheepdog_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breeded_SSBulldog_d4.zip b/carolyns_creations/frames/petz/dl/d4breeded_SSBulldog_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breeded_SSBulldog_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breeded_SSBulldog_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breeded_SSChihuahua_d4.zip b/carolyns_creations/frames/petz/dl/d4breeded_SSChihuahua_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breeded_SSChihuahua_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breeded_SSChihuahua_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breeded_SSDachshund_d4.zip b/carolyns_creations/frames/petz/dl/d4breeded_SSDachshund_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breeded_SSDachshund_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breeded_SSDachshund_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breeded_SSDalmatian_d4.zip b/carolyns_creations/frames/petz/dl/d4breeded_SSDalmatian_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breeded_SSDalmatian_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breeded_SSDalmatian_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breeded_SSGermanshepherd_d4.zip b/carolyns_creations/frames/petz/dl/d4breeded_SSGermanshepherd_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breeded_SSGermanshepherd_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breeded_SSGermanshepherd_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breeded_SSGoldenretriever_d4.zip b/carolyns_creations/frames/petz/dl/d4breeded_SSGoldenretriever_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breeded_SSGoldenretriever_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breeded_SSGoldenretriever_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breeded_SSGreatdane_d4.zip b/carolyns_creations/frames/petz/dl/d4breeded_SSGreatdane_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breeded_SSGreatdane_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breeded_SSGreatdane_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breeded_SSJackrussell_d4.zip b/carolyns_creations/frames/petz/dl/d4breeded_SSJackrussell_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breeded_SSJackrussell_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breeded_SSJackrussell_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breeded_SSLabrador_d4.zip b/carolyns_creations/frames/petz/dl/d4breeded_SSLabrador_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breeded_SSLabrador_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breeded_SSLabrador_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breeded_SSMutt_d4.zip b/carolyns_creations/frames/petz/dl/d4breeded_SSMutt_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breeded_SSMutt_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breeded_SSMutt_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breeded_SSPapillon_d4.zip b/carolyns_creations/frames/petz/dl/d4breeded_SSPapillon_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breeded_SSPapillon_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breeded_SSPapillon_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breeded_SSPoodle_d4.zip b/carolyns_creations/frames/petz/dl/d4breeded_SSPoodle_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breeded_SSPoodle_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breeded_SSPoodle_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breeded_SSPug_d4.zip b/carolyns_creations/frames/petz/dl/d4breeded_SSPug_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breeded_SSPug_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breeded_SSPug_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breeded_SSScottie_d4.zip b/carolyns_creations/frames/petz/dl/d4breeded_SSScottie_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breeded_SSScottie_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breeded_SSScottie_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breeded_SSSheepdog_d4.zip b/carolyns_creations/frames/petz/dl/d4breeded_SSSheepdog_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breeded_SSSheepdog_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breeded_SSSheepdog_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breedz_Affelaffe_d4.zip b/carolyns_creations/frames/petz/dl/d4breedz_Affelaffe_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breedz_Affelaffe_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breedz_Affelaffe_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breedz_Airedale_d4.zip b/carolyns_creations/frames/petz/dl/d4breedz_Airedale_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breedz_Airedale_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breedz_Airedale_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breedz_AmericanStaffy_d4.zip b/carolyns_creations/frames/petz/dl/d4breedz_AmericanStaffy_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breedz_AmericanStaffy_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breedz_AmericanStaffy_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breedz_Ancestorlizard_d4.zip b/carolyns_creations/frames/petz/dl/d4breedz_Ancestorlizard_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breedz_Ancestorlizard_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breedz_Ancestorlizard_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breedz_Apaws_d4.zip b/carolyns_creations/frames/petz/dl/d4breedz_Apaws_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breedz_Apaws_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breedz_Apaws_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breedz_AustralianCattleDog_d4.zip b/carolyns_creations/frames/petz/dl/d4breedz_AustralianCattleDog_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breedz_AustralianCattleDog_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breedz_AustralianCattleDog_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breedz_BeachDog_d4.zip b/carolyns_creations/frames/petz/dl/d4breedz_BeachDog_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breedz_BeachDog_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breedz_BeachDog_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breedz_Bear_d4.zip b/carolyns_creations/frames/petz/dl/d4breedz_Bear_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breedz_Bear_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breedz_Bear_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breedz_Blackdal_d4.zip b/carolyns_creations/frames/petz/dl/d4breedz_Blackdal_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breedz_Blackdal_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breedz_Blackdal_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breedz_BlacknKhaki_d4.zip b/carolyns_creations/frames/petz/dl/d4breedz_BlacknKhaki_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breedz_BlacknKhaki_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breedz_BlacknKhaki_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breedz_Breyer_d4.zip b/carolyns_creations/frames/petz/dl/d4breedz_Breyer_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breedz_Breyer_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breedz_Breyer_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breedz_BrownDal_d4.zip b/carolyns_creations/frames/petz/dl/d4breedz_BrownDal_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breedz_BrownDal_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breedz_BrownDal_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breedz_BrownPyrShepherd_d4.zip b/carolyns_creations/frames/petz/dl/d4breedz_BrownPyrShepherd_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breedz_BrownPyrShepherd_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breedz_BrownPyrShepherd_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breedz_CalicoMutt_d4.zip b/carolyns_creations/frames/petz/dl/d4breedz_CalicoMutt_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breedz_CalicoMutt_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breedz_CalicoMutt_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breedz_Calicochi_d4.zip b/carolyns_creations/frames/petz/dl/d4breedz_Calicochi_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breedz_Calicochi_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breedz_Calicochi_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breedz_ChalkBlueDal_d4.zip b/carolyns_creations/frames/petz/dl/d4breedz_ChalkBlueDal_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breedz_ChalkBlueDal_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breedz_ChalkBlueDal_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breedz_Germanshepherd_d4.zip b/carolyns_creations/frames/petz/dl/d4breedz_Germanshepherd_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breedz_Germanshepherd_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breedz_Germanshepherd_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breedz_Goldenretriever_d4.zip b/carolyns_creations/frames/petz/dl/d4breedz_Goldenretriever_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breedz_Goldenretriever_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breedz_Goldenretriever_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breedz_GreatbearSS_d4.zip b/carolyns_creations/frames/petz/dl/d4breedz_GreatbearSS_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breedz_GreatbearSS_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breedz_GreatbearSS_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breedz_Jackrussell_d4.zip b/carolyns_creations/frames/petz/dl/d4breedz_Jackrussell_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breedz_Jackrussell_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breedz_Jackrussell_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breedz_Papillon_d4.zip b/carolyns_creations/frames/petz/dl/d4breedz_Papillon_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breedz_Papillon_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breedz_Papillon_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breedz_Petz4BreedablePigz.zip b/carolyns_creations/frames/petz/dl/d4breedz_Petz4BreedablePigz.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breedz_Petz4BreedablePigz.zip
rename to carolyns_creations/frames/petz/dl/d4breedz_Petz4BreedablePigz.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breedz_PigFamily.zip b/carolyns_creations/frames/petz/dl/d4breedz_PigFamily.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breedz_PigFamily.zip
rename to carolyns_creations/frames/petz/dl/d4breedz_PigFamily.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d4breedz_Pug_d4.zip b/carolyns_creations/frames/petz/dl/d4breedz_Pug_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d4breedz_Pug_d4.zip
rename to carolyns_creations/frames/petz/dl/d4breedz_Pug_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breeded_ExtLnzSSBulldog_d5.zip b/carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSBulldog_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breeded_ExtLnzSSBulldog_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSBulldog_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breeded_ExtLnzSSChihuahua_d5.zip b/carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSChihuahua_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breeded_ExtLnzSSChihuahua_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSChihuahua_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breeded_ExtLnzSSDachshund_d5.zip b/carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSDachshund_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breeded_ExtLnzSSDachshund_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSDachshund_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breeded_ExtLnzSSDalmatian_d5.zip b/carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSDalmatian_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breeded_ExtLnzSSDalmatian_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSDalmatian_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breeded_ExtLnzSSGermanshepherd_d5.zip b/carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSGermanshepherd_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breeded_ExtLnzSSGermanshepherd_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSGermanshepherd_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breeded_ExtLnzSSGoldenretriever_d5.zip b/carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSGoldenretriever_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breeded_ExtLnzSSGoldenretriever_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSGoldenretriever_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breeded_ExtLnzSSGreatdane_d5.zip b/carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSGreatdane_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breeded_ExtLnzSSGreatdane_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSGreatdane_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breeded_ExtLnzSSJackrussell_d5.zip b/carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSJackrussell_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breeded_ExtLnzSSJackrussell_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSJackrussell_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breeded_ExtLnzSSLabrador_d5.zip b/carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSLabrador_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breeded_ExtLnzSSLabrador_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSLabrador_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breeded_ExtLnzSSMutt_d5.zip b/carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSMutt_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breeded_ExtLnzSSMutt_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSMutt_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breeded_ExtLnzSSPapillon_d5.zip b/carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSPapillon_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breeded_ExtLnzSSPapillon_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSPapillon_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breeded_ExtLnzSSPoodle_d5.zip b/carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSPoodle_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breeded_ExtLnzSSPoodle_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSPoodle_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breeded_ExtLnzSSPug_d5.zip b/carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSPug_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breeded_ExtLnzSSPug_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSPug_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breeded_ExtLnzSSScottie_d5.zip b/carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSScottie_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breeded_ExtLnzSSScottie_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSScottie_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breeded_ExtLnzSSSheepdog_d5.zip b/carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSSheepdog_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breeded_ExtLnzSSSheepdog_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSSheepdog_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breeded_SSBulldog_d5.zip b/carolyns_creations/frames/petz/dl/d5breeded_SSBulldog_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breeded_SSBulldog_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breeded_SSBulldog_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breeded_SSChihuahua_d5.zip b/carolyns_creations/frames/petz/dl/d5breeded_SSChihuahua_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breeded_SSChihuahua_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breeded_SSChihuahua_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breeded_SSDachshund_d5.zip b/carolyns_creations/frames/petz/dl/d5breeded_SSDachshund_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breeded_SSDachshund_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breeded_SSDachshund_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breeded_SSDalmatian_d5.zip b/carolyns_creations/frames/petz/dl/d5breeded_SSDalmatian_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breeded_SSDalmatian_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breeded_SSDalmatian_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breeded_SSGermanshepherd_d5.zip b/carolyns_creations/frames/petz/dl/d5breeded_SSGermanshepherd_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breeded_SSGermanshepherd_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breeded_SSGermanshepherd_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breeded_SSGoldenretriever_d5.zip b/carolyns_creations/frames/petz/dl/d5breeded_SSGoldenretriever_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breeded_SSGoldenretriever_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breeded_SSGoldenretriever_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breeded_SSGreatdane_d5.zip b/carolyns_creations/frames/petz/dl/d5breeded_SSGreatdane_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breeded_SSGreatdane_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breeded_SSGreatdane_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breeded_SSJackrussell_d5.zip b/carolyns_creations/frames/petz/dl/d5breeded_SSJackrussell_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breeded_SSJackrussell_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breeded_SSJackrussell_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breeded_SSLabrador_d5.zip b/carolyns_creations/frames/petz/dl/d5breeded_SSLabrador_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breeded_SSLabrador_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breeded_SSLabrador_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breeded_SSMutt_d5.zip b/carolyns_creations/frames/petz/dl/d5breeded_SSMutt_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breeded_SSMutt_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breeded_SSMutt_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breeded_SSPapillon_d5.zip b/carolyns_creations/frames/petz/dl/d5breeded_SSPapillon_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breeded_SSPapillon_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breeded_SSPapillon_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breeded_SSPoodle_d5.zip b/carolyns_creations/frames/petz/dl/d5breeded_SSPoodle_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breeded_SSPoodle_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breeded_SSPoodle_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breeded_SSPug_d5.zip b/carolyns_creations/frames/petz/dl/d5breeded_SSPug_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breeded_SSPug_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breeded_SSPug_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breeded_SSScottie_d5.zip b/carolyns_creations/frames/petz/dl/d5breeded_SSScottie_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breeded_SSScottie_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breeded_SSScottie_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breeded_SSSheepdog_d5.zip b/carolyns_creations/frames/petz/dl/d5breeded_SSSheepdog_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breeded_SSSheepdog_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breeded_SSSheepdog_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breedz_AdoptablePig_d5.zip b/carolyns_creations/frames/petz/dl/d5breedz_AdoptablePig_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breedz_AdoptablePig_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breedz_AdoptablePig_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breedz_Affelaffe_d5.zip b/carolyns_creations/frames/petz/dl/d5breedz_Affelaffe_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breedz_Affelaffe_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breedz_Affelaffe_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breedz_Airedale_d5.zip b/carolyns_creations/frames/petz/dl/d5breedz_Airedale_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breedz_Airedale_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breedz_Airedale_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breedz_AmericanStaffy_d5.zip b/carolyns_creations/frames/petz/dl/d5breedz_AmericanStaffy_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breedz_AmericanStaffy_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breedz_AmericanStaffy_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breedz_Ancestorlizard_d5.zip b/carolyns_creations/frames/petz/dl/d5breedz_Ancestorlizard_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breedz_Ancestorlizard_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breedz_Ancestorlizard_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breedz_Apaws_d5.zip b/carolyns_creations/frames/petz/dl/d5breedz_Apaws_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breedz_Apaws_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breedz_Apaws_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breedz_AustralianCattleDog_d5.zip b/carolyns_creations/frames/petz/dl/d5breedz_AustralianCattleDog_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breedz_AustralianCattleDog_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breedz_AustralianCattleDog_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breedz_BeachDog_d5.zip b/carolyns_creations/frames/petz/dl/d5breedz_BeachDog_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breedz_BeachDog_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breedz_BeachDog_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breedz_Bear_d5.zip b/carolyns_creations/frames/petz/dl/d5breedz_Bear_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breedz_Bear_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breedz_Bear_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breedz_Blackdal_d5.zip b/carolyns_creations/frames/petz/dl/d5breedz_Blackdal_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breedz_Blackdal_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breedz_Blackdal_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breedz_BlacknKhaki_d5.zip b/carolyns_creations/frames/petz/dl/d5breedz_BlacknKhaki_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breedz_BlacknKhaki_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breedz_BlacknKhaki_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breedz_BreedablePig_d5.zip b/carolyns_creations/frames/petz/dl/d5breedz_BreedablePig_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breedz_BreedablePig_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breedz_BreedablePig_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breedz_Breyer_d5.zip b/carolyns_creations/frames/petz/dl/d5breedz_Breyer_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breedz_Breyer_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breedz_Breyer_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breedz_BrownDal_d5.zip b/carolyns_creations/frames/petz/dl/d5breedz_BrownDal_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breedz_BrownDal_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breedz_BrownDal_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breedz_BrownPyrShepherd_d5.zip b/carolyns_creations/frames/petz/dl/d5breedz_BrownPyrShepherd_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breedz_BrownPyrShepherd_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breedz_BrownPyrShepherd_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breedz_CalicoMutt_d5.zip b/carolyns_creations/frames/petz/dl/d5breedz_CalicoMutt_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breedz_CalicoMutt_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breedz_CalicoMutt_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breedz_Calicochi_d5.zip b/carolyns_creations/frames/petz/dl/d5breedz_Calicochi_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breedz_Calicochi_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breedz_Calicochi_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breedz_ChalkBlueDal_d5.zip b/carolyns_creations/frames/petz/dl/d5breedz_ChalkBlueDal_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breedz_ChalkBlueDal_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breedz_ChalkBlueDal_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breedz_GreatbearSS_d5.zip b/carolyns_creations/frames/petz/dl/d5breedz_GreatbearSS_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breedz_GreatbearSS_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breedz_GreatbearSS_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/d5breedz_ImportablePig_d5.zip b/carolyns_creations/frames/petz/dl/d5breedz_ImportablePig_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/d5breedz_ImportablePig_d5.zip
rename to carolyns_creations/frames/petz/dl/d5breedz_ImportablePig_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/dogbehaviours_Dogbehaviours_c3.zip b/carolyns_creations/frames/petz/dl/dogbehaviours_Dogbehaviours_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/dogbehaviours_Dogbehaviours_c3.zip
rename to carolyns_creations/frames/petz/dl/dogbehaviours_Dogbehaviours_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/dogbehaviours_Dogbehaviours_c4_c5.zip b/carolyns_creations/frames/petz/dl/dogbehaviours_Dogbehaviours_c4_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/dogbehaviours_Dogbehaviours_c4_c5.zip
rename to carolyns_creations/frames/petz/dl/dogbehaviours_Dogbehaviours_c4_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/dogbehaviours_RezInt_d3.zip b/carolyns_creations/frames/petz/dl/dogbehaviours_RezInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/dogbehaviours_RezInt_d3.zip
rename to carolyns_creations/frames/petz/dl/dogbehaviours_RezInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/dogbehaviours_Rez_d2.zip b/carolyns_creations/frames/petz/dl/dogbehaviours_Rez_d2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/dogbehaviours_Rez_d2.zip
rename to carolyns_creations/frames/petz/dl/dogbehaviours_Rez_d2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/dogbehaviours_Rez_d3.zip b/carolyns_creations/frames/petz/dl/dogbehaviours_Rez_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/dogbehaviours_Rez_d3.zip
rename to carolyns_creations/frames/petz/dl/dogbehaviours_Rez_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/dogbehaviours_Rez_d4.zip b/carolyns_creations/frames/petz/dl/dogbehaviours_Rez_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/dogbehaviours_Rez_d4.zip
rename to carolyns_creations/frames/petz/dl/dogbehaviours_Rez_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/dogbehaviours_Rez_d5.zip b/carolyns_creations/frames/petz/dl/dogbehaviours_Rez_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/dogbehaviours_Rez_d5.zip
rename to carolyns_creations/frames/petz/dl/dogbehaviours_Rez_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/dogbehaviours_p4originalpig.zip b/carolyns_creations/frames/petz/dl/dogbehaviours_p4originalpig.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/dogbehaviours_p4originalpig.zip
rename to carolyns_creations/frames/petz/dl/dogbehaviours_p4originalpig.zip
diff --git a/Carolyns_Creations/frames/petz/dl/dogbehaviours_p5originalpig.zip b/carolyns_creations/frames/petz/dl/dogbehaviours_p5originalpig.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/dogbehaviours_p5originalpig.zip
rename to carolyns_creations/frames/petz/dl/dogbehaviours_p5originalpig.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p2breedz_102_c2.zip b/carolyns_creations/frames/petz/dl/p2breedz_102_c2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p2breedz_102_c2.zip
rename to carolyns_creations/frames/petz/dl/p2breedz_102_c2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p2breedz_Bunny_c2.zip b/carolyns_creations/frames/petz/dl/p2breedz_Bunny_c2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p2breedz_Bunny_c2.zip
rename to carolyns_creations/frames/petz/dl/p2breedz_Bunny_c2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p2breedz_Jester_c2.zip b/carolyns_creations/frames/petz/dl/p2breedz_Jester_c2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p2breedz_Jester_c2.zip
rename to carolyns_creations/frames/petz/dl/p2breedz_Jester_c2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p2breedz_Lips_c2.zip b/carolyns_creations/frames/petz/dl/p2breedz_Lips_c2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p2breedz_Lips_c2.zip
rename to carolyns_creations/frames/petz/dl/p2breedz_Lips_c2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p2breedz_Walret_c2.zip b/carolyns_creations/frames/petz/dl/p2breedz_Walret_c2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p2breedz_Walret_c2.zip
rename to carolyns_creations/frames/petz/dl/p2breedz_Walret_c2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p2breedz_skorchc2.zip b/carolyns_creations/frames/petz/dl/p2breedz_skorchc2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p2breedz_skorchc2.zip
rename to carolyns_creations/frames/petz/dl/p2breedz_skorchc2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p2playscene_Fishbeach_p2.zip b/carolyns_creations/frames/petz/dl/p2playscene_Fishbeach_p2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p2playscene_Fishbeach_p2.zip
rename to carolyns_creations/frames/petz/dl/p2playscene_Fishbeach_p2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p2toyz_Blooms_p2.zip b/carolyns_creations/frames/petz/dl/p2toyz_Blooms_p2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p2toyz_Blooms_p2.zip
rename to carolyns_creations/frames/petz/dl/p2toyz_Blooms_p2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p2toyz_Blowers_p2.zip b/carolyns_creations/frames/petz/dl/p2toyz_Blowers_p2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p2toyz_Blowers_p2.zip
rename to carolyns_creations/frames/petz/dl/p2toyz_Blowers_p2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p2toyz_ButterflyAttractor_p2.zip b/carolyns_creations/frames/petz/dl/p2toyz_ButterflyAttractor_p2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p2toyz_ButterflyAttractor_p2.zip
rename to carolyns_creations/frames/petz/dl/p2toyz_ButterflyAttractor_p2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p2toyz_Carrottreatbag_p2.zip b/carolyns_creations/frames/petz/dl/p2toyz_Carrottreatbag_p2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p2toyz_Carrottreatbag_p2.zip
rename to carolyns_creations/frames/petz/dl/p2toyz_Carrottreatbag_p2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p2toyz_Doll_p2.zip b/carolyns_creations/frames/petz/dl/p2toyz_Doll_p2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p2toyz_Doll_p2.zip
rename to carolyns_creations/frames/petz/dl/p2toyz_Doll_p2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p2toyz_Gemhairball_p2.zip b/carolyns_creations/frames/petz/dl/p2toyz_Gemhairball_p2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p2toyz_Gemhairball_p2.zip
rename to carolyns_creations/frames/petz/dl/p2toyz_Gemhairball_p2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p2toyz_GoldfishTank_p2.zip b/carolyns_creations/frames/petz/dl/p2toyz_GoldfishTank_p2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p2toyz_GoldfishTank_p2.zip
rename to carolyns_creations/frames/petz/dl/p2toyz_GoldfishTank_p2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3breedz_102_c3.zip b/carolyns_creations/frames/petz/dl/p3breedz_102_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3breedz_102_c3.zip
rename to carolyns_creations/frames/petz/dl/p3breedz_102_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3breedz_Alley2_OW_c3.zip b/carolyns_creations/frames/petz/dl/p3breedz_Alley2_OW_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3breedz_Alley2_OW_c3.zip
rename to carolyns_creations/frames/petz/dl/p3breedz_Alley2_OW_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3breedz_Alley2_OWinternational_c3.zip b/carolyns_creations/frames/petz/dl/p3breedz_Alley2_OWinternational_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3breedz_Alley2_OWinternational_c3.zip
rename to carolyns_creations/frames/petz/dl/p3breedz_Alley2_OWinternational_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3breedz_Alley3_OW_c3.zip b/carolyns_creations/frames/petz/dl/p3breedz_Alley3_OW_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3breedz_Alley3_OW_c3.zip
rename to carolyns_creations/frames/petz/dl/p3breedz_Alley3_OW_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3breedz_Alley3_OWinternational_c3.zip b/carolyns_creations/frames/petz/dl/p3breedz_Alley3_OWinternational_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3breedz_Alley3_OWinternational_c3.zip
rename to carolyns_creations/frames/petz/dl/p3breedz_Alley3_OWinternational_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3breedz_AlleycatOW_c3.zip b/carolyns_creations/frames/petz/dl/p3breedz_AlleycatOW_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3breedz_AlleycatOW_c3.zip
rename to carolyns_creations/frames/petz/dl/p3breedz_AlleycatOW_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3breedz_Alleyvaried_OW_c3.zip b/carolyns_creations/frames/petz/dl/p3breedz_Alleyvaried_OW_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3breedz_Alleyvaried_OW_c3.zip
rename to carolyns_creations/frames/petz/dl/p3breedz_Alleyvaried_OW_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3breedz_Alleyvaried_OWinternational_c3.zip b/carolyns_creations/frames/petz/dl/p3breedz_Alleyvaried_OWinternational_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3breedz_Alleyvaried_OWinternational_c3.zip
rename to carolyns_creations/frames/petz/dl/p3breedz_Alleyvaried_OWinternational_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3breedz_ArthropodzInt_c3.zip b/carolyns_creations/frames/petz/dl/p3breedz_ArthropodzInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3breedz_ArthropodzInt_c3.zip
rename to carolyns_creations/frames/petz/dl/p3breedz_ArthropodzInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3breedz_Arthropodz_c3.zip b/carolyns_creations/frames/petz/dl/p3breedz_Arthropodz_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3breedz_Arthropodz_c3.zip
rename to carolyns_creations/frames/petz/dl/p3breedz_Arthropodz_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3breedz_BoyInt_d3.zip b/carolyns_creations/frames/petz/dl/p3breedz_BoyInt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3breedz_BoyInt_d3.zip
rename to carolyns_creations/frames/petz/dl/p3breedz_BoyInt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3breedz_Boy_d3.zip b/carolyns_creations/frames/petz/dl/p3breedz_Boy_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3breedz_Boy_d3.zip
rename to carolyns_creations/frames/petz/dl/p3breedz_Boy_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3breedz_BoyzInt_c3.zip b/carolyns_creations/frames/petz/dl/p3breedz_BoyzInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3breedz_BoyzInt_c3.zip
rename to carolyns_creations/frames/petz/dl/p3breedz_BoyzInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3breedz_Boyz_c3.zip b/carolyns_creations/frames/petz/dl/p3breedz_Boyz_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3breedz_Boyz_c3.zip
rename to carolyns_creations/frames/petz/dl/p3breedz_Boyz_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3breedz_Caliwingz_c3.zip b/carolyns_creations/frames/petz/dl/p3breedz_Caliwingz_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3breedz_Caliwingz_c3.zip
rename to carolyns_creations/frames/petz/dl/p3breedz_Caliwingz_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3breedz_FishieInt_c3.zip b/carolyns_creations/frames/petz/dl/p3breedz_FishieInt_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3breedz_FishieInt_c3.zip
rename to carolyns_creations/frames/petz/dl/p3breedz_FishieInt_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3breedz_Fishie_c3.zip b/carolyns_creations/frames/petz/dl/p3breedz_Fishie_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3breedz_Fishie_c3.zip
rename to carolyns_creations/frames/petz/dl/p3breedz_Fishie_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3breedz_Jester_c3.zip b/carolyns_creations/frames/petz/dl/p3breedz_Jester_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3breedz_Jester_c3.zip
rename to carolyns_creations/frames/petz/dl/p3breedz_Jester_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3breedz_LipsInternational_c3.zip b/carolyns_creations/frames/petz/dl/p3breedz_LipsInternational_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3breedz_LipsInternational_c3.zip
rename to carolyns_creations/frames/petz/dl/p3breedz_LipsInternational_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3breedz_Lips_c3.zip b/carolyns_creations/frames/petz/dl/p3breedz_Lips_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3breedz_Lips_c3.zip
rename to carolyns_creations/frames/petz/dl/p3breedz_Lips_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3breedz_Walret_c3.zip b/carolyns_creations/frames/petz/dl/p3breedz_Walret_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3breedz_Walret_c3.zip
rename to carolyns_creations/frames/petz/dl/p3breedz_Walret_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3breedz_Wetterhoun_d3.zip b/carolyns_creations/frames/petz/dl/p3breedz_Wetterhoun_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3breedz_Wetterhoun_d3.zip
rename to carolyns_creations/frames/petz/dl/p3breedz_Wetterhoun_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3breedz_skorchc3.zip b/carolyns_creations/frames/petz/dl/p3breedz_skorchc3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3breedz_skorchc3.zip
rename to carolyns_creations/frames/petz/dl/p3breedz_skorchc3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3clothes_DanceDress_p3.zip b/carolyns_creations/frames/petz/dl/p3clothes_DanceDress_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3clothes_DanceDress_p3.zip
rename to carolyns_creations/frames/petz/dl/p3clothes_DanceDress_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3clothes_WigDread2_p3.zip b/carolyns_creations/frames/petz/dl/p3clothes_WigDread2_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3clothes_WigDread2_p3.zip
rename to carolyns_creations/frames/petz/dl/p3clothes_WigDread2_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3clothes_WigDreads_p3.zip b/carolyns_creations/frames/petz/dl/p3clothes_WigDreads_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3clothes_WigDreads_p3.zip
rename to carolyns_creations/frames/petz/dl/p3clothes_WigDreads_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3clothes_WigJudges_p3.zip b/carolyns_creations/frames/petz/dl/p3clothes_WigJudges_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3clothes_WigJudges_p3.zip
rename to carolyns_creations/frames/petz/dl/p3clothes_WigJudges_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3clothes_Wingz_p3.zip b/carolyns_creations/frames/petz/dl/p3clothes_Wingz_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3clothes_Wingz_p3.zip
rename to carolyns_creations/frames/petz/dl/p3clothes_Wingz_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3hosts_HostBear_p3.zip b/carolyns_creations/frames/petz/dl/p3hosts_HostBear_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3hosts_HostBear_p3.zip
rename to carolyns_creations/frames/petz/dl/p3hosts_HostBear_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3hosts_HostJones_p3.zip b/carolyns_creations/frames/petz/dl/p3hosts_HostJones_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3hosts_HostJones_p3.zip
rename to carolyns_creations/frames/petz/dl/p3hosts_HostJones_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3hosts_HostMisha_p3.zip b/carolyns_creations/frames/petz/dl/p3hosts_HostMisha_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3hosts_HostMisha_p3.zip
rename to carolyns_creations/frames/petz/dl/p3hosts_HostMisha_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3hosts_HostMitzy_p3.zip b/carolyns_creations/frames/petz/dl/p3hosts_HostMitzy_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3hosts_HostMitzy_p3.zip
rename to carolyns_creations/frames/petz/dl/p3hosts_HostMitzy_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3hosts_HostPeg2_c3.zip b/carolyns_creations/frames/petz/dl/p3hosts_HostPeg2_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3hosts_HostPeg2_c3.zip
rename to carolyns_creations/frames/petz/dl/p3hosts_HostPeg2_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3hosts_HostPeg_p3.zip b/carolyns_creations/frames/petz/dl/p3hosts_HostPeg_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3hosts_HostPeg_p3.zip
rename to carolyns_creations/frames/petz/dl/p3hosts_HostPeg_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3hosts_HostPepe_p3.zip b/carolyns_creations/frames/petz/dl/p3hosts_HostPepe_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3hosts_HostPepe_p3.zip
rename to carolyns_creations/frames/petz/dl/p3hosts_HostPepe_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3hosts_HostPharaoh_p3.zip b/carolyns_creations/frames/petz/dl/p3hosts_HostPharaoh_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3hosts_HostPharaoh_p3.zip
rename to carolyns_creations/frames/petz/dl/p3hosts_HostPharaoh_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3hosts_HostRingmasterBailey_p3.zip b/carolyns_creations/frames/petz/dl/p3hosts_HostRingmasterBailey_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3hosts_HostRingmasterBailey_p3.zip
rename to carolyns_creations/frames/petz/dl/p3hosts_HostRingmasterBailey_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3hosts_HostTheAdmiral_p3.zip b/carolyns_creations/frames/petz/dl/p3hosts_HostTheAdmiral_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3hosts_HostTheAdmiral_p3.zip
rename to carolyns_creations/frames/petz/dl/p3hosts_HostTheAdmiral_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3hosts_HostWyatt_p3.zip b/carolyns_creations/frames/petz/dl/p3hosts_HostWyatt_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3hosts_HostWyatt_p3.zip
rename to carolyns_creations/frames/petz/dl/p3hosts_HostWyatt_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3hosts_PharaohGlitzySandals_p3.zip b/carolyns_creations/frames/petz/dl/p3hosts_PharaohGlitzySandals_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3hosts_PharaohGlitzySandals_p3.zip
rename to carolyns_creations/frames/petz/dl/p3hosts_PharaohGlitzySandals_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3official_artdecoclock.exe b/carolyns_creations/frames/petz/dl/p3official_artdecoclock.exe
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3official_artdecoclock.exe
rename to carolyns_creations/frames/petz/dl/p3official_artdecoclock.exe
diff --git a/Carolyns_Creations/frames/petz/dl/p3official_brownframe.exe b/carolyns_creations/frames/petz/dl/p3official_brownframe.exe
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3official_brownframe.exe
rename to carolyns_creations/frames/petz/dl/p3official_brownframe.exe
diff --git a/Carolyns_Creations/frames/petz/dl/p3official_carnations.exe b/carolyns_creations/frames/petz/dl/p3official_carnations.exe
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3official_carnations.exe
rename to carolyns_creations/frames/petz/dl/p3official_carnations.exe
diff --git a/Carolyns_Creations/frames/petz/dl/p3official_carrotseeds.exe b/carolyns_creations/frames/petz/dl/p3official_carrotseeds.exe
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3official_carrotseeds.exe
rename to carolyns_creations/frames/petz/dl/p3official_carrotseeds.exe
diff --git a/Carolyns_Creations/frames/petz/dl/p3official_healthytreat.exe b/carolyns_creations/frames/petz/dl/p3official_healthytreat.exe
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3official_healthytreat.exe
rename to carolyns_creations/frames/petz/dl/p3official_healthytreat.exe
diff --git a/Carolyns_Creations/frames/petz/dl/p3official_holidaytoyz.exe b/carolyns_creations/frames/petz/dl/p3official_holidaytoyz.exe
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3official_holidaytoyz.exe
rename to carolyns_creations/frames/petz/dl/p3official_holidaytoyz.exe
diff --git a/Carolyns_Creations/frames/petz/dl/p3official_jackolantern.exe b/carolyns_creations/frames/petz/dl/p3official_jackolantern.exe
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3official_jackolantern.exe
rename to carolyns_creations/frames/petz/dl/p3official_jackolantern.exe
diff --git a/Carolyns_Creations/frames/petz/dl/p3official_lovepotion.exe b/carolyns_creations/frames/petz/dl/p3official_lovepotion.exe
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3official_lovepotion.exe
rename to carolyns_creations/frames/petz/dl/p3official_lovepotion.exe
diff --git a/Carolyns_Creations/frames/petz/dl/p3official_marblevase.exe b/carolyns_creations/frames/petz/dl/p3official_marblevase.exe
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3official_marblevase.exe
rename to carolyns_creations/frames/petz/dl/p3official_marblevase.exe
diff --git a/Carolyns_Creations/frames/petz/dl/p3official_menorah.exe b/carolyns_creations/frames/petz/dl/p3official_menorah.exe
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3official_menorah.exe
rename to carolyns_creations/frames/petz/dl/p3official_menorah.exe
diff --git a/Carolyns_Creations/frames/petz/dl/p3official_roachmotel.exe b/carolyns_creations/frames/petz/dl/p3official_roachmotel.exe
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3official_roachmotel.exe
rename to carolyns_creations/frames/petz/dl/p3official_roachmotel.exe
diff --git a/Carolyns_Creations/frames/petz/dl/p3official_sneaker.exe b/carolyns_creations/frames/petz/dl/p3official_sneaker.exe
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3official_sneaker.exe
rename to carolyns_creations/frames/petz/dl/p3official_sneaker.exe
diff --git a/Carolyns_Creations/frames/petz/dl/p3official_snowscene.exe b/carolyns_creations/frames/petz/dl/p3official_snowscene.exe
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3official_snowscene.exe
rename to carolyns_creations/frames/petz/dl/p3official_snowscene.exe
diff --git a/Carolyns_Creations/frames/petz/dl/p3official_snowtoyz.exe b/carolyns_creations/frames/petz/dl/p3official_snowtoyz.exe
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3official_snowtoyz.exe
rename to carolyns_creations/frames/petz/dl/p3official_snowtoyz.exe
diff --git a/Carolyns_Creations/frames/petz/dl/p3official_soccerball.exe b/carolyns_creations/frames/petz/dl/p3official_soccerball.exe
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3official_soccerball.exe
rename to carolyns_creations/frames/petz/dl/p3official_soccerball.exe
diff --git a/Carolyns_Creations/frames/petz/dl/p3official_sunflowerseeds.exe b/carolyns_creations/frames/petz/dl/p3official_sunflowerseeds.exe
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3official_sunflowerseeds.exe
rename to carolyns_creations/frames/petz/dl/p3official_sunflowerseeds.exe
diff --git a/Carolyns_Creations/frames/petz/dl/p3official_tennisball.exe b/carolyns_creations/frames/petz/dl/p3official_tennisball.exe
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3official_tennisball.exe
rename to carolyns_creations/frames/petz/dl/p3official_tennisball.exe
diff --git a/Carolyns_Creations/frames/petz/dl/p3official_violetseeds.exe b/carolyns_creations/frames/petz/dl/p3official_violetseeds.exe
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3official_violetseeds.exe
rename to carolyns_creations/frames/petz/dl/p3official_violetseeds.exe
diff --git a/Carolyns_Creations/frames/petz/dl/p3playscene_Carrycase_p3.zip b/carolyns_creations/frames/petz/dl/p3playscene_Carrycase_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3playscene_Carrycase_p3.zip
rename to carolyns_creations/frames/petz/dl/p3playscene_Carrycase_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3playscene_SecretWoodSounds.zip b/carolyns_creations/frames/petz/dl/p3playscene_SecretWoodSounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3playscene_SecretWoodSounds.zip
rename to carolyns_creations/frames/petz/dl/p3playscene_SecretWoodSounds.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3playscene_SecretWoodToyz_p3.zip b/carolyns_creations/frames/petz/dl/p3playscene_SecretWoodToyz_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3playscene_SecretWoodToyz_p3.zip
rename to carolyns_creations/frames/petz/dl/p3playscene_SecretWoodToyz_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3playscene_SecretWood_p3.zip b/carolyns_creations/frames/petz/dl/p3playscene_SecretWood_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3playscene_SecretWood_p3.zip
rename to carolyns_creations/frames/petz/dl/p3playscene_SecretWood_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3toyz_Blooms(International)_p3.zip b/carolyns_creations/frames/petz/dl/p3toyz_Blooms(International)_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3toyz_Blooms(International)_p3.zip
rename to carolyns_creations/frames/petz/dl/p3toyz_Blooms(International)_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3toyz_Blooms_p3.zip b/carolyns_creations/frames/petz/dl/p3toyz_Blooms_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3toyz_Blooms_p3.zip
rename to carolyns_creations/frames/petz/dl/p3toyz_Blooms_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3toyz_Blowers_p3.zip b/carolyns_creations/frames/petz/dl/p3toyz_Blowers_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3toyz_Blowers_p3.zip
rename to carolyns_creations/frames/petz/dl/p3toyz_Blowers_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3toyz_ButterflyAttractorInt_p3.zip b/carolyns_creations/frames/petz/dl/p3toyz_ButterflyAttractorInt_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3toyz_ButterflyAttractorInt_p3.zip
rename to carolyns_creations/frames/petz/dl/p3toyz_ButterflyAttractorInt_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3toyz_ButterflyAttractor_p3.zip b/carolyns_creations/frames/petz/dl/p3toyz_ButterflyAttractor_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3toyz_ButterflyAttractor_p3.zip
rename to carolyns_creations/frames/petz/dl/p3toyz_ButterflyAttractor_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3toyz_CarrotTreatBag(International)_p3.zip b/carolyns_creations/frames/petz/dl/p3toyz_CarrotTreatBag(International)_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3toyz_CarrotTreatBag(International)_p3.zip
rename to carolyns_creations/frames/petz/dl/p3toyz_CarrotTreatBag(International)_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3toyz_CarrotTreatBag_p3.zip b/carolyns_creations/frames/petz/dl/p3toyz_CarrotTreatBag_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3toyz_CarrotTreatBag_p3.zip
rename to carolyns_creations/frames/petz/dl/p3toyz_CarrotTreatBag_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3toyz_Catz1squeakytoy(International)_p3.zip b/carolyns_creations/frames/petz/dl/p3toyz_Catz1squeakytoy(International)_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3toyz_Catz1squeakytoy(International)_p3.zip
rename to carolyns_creations/frames/petz/dl/p3toyz_Catz1squeakytoy(International)_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3toyz_Catz1squeakytoy_p3.zip b/carolyns_creations/frames/petz/dl/p3toyz_Catz1squeakytoy_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3toyz_Catz1squeakytoy_p3.zip
rename to carolyns_creations/frames/petz/dl/p3toyz_Catz1squeakytoy_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3toyz_Doll_p3.zip b/carolyns_creations/frames/petz/dl/p3toyz_Doll_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3toyz_Doll_p3.zip
rename to carolyns_creations/frames/petz/dl/p3toyz_Doll_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3toyz_Doll_p3int.zip b/carolyns_creations/frames/petz/dl/p3toyz_Doll_p3int.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3toyz_Doll_p3int.zip
rename to carolyns_creations/frames/petz/dl/p3toyz_Doll_p3int.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3toyz_Dungbeetle_p3.zip b/carolyns_creations/frames/petz/dl/p3toyz_Dungbeetle_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3toyz_Dungbeetle_p3.zip
rename to carolyns_creations/frames/petz/dl/p3toyz_Dungbeetle_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3toyz_Gemhairball(International)_ForCloset_p3.zip b/carolyns_creations/frames/petz/dl/p3toyz_Gemhairball(International)_ForCloset_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3toyz_Gemhairball(International)_ForCloset_p3.zip
rename to carolyns_creations/frames/petz/dl/p3toyz_Gemhairball(International)_ForCloset_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3toyz_Gemhairball(International)_p3.zip b/carolyns_creations/frames/petz/dl/p3toyz_Gemhairball(International)_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3toyz_Gemhairball(International)_p3.zip
rename to carolyns_creations/frames/petz/dl/p3toyz_Gemhairball(International)_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3toyz_Gemhairball_ForCloset_p3.zip b/carolyns_creations/frames/petz/dl/p3toyz_Gemhairball_ForCloset_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3toyz_Gemhairball_ForCloset_p3.zip
rename to carolyns_creations/frames/petz/dl/p3toyz_Gemhairball_ForCloset_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3toyz_Gemhairball_p3.zip b/carolyns_creations/frames/petz/dl/p3toyz_Gemhairball_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3toyz_Gemhairball_p3.zip
rename to carolyns_creations/frames/petz/dl/p3toyz_Gemhairball_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3toyz_LovePotion(International)_p3.zip b/carolyns_creations/frames/petz/dl/p3toyz_LovePotion(International)_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3toyz_LovePotion(International)_p3.zip
rename to carolyns_creations/frames/petz/dl/p3toyz_LovePotion(International)_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p3toyz_Mintbottle_p3.zip b/carolyns_creations/frames/petz/dl/p3toyz_Mintbottle_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p3toyz_Mintbottle_p3.zip
rename to carolyns_creations/frames/petz/dl/p3toyz_Mintbottle_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4breedz_102_c4.zip b/carolyns_creations/frames/petz/dl/p4breedz_102_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4breedz_102_c4.zip
rename to carolyns_creations/frames/petz/dl/p4breedz_102_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4breedz_Alley2_OW_c4.zip b/carolyns_creations/frames/petz/dl/p4breedz_Alley2_OW_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4breedz_Alley2_OW_c4.zip
rename to carolyns_creations/frames/petz/dl/p4breedz_Alley2_OW_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4breedz_Alley3_OW_c4.zip b/carolyns_creations/frames/petz/dl/p4breedz_Alley3_OW_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4breedz_Alley3_OW_c4.zip
rename to carolyns_creations/frames/petz/dl/p4breedz_Alley3_OW_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4breedz_AlleycatOW_c4.zip b/carolyns_creations/frames/petz/dl/p4breedz_AlleycatOW_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4breedz_AlleycatOW_c4.zip
rename to carolyns_creations/frames/petz/dl/p4breedz_AlleycatOW_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4breedz_Alleyvaried_OW_c4.zip b/carolyns_creations/frames/petz/dl/p4breedz_Alleyvaried_OW_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4breedz_Alleyvaried_OW_c4.zip
rename to carolyns_creations/frames/petz/dl/p4breedz_Alleyvaried_OW_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4breedz_Arthropodz_c4.zip b/carolyns_creations/frames/petz/dl/p4breedz_Arthropodz_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4breedz_Arthropodz_c4.zip
rename to carolyns_creations/frames/petz/dl/p4breedz_Arthropodz_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4breedz_Boy_d4.zip b/carolyns_creations/frames/petz/dl/p4breedz_Boy_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4breedz_Boy_d4.zip
rename to carolyns_creations/frames/petz/dl/p4breedz_Boy_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4breedz_Boyz_c4.zip b/carolyns_creations/frames/petz/dl/p4breedz_Boyz_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4breedz_Boyz_c4.zip
rename to carolyns_creations/frames/petz/dl/p4breedz_Boyz_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4breedz_Caliwingz_c4.zip b/carolyns_creations/frames/petz/dl/p4breedz_Caliwingz_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4breedz_Caliwingz_c4.zip
rename to carolyns_creations/frames/petz/dl/p4breedz_Caliwingz_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4breedz_Fishie_c4.zip b/carolyns_creations/frames/petz/dl/p4breedz_Fishie_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4breedz_Fishie_c4.zip
rename to carolyns_creations/frames/petz/dl/p4breedz_Fishie_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4breedz_Jester_c4.zip b/carolyns_creations/frames/petz/dl/p4breedz_Jester_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4breedz_Jester_c4.zip
rename to carolyns_creations/frames/petz/dl/p4breedz_Jester_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4breedz_Lips_c4.zip b/carolyns_creations/frames/petz/dl/p4breedz_Lips_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4breedz_Lips_c4.zip
rename to carolyns_creations/frames/petz/dl/p4breedz_Lips_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4breedz_Walret_c4.zip b/carolyns_creations/frames/petz/dl/p4breedz_Walret_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4breedz_Walret_c4.zip
rename to carolyns_creations/frames/petz/dl/p4breedz_Walret_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4breedz_Wetterhoun_d4.zip b/carolyns_creations/frames/petz/dl/p4breedz_Wetterhoun_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4breedz_Wetterhoun_d4.zip
rename to carolyns_creations/frames/petz/dl/p4breedz_Wetterhoun_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4breedz_skorchc4.zip b/carolyns_creations/frames/petz/dl/p4breedz_skorchc4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4breedz_skorchc4.zip
rename to carolyns_creations/frames/petz/dl/p4breedz_skorchc4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4clothes_PilgrimSweater_p4.zip b/carolyns_creations/frames/petz/dl/p4clothes_PilgrimSweater_p4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4clothes_PilgrimSweater_p4.zip
rename to carolyns_creations/frames/petz/dl/p4clothes_PilgrimSweater_p4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4clothes_SantaSweater_p4.zip b/carolyns_creations/frames/petz/dl/p4clothes_SantaSweater_p4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4clothes_SantaSweater_p4.zip
rename to carolyns_creations/frames/petz/dl/p4clothes_SantaSweater_p4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4clothes_WigDread2_p4.zip b/carolyns_creations/frames/petz/dl/p4clothes_WigDread2_p4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4clothes_WigDread2_p4.zip
rename to carolyns_creations/frames/petz/dl/p4clothes_WigDread2_p4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4clothes_WigDreads_p4.zip b/carolyns_creations/frames/petz/dl/p4clothes_WigDreads_p4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4clothes_WigDreads_p4.zip
rename to carolyns_creations/frames/petz/dl/p4clothes_WigDreads_p4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4clothes_WigJudges_p4.zip b/carolyns_creations/frames/petz/dl/p4clothes_WigJudges_p4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4clothes_WigJudges_p4.zip
rename to carolyns_creations/frames/petz/dl/p4clothes_WigJudges_p4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4clothes_Wingz_p4.zip b/carolyns_creations/frames/petz/dl/p4clothes_Wingz_p4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4clothes_Wingz_p4.zip
rename to carolyns_creations/frames/petz/dl/p4clothes_Wingz_p4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4hosts_Bailey_c4.zip b/carolyns_creations/frames/petz/dl/p4hosts_Bailey_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4hosts_Bailey_c4.zip
rename to carolyns_creations/frames/petz/dl/p4hosts_Bailey_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4hosts_Bear_d4.zip b/carolyns_creations/frames/petz/dl/p4hosts_Bear_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4hosts_Bear_d4.zip
rename to carolyns_creations/frames/petz/dl/p4hosts_Bear_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4hosts_HostBear_d4.zip b/carolyns_creations/frames/petz/dl/p4hosts_HostBear_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4hosts_HostBear_d4.zip
rename to carolyns_creations/frames/petz/dl/p4hosts_HostBear_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4hosts_HostJones_d4.zip b/carolyns_creations/frames/petz/dl/p4hosts_HostJones_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4hosts_HostJones_d4.zip
rename to carolyns_creations/frames/petz/dl/p4hosts_HostJones_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4hosts_HostMisha_d4.zip b/carolyns_creations/frames/petz/dl/p4hosts_HostMisha_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4hosts_HostMisha_d4.zip
rename to carolyns_creations/frames/petz/dl/p4hosts_HostMisha_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4hosts_HostMitzy_c4.zip b/carolyns_creations/frames/petz/dl/p4hosts_HostMitzy_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4hosts_HostMitzy_c4.zip
rename to carolyns_creations/frames/petz/dl/p4hosts_HostMitzy_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4hosts_HostPeg2_c4.zip b/carolyns_creations/frames/petz/dl/p4hosts_HostPeg2_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4hosts_HostPeg2_c4.zip
rename to carolyns_creations/frames/petz/dl/p4hosts_HostPeg2_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4hosts_HostPeg_c4.zip b/carolyns_creations/frames/petz/dl/p4hosts_HostPeg_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4hosts_HostPeg_c4.zip
rename to carolyns_creations/frames/petz/dl/p4hosts_HostPeg_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4hosts_HostPepe_d4.zip b/carolyns_creations/frames/petz/dl/p4hosts_HostPepe_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4hosts_HostPepe_d4.zip
rename to carolyns_creations/frames/petz/dl/p4hosts_HostPepe_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4hosts_HostPharaoh_p4.zip b/carolyns_creations/frames/petz/dl/p4hosts_HostPharaoh_p4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4hosts_HostPharaoh_p4.zip
rename to carolyns_creations/frames/petz/dl/p4hosts_HostPharaoh_p4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4hosts_HostRingmasterBailey_c4.zip b/carolyns_creations/frames/petz/dl/p4hosts_HostRingmasterBailey_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4hosts_HostRingmasterBailey_c4.zip
rename to carolyns_creations/frames/petz/dl/p4hosts_HostRingmasterBailey_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4hosts_HostTheAdmiral_p4.zip b/carolyns_creations/frames/petz/dl/p4hosts_HostTheAdmiral_p4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4hosts_HostTheAdmiral_p4.zip
rename to carolyns_creations/frames/petz/dl/p4hosts_HostTheAdmiral_p4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4hosts_HostWyatt_c4.zip b/carolyns_creations/frames/petz/dl/p4hosts_HostWyatt_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4hosts_HostWyatt_c4.zip
rename to carolyns_creations/frames/petz/dl/p4hosts_HostWyatt_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4hosts_Jones_d4.zip b/carolyns_creations/frames/petz/dl/p4hosts_Jones_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4hosts_Jones_d4.zip
rename to carolyns_creations/frames/petz/dl/p4hosts_Jones_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4hosts_MishaOutfitModsP4.zip b/carolyns_creations/frames/petz/dl/p4hosts_MishaOutfitModsP4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4hosts_MishaOutfitModsP4.zip
rename to carolyns_creations/frames/petz/dl/p4hosts_MishaOutfitModsP4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4hosts_Misha_d4.zip b/carolyns_creations/frames/petz/dl/p4hosts_Misha_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4hosts_Misha_d4.zip
rename to carolyns_creations/frames/petz/dl/p4hosts_Misha_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4hosts_Mitzy_c4.zip b/carolyns_creations/frames/petz/dl/p4hosts_Mitzy_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4hosts_Mitzy_c4.zip
rename to carolyns_creations/frames/petz/dl/p4hosts_Mitzy_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4hosts_PegOutfitModsP4.zip b/carolyns_creations/frames/petz/dl/p4hosts_PegOutfitModsP4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4hosts_PegOutfitModsP4.zip
rename to carolyns_creations/frames/petz/dl/p4hosts_PegOutfitModsP4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4hosts_Peg_c4.zip b/carolyns_creations/frames/petz/dl/p4hosts_Peg_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4hosts_Peg_c4.zip
rename to carolyns_creations/frames/petz/dl/p4hosts_Peg_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4hosts_Pepe_d4.zip b/carolyns_creations/frames/petz/dl/p4hosts_Pepe_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4hosts_Pepe_d4.zip
rename to carolyns_creations/frames/petz/dl/p4hosts_Pepe_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4hosts_PharaohBlackSandals_p4.zip b/carolyns_creations/frames/petz/dl/p4hosts_PharaohBlackSandals_p4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4hosts_PharaohBlackSandals_p4.zip
rename to carolyns_creations/frames/petz/dl/p4hosts_PharaohBlackSandals_p4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4hosts_Pharaoh_c4.zip b/carolyns_creations/frames/petz/dl/p4hosts_Pharaoh_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4hosts_Pharaoh_c4.zip
rename to carolyns_creations/frames/petz/dl/p4hosts_Pharaoh_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4hosts_RingmasterBaileyOutfitModsP4.zip b/carolyns_creations/frames/petz/dl/p4hosts_RingmasterBaileyOutfitModsP4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4hosts_RingmasterBaileyOutfitModsP4.zip
rename to carolyns_creations/frames/petz/dl/p4hosts_RingmasterBaileyOutfitModsP4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4hosts_TheAdmiral_d4.zip b/carolyns_creations/frames/petz/dl/p4hosts_TheAdmiral_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4hosts_TheAdmiral_d4.zip
rename to carolyns_creations/frames/petz/dl/p4hosts_TheAdmiral_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4hosts_WyattOutfitModsP4.zip b/carolyns_creations/frames/petz/dl/p4hosts_WyattOutfitModsP4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4hosts_WyattOutfitModsP4.zip
rename to carolyns_creations/frames/petz/dl/p4hosts_WyattOutfitModsP4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4hosts_Wyatt_c4.zip b/carolyns_creations/frames/petz/dl/p4hosts_Wyatt_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4hosts_Wyatt_c4.zip
rename to carolyns_creations/frames/petz/dl/p4hosts_Wyatt_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4playscene_Carrycase_p4.zip b/carolyns_creations/frames/petz/dl/p4playscene_Carrycase_p4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4playscene_Carrycase_p4.zip
rename to carolyns_creations/frames/petz/dl/p4playscene_Carrycase_p4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4playscene_Fishybeach_p4.zip b/carolyns_creations/frames/petz/dl/p4playscene_Fishybeach_p4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4playscene_Fishybeach_p4.zip
rename to carolyns_creations/frames/petz/dl/p4playscene_Fishybeach_p4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4playscene_SecretWoodSounds.zip b/carolyns_creations/frames/petz/dl/p4playscene_SecretWoodSounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4playscene_SecretWoodSounds.zip
rename to carolyns_creations/frames/petz/dl/p4playscene_SecretWoodSounds.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4playscene_SecretWoodToyz_p4.zip b/carolyns_creations/frames/petz/dl/p4playscene_SecretWoodToyz_p4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4playscene_SecretWoodToyz_p4.zip
rename to carolyns_creations/frames/petz/dl/p4playscene_SecretWoodToyz_p4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4playscene_SecretWood_p4.zip b/carolyns_creations/frames/petz/dl/p4playscene_SecretWood_p4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4playscene_SecretWood_p4.zip
rename to carolyns_creations/frames/petz/dl/p4playscene_SecretWood_p4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4toyz_Blooms_p4.zip b/carolyns_creations/frames/petz/dl/p4toyz_Blooms_p4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4toyz_Blooms_p4.zip
rename to carolyns_creations/frames/petz/dl/p4toyz_Blooms_p4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4toyz_Blowers_p4.zip b/carolyns_creations/frames/petz/dl/p4toyz_Blowers_p4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4toyz_Blowers_p4.zip
rename to carolyns_creations/frames/petz/dl/p4toyz_Blowers_p4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4toyz_CarrotTreatBag_p4.zip b/carolyns_creations/frames/petz/dl/p4toyz_CarrotTreatBag_p4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4toyz_CarrotTreatBag_p4.zip
rename to carolyns_creations/frames/petz/dl/p4toyz_CarrotTreatBag_p4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4toyz_Catz1squeakytoy_p4.zip b/carolyns_creations/frames/petz/dl/p4toyz_Catz1squeakytoy_p4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4toyz_Catz1squeakytoy_p4.zip
rename to carolyns_creations/frames/petz/dl/p4toyz_Catz1squeakytoy_p4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4toyz_CircusGoldfishbowl_p4.zip b/carolyns_creations/frames/petz/dl/p4toyz_CircusGoldfishbowl_p4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4toyz_CircusGoldfishbowl_p4.zip
rename to carolyns_creations/frames/petz/dl/p4toyz_CircusGoldfishbowl_p4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4toyz_Doll_p4.zip b/carolyns_creations/frames/petz/dl/p4toyz_Doll_p4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4toyz_Doll_p4.zip
rename to carolyns_creations/frames/petz/dl/p4toyz_Doll_p4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4toyz_Dungbeetle_p4.zip b/carolyns_creations/frames/petz/dl/p4toyz_Dungbeetle_p4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4toyz_Dungbeetle_p4.zip
rename to carolyns_creations/frames/petz/dl/p4toyz_Dungbeetle_p4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4toyz_FreedomGoldfishbowl_p4.zip b/carolyns_creations/frames/petz/dl/p4toyz_FreedomGoldfishbowl_p4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4toyz_FreedomGoldfishbowl_p4.zip
rename to carolyns_creations/frames/petz/dl/p4toyz_FreedomGoldfishbowl_p4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4toyz_FreedomGoldfishtank_p4.zip b/carolyns_creations/frames/petz/dl/p4toyz_FreedomGoldfishtank_p4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4toyz_FreedomGoldfishtank_p4.zip
rename to carolyns_creations/frames/petz/dl/p4toyz_FreedomGoldfishtank_p4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4toyz_Gemhairball_ForCloset_p4.zip b/carolyns_creations/frames/petz/dl/p4toyz_Gemhairball_ForCloset_p4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4toyz_Gemhairball_ForCloset_p4.zip
rename to carolyns_creations/frames/petz/dl/p4toyz_Gemhairball_ForCloset_p4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4toyz_Gemhairball_p4.zip b/carolyns_creations/frames/petz/dl/p4toyz_Gemhairball_p4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4toyz_Gemhairball_p4.zip
rename to carolyns_creations/frames/petz/dl/p4toyz_Gemhairball_p4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4toyz_GoldfishTank_p4.zip b/carolyns_creations/frames/petz/dl/p4toyz_GoldfishTank_p4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4toyz_GoldfishTank_p4.zip
rename to carolyns_creations/frames/petz/dl/p4toyz_GoldfishTank_p4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4toyz_Mintbottle_p4.zip b/carolyns_creations/frames/petz/dl/p4toyz_Mintbottle_p4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4toyz_Mintbottle_p4.zip
rename to carolyns_creations/frames/petz/dl/p4toyz_Mintbottle_p4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4toyz_P4Sunflowers.zip b/carolyns_creations/frames/petz/dl/p4toyz_P4Sunflowers.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4toyz_P4Sunflowers.zip
rename to carolyns_creations/frames/petz/dl/p4toyz_P4Sunflowers.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4toyz_cannon_p4.zip b/carolyns_creations/frames/petz/dl/p4toyz_cannon_p4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4toyz_cannon_p4.zip
rename to carolyns_creations/frames/petz/dl/p4toyz_cannon_p4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p4toyz_hiddentoyz1.zip b/carolyns_creations/frames/petz/dl/p4toyz_hiddentoyz1.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p4toyz_hiddentoyz1.zip
rename to carolyns_creations/frames/petz/dl/p4toyz_hiddentoyz1.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5breedz_102_c5.zip b/carolyns_creations/frames/petz/dl/p5breedz_102_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5breedz_102_c5.zip
rename to carolyns_creations/frames/petz/dl/p5breedz_102_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5breedz_Alley2_OW_c5.zip b/carolyns_creations/frames/petz/dl/p5breedz_Alley2_OW_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5breedz_Alley2_OW_c5.zip
rename to carolyns_creations/frames/petz/dl/p5breedz_Alley2_OW_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5breedz_Alley3_OW_c5.zip b/carolyns_creations/frames/petz/dl/p5breedz_Alley3_OW_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5breedz_Alley3_OW_c5.zip
rename to carolyns_creations/frames/petz/dl/p5breedz_Alley3_OW_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5breedz_AlleycatOW_c5.zip b/carolyns_creations/frames/petz/dl/p5breedz_AlleycatOW_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5breedz_AlleycatOW_c5.zip
rename to carolyns_creations/frames/petz/dl/p5breedz_AlleycatOW_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5breedz_Alleyvaried_OW_c5.zip b/carolyns_creations/frames/petz/dl/p5breedz_Alleyvaried_OW_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5breedz_Alleyvaried_OW_c5.zip
rename to carolyns_creations/frames/petz/dl/p5breedz_Alleyvaried_OW_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5breedz_Arthropodz_c5.zip b/carolyns_creations/frames/petz/dl/p5breedz_Arthropodz_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5breedz_Arthropodz_c5.zip
rename to carolyns_creations/frames/petz/dl/p5breedz_Arthropodz_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5breedz_Boy_d5.zip b/carolyns_creations/frames/petz/dl/p5breedz_Boy_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5breedz_Boy_d5.zip
rename to carolyns_creations/frames/petz/dl/p5breedz_Boy_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5breedz_Boyz_c5.zip b/carolyns_creations/frames/petz/dl/p5breedz_Boyz_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5breedz_Boyz_c5.zip
rename to carolyns_creations/frames/petz/dl/p5breedz_Boyz_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5breedz_Caliwingz_c5.zip b/carolyns_creations/frames/petz/dl/p5breedz_Caliwingz_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5breedz_Caliwingz_c5.zip
rename to carolyns_creations/frames/petz/dl/p5breedz_Caliwingz_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5breedz_Fishie_c5.zip b/carolyns_creations/frames/petz/dl/p5breedz_Fishie_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5breedz_Fishie_c5.zip
rename to carolyns_creations/frames/petz/dl/p5breedz_Fishie_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5breedz_Jester_c5.zip b/carolyns_creations/frames/petz/dl/p5breedz_Jester_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5breedz_Jester_c5.zip
rename to carolyns_creations/frames/petz/dl/p5breedz_Jester_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5breedz_Lips_c5.zip b/carolyns_creations/frames/petz/dl/p5breedz_Lips_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5breedz_Lips_c5.zip
rename to carolyns_creations/frames/petz/dl/p5breedz_Lips_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5breedz_Walret_c5.zip b/carolyns_creations/frames/petz/dl/p5breedz_Walret_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5breedz_Walret_c5.zip
rename to carolyns_creations/frames/petz/dl/p5breedz_Walret_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5breedz_Wetterhoun_d5.zip b/carolyns_creations/frames/petz/dl/p5breedz_Wetterhoun_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5breedz_Wetterhoun_d5.zip
rename to carolyns_creations/frames/petz/dl/p5breedz_Wetterhoun_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5breedz_skorchc5.zip b/carolyns_creations/frames/petz/dl/p5breedz_skorchc5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5breedz_skorchc5.zip
rename to carolyns_creations/frames/petz/dl/p5breedz_skorchc5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5clothes_WigDread2_p5.zip b/carolyns_creations/frames/petz/dl/p5clothes_WigDread2_p5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5clothes_WigDread2_p5.zip
rename to carolyns_creations/frames/petz/dl/p5clothes_WigDread2_p5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5clothes_WigDreads_p5.zip b/carolyns_creations/frames/petz/dl/p5clothes_WigDreads_p5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5clothes_WigDreads_p5.zip
rename to carolyns_creations/frames/petz/dl/p5clothes_WigDreads_p5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5clothes_WigJudges_p5.zip b/carolyns_creations/frames/petz/dl/p5clothes_WigJudges_p5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5clothes_WigJudges_p5.zip
rename to carolyns_creations/frames/petz/dl/p5clothes_WigJudges_p5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5clothes_Wingz_p5.zip b/carolyns_creations/frames/petz/dl/p5clothes_Wingz_p5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5clothes_Wingz_p5.zip
rename to carolyns_creations/frames/petz/dl/p5clothes_Wingz_p5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5hosts_Bailey_c5.zip b/carolyns_creations/frames/petz/dl/p5hosts_Bailey_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5hosts_Bailey_c5.zip
rename to carolyns_creations/frames/petz/dl/p5hosts_Bailey_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5hosts_Bear_d5.zip b/carolyns_creations/frames/petz/dl/p5hosts_Bear_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5hosts_Bear_d5.zip
rename to carolyns_creations/frames/petz/dl/p5hosts_Bear_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5hosts_Jones_d5.zip b/carolyns_creations/frames/petz/dl/p5hosts_Jones_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5hosts_Jones_d5.zip
rename to carolyns_creations/frames/petz/dl/p5hosts_Jones_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5hosts_Misha_d5.zip b/carolyns_creations/frames/petz/dl/p5hosts_Misha_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5hosts_Misha_d5.zip
rename to carolyns_creations/frames/petz/dl/p5hosts_Misha_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5hosts_Mitzy_c5.zip b/carolyns_creations/frames/petz/dl/p5hosts_Mitzy_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5hosts_Mitzy_c5.zip
rename to carolyns_creations/frames/petz/dl/p5hosts_Mitzy_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5hosts_Peg_c5.zip b/carolyns_creations/frames/petz/dl/p5hosts_Peg_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5hosts_Peg_c5.zip
rename to carolyns_creations/frames/petz/dl/p5hosts_Peg_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5hosts_Pepe_d5.zip b/carolyns_creations/frames/petz/dl/p5hosts_Pepe_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5hosts_Pepe_d5.zip
rename to carolyns_creations/frames/petz/dl/p5hosts_Pepe_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5hosts_Pharaoh_c5.zip b/carolyns_creations/frames/petz/dl/p5hosts_Pharaoh_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5hosts_Pharaoh_c5.zip
rename to carolyns_creations/frames/petz/dl/p5hosts_Pharaoh_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5hosts_TheAdmiral_d5.zip b/carolyns_creations/frames/petz/dl/p5hosts_TheAdmiral_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5hosts_TheAdmiral_d5.zip
rename to carolyns_creations/frames/petz/dl/p5hosts_TheAdmiral_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5hosts_Wyatt_c5.zip b/carolyns_creations/frames/petz/dl/p5hosts_Wyatt_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5hosts_Wyatt_c5.zip
rename to carolyns_creations/frames/petz/dl/p5hosts_Wyatt_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5playscene_AdoptionCentreEasy-edit_p5.zip b/carolyns_creations/frames/petz/dl/p5playscene_AdoptionCentreEasy-edit_p5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5playscene_AdoptionCentreEasy-edit_p5.zip
rename to carolyns_creations/frames/petz/dl/p5playscene_AdoptionCentreEasy-edit_p5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5playscene_AdoptionsGone.zip b/carolyns_creations/frames/petz/dl/p5playscene_AdoptionsGone.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5playscene_AdoptionsGone.zip
rename to carolyns_creations/frames/petz/dl/p5playscene_AdoptionsGone.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5playscene_Kitchen_p5.zip b/carolyns_creations/frames/petz/dl/p5playscene_Kitchen_p5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5playscene_Kitchen_p5.zip
rename to carolyns_creations/frames/petz/dl/p5playscene_Kitchen_p5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5playscene_SecretWoodSounds.zip b/carolyns_creations/frames/petz/dl/p5playscene_SecretWoodSounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5playscene_SecretWoodSounds.zip
rename to carolyns_creations/frames/petz/dl/p5playscene_SecretWoodSounds.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5playscene_SecretWoodToyz_p5.zip b/carolyns_creations/frames/petz/dl/p5playscene_SecretWoodToyz_p5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5playscene_SecretWoodToyz_p5.zip
rename to carolyns_creations/frames/petz/dl/p5playscene_SecretWoodToyz_p5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5playscene_SecretWood_p5.zip b/carolyns_creations/frames/petz/dl/p5playscene_SecretWood_p5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5playscene_SecretWood_p5.zip
rename to carolyns_creations/frames/petz/dl/p5playscene_SecretWood_p5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5playscene_SoundsForP5playscenes.zip b/carolyns_creations/frames/petz/dl/p5playscene_SoundsForP5playscenes.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5playscene_SoundsForP5playscenes.zip
rename to carolyns_creations/frames/petz/dl/p5playscene_SoundsForP5playscenes.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5skinz_Carrycase_p5.zip b/carolyns_creations/frames/petz/dl/p5skinz_Carrycase_p5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5skinz_Carrycase_p5.zip
rename to carolyns_creations/frames/petz/dl/p5skinz_Carrycase_p5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5toyz_Beetle_p5.zip b/carolyns_creations/frames/petz/dl/p5toyz_Beetle_p5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5toyz_Beetle_p5.zip
rename to carolyns_creations/frames/petz/dl/p5toyz_Beetle_p5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5toyz_Blooms_p5.zip b/carolyns_creations/frames/petz/dl/p5toyz_Blooms_p5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5toyz_Blooms_p5.zip
rename to carolyns_creations/frames/petz/dl/p5toyz_Blooms_p5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5toyz_Blowers_p5.zip b/carolyns_creations/frames/petz/dl/p5toyz_Blowers_p5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5toyz_Blowers_p5.zip
rename to carolyns_creations/frames/petz/dl/p5toyz_Blowers_p5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5toyz_BlueButterfly_p5.zip b/carolyns_creations/frames/petz/dl/p5toyz_BlueButterfly_p5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5toyz_BlueButterfly_p5.zip
rename to carolyns_creations/frames/petz/dl/p5toyz_BlueButterfly_p5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5toyz_Doll_p5.zip b/carolyns_creations/frames/petz/dl/p5toyz_Doll_p5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5toyz_Doll_p5.zip
rename to carolyns_creations/frames/petz/dl/p5toyz_Doll_p5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5toyz_FreedomGoldfishbowl_p5.zip b/carolyns_creations/frames/petz/dl/p5toyz_FreedomGoldfishbowl_p5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5toyz_FreedomGoldfishbowl_p5.zip
rename to carolyns_creations/frames/petz/dl/p5toyz_FreedomGoldfishbowl_p5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5toyz_Gemhairball_p5.zip b/carolyns_creations/frames/petz/dl/p5toyz_Gemhairball_p5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5toyz_Gemhairball_p5.zip
rename to carolyns_creations/frames/petz/dl/p5toyz_Gemhairball_p5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5toyz_Godlfishbowl_p5.zip b/carolyns_creations/frames/petz/dl/p5toyz_Godlfishbowl_p5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5toyz_Godlfishbowl_p5.zip
rename to carolyns_creations/frames/petz/dl/p5toyz_Godlfishbowl_p5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5toyz_Sponge_p5.zip b/carolyns_creations/frames/petz/dl/p5toyz_Sponge_p5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5toyz_Sponge_p5.zip
rename to carolyns_creations/frames/petz/dl/p5toyz_Sponge_p5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5toyz_Towel_p5.zip b/carolyns_creations/frames/petz/dl/p5toyz_Towel_p5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5toyz_Towel_p5.zip
rename to carolyns_creations/frames/petz/dl/p5toyz_Towel_p5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5toyz_cannon_p5.zip b/carolyns_creations/frames/petz/dl/p5toyz_cannon_p5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5toyz_cannon_p5.zip
rename to carolyns_creations/frames/petz/dl/p5toyz_cannon_p5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/p5toyz_mintbottle_p5.zip b/carolyns_creations/frames/petz/dl/p5toyz_mintbottle_p5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/p5toyz_mintbottle_p5.zip
rename to carolyns_creations/frames/petz/dl/p5toyz_mintbottle_p5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzIIfooler_GreatdanepII.zip b/carolyns_creations/frames/petz/dl/petzIIfooler_GreatdanepII.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzIIfooler_GreatdanepII.zip
rename to carolyns_creations/frames/petz/dl/petzIIfooler_GreatdanepII.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzIIfooler_PIIOriginalToyz.zip b/carolyns_creations/frames/petz/dl/petzIIfooler_PIIOriginalToyz.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzIIfooler_PIIOriginalToyz.zip
rename to carolyns_creations/frames/petz/dl/petzIIfooler_PIIOriginalToyz.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzIIfooler_PIIoriginalCatz.zip b/carolyns_creations/frames/petz/dl/petzIIfooler_PIIoriginalCatz.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzIIfooler_PIIoriginalCatz.zip
rename to carolyns_creations/frames/petz/dl/petzIIfooler_PIIoriginalCatz.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzIIfooler_PIIoriginalCatzDownloadables.zip b/carolyns_creations/frames/petz/dl/petzIIfooler_PIIoriginalCatzDownloadables.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzIIfooler_PIIoriginalCatzDownloadables.zip
rename to carolyns_creations/frames/petz/dl/petzIIfooler_PIIoriginalCatzDownloadables.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzIIfooler_PIIoriginalDogz.zip b/carolyns_creations/frames/petz/dl/petzIIfooler_PIIoriginalDogz.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzIIfooler_PIIoriginalDogz.zip
rename to carolyns_creations/frames/petz/dl/petzIIfooler_PIIoriginalDogz.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzIIfooler_PIIoriginalDogzDownloadables.zip b/carolyns_creations/frames/petz/dl/petzIIfooler_PIIoriginalDogzDownloadables.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzIIfooler_PIIoriginalDogzDownloadables.zip
rename to carolyns_creations/frames/petz/dl/petzIIfooler_PIIoriginalDogzDownloadables.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzIIfooler_PIIoriginalWallpaper.zip b/carolyns_creations/frames/petz/dl/petzIIfooler_PIIoriginalWallpaper.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzIIfooler_PIIoriginalWallpaper.zip
rename to carolyns_creations/frames/petz/dl/petzIIfooler_PIIoriginalWallpaper.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzIIfooler_PetzIIModifiedExe.zip b/carolyns_creations/frames/petz/dl/petzIIfooler_PetzIIModifiedExe.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzIIfooler_PetzIIModifiedExe.zip
rename to carolyns_creations/frames/petz/dl/petzIIfooler_PetzIIModifiedExe.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzIIfooler_PetzIIdemo.zip b/carolyns_creations/frames/petz/dl/petzIIfooler_PetzIIdemo.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzIIfooler_PetzIIdemo.zip
rename to carolyns_creations/frames/petz/dl/petzIIfooler_PetzIIdemo.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzIIfooler_PetzIIdemoFooler.zip b/carolyns_creations/frames/petz/dl/petzIIfooler_PetzIIdemoFooler.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzIIfooler_PetzIIdemoFooler.zip
rename to carolyns_creations/frames/petz/dl/petzIIfooler_PetzIIdemoFooler.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzIIfooler_Rez_c2.zip b/carolyns_creations/frames/petz/dl/petzIIfooler_Rez_c2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzIIfooler_Rez_c2.zip
rename to carolyns_creations/frames/petz/dl/petzIIfooler_Rez_c2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzIIfooler_Rez_d2.zip b/carolyns_creations/frames/petz/dl/petzIIfooler_Rez_d2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzIIfooler_Rez_d2.zip
rename to carolyns_creations/frames/petz/dl/petzIIfooler_Rez_d2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzIIfooler_SiamesepII.zip b/carolyns_creations/frames/petz/dl/petzIIfooler_SiamesepII.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzIIfooler_SiamesepII.zip
rename to carolyns_creations/frames/petz/dl/petzIIfooler_SiamesepII.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petz_LeopardDogz.zip b/carolyns_creations/frames/petz/dl/petz_LeopardDogz.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petz_LeopardDogz.zip
rename to carolyns_creations/frames/petz/dl/petz_LeopardDogz.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_AdoptionCentreEasy-edit_p5.zip b/carolyns_creations/frames/petz/dl/petzedit_AdoptionCentreEasy-edit_p5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_AdoptionCentreEasy-edit_p5.zip
rename to carolyns_creations/frames/petz/dl/petzedit_AdoptionCentreEasy-edit_p5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_AdoptionCentreP3Easy-edit.zip b/carolyns_creations/frames/petz/dl/petzedit_AdoptionCentreP3Easy-edit.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_AdoptionCentreP3Easy-edit.zip
rename to carolyns_creations/frames/petz/dl/petzedit_AdoptionCentreP3Easy-edit.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_AdoptionCentreP3IntExtra.zip b/carolyns_creations/frames/petz/dl/petzedit_AdoptionCentreP3IntExtra.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_AdoptionCentreP3IntExtra.zip
rename to carolyns_creations/frames/petz/dl/petzedit_AdoptionCentreP3IntExtra.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_AdvancedHexingBreedzUpdatedApr2003.zip b/carolyns_creations/frames/petz/dl/petzedit_AdvancedHexingBreedzUpdatedApr2003.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_AdvancedHexingBreedzUpdatedApr2003.zip
rename to carolyns_creations/frames/petz/dl/petzedit_AdvancedHexingBreedzUpdatedApr2003.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_BreedablePig_d5.zip b/carolyns_creations/frames/petz/dl/petzedit_BreedablePig_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_BreedablePig_d5.zip
rename to carolyns_creations/frames/petz/dl/petzedit_BreedablePig_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_BreedfileMissingErrorsJun2003.zip b/carolyns_creations/frames/petz/dl/petzedit_BreedfileMissingErrorsJun2003.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_BreedfileMissingErrorsJun2003.zip
rename to carolyns_creations/frames/petz/dl/petzedit_BreedfileMissingErrorsJun2003.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_BunnyEarsOnDogzAndCatzAndFangs.zip b/carolyns_creations/frames/petz/dl/petzedit_BunnyEarsOnDogzAndCatzAndFangs.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_BunnyEarsOnDogzAndCatzAndFangs.zip
rename to carolyns_creations/frames/petz/dl/petzedit_BunnyEarsOnDogzAndCatzAndFangs.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_BunnyFamily.zip b/carolyns_creations/frames/petz/dl/petzedit_BunnyFamily.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_BunnyFamily.zip
rename to carolyns_creations/frames/petz/dl/petzedit_BunnyFamily.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_CandytreatsEasyeditInt_p3.zip b/carolyns_creations/frames/petz/dl/petzedit_CandytreatsEasyeditInt_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_CandytreatsEasyeditInt_p3.zip
rename to carolyns_creations/frames/petz/dl/petzedit_CandytreatsEasyeditInt_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_CandytreatsEasyedit_p3.zip b/carolyns_creations/frames/petz/dl/petzedit_CandytreatsEasyedit_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_CandytreatsEasyedit_p3.zip
rename to carolyns_creations/frames/petz/dl/petzedit_CandytreatsEasyedit_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_CandytreatsEasyedit_p4.zip b/carolyns_creations/frames/petz/dl/petzedit_CandytreatsEasyedit_p4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_CandytreatsEasyedit_p4.zip
rename to carolyns_creations/frames/petz/dl/petzedit_CandytreatsEasyedit_p4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_Catz1breedmakingWindowsAndMacApr2003.zip b/carolyns_creations/frames/petz/dl/petzedit_Catz1breedmakingWindowsAndMacApr2003.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_Catz1breedmakingWindowsAndMacApr2003.zip
rename to carolyns_creations/frames/petz/dl/petzedit_Catz1breedmakingWindowsAndMacApr2003.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_ConvertingBetweenPetzBreedzAug2003.zip b/carolyns_creations/frames/petz/dl/petzedit_ConvertingBetweenPetzBreedzAug2003.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_ConvertingBetweenPetzBreedzAug2003.zip
rename to carolyns_creations/frames/petz/dl/petzedit_ConvertingBetweenPetzBreedzAug2003.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_ConvertingPetz4ToPetz5.zip b/carolyns_creations/frames/petz/dl/petzedit_ConvertingPetz4ToPetz5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_ConvertingPetz4ToPetz5.zip
rename to carolyns_creations/frames/petz/dl/petzedit_ConvertingPetz4ToPetz5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_Dogz1editingWindows.zip b/carolyns_creations/frames/petz/dl/petzedit_Dogz1editingWindows.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_Dogz1editingWindows.zip
rename to carolyns_creations/frames/petz/dl/petzedit_Dogz1editingWindows.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_DropTailsHowtoMarch2003.zip b/carolyns_creations/frames/petz/dl/petzedit_DropTailsHowtoMarch2003.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_DropTailsHowtoMarch2003.zip
rename to carolyns_creations/frames/petz/dl/petzedit_DropTailsHowtoMarch2003.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_DropTailsOnCatz.zip b/carolyns_creations/frames/petz/dl/petzedit_DropTailsOnCatz.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_DropTailsOnCatz.zip
rename to carolyns_creations/frames/petz/dl/petzedit_DropTailsOnCatz.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_EvenMoreEarChangingMarch2003.zip b/carolyns_creations/frames/petz/dl/petzedit_EvenMoreEarChangingMarch2003.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_EvenMoreEarChangingMarch2003.zip
rename to carolyns_creations/frames/petz/dl/petzedit_EvenMoreEarChangingMarch2003.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_FamilyRoomEasy-edit_p5.zip b/carolyns_creations/frames/petz/dl/petzedit_FamilyRoomEasy-edit_p5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_FamilyRoomEasy-edit_p5.zip
rename to carolyns_creations/frames/petz/dl/petzedit_FamilyRoomEasy-edit_p5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_FamilyRoomWeatherSpr.zip b/carolyns_creations/frames/petz/dl/petzedit_FamilyRoomWeatherSpr.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_FamilyRoomWeatherSpr.zip
rename to carolyns_creations/frames/petz/dl/petzedit_FamilyRoomWeatherSpr.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_FamilyroomEasyedit_p3.zip b/carolyns_creations/frames/petz/dl/petzedit_FamilyroomEasyedit_p3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_FamilyroomEasyedit_p3.zip
rename to carolyns_creations/frames/petz/dl/petzedit_FamilyroomEasyedit_p3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_FeatheringTailsEtcOnBreedzApr2003.zip b/carolyns_creations/frames/petz/dl/petzedit_FeatheringTailsEtcOnBreedzApr2003.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_FeatheringTailsEtcOnBreedzApr2003.zip
rename to carolyns_creations/frames/petz/dl/petzedit_FeatheringTailsEtcOnBreedzApr2003.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_FlopEarsOnCatz.zip b/carolyns_creations/frames/petz/dl/petzedit_FlopEarsOnCatz.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_FlopEarsOnCatz.zip
rename to carolyns_creations/frames/petz/dl/petzedit_FlopEarsOnCatz.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_GettingStubbornRunawaysHome.zip b/carolyns_creations/frames/petz/dl/petzedit_GettingStubbornRunawaysHome.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_GettingStubbornRunawaysHome.zip
rename to carolyns_creations/frames/petz/dl/petzedit_GettingStubbornRunawaysHome.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_HexingLopEars1.zip b/carolyns_creations/frames/petz/dl/petzedit_HexingLopEars1.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_HexingLopEars1.zip
rename to carolyns_creations/frames/petz/dl/petzedit_HexingLopEars1.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_HexingLopEars2.zip b/carolyns_creations/frames/petz/dl/petzedit_HexingLopEars2.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_HexingLopEars2.zip
rename to carolyns_creations/frames/petz/dl/petzedit_HexingLopEars2.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_HexingMiceFAQ.zip b/carolyns_creations/frames/petz/dl/petzedit_HexingMiceFAQ.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_HexingMiceFAQ.zip
rename to carolyns_creations/frames/petz/dl/petzedit_HexingMiceFAQ.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_HiddenAndDifficultToyzInPetzAndBabyz.zip b/carolyns_creations/frames/petz/dl/petzedit_HiddenAndDifficultToyzInPetzAndBabyz.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_HiddenAndDifficultToyzInPetzAndBabyz.zip
rename to carolyns_creations/frames/petz/dl/petzedit_HiddenAndDifficultToyzInPetzAndBabyz.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_HowtoSwapBreedPersonalities.zip b/carolyns_creations/frames/petz/dl/petzedit_HowtoSwapBreedPersonalities.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_HowtoSwapBreedPersonalities.zip
rename to carolyns_creations/frames/petz/dl/petzedit_HowtoSwapBreedPersonalities.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_KitchenP3Easy-edit.zip b/carolyns_creations/frames/petz/dl/petzedit_KitchenP3Easy-edit.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_KitchenP3Easy-edit.zip
rename to carolyns_creations/frames/petz/dl/petzedit_KitchenP3Easy-edit.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_LabradorEarsOnDane.zip b/carolyns_creations/frames/petz/dl/petzedit_LabradorEarsOnDane.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_LabradorEarsOnDane.zip
rename to carolyns_creations/frames/petz/dl/petzedit_LabradorEarsOnDane.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_LeopardCatz.zip b/carolyns_creations/frames/petz/dl/petzedit_LeopardCatz.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_LeopardCatz.zip
rename to carolyns_creations/frames/petz/dl/petzedit_LeopardCatz.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_MoreAdvancedEditingPetzAndBabyzFilesJun2003.zip b/carolyns_creations/frames/petz/dl/petzedit_MoreAdvancedEditingPetzAndBabyzFilesJun2003.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_MoreAdvancedEditingPetzAndBabyzFilesJun2003.zip
rename to carolyns_creations/frames/petz/dl/petzedit_MoreAdvancedEditingPetzAndBabyzFilesJun2003.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_MoreFAQsFeb2003.zip b/carolyns_creations/frames/petz/dl/petzedit_MoreFAQsFeb2003.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_MoreFAQsFeb2003.zip
rename to carolyns_creations/frames/petz/dl/petzedit_MoreFAQsFeb2003.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_Mysteryemoticons.zip b/carolyns_creations/frames/petz/dl/petzedit_Mysteryemoticons.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_Mysteryemoticons.zip
rename to carolyns_creations/frames/petz/dl/petzedit_Mysteryemoticons.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_P3IntEasy-editExtras.zip b/carolyns_creations/frames/petz/dl/petzedit_P3IntEasy-editExtras.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_P3IntEasy-editExtras.zip
rename to carolyns_creations/frames/petz/dl/petzedit_P3IntEasy-editExtras.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_PetAndBabyFileEditingJan2003.zip b/carolyns_creations/frames/petz/dl/petzedit_PetAndBabyFileEditingJan2003.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_PetAndBabyFileEditingJan2003.zip
rename to carolyns_creations/frames/petz/dl/petzedit_PetAndBabyFileEditingJan2003.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_PetEditingTabbystripes.zip b/carolyns_creations/frames/petz/dl/petzedit_PetEditingTabbystripes.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_PetEditingTabbystripes.zip
rename to carolyns_creations/frames/petz/dl/petzedit_PetEditingTabbystripes.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_PeteyesBabyzbellybuttons.zip b/carolyns_creations/frames/petz/dl/petzedit_PeteyesBabyzbellybuttons.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_PeteyesBabyzbellybuttons.zip
rename to carolyns_creations/frames/petz/dl/petzedit_PeteyesBabyzbellybuttons.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_PetfileFurChangingOrFixingMay2003.zip b/carolyns_creations/frames/petz/dl/petzedit_PetfileFurChangingOrFixingMay2003.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_PetfileFurChangingOrFixingMay2003.zip
rename to carolyns_creations/frames/petz/dl/petzedit_PetfileFurChangingOrFixingMay2003.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_PetpicToBmp_p5.zip b/carolyns_creations/frames/petz/dl/petzedit_PetpicToBmp_p5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_PetpicToBmp_p5.zip
rename to carolyns_creations/frames/petz/dl/petzedit_PetpicToBmp_p5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_Petz3BreedableBunnies.zip b/carolyns_creations/frames/petz/dl/petzedit_Petz3BreedableBunnies.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_Petz3BreedableBunnies.zip
rename to carolyns_creations/frames/petz/dl/petzedit_Petz3BreedableBunnies.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_Petz3BreedablePigz.zip b/carolyns_creations/frames/petz/dl/petzedit_Petz3BreedablePigz.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_Petz3BreedablePigz.zip
rename to carolyns_creations/frames/petz/dl/petzedit_Petz3BreedablePigz.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_Petz3Easy-editCaseEtc.zip b/carolyns_creations/frames/petz/dl/petzedit_Petz3Easy-editCaseEtc.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_Petz3Easy-editCaseEtc.zip
rename to carolyns_creations/frames/petz/dl/petzedit_Petz3Easy-editCaseEtc.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_Petz3IntBreedableBunnies.zip b/carolyns_creations/frames/petz/dl/petzedit_Petz3IntBreedableBunnies.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_Petz3IntBreedableBunnies.zip
rename to carolyns_creations/frames/petz/dl/petzedit_Petz3IntBreedableBunnies.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_Petz3SplitFilmstrips.zip b/carolyns_creations/frames/petz/dl/petzedit_Petz3SplitFilmstrips.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_Petz3SplitFilmstrips.zip
rename to carolyns_creations/frames/petz/dl/petzedit_Petz3SplitFilmstrips.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_Petz4BreedableBunnies.zip b/carolyns_creations/frames/petz/dl/petzedit_Petz4BreedableBunnies.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_Petz4BreedableBunnies.zip
rename to carolyns_creations/frames/petz/dl/petzedit_Petz4BreedableBunnies.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_Petz4BreedablePigz.zip b/carolyns_creations/frames/petz/dl/petzedit_Petz4BreedablePigz.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_Petz4BreedablePigz.zip
rename to carolyns_creations/frames/petz/dl/petzedit_Petz4BreedablePigz.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_Petz4Easy-editCaseEtc.zip b/carolyns_creations/frames/petz/dl/petzedit_Petz4Easy-editCaseEtc.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_Petz4Easy-editCaseEtc.zip
rename to carolyns_creations/frames/petz/dl/petzedit_Petz4Easy-editCaseEtc.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_Petz5Easy-editMiceEtc.zip b/carolyns_creations/frames/petz/dl/petzedit_Petz5Easy-editMiceEtc.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_Petz5Easy-editMiceEtc.zip
rename to carolyns_creations/frames/petz/dl/petzedit_Petz5Easy-editMiceEtc.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_PigFamily.zip b/carolyns_creations/frames/petz/dl/petzedit_PigFamily.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_PigFamily.zip
rename to carolyns_creations/frames/petz/dl/petzedit_PigFamily.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_PlaysceneEditorP5Easy-edit.zip b/carolyns_creations/frames/petz/dl/petzedit_PlaysceneEditorP5Easy-edit.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_PlaysceneEditorP5Easy-edit.zip
rename to carolyns_creations/frames/petz/dl/petzedit_PlaysceneEditorP5Easy-edit.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_RemovingBabyzOrPetzLegsEtcApr2003.zip b/carolyns_creations/frames/petz/dl/petzedit_RemovingBabyzOrPetzLegsEtcApr2003.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_RemovingBabyzOrPetzLegsEtcApr2003.zip
rename to carolyns_creations/frames/petz/dl/petzedit_RemovingBabyzOrPetzLegsEtcApr2003.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_Some2ndGenPetProblemsAndWhiskersApr2003.zip b/carolyns_creations/frames/petz/dl/petzedit_Some2ndGenPetProblemsAndWhiskersApr2003.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_Some2ndGenPetProblemsAndWhiskersApr2003.zip
rename to carolyns_creations/frames/petz/dl/petzedit_Some2ndGenPetProblemsAndWhiskersApr2003.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_SoundsForP5playscenes.zip b/carolyns_creations/frames/petz/dl/petzedit_SoundsForP5playscenes.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_SoundsForP5playscenes.zip
rename to carolyns_creations/frames/petz/dl/petzedit_SoundsForP5playscenes.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_SpeedyOutlineSpots.zip b/carolyns_creations/frames/petz/dl/petzedit_SpeedyOutlineSpots.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_SpeedyOutlineSpots.zip
rename to carolyns_creations/frames/petz/dl/petzedit_SpeedyOutlineSpots.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_StetchingAndFurVariations.zip b/carolyns_creations/frames/petz/dl/petzedit_StetchingAndFurVariations.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_StetchingAndFurVariations.zip
rename to carolyns_creations/frames/petz/dl/petzedit_StetchingAndFurVariations.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_StillMoreEarChangingMarch2003.zip b/carolyns_creations/frames/petz/dl/petzedit_StillMoreEarChangingMarch2003.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_StillMoreEarChangingMarch2003.zip
rename to carolyns_creations/frames/petz/dl/petzedit_StillMoreEarChangingMarch2003.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_TailUp_EarsDownPupUpAdultApr2003.zip b/carolyns_creations/frames/petz/dl/petzedit_TailUp_EarsDownPupUpAdultApr2003.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_TailUp_EarsDownPupUpAdultApr2003.zip
rename to carolyns_creations/frames/petz/dl/petzedit_TailUp_EarsDownPupUpAdultApr2003.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_ToyClosetP3Easy-edit.zip b/carolyns_creations/frames/petz/dl/petzedit_ToyClosetP3Easy-edit.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_ToyClosetP3Easy-edit.zip
rename to carolyns_creations/frames/petz/dl/petzedit_ToyClosetP3Easy-edit.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_UnicornHornsTalonsFangsSpikesJun2003.zip b/carolyns_creations/frames/petz/dl/petzedit_UnicornHornsTalonsFangsSpikesJun2003.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_UnicornHornsTalonsFangsSpikesJun2003.zip
rename to carolyns_creations/frames/petz/dl/petzedit_UnicornHornsTalonsFangsSpikesJun2003.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_VariationsHowtoMay2003.zip b/carolyns_creations/frames/petz/dl/petzedit_VariationsHowtoMay2003.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_VariationsHowtoMay2003.zip
rename to carolyns_creations/frames/petz/dl/petzedit_VariationsHowtoMay2003.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_WingzOnBreedzSept2003.zip b/carolyns_creations/frames/petz/dl/petzedit_WingzOnBreedzSept2003.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_WingzOnBreedzSept2003.zip
rename to carolyns_creations/frames/petz/dl/petzedit_WingzOnBreedzSept2003.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_advancedfilmstrip.zip b/carolyns_creations/frames/petz/dl/petzedit_advancedfilmstrip.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_advancedfilmstrip.zip
rename to carolyns_creations/frames/petz/dl/petzedit_advancedfilmstrip.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_earrings.zip b/carolyns_creations/frames/petz/dl/petzedit_earrings.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_earrings.zip
rename to carolyns_creations/frames/petz/dl/petzedit_earrings.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_emoticonVariationsHowto.zip b/carolyns_creations/frames/petz/dl/petzedit_emoticonVariationsHowto.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_emoticonVariationsHowto.zip
rename to carolyns_creations/frames/petz/dl/petzedit_emoticonVariationsHowto.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_filmstriphexpainting.zip b/carolyns_creations/frames/petz/dl/petzedit_filmstriphexpainting.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_filmstriphexpainting.zip
rename to carolyns_creations/frames/petz/dl/petzedit_filmstriphexpainting.zip
diff --git a/Carolyns_Creations/frames/petz/dl/petzedit_petz3ClothesClosetEasy-edit.zip b/carolyns_creations/frames/petz/dl/petzedit_petz3ClothesClosetEasy-edit.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/petzedit_petz3ClothesClosetEasy-edit.zip
rename to carolyns_creations/frames/petz/dl/petzedit_petz3ClothesClosetEasy-edit.zip
diff --git a/Carolyns_Creations/frames/petz/dl/tutbreedz_Dalmatail_d3.zip b/carolyns_creations/frames/petz/dl/tutbreedz_Dalmatail_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/tutbreedz_Dalmatail_d3.zip
rename to carolyns_creations/frames/petz/dl/tutbreedz_Dalmatail_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/tutbreedz_Dalmatail_d4.zip b/carolyns_creations/frames/petz/dl/tutbreedz_Dalmatail_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/tutbreedz_Dalmatail_d4.zip
rename to carolyns_creations/frames/petz/dl/tutbreedz_Dalmatail_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/tutbreedz_Dalmatail_d5.zip b/carolyns_creations/frames/petz/dl/tutbreedz_Dalmatail_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/tutbreedz_Dalmatail_d5.zip
rename to carolyns_creations/frames/petz/dl/tutbreedz_Dalmatail_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/tutbreedz_Dalmatip3_d3.zip b/carolyns_creations/frames/petz/dl/tutbreedz_Dalmatip3_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/tutbreedz_Dalmatip3_d3.zip
rename to carolyns_creations/frames/petz/dl/tutbreedz_Dalmatip3_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/tutbreedz_Dalmatip4_d4.zip b/carolyns_creations/frames/petz/dl/tutbreedz_Dalmatip4_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/tutbreedz_Dalmatip4_d4.zip
rename to carolyns_creations/frames/petz/dl/tutbreedz_Dalmatip4_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/tutbreedz_Dalmatip5_d5.zip b/carolyns_creations/frames/petz/dl/tutbreedz_Dalmatip5_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/tutbreedz_Dalmatip5_d5.zip
rename to carolyns_creations/frames/petz/dl/tutbreedz_Dalmatip5_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/tutbreedz_GreatdaneChiears_d3.zip b/carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneChiears_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/tutbreedz_GreatdaneChiears_d3.zip
rename to carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneChiears_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/tutbreedz_GreatdaneChiears_d4.zip b/carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneChiears_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/tutbreedz_GreatdaneChiears_d4.zip
rename to carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneChiears_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/tutbreedz_GreatdaneChiears_d5.zip b/carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneChiears_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/tutbreedz_GreatdaneChiears_d5.zip
rename to carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneChiears_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/tutbreedz_GreatdaneFlopears_d3.zip b/carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneFlopears_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/tutbreedz_GreatdaneFlopears_d3.zip
rename to carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneFlopears_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/tutbreedz_GreatdaneFlopears_d4.zip b/carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneFlopears_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/tutbreedz_GreatdaneFlopears_d4.zip
rename to carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneFlopears_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/tutbreedz_GreatdaneFlopears_d5.zip b/carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneFlopears_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/tutbreedz_GreatdaneFlopears_d5.zip
rename to carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneFlopears_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/tutbreedz_GreatdaneOneflopear_d3.zip b/carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneOneflopear_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/tutbreedz_GreatdaneOneflopear_d3.zip
rename to carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneOneflopear_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/tutbreedz_GreatdaneOneflopear_d4.zip b/carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneOneflopear_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/tutbreedz_GreatdaneOneflopear_d4.zip
rename to carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneOneflopear_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/tutbreedz_GreatdaneOneflopear_d5.zip b/carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneOneflopear_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/tutbreedz_GreatdaneOneflopear_d5.zip
rename to carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneOneflopear_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/tutbreedz_Jabbermutt_d3.zip b/carolyns_creations/frames/petz/dl/tutbreedz_Jabbermutt_d3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/tutbreedz_Jabbermutt_d3.zip
rename to carolyns_creations/frames/petz/dl/tutbreedz_Jabbermutt_d3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/tutbreedz_Jabbermutt_d4.zip b/carolyns_creations/frames/petz/dl/tutbreedz_Jabbermutt_d4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/tutbreedz_Jabbermutt_d4.zip
rename to carolyns_creations/frames/petz/dl/tutbreedz_Jabbermutt_d4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/tutbreedz_Jabbermutt_d5.zip b/carolyns_creations/frames/petz/dl/tutbreedz_Jabbermutt_d5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/tutbreedz_Jabbermutt_d5.zip
rename to carolyns_creations/frames/petz/dl/tutbreedz_Jabbermutt_d5.zip
diff --git a/Carolyns_Creations/frames/petz/dl/tutbreedz_Silvertabby_c3.zip b/carolyns_creations/frames/petz/dl/tutbreedz_Silvertabby_c3.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/tutbreedz_Silvertabby_c3.zip
rename to carolyns_creations/frames/petz/dl/tutbreedz_Silvertabby_c3.zip
diff --git a/Carolyns_Creations/frames/petz/dl/tutbreedz_Silvertabby_c4.zip b/carolyns_creations/frames/petz/dl/tutbreedz_Silvertabby_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/tutbreedz_Silvertabby_c4.zip
rename to carolyns_creations/frames/petz/dl/tutbreedz_Silvertabby_c4.zip
diff --git a/Carolyns_Creations/frames/petz/dl/tutbreedz_Silvertabby_c5.zip b/carolyns_creations/frames/petz/dl/tutbreedz_Silvertabby_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/petz/dl/tutbreedz_Silvertabby_c5.zip
rename to carolyns_creations/frames/petz/dl/tutbreedz_Silvertabby_c5.zip
diff --git a/Carolyns_Creations/frames/petz/dogbehaviours.php b/carolyns_creations/frames/petz/dogbehaviours.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/dogbehaviours.php
rename to carolyns_creations/frames/petz/dogbehaviours.php
diff --git a/Carolyns_Creations/frames/petz/dogz1fooler.php b/carolyns_creations/frames/petz/dogz1fooler.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/dogz1fooler.php
rename to carolyns_creations/frames/petz/dogz1fooler.php
diff --git a/Carolyns_Creations/frames/petz/images/c1breedz_FuzzyTiger.gif b/carolyns_creations/frames/petz/images/c1breedz_FuzzyTiger.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c1breedz_FuzzyTiger.gif
rename to carolyns_creations/frames/petz/images/c1breedz_FuzzyTiger.gif
diff --git a/Carolyns_Creations/frames/petz/images/c1breedz_GingerMix.gif b/carolyns_creations/frames/petz/images/c1breedz_GingerMix.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c1breedz_GingerMix.gif
rename to carolyns_creations/frames/petz/images/c1breedz_GingerMix.gif
diff --git a/Carolyns_Creations/frames/petz/images/c1breedz_Slinker.gif b/carolyns_creations/frames/petz/images/c1breedz_Slinker.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c1breedz_Slinker.gif
rename to carolyns_creations/frames/petz/images/c1breedz_Slinker.gif
diff --git a/Carolyns_Creations/frames/petz/images/c1breedz_Snowboc1.gif b/carolyns_creations/frames/petz/images/c1breedz_Snowboc1.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c1breedz_Snowboc1.gif
rename to carolyns_creations/frames/petz/images/c1breedz_Snowboc1.gif
diff --git a/Carolyns_Creations/frames/petz/images/c1breedz_zott_c1.gif b/carolyns_creations/frames/petz/images/c1breedz_zott_c1.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c1breedz_zott_c1.gif
rename to carolyns_creations/frames/petz/images/c1breedz_zott_c1.gif
diff --git a/Carolyns_Creations/frames/petz/images/c2breedz_Appaloosa.gif b/carolyns_creations/frames/petz/images/c2breedz_Appaloosa.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c2breedz_Appaloosa.gif
rename to carolyns_creations/frames/petz/images/c2breedz_Appaloosa.gif
diff --git a/Carolyns_Creations/frames/petz/images/c2breedz_Bearz.gif b/carolyns_creations/frames/petz/images/c2breedz_Bearz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c2breedz_Bearz.gif
rename to carolyns_creations/frames/petz/images/c2breedz_Bearz.gif
diff --git a/Carolyns_Creations/frames/petz/images/c2breedz_Chickenz.gif b/carolyns_creations/frames/petz/images/c2breedz_Chickenz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c2breedz_Chickenz.gif
rename to carolyns_creations/frames/petz/images/c2breedz_Chickenz.gif
diff --git a/Carolyns_Creations/frames/petz/images/c2breedz_Dragonair.gif b/carolyns_creations/frames/petz/images/c2breedz_Dragonair.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c2breedz_Dragonair.gif
rename to carolyns_creations/frames/petz/images/c2breedz_Dragonair.gif
diff --git a/Carolyns_Creations/frames/petz/images/c2breedz_Dynaroo.gif b/carolyns_creations/frames/petz/images/c2breedz_Dynaroo.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c2breedz_Dynaroo.gif
rename to carolyns_creations/frames/petz/images/c2breedz_Dynaroo.gif
diff --git a/Carolyns_Creations/frames/petz/images/c2breedz_Grinnz.gif b/carolyns_creations/frames/petz/images/c2breedz_Grinnz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c2breedz_Grinnz.gif
rename to carolyns_creations/frames/petz/images/c2breedz_Grinnz.gif
diff --git a/Carolyns_Creations/frames/petz/images/c2breedz_Himalayan.gif b/carolyns_creations/frames/petz/images/c2breedz_Himalayan.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c2breedz_Himalayan.gif
rename to carolyns_creations/frames/petz/images/c2breedz_Himalayan.gif
diff --git a/Carolyns_Creations/frames/petz/images/c2breedz_Honkbirdie.gif b/carolyns_creations/frames/petz/images/c2breedz_Honkbirdie.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c2breedz_Honkbirdie.gif
rename to carolyns_creations/frames/petz/images/c2breedz_Honkbirdie.gif
diff --git a/Carolyns_Creations/frames/petz/images/c2breedz_Honker.gif b/carolyns_creations/frames/petz/images/c2breedz_Honker.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c2breedz_Honker.gif
rename to carolyns_creations/frames/petz/images/c2breedz_Honker.gif
diff --git a/Carolyns_Creations/frames/petz/images/c2breedz_Modvark.gif b/carolyns_creations/frames/petz/images/c2breedz_Modvark.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c2breedz_Modvark.gif
rename to carolyns_creations/frames/petz/images/c2breedz_Modvark.gif
diff --git a/Carolyns_Creations/frames/petz/images/c2breedz_Norvil.gif b/carolyns_creations/frames/petz/images/c2breedz_Norvil.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c2breedz_Norvil.gif
rename to carolyns_creations/frames/petz/images/c2breedz_Norvil.gif
diff --git a/Carolyns_Creations/frames/petz/images/c2breedz_Quadrapus.gif b/carolyns_creations/frames/petz/images/c2breedz_Quadrapus.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c2breedz_Quadrapus.gif
rename to carolyns_creations/frames/petz/images/c2breedz_Quadrapus.gif
diff --git a/Carolyns_Creations/frames/petz/images/c2breedz_Reindeerz.gif b/carolyns_creations/frames/petz/images/c2breedz_Reindeerz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c2breedz_Reindeerz.gif
rename to carolyns_creations/frames/petz/images/c2breedz_Reindeerz.gif
diff --git a/Carolyns_Creations/frames/petz/images/c2breedz_Snowbo.gif b/carolyns_creations/frames/petz/images/c2breedz_Snowbo.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c2breedz_Snowbo.gif
rename to carolyns_creations/frames/petz/images/c2breedz_Snowbo.gif
diff --git a/Carolyns_Creations/frames/petz/images/c2breedz_Zott.gif b/carolyns_creations/frames/petz/images/c2breedz_Zott.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c2breedz_Zott.gif
rename to carolyns_creations/frames/petz/images/c2breedz_Zott.gif
diff --git a/Carolyns_Creations/frames/petz/images/c3breedz_Abyssinian.gif b/carolyns_creations/frames/petz/images/c3breedz_Abyssinian.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c3breedz_Abyssinian.gif
rename to carolyns_creations/frames/petz/images/c3breedz_Abyssinian.gif
diff --git a/Carolyns_Creations/frames/petz/images/c3breedz_Appaloosa.gif b/carolyns_creations/frames/petz/images/c3breedz_Appaloosa.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c3breedz_Appaloosa.gif
rename to carolyns_creations/frames/petz/images/c3breedz_Appaloosa.gif
diff --git a/Carolyns_Creations/frames/petz/images/c3breedz_AsianSnowCurl.gif b/carolyns_creations/frames/petz/images/c3breedz_AsianSnowCurl.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c3breedz_AsianSnowCurl.gif
rename to carolyns_creations/frames/petz/images/c3breedz_AsianSnowCurl.gif
diff --git a/Carolyns_Creations/frames/petz/images/c3breedz_AutumnFlurry.gif b/carolyns_creations/frames/petz/images/c3breedz_AutumnFlurry.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c3breedz_AutumnFlurry.gif
rename to carolyns_creations/frames/petz/images/c3breedz_AutumnFlurry.gif
diff --git a/Carolyns_Creations/frames/petz/images/c3breedz_B+WBritishFold.gif b/carolyns_creations/frames/petz/images/c3breedz_B+WBritishFold.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c3breedz_B+WBritishFold.gif
rename to carolyns_creations/frames/petz/images/c3breedz_B+WBritishFold.gif
diff --git a/Carolyns_Creations/frames/petz/images/c3breedz_B+WLonghair.gif b/carolyns_creations/frames/petz/images/c3breedz_B+WLonghair.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c3breedz_B+WLonghair.gif
rename to carolyns_creations/frames/petz/images/c3breedz_B+WLonghair.gif
diff --git a/Carolyns_Creations/frames/petz/images/c3breedz_Blinka.gif b/carolyns_creations/frames/petz/images/c3breedz_Blinka.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c3breedz_Blinka.gif
rename to carolyns_creations/frames/petz/images/c3breedz_Blinka.gif
diff --git a/Carolyns_Creations/frames/petz/images/c3breedz_BritishG+W.gif b/carolyns_creations/frames/petz/images/c3breedz_BritishG+W.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c3breedz_BritishG+W.gif
rename to carolyns_creations/frames/petz/images/c3breedz_BritishG+W.gif
diff --git a/Carolyns_Creations/frames/petz/images/c3breedz_BrownfuzzTabby.gif b/carolyns_creations/frames/petz/images/c3breedz_BrownfuzzTabby.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c3breedz_BrownfuzzTabby.gif
rename to carolyns_creations/frames/petz/images/c3breedz_BrownfuzzTabby.gif
diff --git a/Carolyns_Creations/frames/petz/images/c3breedz_BunnyCat.gif b/carolyns_creations/frames/petz/images/c3breedz_BunnyCat.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c3breedz_BunnyCat.gif
rename to carolyns_creations/frames/petz/images/c3breedz_BunnyCat.gif
diff --git a/Carolyns_Creations/frames/petz/images/c3breedz_Calibean.gif b/carolyns_creations/frames/petz/images/c3breedz_Calibean.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c3breedz_Calibean.gif
rename to carolyns_creations/frames/petz/images/c3breedz_Calibean.gif
diff --git a/Carolyns_Creations/frames/petz/images/c3breedz_Catwingz.gif b/carolyns_creations/frames/petz/images/c3breedz_Catwingz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c3breedz_Catwingz.gif
rename to carolyns_creations/frames/petz/images/c3breedz_Catwingz.gif
diff --git a/Carolyns_Creations/frames/petz/images/c3breedz_CharcoalAngora.gif b/carolyns_creations/frames/petz/images/c3breedz_CharcoalAngora.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c3breedz_CharcoalAngora.gif
rename to carolyns_creations/frames/petz/images/c3breedz_CharcoalAngora.gif
diff --git a/Carolyns_Creations/frames/petz/images/c3breedz_Chickenz.gif b/carolyns_creations/frames/petz/images/c3breedz_Chickenz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c3breedz_Chickenz.gif
rename to carolyns_creations/frames/petz/images/c3breedz_Chickenz.gif
diff --git a/Carolyns_Creations/frames/petz/images/c3breedz_ChinchiFluttacorn.gif b/carolyns_creations/frames/petz/images/c3breedz_ChinchiFluttacorn.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c3breedz_ChinchiFluttacorn.gif
rename to carolyns_creations/frames/petz/images/c3breedz_ChinchiFluttacorn.gif
diff --git a/Carolyns_Creations/frames/petz/images/c3breedz_ChinchillaFold.gif b/carolyns_creations/frames/petz/images/c3breedz_ChinchillaFold.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c3breedz_ChinchillaFold.gif
rename to carolyns_creations/frames/petz/images/c3breedz_ChinchillaFold.gif
diff --git a/Carolyns_Creations/frames/petz/images/c3breedz_CottonBunny.gif b/carolyns_creations/frames/petz/images/c3breedz_CottonBunny.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c3breedz_CottonBunny.gif
rename to carolyns_creations/frames/petz/images/c3breedz_CottonBunny.gif
diff --git a/Carolyns_Creations/frames/petz/images/c3breedz_Cowz.gif b/carolyns_creations/frames/petz/images/c3breedz_Cowz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c3breedz_Cowz.gif
rename to carolyns_creations/frames/petz/images/c3breedz_Cowz.gif
diff --git a/Carolyns_Creations/frames/petz/images/c3breedz_CreamFluff.gif b/carolyns_creations/frames/petz/images/c3breedz_CreamFluff.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c3breedz_CreamFluff.gif
rename to carolyns_creations/frames/petz/images/c3breedz_CreamFluff.gif
diff --git a/Carolyns_Creations/frames/petz/images/c3breedz_DalmatianCat.gif b/carolyns_creations/frames/petz/images/c3breedz_DalmatianCat.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c3breedz_DalmatianCat.gif
rename to carolyns_creations/frames/petz/images/c3breedz_DalmatianCat.gif
diff --git a/Carolyns_Creations/frames/petz/images/c4breedz_Abyssinian.gif b/carolyns_creations/frames/petz/images/c4breedz_Abyssinian.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c4breedz_Abyssinian.gif
rename to carolyns_creations/frames/petz/images/c4breedz_Abyssinian.gif
diff --git a/Carolyns_Creations/frames/petz/images/c4breedz_Appaloosa.gif b/carolyns_creations/frames/petz/images/c4breedz_Appaloosa.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c4breedz_Appaloosa.gif
rename to carolyns_creations/frames/petz/images/c4breedz_Appaloosa.gif
diff --git a/Carolyns_Creations/frames/petz/images/c4breedz_AutumnFlurry.gif b/carolyns_creations/frames/petz/images/c4breedz_AutumnFlurry.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c4breedz_AutumnFlurry.gif
rename to carolyns_creations/frames/petz/images/c4breedz_AutumnFlurry.gif
diff --git a/Carolyns_Creations/frames/petz/images/c4breedz_B+WBritishFold.gif b/carolyns_creations/frames/petz/images/c4breedz_B+WBritishFold.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c4breedz_B+WBritishFold.gif
rename to carolyns_creations/frames/petz/images/c4breedz_B+WBritishFold.gif
diff --git a/Carolyns_Creations/frames/petz/images/c4breedz_B+WLonghair.gif b/carolyns_creations/frames/petz/images/c4breedz_B+WLonghair.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c4breedz_B+WLonghair.gif
rename to carolyns_creations/frames/petz/images/c4breedz_B+WLonghair.gif
diff --git a/Carolyns_Creations/frames/petz/images/c4breedz_Blinka.gif b/carolyns_creations/frames/petz/images/c4breedz_Blinka.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c4breedz_Blinka.gif
rename to carolyns_creations/frames/petz/images/c4breedz_Blinka.gif
diff --git a/Carolyns_Creations/frames/petz/images/c4breedz_BritishG+W.gif b/carolyns_creations/frames/petz/images/c4breedz_BritishG+W.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c4breedz_BritishG+W.gif
rename to carolyns_creations/frames/petz/images/c4breedz_BritishG+W.gif
diff --git a/Carolyns_Creations/frames/petz/images/c4breedz_BrownfuzzTabby.gif b/carolyns_creations/frames/petz/images/c4breedz_BrownfuzzTabby.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c4breedz_BrownfuzzTabby.gif
rename to carolyns_creations/frames/petz/images/c4breedz_BrownfuzzTabby.gif
diff --git a/Carolyns_Creations/frames/petz/images/c4breedz_BunnyCat.gif b/carolyns_creations/frames/petz/images/c4breedz_BunnyCat.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c4breedz_BunnyCat.gif
rename to carolyns_creations/frames/petz/images/c4breedz_BunnyCat.gif
diff --git a/Carolyns_Creations/frames/petz/images/c4breedz_Calibean.gif b/carolyns_creations/frames/petz/images/c4breedz_Calibean.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c4breedz_Calibean.gif
rename to carolyns_creations/frames/petz/images/c4breedz_Calibean.gif
diff --git a/Carolyns_Creations/frames/petz/images/c4breedz_Catwingz.gif b/carolyns_creations/frames/petz/images/c4breedz_Catwingz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c4breedz_Catwingz.gif
rename to carolyns_creations/frames/petz/images/c4breedz_Catwingz.gif
diff --git a/Carolyns_Creations/frames/petz/images/c4breedz_CharcoalAngora.gif b/carolyns_creations/frames/petz/images/c4breedz_CharcoalAngora.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c4breedz_CharcoalAngora.gif
rename to carolyns_creations/frames/petz/images/c4breedz_CharcoalAngora.gif
diff --git a/Carolyns_Creations/frames/petz/images/c4breedz_Chickenz.gif b/carolyns_creations/frames/petz/images/c4breedz_Chickenz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c4breedz_Chickenz.gif
rename to carolyns_creations/frames/petz/images/c4breedz_Chickenz.gif
diff --git a/Carolyns_Creations/frames/petz/images/c4breedz_ChinchiFluttacorn.gif b/carolyns_creations/frames/petz/images/c4breedz_ChinchiFluttacorn.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c4breedz_ChinchiFluttacorn.gif
rename to carolyns_creations/frames/petz/images/c4breedz_ChinchiFluttacorn.gif
diff --git a/Carolyns_Creations/frames/petz/images/c4breedz_ChinchillaFold.gif b/carolyns_creations/frames/petz/images/c4breedz_ChinchillaFold.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c4breedz_ChinchillaFold.gif
rename to carolyns_creations/frames/petz/images/c4breedz_ChinchillaFold.gif
diff --git a/Carolyns_Creations/frames/petz/images/c4breedz_CottonBunny.gif b/carolyns_creations/frames/petz/images/c4breedz_CottonBunny.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c4breedz_CottonBunny.gif
rename to carolyns_creations/frames/petz/images/c4breedz_CottonBunny.gif
diff --git a/Carolyns_Creations/frames/petz/images/c4breedz_Cowz.gif b/carolyns_creations/frames/petz/images/c4breedz_Cowz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c4breedz_Cowz.gif
rename to carolyns_creations/frames/petz/images/c4breedz_Cowz.gif
diff --git a/Carolyns_Creations/frames/petz/images/c4breedz_CreamFluff.gif b/carolyns_creations/frames/petz/images/c4breedz_CreamFluff.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c4breedz_CreamFluff.gif
rename to carolyns_creations/frames/petz/images/c4breedz_CreamFluff.gif
diff --git a/Carolyns_Creations/frames/petz/images/c4breedz_DalmatianCat.gif b/carolyns_creations/frames/petz/images/c4breedz_DalmatianCat.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c4breedz_DalmatianCat.gif
rename to carolyns_creations/frames/petz/images/c4breedz_DalmatianCat.gif
diff --git a/Carolyns_Creations/frames/petz/images/c5breedz_Abyssinian.gif b/carolyns_creations/frames/petz/images/c5breedz_Abyssinian.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c5breedz_Abyssinian.gif
rename to carolyns_creations/frames/petz/images/c5breedz_Abyssinian.gif
diff --git a/Carolyns_Creations/frames/petz/images/c5breedz_Appaloosa.gif b/carolyns_creations/frames/petz/images/c5breedz_Appaloosa.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c5breedz_Appaloosa.gif
rename to carolyns_creations/frames/petz/images/c5breedz_Appaloosa.gif
diff --git a/Carolyns_Creations/frames/petz/images/c5breedz_AsianSnowCurl.gif b/carolyns_creations/frames/petz/images/c5breedz_AsianSnowCurl.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c5breedz_AsianSnowCurl.gif
rename to carolyns_creations/frames/petz/images/c5breedz_AsianSnowCurl.gif
diff --git a/Carolyns_Creations/frames/petz/images/c5breedz_AutumnFlurry.gif b/carolyns_creations/frames/petz/images/c5breedz_AutumnFlurry.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c5breedz_AutumnFlurry.gif
rename to carolyns_creations/frames/petz/images/c5breedz_AutumnFlurry.gif
diff --git a/Carolyns_Creations/frames/petz/images/c5breedz_B+WBritishFold.gif b/carolyns_creations/frames/petz/images/c5breedz_B+WBritishFold.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c5breedz_B+WBritishFold.gif
rename to carolyns_creations/frames/petz/images/c5breedz_B+WBritishFold.gif
diff --git a/Carolyns_Creations/frames/petz/images/c5breedz_B+WLonghair.gif b/carolyns_creations/frames/petz/images/c5breedz_B+WLonghair.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c5breedz_B+WLonghair.gif
rename to carolyns_creations/frames/petz/images/c5breedz_B+WLonghair.gif
diff --git a/Carolyns_Creations/frames/petz/images/c5breedz_Blinka.gif b/carolyns_creations/frames/petz/images/c5breedz_Blinka.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c5breedz_Blinka.gif
rename to carolyns_creations/frames/petz/images/c5breedz_Blinka.gif
diff --git a/Carolyns_Creations/frames/petz/images/c5breedz_BritishG+W.gif b/carolyns_creations/frames/petz/images/c5breedz_BritishG+W.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c5breedz_BritishG+W.gif
rename to carolyns_creations/frames/petz/images/c5breedz_BritishG+W.gif
diff --git a/Carolyns_Creations/frames/petz/images/c5breedz_BrownfuzzTabby.gif b/carolyns_creations/frames/petz/images/c5breedz_BrownfuzzTabby.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c5breedz_BrownfuzzTabby.gif
rename to carolyns_creations/frames/petz/images/c5breedz_BrownfuzzTabby.gif
diff --git a/Carolyns_Creations/frames/petz/images/c5breedz_BunnyCat.gif b/carolyns_creations/frames/petz/images/c5breedz_BunnyCat.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c5breedz_BunnyCat.gif
rename to carolyns_creations/frames/petz/images/c5breedz_BunnyCat.gif
diff --git a/Carolyns_Creations/frames/petz/images/c5breedz_Calibean.gif b/carolyns_creations/frames/petz/images/c5breedz_Calibean.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c5breedz_Calibean.gif
rename to carolyns_creations/frames/petz/images/c5breedz_Calibean.gif
diff --git a/Carolyns_Creations/frames/petz/images/c5breedz_Catwingz.gif b/carolyns_creations/frames/petz/images/c5breedz_Catwingz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c5breedz_Catwingz.gif
rename to carolyns_creations/frames/petz/images/c5breedz_Catwingz.gif
diff --git a/Carolyns_Creations/frames/petz/images/c5breedz_CharcoalAngora.gif b/carolyns_creations/frames/petz/images/c5breedz_CharcoalAngora.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c5breedz_CharcoalAngora.gif
rename to carolyns_creations/frames/petz/images/c5breedz_CharcoalAngora.gif
diff --git a/Carolyns_Creations/frames/petz/images/c5breedz_Chickenz.gif b/carolyns_creations/frames/petz/images/c5breedz_Chickenz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c5breedz_Chickenz.gif
rename to carolyns_creations/frames/petz/images/c5breedz_Chickenz.gif
diff --git a/Carolyns_Creations/frames/petz/images/c5breedz_ChinchiFluttacorn.gif b/carolyns_creations/frames/petz/images/c5breedz_ChinchiFluttacorn.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c5breedz_ChinchiFluttacorn.gif
rename to carolyns_creations/frames/petz/images/c5breedz_ChinchiFluttacorn.gif
diff --git a/Carolyns_Creations/frames/petz/images/c5breedz_ChinchillaFold.gif b/carolyns_creations/frames/petz/images/c5breedz_ChinchillaFold.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c5breedz_ChinchillaFold.gif
rename to carolyns_creations/frames/petz/images/c5breedz_ChinchillaFold.gif
diff --git a/Carolyns_Creations/frames/petz/images/c5breedz_CottonBunny.gif b/carolyns_creations/frames/petz/images/c5breedz_CottonBunny.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c5breedz_CottonBunny.gif
rename to carolyns_creations/frames/petz/images/c5breedz_CottonBunny.gif
diff --git a/Carolyns_Creations/frames/petz/images/c5breedz_Cowz.gif b/carolyns_creations/frames/petz/images/c5breedz_Cowz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c5breedz_Cowz.gif
rename to carolyns_creations/frames/petz/images/c5breedz_Cowz.gif
diff --git a/Carolyns_Creations/frames/petz/images/c5breedz_CreamFluff.gif b/carolyns_creations/frames/petz/images/c5breedz_CreamFluff.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c5breedz_CreamFluff.gif
rename to carolyns_creations/frames/petz/images/c5breedz_CreamFluff.gif
diff --git a/Carolyns_Creations/frames/petz/images/c5breedz_DalmatianCat.gif b/carolyns_creations/frames/petz/images/c5breedz_DalmatianCat.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/c5breedz_DalmatianCat.gif
rename to carolyns_creations/frames/petz/images/c5breedz_DalmatianCat.gif
diff --git a/Carolyns_Creations/frames/petz/images/catz1dex_1_club.gif b/carolyns_creations/frames/petz/images/catz1dex_1_club.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/catz1dex_1_club.gif
rename to carolyns_creations/frames/petz/images/catz1dex_1_club.gif
diff --git a/Carolyns_Creations/frames/petz/images/catz1dex_1_downld.gif b/carolyns_creations/frames/petz/images/catz1dex_1_downld.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/catz1dex_1_downld.gif
rename to carolyns_creations/frames/petz/images/catz1dex_1_downld.gif
diff --git a/Carolyns_Creations/frames/petz/images/catz1dex_catzlogo.gif b/carolyns_creations/frames/petz/images/catz1dex_catzlogo.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/catz1dex_catzlogo.gif
rename to carolyns_creations/frames/petz/images/catz1dex_catzlogo.gif
diff --git a/Carolyns_Creations/frames/petz/images/catz1dex_dog.gif b/carolyns_creations/frames/petz/images/catz1dex_dog.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/catz1dex_dog.gif
rename to carolyns_creations/frames/petz/images/catz1dex_dog.gif
diff --git a/Carolyns_Creations/frames/petz/images/catz1dex_kitten.gif b/carolyns_creations/frames/petz/images/catz1dex_kitten.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/catz1dex_kitten.gif
rename to carolyns_creations/frames/petz/images/catz1dex_kitten.gif
diff --git a/Carolyns_Creations/frames/petz/images/catz1dex_msnow.gif b/carolyns_creations/frames/petz/images/catz1dex_msnow.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/catz1dex_msnow.gif
rename to carolyns_creations/frames/petz/images/catz1dex_msnow.gif
diff --git a/Carolyns_Creations/frames/petz/images/catz1dex_ns3now.gif b/carolyns_creations/frames/petz/images/catz1dex_ns3now.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/catz1dex_ns3now.gif
rename to carolyns_creations/frames/petz/images/catz1dex_ns3now.gif
diff --git a/Carolyns_Creations/frames/petz/images/catz1dex_pfmlogo.gif b/carolyns_creations/frames/petz/images/catz1dex_pfmlogo.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/catz1dex_pfmlogo.gif
rename to carolyns_creations/frames/petz/images/catz1dex_pfmlogo.gif
diff --git a/Carolyns_Creations/frames/petz/images/catz1dex_wdg3.gif b/carolyns_creations/frames/petz/images/catz1dex_wdg3.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/catz1dex_wdg3.gif
rename to carolyns_creations/frames/petz/images/catz1dex_wdg3.gif
diff --git a/Carolyns_Creations/frames/petz/images/catz1mice_GreenGrubzcatz1.gif b/carolyns_creations/frames/petz/images/catz1mice_GreenGrubzcatz1.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/catz1mice_GreenGrubzcatz1.gif
rename to carolyns_creations/frames/petz/images/catz1mice_GreenGrubzcatz1.gif
diff --git a/Carolyns_Creations/frames/petz/images/catz1mice_PinkGrubzcatz1.gif b/carolyns_creations/frames/petz/images/catz1mice_PinkGrubzcatz1.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/catz1mice_PinkGrubzcatz1.gif
rename to carolyns_creations/frames/petz/images/catz1mice_PinkGrubzcatz1.gif
diff --git a/Carolyns_Creations/frames/petz/images/catz1mice_YellowGrubzcatz1.gif b/carolyns_creations/frames/petz/images/catz1mice_YellowGrubzcatz1.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/catz1mice_YellowGrubzcatz1.gif
rename to carolyns_creations/frames/petz/images/catz1mice_YellowGrubzcatz1.gif
diff --git a/Carolyns_Creations/frames/petz/images/d1breedz_AmericanStaffy.gif b/carolyns_creations/frames/petz/images/d1breedz_AmericanStaffy.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d1breedz_AmericanStaffy.gif
rename to carolyns_creations/frames/petz/images/d1breedz_AmericanStaffy.gif
diff --git a/Carolyns_Creations/frames/petz/images/d1breedz_BWCocker.gif b/carolyns_creations/frames/petz/images/d1breedz_BWCocker.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d1breedz_BWCocker.gif
rename to carolyns_creations/frames/petz/images/d1breedz_BWCocker.gif
diff --git a/Carolyns_Creations/frames/petz/images/d1breedz_BrownCocker.gif b/carolyns_creations/frames/petz/images/d1breedz_BrownCocker.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d1breedz_BrownCocker.gif
rename to carolyns_creations/frames/petz/images/d1breedz_BrownCocker.gif
diff --git a/Carolyns_Creations/frames/petz/images/d1breedz_BuffCocker.gif b/carolyns_creations/frames/petz/images/d1breedz_BuffCocker.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d1breedz_BuffCocker.gif
rename to carolyns_creations/frames/petz/images/d1breedz_BuffCocker.gif
diff --git a/Carolyns_Creations/frames/petz/images/d1breedz_Wolf.gif b/carolyns_creations/frames/petz/images/d1breedz_Wolf.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d1breedz_Wolf.gif
rename to carolyns_creations/frames/petz/images/d1breedz_Wolf.gif
diff --git a/Carolyns_Creations/frames/petz/images/d1breedz_Wolfie.gif b/carolyns_creations/frames/petz/images/d1breedz_Wolfie.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d1breedz_Wolfie.gif
rename to carolyns_creations/frames/petz/images/d1breedz_Wolfie.gif
diff --git a/Carolyns_Creations/frames/petz/images/d1breedz_snowbo2_d1.gif b/carolyns_creations/frames/petz/images/d1breedz_snowbo2_d1.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d1breedz_snowbo2_d1.gif
rename to carolyns_creations/frames/petz/images/d1breedz_snowbo2_d1.gif
diff --git a/Carolyns_Creations/frames/petz/images/d2breedz_AmericanStaffy.gif b/carolyns_creations/frames/petz/images/d2breedz_AmericanStaffy.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d2breedz_AmericanStaffy.gif
rename to carolyns_creations/frames/petz/images/d2breedz_AmericanStaffy.gif
diff --git a/Carolyns_Creations/frames/petz/images/d2breedz_Galiceno.gif b/carolyns_creations/frames/petz/images/d2breedz_Galiceno.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d2breedz_Galiceno.gif
rename to carolyns_creations/frames/petz/images/d2breedz_Galiceno.gif
diff --git a/Carolyns_Creations/frames/petz/images/d2breedz_Gorilape.gif b/carolyns_creations/frames/petz/images/d2breedz_Gorilape.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d2breedz_Gorilape.gif
rename to carolyns_creations/frames/petz/images/d2breedz_Gorilape.gif
diff --git a/Carolyns_Creations/frames/petz/images/d2breedz_GuineaPig.gif b/carolyns_creations/frames/petz/images/d2breedz_GuineaPig.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d2breedz_GuineaPig.gif
rename to carolyns_creations/frames/petz/images/d2breedz_GuineaPig.gif
diff --git a/Carolyns_Creations/frames/petz/images/d2breedz_Horse.gif b/carolyns_creations/frames/petz/images/d2breedz_Horse.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d2breedz_Horse.gif
rename to carolyns_creations/frames/petz/images/d2breedz_Horse.gif
diff --git a/Carolyns_Creations/frames/petz/images/d2breedz_Pig-hog.gif b/carolyns_creations/frames/petz/images/d2breedz_Pig-hog.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d2breedz_Pig-hog.gif
rename to carolyns_creations/frames/petz/images/d2breedz_Pig-hog.gif
diff --git a/Carolyns_Creations/frames/petz/images/d2breedz_Snowbo2.gif b/carolyns_creations/frames/petz/images/d2breedz_Snowbo2.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d2breedz_Snowbo2.gif
rename to carolyns_creations/frames/petz/images/d2breedz_Snowbo2.gif
diff --git a/Carolyns_Creations/frames/petz/images/d2breedz_Turkey.gif b/carolyns_creations/frames/petz/images/d2breedz_Turkey.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d2breedz_Turkey.gif
rename to carolyns_creations/frames/petz/images/d2breedz_Turkey.gif
diff --git a/Carolyns_Creations/frames/petz/images/d3breedz_Affelaffe.gif b/carolyns_creations/frames/petz/images/d3breedz_Affelaffe.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d3breedz_Affelaffe.gif
rename to carolyns_creations/frames/petz/images/d3breedz_Affelaffe.gif
diff --git a/Carolyns_Creations/frames/petz/images/d3breedz_Airedale.gif b/carolyns_creations/frames/petz/images/d3breedz_Airedale.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d3breedz_Airedale.gif
rename to carolyns_creations/frames/petz/images/d3breedz_Airedale.gif
diff --git a/Carolyns_Creations/frames/petz/images/d3breedz_AmericanStaffy.gif b/carolyns_creations/frames/petz/images/d3breedz_AmericanStaffy.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d3breedz_AmericanStaffy.gif
rename to carolyns_creations/frames/petz/images/d3breedz_AmericanStaffy.gif
diff --git a/Carolyns_Creations/frames/petz/images/d3breedz_AncestorLizard.gif b/carolyns_creations/frames/petz/images/d3breedz_AncestorLizard.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d3breedz_AncestorLizard.gif
rename to carolyns_creations/frames/petz/images/d3breedz_AncestorLizard.gif
diff --git a/Carolyns_Creations/frames/petz/images/d3breedz_Apaws.gif b/carolyns_creations/frames/petz/images/d3breedz_Apaws.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d3breedz_Apaws.gif
rename to carolyns_creations/frames/petz/images/d3breedz_Apaws.gif
diff --git a/Carolyns_Creations/frames/petz/images/d3breedz_AustralianCattleDog.gif b/carolyns_creations/frames/petz/images/d3breedz_AustralianCattleDog.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d3breedz_AustralianCattleDog.gif
rename to carolyns_creations/frames/petz/images/d3breedz_AustralianCattleDog.gif
diff --git a/Carolyns_Creations/frames/petz/images/d3breedz_BeachDog.gif b/carolyns_creations/frames/petz/images/d3breedz_BeachDog.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d3breedz_BeachDog.gif
rename to carolyns_creations/frames/petz/images/d3breedz_BeachDog.gif
diff --git a/Carolyns_Creations/frames/petz/images/d3breedz_Bearz.gif b/carolyns_creations/frames/petz/images/d3breedz_Bearz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d3breedz_Bearz.gif
rename to carolyns_creations/frames/petz/images/d3breedz_Bearz.gif
diff --git a/Carolyns_Creations/frames/petz/images/d3breedz_Blackdal.gif b/carolyns_creations/frames/petz/images/d3breedz_Blackdal.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d3breedz_Blackdal.gif
rename to carolyns_creations/frames/petz/images/d3breedz_Blackdal.gif
diff --git a/Carolyns_Creations/frames/petz/images/d3breedz_BlacknKhaki.gif b/carolyns_creations/frames/petz/images/d3breedz_BlacknKhaki.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d3breedz_BlacknKhaki.gif
rename to carolyns_creations/frames/petz/images/d3breedz_BlacknKhaki.gif
diff --git a/Carolyns_Creations/frames/petz/images/d3breedz_Breyer.gif b/carolyns_creations/frames/petz/images/d3breedz_Breyer.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d3breedz_Breyer.gif
rename to carolyns_creations/frames/petz/images/d3breedz_Breyer.gif
diff --git a/Carolyns_Creations/frames/petz/images/d3breedz_BrownPyrShepherd.gif b/carolyns_creations/frames/petz/images/d3breedz_BrownPyrShepherd.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d3breedz_BrownPyrShepherd.gif
rename to carolyns_creations/frames/petz/images/d3breedz_BrownPyrShepherd.gif
diff --git a/Carolyns_Creations/frames/petz/images/d3breedz_Browndal.gif b/carolyns_creations/frames/petz/images/d3breedz_Browndal.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d3breedz_Browndal.gif
rename to carolyns_creations/frames/petz/images/d3breedz_Browndal.gif
diff --git a/Carolyns_Creations/frames/petz/images/d3breedz_CalicoMutt.gif b/carolyns_creations/frames/petz/images/d3breedz_CalicoMutt.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d3breedz_CalicoMutt.gif
rename to carolyns_creations/frames/petz/images/d3breedz_CalicoMutt.gif
diff --git a/Carolyns_Creations/frames/petz/images/d3breedz_Calicochi.gif b/carolyns_creations/frames/petz/images/d3breedz_Calicochi.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d3breedz_Calicochi.gif
rename to carolyns_creations/frames/petz/images/d3breedz_Calicochi.gif
diff --git a/Carolyns_Creations/frames/petz/images/d3breedz_ChalkBlueDal.gif b/carolyns_creations/frames/petz/images/d3breedz_ChalkBlueDal.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d3breedz_ChalkBlueDal.gif
rename to carolyns_creations/frames/petz/images/d3breedz_ChalkBlueDal.gif
diff --git a/Carolyns_Creations/frames/petz/images/d4breedz_Affelaffe.gif b/carolyns_creations/frames/petz/images/d4breedz_Affelaffe.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d4breedz_Affelaffe.gif
rename to carolyns_creations/frames/petz/images/d4breedz_Affelaffe.gif
diff --git a/Carolyns_Creations/frames/petz/images/d4breedz_Airedale.gif b/carolyns_creations/frames/petz/images/d4breedz_Airedale.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d4breedz_Airedale.gif
rename to carolyns_creations/frames/petz/images/d4breedz_Airedale.gif
diff --git a/Carolyns_Creations/frames/petz/images/d4breedz_AmericanStaffy.gif b/carolyns_creations/frames/petz/images/d4breedz_AmericanStaffy.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d4breedz_AmericanStaffy.gif
rename to carolyns_creations/frames/petz/images/d4breedz_AmericanStaffy.gif
diff --git a/Carolyns_Creations/frames/petz/images/d4breedz_AncestorLizard.gif b/carolyns_creations/frames/petz/images/d4breedz_AncestorLizard.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d4breedz_AncestorLizard.gif
rename to carolyns_creations/frames/petz/images/d4breedz_AncestorLizard.gif
diff --git a/Carolyns_Creations/frames/petz/images/d4breedz_Apaws.gif b/carolyns_creations/frames/petz/images/d4breedz_Apaws.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d4breedz_Apaws.gif
rename to carolyns_creations/frames/petz/images/d4breedz_Apaws.gif
diff --git a/Carolyns_Creations/frames/petz/images/d4breedz_AustralianCattleDog.gif b/carolyns_creations/frames/petz/images/d4breedz_AustralianCattleDog.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d4breedz_AustralianCattleDog.gif
rename to carolyns_creations/frames/petz/images/d4breedz_AustralianCattleDog.gif
diff --git a/Carolyns_Creations/frames/petz/images/d4breedz_BeachDog.gif b/carolyns_creations/frames/petz/images/d4breedz_BeachDog.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d4breedz_BeachDog.gif
rename to carolyns_creations/frames/petz/images/d4breedz_BeachDog.gif
diff --git a/Carolyns_Creations/frames/petz/images/d4breedz_Bearz.gif b/carolyns_creations/frames/petz/images/d4breedz_Bearz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d4breedz_Bearz.gif
rename to carolyns_creations/frames/petz/images/d4breedz_Bearz.gif
diff --git a/Carolyns_Creations/frames/petz/images/d4breedz_Blackdal.gif b/carolyns_creations/frames/petz/images/d4breedz_Blackdal.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d4breedz_Blackdal.gif
rename to carolyns_creations/frames/petz/images/d4breedz_Blackdal.gif
diff --git a/Carolyns_Creations/frames/petz/images/d4breedz_BlacknKhaki.gif b/carolyns_creations/frames/petz/images/d4breedz_BlacknKhaki.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d4breedz_BlacknKhaki.gif
rename to carolyns_creations/frames/petz/images/d4breedz_BlacknKhaki.gif
diff --git a/Carolyns_Creations/frames/petz/images/d4breedz_Breyer.gif b/carolyns_creations/frames/petz/images/d4breedz_Breyer.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d4breedz_Breyer.gif
rename to carolyns_creations/frames/petz/images/d4breedz_Breyer.gif
diff --git a/Carolyns_Creations/frames/petz/images/d4breedz_BrownPyrShepherd.gif b/carolyns_creations/frames/petz/images/d4breedz_BrownPyrShepherd.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d4breedz_BrownPyrShepherd.gif
rename to carolyns_creations/frames/petz/images/d4breedz_BrownPyrShepherd.gif
diff --git a/Carolyns_Creations/frames/petz/images/d4breedz_Browndal.gif b/carolyns_creations/frames/petz/images/d4breedz_Browndal.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d4breedz_Browndal.gif
rename to carolyns_creations/frames/petz/images/d4breedz_Browndal.gif
diff --git a/Carolyns_Creations/frames/petz/images/d4breedz_CalicoMutt.gif b/carolyns_creations/frames/petz/images/d4breedz_CalicoMutt.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d4breedz_CalicoMutt.gif
rename to carolyns_creations/frames/petz/images/d4breedz_CalicoMutt.gif
diff --git a/Carolyns_Creations/frames/petz/images/d4breedz_Calicochi.gif b/carolyns_creations/frames/petz/images/d4breedz_Calicochi.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d4breedz_Calicochi.gif
rename to carolyns_creations/frames/petz/images/d4breedz_Calicochi.gif
diff --git a/Carolyns_Creations/frames/petz/images/d4breedz_ChalkBlueDal.gif b/carolyns_creations/frames/petz/images/d4breedz_ChalkBlueDal.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d4breedz_ChalkBlueDal.gif
rename to carolyns_creations/frames/petz/images/d4breedz_ChalkBlueDal.gif
diff --git a/Carolyns_Creations/frames/petz/images/d5breedz_Affelaffe.gif b/carolyns_creations/frames/petz/images/d5breedz_Affelaffe.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d5breedz_Affelaffe.gif
rename to carolyns_creations/frames/petz/images/d5breedz_Affelaffe.gif
diff --git a/Carolyns_Creations/frames/petz/images/d5breedz_Airedale.gif b/carolyns_creations/frames/petz/images/d5breedz_Airedale.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d5breedz_Airedale.gif
rename to carolyns_creations/frames/petz/images/d5breedz_Airedale.gif
diff --git a/Carolyns_Creations/frames/petz/images/d5breedz_AmericanStaffy.gif b/carolyns_creations/frames/petz/images/d5breedz_AmericanStaffy.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d5breedz_AmericanStaffy.gif
rename to carolyns_creations/frames/petz/images/d5breedz_AmericanStaffy.gif
diff --git a/Carolyns_Creations/frames/petz/images/d5breedz_AncestorLizard.gif b/carolyns_creations/frames/petz/images/d5breedz_AncestorLizard.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d5breedz_AncestorLizard.gif
rename to carolyns_creations/frames/petz/images/d5breedz_AncestorLizard.gif
diff --git a/Carolyns_Creations/frames/petz/images/d5breedz_Apaws.gif b/carolyns_creations/frames/petz/images/d5breedz_Apaws.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d5breedz_Apaws.gif
rename to carolyns_creations/frames/petz/images/d5breedz_Apaws.gif
diff --git a/Carolyns_Creations/frames/petz/images/d5breedz_AustralianCattleDog.gif b/carolyns_creations/frames/petz/images/d5breedz_AustralianCattleDog.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d5breedz_AustralianCattleDog.gif
rename to carolyns_creations/frames/petz/images/d5breedz_AustralianCattleDog.gif
diff --git a/Carolyns_Creations/frames/petz/images/d5breedz_BeachDog.gif b/carolyns_creations/frames/petz/images/d5breedz_BeachDog.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d5breedz_BeachDog.gif
rename to carolyns_creations/frames/petz/images/d5breedz_BeachDog.gif
diff --git a/Carolyns_Creations/frames/petz/images/d5breedz_Bearz.gif b/carolyns_creations/frames/petz/images/d5breedz_Bearz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d5breedz_Bearz.gif
rename to carolyns_creations/frames/petz/images/d5breedz_Bearz.gif
diff --git a/Carolyns_Creations/frames/petz/images/d5breedz_Blackdal.gif b/carolyns_creations/frames/petz/images/d5breedz_Blackdal.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d5breedz_Blackdal.gif
rename to carolyns_creations/frames/petz/images/d5breedz_Blackdal.gif
diff --git a/Carolyns_Creations/frames/petz/images/d5breedz_BlacknKhaki.gif b/carolyns_creations/frames/petz/images/d5breedz_BlacknKhaki.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d5breedz_BlacknKhaki.gif
rename to carolyns_creations/frames/petz/images/d5breedz_BlacknKhaki.gif
diff --git a/Carolyns_Creations/frames/petz/images/d5breedz_Breyer.gif b/carolyns_creations/frames/petz/images/d5breedz_Breyer.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d5breedz_Breyer.gif
rename to carolyns_creations/frames/petz/images/d5breedz_Breyer.gif
diff --git a/Carolyns_Creations/frames/petz/images/d5breedz_BrownPyrShepherd.gif b/carolyns_creations/frames/petz/images/d5breedz_BrownPyrShepherd.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d5breedz_BrownPyrShepherd.gif
rename to carolyns_creations/frames/petz/images/d5breedz_BrownPyrShepherd.gif
diff --git a/Carolyns_Creations/frames/petz/images/d5breedz_Browndal.gif b/carolyns_creations/frames/petz/images/d5breedz_Browndal.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d5breedz_Browndal.gif
rename to carolyns_creations/frames/petz/images/d5breedz_Browndal.gif
diff --git a/Carolyns_Creations/frames/petz/images/d5breedz_CalicoMutt.gif b/carolyns_creations/frames/petz/images/d5breedz_CalicoMutt.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d5breedz_CalicoMutt.gif
rename to carolyns_creations/frames/petz/images/d5breedz_CalicoMutt.gif
diff --git a/Carolyns_Creations/frames/petz/images/d5breedz_Calicochi.gif b/carolyns_creations/frames/petz/images/d5breedz_Calicochi.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d5breedz_Calicochi.gif
rename to carolyns_creations/frames/petz/images/d5breedz_Calicochi.gif
diff --git a/Carolyns_Creations/frames/petz/images/d5breedz_ChalkBlueDal.gif b/carolyns_creations/frames/petz/images/d5breedz_ChalkBlueDal.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/d5breedz_ChalkBlueDal.gif
rename to carolyns_creations/frames/petz/images/d5breedz_ChalkBlueDal.gif
diff --git a/Carolyns_Creations/frames/petz/images/dogz1fooler_bb.gif b/carolyns_creations/frames/petz/images/dogz1fooler_bb.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/dogz1fooler_bb.gif
rename to carolyns_creations/frames/petz/images/dogz1fooler_bb.gif
diff --git a/Carolyns_Creations/frames/petz/images/dogz1fooler_dog2.gif b/carolyns_creations/frames/petz/images/dogz1fooler_dog2.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/dogz1fooler_dog2.gif
rename to carolyns_creations/frames/petz/images/dogz1fooler_dog2.gif
diff --git a/Carolyns_Creations/frames/petz/images/dogz1fooler_dogzlogo2.gif b/carolyns_creations/frames/petz/images/dogz1fooler_dogzlogo2.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/dogz1fooler_dogzlogo2.gif
rename to carolyns_creations/frames/petz/images/dogz1fooler_dogzlogo2.gif
diff --git a/Carolyns_Creations/frames/petz/images/dogz1fooler_kitten2.gif b/carolyns_creations/frames/petz/images/dogz1fooler_kitten2.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/dogz1fooler_kitten2.gif
rename to carolyns_creations/frames/petz/images/dogz1fooler_kitten2.gif
diff --git a/Carolyns_Creations/frames/petz/images/p2breedz_102dalmatians.gif b/carolyns_creations/frames/petz/images/p2breedz_102dalmatians.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p2breedz_102dalmatians.gif
rename to carolyns_creations/frames/petz/images/p2breedz_102dalmatians.gif
diff --git a/Carolyns_Creations/frames/petz/images/p2breedz_Bunnyp2.gif b/carolyns_creations/frames/petz/images/p2breedz_Bunnyp2.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p2breedz_Bunnyp2.gif
rename to carolyns_creations/frames/petz/images/p2breedz_Bunnyp2.gif
diff --git a/Carolyns_Creations/frames/petz/images/p2breedz_Jester.gif b/carolyns_creations/frames/petz/images/p2breedz_Jester.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p2breedz_Jester.gif
rename to carolyns_creations/frames/petz/images/p2breedz_Jester.gif
diff --git a/Carolyns_Creations/frames/petz/images/p2breedz_Lips.gif b/carolyns_creations/frames/petz/images/p2breedz_Lips.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p2breedz_Lips.gif
rename to carolyns_creations/frames/petz/images/p2breedz_Lips.gif
diff --git a/Carolyns_Creations/frames/petz/images/p2breedz_Walret.gif b/carolyns_creations/frames/petz/images/p2breedz_Walret.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p2breedz_Walret.gif
rename to carolyns_creations/frames/petz/images/p2breedz_Walret.gif
diff --git a/Carolyns_Creations/frames/petz/images/p2playscene_beachfishy.jpg b/carolyns_creations/frames/petz/images/p2playscene_beachfishy.jpg
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p2playscene_beachfishy.jpg
rename to carolyns_creations/frames/petz/images/p2playscene_beachfishy.jpg
diff --git a/Carolyns_Creations/frames/petz/images/p2toyz_Blooms.gif b/carolyns_creations/frames/petz/images/p2toyz_Blooms.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p2toyz_Blooms.gif
rename to carolyns_creations/frames/petz/images/p2toyz_Blooms.gif
diff --git a/Carolyns_Creations/frames/petz/images/p2toyz_Blowers.gif b/carolyns_creations/frames/petz/images/p2toyz_Blowers.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p2toyz_Blowers.gif
rename to carolyns_creations/frames/petz/images/p2toyz_Blowers.gif
diff --git a/Carolyns_Creations/frames/petz/images/p2toyz_CarrotTreatBag.gif b/carolyns_creations/frames/petz/images/p2toyz_CarrotTreatBag.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p2toyz_CarrotTreatBag.gif
rename to carolyns_creations/frames/petz/images/p2toyz_CarrotTreatBag.gif
diff --git a/Carolyns_Creations/frames/petz/images/p2toyz_Dollz4petz.gif b/carolyns_creations/frames/petz/images/p2toyz_Dollz4petz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p2toyz_Dollz4petz.gif
rename to carolyns_creations/frames/petz/images/p2toyz_Dollz4petz.gif
diff --git a/Carolyns_Creations/frames/petz/images/p2toyz_Fishtoyz.jpg b/carolyns_creations/frames/petz/images/p2toyz_Fishtoyz.jpg
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p2toyz_Fishtoyz.jpg
rename to carolyns_creations/frames/petz/images/p2toyz_Fishtoyz.jpg
diff --git a/Carolyns_Creations/frames/petz/images/p2toyz_butterflyattractor.gif b/carolyns_creations/frames/petz/images/p2toyz_butterflyattractor.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p2toyz_butterflyattractor.gif
rename to carolyns_creations/frames/petz/images/p2toyz_butterflyattractor.gif
diff --git a/Carolyns_Creations/frames/petz/images/p2toyz_gemhairball.gif b/carolyns_creations/frames/petz/images/p2toyz_gemhairball.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p2toyz_gemhairball.gif
rename to carolyns_creations/frames/petz/images/p2toyz_gemhairball.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3breedz_102dalmatians.gif b/carolyns_creations/frames/petz/images/p3breedz_102dalmatians.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3breedz_102dalmatians.gif
rename to carolyns_creations/frames/petz/images/p3breedz_102dalmatians.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3breedz_Alleyvaried.gif b/carolyns_creations/frames/petz/images/p3breedz_Alleyvaried.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3breedz_Alleyvaried.gif
rename to carolyns_creations/frames/petz/images/p3breedz_Alleyvaried.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3breedz_Arthropodz.gif b/carolyns_creations/frames/petz/images/p3breedz_Arthropodz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3breedz_Arthropodz.gif
rename to carolyns_creations/frames/petz/images/p3breedz_Arthropodz.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3breedz_Boy.gif b/carolyns_creations/frames/petz/images/p3breedz_Boy.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3breedz_Boy.gif
rename to carolyns_creations/frames/petz/images/p3breedz_Boy.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3breedz_Boyz.gif b/carolyns_creations/frames/petz/images/p3breedz_Boyz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3breedz_Boyz.gif
rename to carolyns_creations/frames/petz/images/p3breedz_Boyz.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3breedz_Caliwingz.gif b/carolyns_creations/frames/petz/images/p3breedz_Caliwingz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3breedz_Caliwingz.gif
rename to carolyns_creations/frames/petz/images/p3breedz_Caliwingz.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3breedz_Fishie.gif b/carolyns_creations/frames/petz/images/p3breedz_Fishie.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3breedz_Fishie.gif
rename to carolyns_creations/frames/petz/images/p3breedz_Fishie.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3breedz_FlealessAlleys.gif b/carolyns_creations/frames/petz/images/p3breedz_FlealessAlleys.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3breedz_FlealessAlleys.gif
rename to carolyns_creations/frames/petz/images/p3breedz_FlealessAlleys.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3breedz_FlealessAlleys2.gif b/carolyns_creations/frames/petz/images/p3breedz_FlealessAlleys2.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3breedz_FlealessAlleys2.gif
rename to carolyns_creations/frames/petz/images/p3breedz_FlealessAlleys2.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3breedz_Jester.gif b/carolyns_creations/frames/petz/images/p3breedz_Jester.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3breedz_Jester.gif
rename to carolyns_creations/frames/petz/images/p3breedz_Jester.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3breedz_Lips.gif b/carolyns_creations/frames/petz/images/p3breedz_Lips.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3breedz_Lips.gif
rename to carolyns_creations/frames/petz/images/p3breedz_Lips.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3breedz_Walret.gif b/carolyns_creations/frames/petz/images/p3breedz_Walret.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3breedz_Walret.gif
rename to carolyns_creations/frames/petz/images/p3breedz_Walret.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3breedz_Wetterhoun.gif b/carolyns_creations/frames/petz/images/p3breedz_Wetterhoun.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3breedz_Wetterhoun.gif
rename to carolyns_creations/frames/petz/images/p3breedz_Wetterhoun.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3clothes_Dancedress.gif b/carolyns_creations/frames/petz/images/p3clothes_Dancedress.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3clothes_Dancedress.gif
rename to carolyns_creations/frames/petz/images/p3clothes_Dancedress.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3clothes_Wigz.gif b/carolyns_creations/frames/petz/images/p3clothes_Wigz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3clothes_Wigz.gif
rename to carolyns_creations/frames/petz/images/p3clothes_Wigz.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3clothes_Wingz.gif b/carolyns_creations/frames/petz/images/p3clothes_Wingz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3clothes_Wingz.gif
rename to carolyns_creations/frames/petz/images/p3clothes_Wingz.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3hosts_Bailey.gif b/carolyns_creations/frames/petz/images/p3hosts_Bailey.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3hosts_Bailey.gif
rename to carolyns_creations/frames/petz/images/p3hosts_Bailey.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3hosts_BearHost.gif b/carolyns_creations/frames/petz/images/p3hosts_BearHost.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3hosts_BearHost.gif
rename to carolyns_creations/frames/petz/images/p3hosts_BearHost.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3hosts_Jones.gif b/carolyns_creations/frames/petz/images/p3hosts_Jones.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3hosts_Jones.gif
rename to carolyns_creations/frames/petz/images/p3hosts_Jones.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3hosts_Misha.gif b/carolyns_creations/frames/petz/images/p3hosts_Misha.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3hosts_Misha.gif
rename to carolyns_creations/frames/petz/images/p3hosts_Misha.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3hosts_Mitzy.gif b/carolyns_creations/frames/petz/images/p3hosts_Mitzy.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3hosts_Mitzy.gif
rename to carolyns_creations/frames/petz/images/p3hosts_Mitzy.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3hosts_Peg.gif b/carolyns_creations/frames/petz/images/p3hosts_Peg.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3hosts_Peg.gif
rename to carolyns_creations/frames/petz/images/p3hosts_Peg.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3hosts_Pepe.gif b/carolyns_creations/frames/petz/images/p3hosts_Pepe.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3hosts_Pepe.gif
rename to carolyns_creations/frames/petz/images/p3hosts_Pepe.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3hosts_Pharaoh.gif b/carolyns_creations/frames/petz/images/p3hosts_Pharaoh.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3hosts_Pharaoh.gif
rename to carolyns_creations/frames/petz/images/p3hosts_Pharaoh.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3hosts_TheAdmiral.gif b/carolyns_creations/frames/petz/images/p3hosts_TheAdmiral.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3hosts_TheAdmiral.gif
rename to carolyns_creations/frames/petz/images/p3hosts_TheAdmiral.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3hosts_Wyatt.gif b/carolyns_creations/frames/petz/images/p3hosts_Wyatt.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3hosts_Wyatt.gif
rename to carolyns_creations/frames/petz/images/p3hosts_Wyatt.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3playscene_Carrycase.gif b/carolyns_creations/frames/petz/images/p3playscene_Carrycase.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3playscene_Carrycase.gif
rename to carolyns_creations/frames/petz/images/p3playscene_Carrycase.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3playscene_scene.gif b/carolyns_creations/frames/petz/images/p3playscene_scene.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3playscene_scene.gif
rename to carolyns_creations/frames/petz/images/p3playscene_scene.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3playscene_toyz.gif b/carolyns_creations/frames/petz/images/p3playscene_toyz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3playscene_toyz.gif
rename to carolyns_creations/frames/petz/images/p3playscene_toyz.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3toyz_Blooms.gif b/carolyns_creations/frames/petz/images/p3toyz_Blooms.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3toyz_Blooms.gif
rename to carolyns_creations/frames/petz/images/p3toyz_Blooms.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3toyz_Blowers.gif b/carolyns_creations/frames/petz/images/p3toyz_Blowers.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3toyz_Blowers.gif
rename to carolyns_creations/frames/petz/images/p3toyz_Blowers.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3toyz_CarrotTreatBag.gif b/carolyns_creations/frames/petz/images/p3toyz_CarrotTreatBag.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3toyz_CarrotTreatBag.gif
rename to carolyns_creations/frames/petz/images/p3toyz_CarrotTreatBag.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3toyz_Catz1squeakytoy.gif b/carolyns_creations/frames/petz/images/p3toyz_Catz1squeakytoy.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3toyz_Catz1squeakytoy.gif
rename to carolyns_creations/frames/petz/images/p3toyz_Catz1squeakytoy.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3toyz_Dollz4petz.gif b/carolyns_creations/frames/petz/images/p3toyz_Dollz4petz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3toyz_Dollz4petz.gif
rename to carolyns_creations/frames/petz/images/p3toyz_Dollz4petz.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3toyz_Dungbeetle.gif b/carolyns_creations/frames/petz/images/p3toyz_Dungbeetle.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3toyz_Dungbeetle.gif
rename to carolyns_creations/frames/petz/images/p3toyz_Dungbeetle.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3toyz_Mintbottle.gif b/carolyns_creations/frames/petz/images/p3toyz_Mintbottle.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3toyz_Mintbottle.gif
rename to carolyns_creations/frames/petz/images/p3toyz_Mintbottle.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3toyz_butterflyattractor.gif b/carolyns_creations/frames/petz/images/p3toyz_butterflyattractor.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3toyz_butterflyattractor.gif
rename to carolyns_creations/frames/petz/images/p3toyz_butterflyattractor.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3toyz_gemhairball.gif b/carolyns_creations/frames/petz/images/p3toyz_gemhairball.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3toyz_gemhairball.gif
rename to carolyns_creations/frames/petz/images/p3toyz_gemhairball.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3toyz_gemhairballshelf.gif b/carolyns_creations/frames/petz/images/p3toyz_gemhairballshelf.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3toyz_gemhairballshelf.gif
rename to carolyns_creations/frames/petz/images/p3toyz_gemhairballshelf.gif
diff --git a/Carolyns_Creations/frames/petz/images/p3toyz_lovepotion.gif b/carolyns_creations/frames/petz/images/p3toyz_lovepotion.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p3toyz_lovepotion.gif
rename to carolyns_creations/frames/petz/images/p3toyz_lovepotion.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4breedz_102dalmatians.gif b/carolyns_creations/frames/petz/images/p4breedz_102dalmatians.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4breedz_102dalmatians.gif
rename to carolyns_creations/frames/petz/images/p4breedz_102dalmatians.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4breedz_Alleyvaried.gif b/carolyns_creations/frames/petz/images/p4breedz_Alleyvaried.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4breedz_Alleyvaried.gif
rename to carolyns_creations/frames/petz/images/p4breedz_Alleyvaried.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4breedz_Arthropodz.gif b/carolyns_creations/frames/petz/images/p4breedz_Arthropodz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4breedz_Arthropodz.gif
rename to carolyns_creations/frames/petz/images/p4breedz_Arthropodz.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4breedz_AsianSnowCurl.gif b/carolyns_creations/frames/petz/images/p4breedz_AsianSnowCurl.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4breedz_AsianSnowCurl.gif
rename to carolyns_creations/frames/petz/images/p4breedz_AsianSnowCurl.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4breedz_Boy.gif b/carolyns_creations/frames/petz/images/p4breedz_Boy.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4breedz_Boy.gif
rename to carolyns_creations/frames/petz/images/p4breedz_Boy.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4breedz_Boyz.gif b/carolyns_creations/frames/petz/images/p4breedz_Boyz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4breedz_Boyz.gif
rename to carolyns_creations/frames/petz/images/p4breedz_Boyz.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4breedz_Caliwingz.gif b/carolyns_creations/frames/petz/images/p4breedz_Caliwingz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4breedz_Caliwingz.gif
rename to carolyns_creations/frames/petz/images/p4breedz_Caliwingz.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4breedz_Fishie.gif b/carolyns_creations/frames/petz/images/p4breedz_Fishie.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4breedz_Fishie.gif
rename to carolyns_creations/frames/petz/images/p4breedz_Fishie.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4breedz_FlealessAlleys.gif b/carolyns_creations/frames/petz/images/p4breedz_FlealessAlleys.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4breedz_FlealessAlleys.gif
rename to carolyns_creations/frames/petz/images/p4breedz_FlealessAlleys.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4breedz_FlealessAlleys2.gif b/carolyns_creations/frames/petz/images/p4breedz_FlealessAlleys2.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4breedz_FlealessAlleys2.gif
rename to carolyns_creations/frames/petz/images/p4breedz_FlealessAlleys2.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4breedz_Jester.gif b/carolyns_creations/frames/petz/images/p4breedz_Jester.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4breedz_Jester.gif
rename to carolyns_creations/frames/petz/images/p4breedz_Jester.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4breedz_Lips.gif b/carolyns_creations/frames/petz/images/p4breedz_Lips.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4breedz_Lips.gif
rename to carolyns_creations/frames/petz/images/p4breedz_Lips.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4breedz_Walret.gif b/carolyns_creations/frames/petz/images/p4breedz_Walret.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4breedz_Walret.gif
rename to carolyns_creations/frames/petz/images/p4breedz_Walret.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4breedz_Wetterhoun.gif b/carolyns_creations/frames/petz/images/p4breedz_Wetterhoun.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4breedz_Wetterhoun.gif
rename to carolyns_creations/frames/petz/images/p4breedz_Wetterhoun.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4clothes_PilgrimSweater.gif b/carolyns_creations/frames/petz/images/p4clothes_PilgrimSweater.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4clothes_PilgrimSweater.gif
rename to carolyns_creations/frames/petz/images/p4clothes_PilgrimSweater.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4clothes_SantaSweater.gif b/carolyns_creations/frames/petz/images/p4clothes_SantaSweater.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4clothes_SantaSweater.gif
rename to carolyns_creations/frames/petz/images/p4clothes_SantaSweater.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4clothes_Wigz.gif b/carolyns_creations/frames/petz/images/p4clothes_Wigz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4clothes_Wigz.gif
rename to carolyns_creations/frames/petz/images/p4clothes_Wigz.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4clothes_Wingz.gif b/carolyns_creations/frames/petz/images/p4clothes_Wingz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4clothes_Wingz.gif
rename to carolyns_creations/frames/petz/images/p4clothes_Wingz.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4hosts_Bailey.gif b/carolyns_creations/frames/petz/images/p4hosts_Bailey.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4hosts_Bailey.gif
rename to carolyns_creations/frames/petz/images/p4hosts_Bailey.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4hosts_BearHost.gif b/carolyns_creations/frames/petz/images/p4hosts_BearHost.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4hosts_BearHost.gif
rename to carolyns_creations/frames/petz/images/p4hosts_BearHost.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4hosts_Jones.gif b/carolyns_creations/frames/petz/images/p4hosts_Jones.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4hosts_Jones.gif
rename to carolyns_creations/frames/petz/images/p4hosts_Jones.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4hosts_Misha.gif b/carolyns_creations/frames/petz/images/p4hosts_Misha.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4hosts_Misha.gif
rename to carolyns_creations/frames/petz/images/p4hosts_Misha.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4hosts_Mitzy.gif b/carolyns_creations/frames/petz/images/p4hosts_Mitzy.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4hosts_Mitzy.gif
rename to carolyns_creations/frames/petz/images/p4hosts_Mitzy.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4hosts_Peg.gif b/carolyns_creations/frames/petz/images/p4hosts_Peg.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4hosts_Peg.gif
rename to carolyns_creations/frames/petz/images/p4hosts_Peg.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4hosts_Pepe.gif b/carolyns_creations/frames/petz/images/p4hosts_Pepe.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4hosts_Pepe.gif
rename to carolyns_creations/frames/petz/images/p4hosts_Pepe.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4hosts_Pharaoh.gif b/carolyns_creations/frames/petz/images/p4hosts_Pharaoh.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4hosts_Pharaoh.gif
rename to carolyns_creations/frames/petz/images/p4hosts_Pharaoh.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4hosts_TheAdmiral.gif b/carolyns_creations/frames/petz/images/p4hosts_TheAdmiral.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4hosts_TheAdmiral.gif
rename to carolyns_creations/frames/petz/images/p4hosts_TheAdmiral.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4hosts_Wyatt.gif b/carolyns_creations/frames/petz/images/p4hosts_Wyatt.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4hosts_Wyatt.gif
rename to carolyns_creations/frames/petz/images/p4hosts_Wyatt.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4playscene_CarrycaseP4.gif b/carolyns_creations/frames/petz/images/p4playscene_CarrycaseP4.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4playscene_CarrycaseP4.gif
rename to carolyns_creations/frames/petz/images/p4playscene_CarrycaseP4.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4playscene_beachfishy.jfif b/carolyns_creations/frames/petz/images/p4playscene_beachfishy.jfif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4playscene_beachfishy.jfif
rename to carolyns_creations/frames/petz/images/p4playscene_beachfishy.jfif
diff --git a/Carolyns_Creations/frames/petz/images/p4playscene_scene.gif b/carolyns_creations/frames/petz/images/p4playscene_scene.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4playscene_scene.gif
rename to carolyns_creations/frames/petz/images/p4playscene_scene.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4playscene_toyz.gif b/carolyns_creations/frames/petz/images/p4playscene_toyz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4playscene_toyz.gif
rename to carolyns_creations/frames/petz/images/p4playscene_toyz.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4toyz_Blooms.gif b/carolyns_creations/frames/petz/images/p4toyz_Blooms.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4toyz_Blooms.gif
rename to carolyns_creations/frames/petz/images/p4toyz_Blooms.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4toyz_Blowers.gif b/carolyns_creations/frames/petz/images/p4toyz_Blowers.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4toyz_Blowers.gif
rename to carolyns_creations/frames/petz/images/p4toyz_Blowers.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4toyz_CarrotTreatBag.gif b/carolyns_creations/frames/petz/images/p4toyz_CarrotTreatBag.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4toyz_CarrotTreatBag.gif
rename to carolyns_creations/frames/petz/images/p4toyz_CarrotTreatBag.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4toyz_Catz1squeakytoy.gif b/carolyns_creations/frames/petz/images/p4toyz_Catz1squeakytoy.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4toyz_Catz1squeakytoy.gif
rename to carolyns_creations/frames/petz/images/p4toyz_Catz1squeakytoy.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4toyz_Dollz4petz.gif b/carolyns_creations/frames/petz/images/p4toyz_Dollz4petz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4toyz_Dollz4petz.gif
rename to carolyns_creations/frames/petz/images/p4toyz_Dollz4petz.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4toyz_Dungbeetle.gif b/carolyns_creations/frames/petz/images/p4toyz_Dungbeetle.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4toyz_Dungbeetle.gif
rename to carolyns_creations/frames/petz/images/p4toyz_Dungbeetle.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4toyz_FishtankAdventure.jpg b/carolyns_creations/frames/petz/images/p4toyz_FishtankAdventure.jpg
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4toyz_FishtankAdventure.jpg
rename to carolyns_creations/frames/petz/images/p4toyz_FishtankAdventure.jpg
diff --git a/Carolyns_Creations/frames/petz/images/p4toyz_GoldfishTank.gif b/carolyns_creations/frames/petz/images/p4toyz_GoldfishTank.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4toyz_GoldfishTank.gif
rename to carolyns_creations/frames/petz/images/p4toyz_GoldfishTank.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4toyz_Mintbottle.gif b/carolyns_creations/frames/petz/images/p4toyz_Mintbottle.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4toyz_Mintbottle.gif
rename to carolyns_creations/frames/petz/images/p4toyz_Mintbottle.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4toyz_Sunflowers.jpg b/carolyns_creations/frames/petz/images/p4toyz_Sunflowers.jpg
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4toyz_Sunflowers.jpg
rename to carolyns_creations/frames/petz/images/p4toyz_Sunflowers.jpg
diff --git a/Carolyns_Creations/frames/petz/images/p4toyz_circusfishy.jpg b/carolyns_creations/frames/petz/images/p4toyz_circusfishy.jpg
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4toyz_circusfishy.jpg
rename to carolyns_creations/frames/petz/images/p4toyz_circusfishy.jpg
diff --git a/Carolyns_Creations/frames/petz/images/p4toyz_gemhairball.gif b/carolyns_creations/frames/petz/images/p4toyz_gemhairball.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4toyz_gemhairball.gif
rename to carolyns_creations/frames/petz/images/p4toyz_gemhairball.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4toyz_gemhairballshelf.gif b/carolyns_creations/frames/petz/images/p4toyz_gemhairballshelf.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4toyz_gemhairballshelf.gif
rename to carolyns_creations/frames/petz/images/p4toyz_gemhairballshelf.gif
diff --git a/Carolyns_Creations/frames/petz/images/p4toyz_p4cannon.jpg b/carolyns_creations/frames/petz/images/p4toyz_p4cannon.jpg
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p4toyz_p4cannon.jpg
rename to carolyns_creations/frames/petz/images/p4toyz_p4cannon.jpg
diff --git a/Carolyns_Creations/frames/petz/images/p5breedz_102dalmatians.gif b/carolyns_creations/frames/petz/images/p5breedz_102dalmatians.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5breedz_102dalmatians.gif
rename to carolyns_creations/frames/petz/images/p5breedz_102dalmatians.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5breedz_Alleyvaried.gif b/carolyns_creations/frames/petz/images/p5breedz_Alleyvaried.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5breedz_Alleyvaried.gif
rename to carolyns_creations/frames/petz/images/p5breedz_Alleyvaried.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5breedz_Arthropodz.gif b/carolyns_creations/frames/petz/images/p5breedz_Arthropodz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5breedz_Arthropodz.gif
rename to carolyns_creations/frames/petz/images/p5breedz_Arthropodz.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5breedz_Boy.gif b/carolyns_creations/frames/petz/images/p5breedz_Boy.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5breedz_Boy.gif
rename to carolyns_creations/frames/petz/images/p5breedz_Boy.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5breedz_Boyz.gif b/carolyns_creations/frames/petz/images/p5breedz_Boyz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5breedz_Boyz.gif
rename to carolyns_creations/frames/petz/images/p5breedz_Boyz.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5breedz_Caliwingz.gif b/carolyns_creations/frames/petz/images/p5breedz_Caliwingz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5breedz_Caliwingz.gif
rename to carolyns_creations/frames/petz/images/p5breedz_Caliwingz.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5breedz_Fishie.gif b/carolyns_creations/frames/petz/images/p5breedz_Fishie.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5breedz_Fishie.gif
rename to carolyns_creations/frames/petz/images/p5breedz_Fishie.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5breedz_FlealessAlleys.gif b/carolyns_creations/frames/petz/images/p5breedz_FlealessAlleys.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5breedz_FlealessAlleys.gif
rename to carolyns_creations/frames/petz/images/p5breedz_FlealessAlleys.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5breedz_FlealessAlleys2.gif b/carolyns_creations/frames/petz/images/p5breedz_FlealessAlleys2.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5breedz_FlealessAlleys2.gif
rename to carolyns_creations/frames/petz/images/p5breedz_FlealessAlleys2.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5breedz_Jester.gif b/carolyns_creations/frames/petz/images/p5breedz_Jester.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5breedz_Jester.gif
rename to carolyns_creations/frames/petz/images/p5breedz_Jester.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5breedz_Lips.gif b/carolyns_creations/frames/petz/images/p5breedz_Lips.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5breedz_Lips.gif
rename to carolyns_creations/frames/petz/images/p5breedz_Lips.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5breedz_Walret.gif b/carolyns_creations/frames/petz/images/p5breedz_Walret.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5breedz_Walret.gif
rename to carolyns_creations/frames/petz/images/p5breedz_Walret.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5breedz_Wetterhoun.gif b/carolyns_creations/frames/petz/images/p5breedz_Wetterhoun.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5breedz_Wetterhoun.gif
rename to carolyns_creations/frames/petz/images/p5breedz_Wetterhoun.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5clothes_Wigz5.gif b/carolyns_creations/frames/petz/images/p5clothes_Wigz5.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5clothes_Wigz5.gif
rename to carolyns_creations/frames/petz/images/p5clothes_Wigz5.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5clothes_Wingz5.gif b/carolyns_creations/frames/petz/images/p5clothes_Wingz5.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5clothes_Wingz5.gif
rename to carolyns_creations/frames/petz/images/p5clothes_Wingz5.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5hosts_Bailey5.gif b/carolyns_creations/frames/petz/images/p5hosts_Bailey5.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5hosts_Bailey5.gif
rename to carolyns_creations/frames/petz/images/p5hosts_Bailey5.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5hosts_BearHost5.gif b/carolyns_creations/frames/petz/images/p5hosts_BearHost5.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5hosts_BearHost5.gif
rename to carolyns_creations/frames/petz/images/p5hosts_BearHost5.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5hosts_Jones5.gif b/carolyns_creations/frames/petz/images/p5hosts_Jones5.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5hosts_Jones5.gif
rename to carolyns_creations/frames/petz/images/p5hosts_Jones5.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5hosts_Misha5.gif b/carolyns_creations/frames/petz/images/p5hosts_Misha5.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5hosts_Misha5.gif
rename to carolyns_creations/frames/petz/images/p5hosts_Misha5.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5hosts_Mitzy5.gif b/carolyns_creations/frames/petz/images/p5hosts_Mitzy5.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5hosts_Mitzy5.gif
rename to carolyns_creations/frames/petz/images/p5hosts_Mitzy5.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5hosts_Peg5.gif b/carolyns_creations/frames/petz/images/p5hosts_Peg5.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5hosts_Peg5.gif
rename to carolyns_creations/frames/petz/images/p5hosts_Peg5.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5hosts_Pepe5.gif b/carolyns_creations/frames/petz/images/p5hosts_Pepe5.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5hosts_Pepe5.gif
rename to carolyns_creations/frames/petz/images/p5hosts_Pepe5.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5hosts_Pharaoh5.gif b/carolyns_creations/frames/petz/images/p5hosts_Pharaoh5.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5hosts_Pharaoh5.gif
rename to carolyns_creations/frames/petz/images/p5hosts_Pharaoh5.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5hosts_TheAdmiral5.gif b/carolyns_creations/frames/petz/images/p5hosts_TheAdmiral5.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5hosts_TheAdmiral5.gif
rename to carolyns_creations/frames/petz/images/p5hosts_TheAdmiral5.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5hosts_Wyatt5.gif b/carolyns_creations/frames/petz/images/p5hosts_Wyatt5.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5hosts_Wyatt5.gif
rename to carolyns_creations/frames/petz/images/p5hosts_Wyatt5.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5playscene_Kitchen1.jpg b/carolyns_creations/frames/petz/images/p5playscene_Kitchen1.jpg
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5playscene_Kitchen1.jpg
rename to carolyns_creations/frames/petz/images/p5playscene_Kitchen1.jpg
diff --git a/Carolyns_Creations/frames/petz/images/p5playscene_MudpuddleShootingstar.jpg b/carolyns_creations/frames/petz/images/p5playscene_MudpuddleShootingstar.jpg
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5playscene_MudpuddleShootingstar.jpg
rename to carolyns_creations/frames/petz/images/p5playscene_MudpuddleShootingstar.jpg
diff --git a/Carolyns_Creations/frames/petz/images/p5playscene_P4AC4P5.jpg b/carolyns_creations/frames/petz/images/p5playscene_P4AC4P5.jpg
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5playscene_P4AC4P5.jpg
rename to carolyns_creations/frames/petz/images/p5playscene_P4AC4P5.jpg
diff --git a/Carolyns_Creations/frames/petz/images/p5playscene_SecretWoodx.jpg b/carolyns_creations/frames/petz/images/p5playscene_SecretWoodx.jpg
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5playscene_SecretWoodx.jpg
rename to carolyns_creations/frames/petz/images/p5playscene_SecretWoodx.jpg
diff --git a/Carolyns_Creations/frames/petz/images/p5skinz_CarrycaseP5.gif b/carolyns_creations/frames/petz/images/p5skinz_CarrycaseP5.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5skinz_CarrycaseP5.gif
rename to carolyns_creations/frames/petz/images/p5skinz_CarrycaseP5.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5toyz_Beetlep5.gif b/carolyns_creations/frames/petz/images/p5toyz_Beetlep5.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5toyz_Beetlep5.gif
rename to carolyns_creations/frames/petz/images/p5toyz_Beetlep5.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5toyz_Blooms.gif b/carolyns_creations/frames/petz/images/p5toyz_Blooms.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5toyz_Blooms.gif
rename to carolyns_creations/frames/petz/images/p5toyz_Blooms.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5toyz_Blowers.gif b/carolyns_creations/frames/petz/images/p5toyz_Blowers.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5toyz_Blowers.gif
rename to carolyns_creations/frames/petz/images/p5toyz_Blowers.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5toyz_BlueButterflyp5.gif b/carolyns_creations/frames/petz/images/p5toyz_BlueButterflyp5.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5toyz_BlueButterflyp5.gif
rename to carolyns_creations/frames/petz/images/p5toyz_BlueButterflyp5.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5toyz_Doll4Petz5.gif b/carolyns_creations/frames/petz/images/p5toyz_Doll4Petz5.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5toyz_Doll4Petz5.gif
rename to carolyns_creations/frames/petz/images/p5toyz_Doll4Petz5.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5toyz_FishbowlCircus.jpg b/carolyns_creations/frames/petz/images/p5toyz_FishbowlCircus.jpg
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5toyz_FishbowlCircus.jpg
rename to carolyns_creations/frames/petz/images/p5toyz_FishbowlCircus.jpg
diff --git a/Carolyns_Creations/frames/petz/images/p5toyz_Mintbottlep5.gif b/carolyns_creations/frames/petz/images/p5toyz_Mintbottlep5.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5toyz_Mintbottlep5.gif
rename to carolyns_creations/frames/petz/images/p5toyz_Mintbottlep5.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5toyz_Spongeandtowelp5.gif b/carolyns_creations/frames/petz/images/p5toyz_Spongeandtowelp5.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5toyz_Spongeandtowelp5.gif
rename to carolyns_creations/frames/petz/images/p5toyz_Spongeandtowelp5.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5toyz_gemhairball.gif b/carolyns_creations/frames/petz/images/p5toyz_gemhairball.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5toyz_gemhairball.gif
rename to carolyns_creations/frames/petz/images/p5toyz_gemhairball.gif
diff --git a/Carolyns_Creations/frames/petz/images/p5toyz_p5cannon.jpg b/carolyns_creations/frames/petz/images/p5toyz_p5cannon.jpg
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/p5toyz_p5cannon.jpg
rename to carolyns_creations/frames/petz/images/p5toyz_p5cannon.jpg
diff --git a/Carolyns_Creations/frames/petz/images/petzedit_BeedablePig.gif b/carolyns_creations/frames/petz/images/petzedit_BeedablePig.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/petzedit_BeedablePig.gif
rename to carolyns_creations/frames/petz/images/petzedit_BeedablePig.gif
diff --git a/Carolyns_Creations/frames/petz/images/petzedit_BunnyEar1.gif b/carolyns_creations/frames/petz/images/petzedit_BunnyEar1.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/petzedit_BunnyEar1.gif
rename to carolyns_creations/frames/petz/images/petzedit_BunnyEar1.gif
diff --git a/Carolyns_Creations/frames/petz/images/petzedit_BunnyEar2.gif b/carolyns_creations/frames/petz/images/petzedit_BunnyEar2.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/petzedit_BunnyEar2.gif
rename to carolyns_creations/frames/petz/images/petzedit_BunnyEar2.gif
diff --git a/Carolyns_Creations/frames/petz/images/petzedit_CatDroptails.gif b/carolyns_creations/frames/petz/images/petzedit_CatDroptails.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/petzedit_CatDroptails.gif
rename to carolyns_creations/frames/petz/images/petzedit_CatDroptails.gif
diff --git a/Carolyns_Creations/frames/petz/images/petzedit_ChiEarsOnDali.gif b/carolyns_creations/frames/petz/images/petzedit_ChiEarsOnDali.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/petzedit_ChiEarsOnDali.gif
rename to carolyns_creations/frames/petz/images/petzedit_ChiEarsOnDali.gif
diff --git a/Carolyns_Creations/frames/petz/images/petzedit_ChiEarsOnDane.gif b/carolyns_creations/frames/petz/images/petzedit_ChiEarsOnDane.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/petzedit_ChiEarsOnDane.gif
rename to carolyns_creations/frames/petz/images/petzedit_ChiEarsOnDane.gif
diff --git a/Carolyns_Creations/frames/petz/images/petzedit_DropTailOnLab.gif b/carolyns_creations/frames/petz/images/petzedit_DropTailOnLab.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/petzedit_DropTailOnLab.gif
rename to carolyns_creations/frames/petz/images/petzedit_DropTailOnLab.gif
diff --git a/Carolyns_Creations/frames/petz/images/petzedit_Earringpet.gif b/carolyns_creations/frames/petz/images/petzedit_Earringpet.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/petzedit_Earringpet.gif
rename to carolyns_creations/frames/petz/images/petzedit_Earringpet.gif
diff --git a/Carolyns_Creations/frames/petz/images/petzedit_FeathereDane.gif b/carolyns_creations/frames/petz/images/petzedit_FeathereDane.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/petzedit_FeathereDane.gif
rename to carolyns_creations/frames/petz/images/petzedit_FeathereDane.gif
diff --git a/Carolyns_Creations/frames/petz/images/petzedit_Jeannie.gif b/carolyns_creations/frames/petz/images/petzedit_Jeannie.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/petzedit_Jeannie.gif
rename to carolyns_creations/frames/petz/images/petzedit_Jeannie.gif
diff --git a/Carolyns_Creations/frames/petz/images/petzedit_Jury.gif b/carolyns_creations/frames/petz/images/petzedit_Jury.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/petzedit_Jury.gif
rename to carolyns_creations/frames/petz/images/petzedit_Jury.gif
diff --git a/Carolyns_Creations/frames/petz/images/petzedit_OswithAttitude.gif b/carolyns_creations/frames/petz/images/petzedit_OswithAttitude.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/petzedit_OswithAttitude.gif
rename to carolyns_creations/frames/petz/images/petzedit_OswithAttitude.gif
diff --git a/Carolyns_Creations/frames/petz/images/petzedit_Pepebabyz.gif b/carolyns_creations/frames/petz/images/petzedit_Pepebabyz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/petzedit_Pepebabyz.gif
rename to carolyns_creations/frames/petz/images/petzedit_Pepebabyz.gif
diff --git a/Carolyns_Creations/frames/petz/images/petzedit_Spikies.gif b/carolyns_creations/frames/petz/images/petzedit_Spikies.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/petzedit_Spikies.gif
rename to carolyns_creations/frames/petz/images/petzedit_Spikies.gif
diff --git a/Carolyns_Creations/frames/petz/images/petzedit_Spot.gif b/carolyns_creations/frames/petz/images/petzedit_Spot.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/petzedit_Spot.gif
rename to carolyns_creations/frames/petz/images/petzedit_Spot.gif
diff --git a/Carolyns_Creations/frames/petz/images/petzedit_TailAndEars.gif b/carolyns_creations/frames/petz/images/petzedit_TailAndEars.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/petzedit_TailAndEars.gif
rename to carolyns_creations/frames/petz/images/petzedit_TailAndEars.gif
diff --git a/Carolyns_Creations/frames/petz/images/petzedit_Unipets.gif b/carolyns_creations/frames/petz/images/petzedit_Unipets.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/petzedit_Unipets.gif
rename to carolyns_creations/frames/petz/images/petzedit_Unipets.gif
diff --git a/Carolyns_Creations/frames/petz/images/petzedit_WingzOnNeko.gif b/carolyns_creations/frames/petz/images/petzedit_WingzOnNeko.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/petzedit_WingzOnNeko.gif
rename to carolyns_creations/frames/petz/images/petzedit_WingzOnNeko.gif
diff --git a/Carolyns_Creations/frames/petz/images/petzedit_WingzTestbreedz.gif b/carolyns_creations/frames/petz/images/petzedit_WingzTestbreedz.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/petzedit_WingzTestbreedz.gif
rename to carolyns_creations/frames/petz/images/petzedit_WingzTestbreedz.gif
diff --git a/Carolyns_Creations/frames/petz/images/petzedit_Witchywicthy.gif b/carolyns_creations/frames/petz/images/petzedit_Witchywicthy.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/petzedit_Witchywicthy.gif
rename to carolyns_creations/frames/petz/images/petzedit_Witchywicthy.gif
diff --git a/Carolyns_Creations/frames/petz/images/petzedit_daneardali.gif b/carolyns_creations/frames/petz/images/petzedit_daneardali.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/petzedit_daneardali.gif
rename to carolyns_creations/frames/petz/images/petzedit_daneardali.gif
diff --git a/Carolyns_Creations/frames/petz/images/petzedit_keenaKerilla.gif b/carolyns_creations/frames/petz/images/petzedit_keenaKerilla.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/petzedit_keenaKerilla.gif
rename to carolyns_creations/frames/petz/images/petzedit_keenaKerilla.gif
diff --git a/Carolyns_Creations/frames/petz/images/petzedit_plus.gif b/carolyns_creations/frames/petz/images/petzedit_plus.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/petzedit_plus.gif
rename to carolyns_creations/frames/petz/images/petzedit_plus.gif
diff --git a/Carolyns_Creations/frames/petz/images/petzedit_plus1.gif b/carolyns_creations/frames/petz/images/petzedit_plus1.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/petzedit_plus1.gif
rename to carolyns_creations/frames/petz/images/petzedit_plus1.gif
diff --git a/Carolyns_Creations/frames/petz/images/petzedit_startattoo1.gif b/carolyns_creations/frames/petz/images/petzedit_startattoo1.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/petzedit_startattoo1.gif
rename to carolyns_creations/frames/petz/images/petzedit_startattoo1.gif
diff --git a/Carolyns_Creations/frames/petz/images/tutbreedz_Danewithchiears.gif b/carolyns_creations/frames/petz/images/tutbreedz_Danewithchiears.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/tutbreedz_Danewithchiears.gif
rename to carolyns_creations/frames/petz/images/tutbreedz_Danewithchiears.gif
diff --git a/Carolyns_Creations/frames/petz/images/tutbreedz_JabberMutt.gif b/carolyns_creations/frames/petz/images/tutbreedz_JabberMutt.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/tutbreedz_JabberMutt.gif
rename to carolyns_creations/frames/petz/images/tutbreedz_JabberMutt.gif
diff --git a/Carolyns_Creations/frames/petz/images/tutbreedz_Lopeardane.gif b/carolyns_creations/frames/petz/images/tutbreedz_Lopeardane.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/tutbreedz_Lopeardane.gif
rename to carolyns_creations/frames/petz/images/tutbreedz_Lopeardane.gif
diff --git a/Carolyns_Creations/frames/petz/images/tutbreedz_Onelopdane.gif b/carolyns_creations/frames/petz/images/tutbreedz_Onelopdane.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/tutbreedz_Onelopdane.gif
rename to carolyns_creations/frames/petz/images/tutbreedz_Onelopdane.gif
diff --git a/Carolyns_Creations/frames/petz/images/tutbreedz_SilverTabby.gif b/carolyns_creations/frames/petz/images/tutbreedz_SilverTabby.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/tutbreedz_SilverTabby.gif
rename to carolyns_creations/frames/petz/images/tutbreedz_SilverTabby.gif
diff --git a/Carolyns_Creations/frames/petz/images/tutbreedz_TailAndEars.gif b/carolyns_creations/frames/petz/images/tutbreedz_TailAndEars.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/tutbreedz_TailAndEars.gif
rename to carolyns_creations/frames/petz/images/tutbreedz_TailAndEars.gif
diff --git a/Carolyns_Creations/frames/petz/images/tutbreedz_Tailupandover.gif b/carolyns_creations/frames/petz/images/tutbreedz_Tailupandover.gif
similarity index 100%
rename from Carolyns_Creations/frames/petz/images/tutbreedz_Tailupandover.gif
rename to carolyns_creations/frames/petz/images/tutbreedz_Tailupandover.gif
diff --git a/Carolyns_Creations/frames/petz/p2breedz.php b/carolyns_creations/frames/petz/p2breedz.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/p2breedz.php
rename to carolyns_creations/frames/petz/p2breedz.php
diff --git a/Carolyns_Creations/frames/petz/p2playscene.php b/carolyns_creations/frames/petz/p2playscene.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/p2playscene.php
rename to carolyns_creations/frames/petz/p2playscene.php
diff --git a/Carolyns_Creations/frames/petz/p2toyz.php b/carolyns_creations/frames/petz/p2toyz.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/p2toyz.php
rename to carolyns_creations/frames/petz/p2toyz.php
diff --git a/Carolyns_Creations/frames/petz/p3breedz.php b/carolyns_creations/frames/petz/p3breedz.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/p3breedz.php
rename to carolyns_creations/frames/petz/p3breedz.php
diff --git a/Carolyns_Creations/frames/petz/p3clothes.php b/carolyns_creations/frames/petz/p3clothes.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/p3clothes.php
rename to carolyns_creations/frames/petz/p3clothes.php
diff --git a/Carolyns_Creations/frames/petz/p3hosts.php b/carolyns_creations/frames/petz/p3hosts.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/p3hosts.php
rename to carolyns_creations/frames/petz/p3hosts.php
diff --git a/Carolyns_Creations/frames/petz/p3official.php b/carolyns_creations/frames/petz/p3official.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/p3official.php
rename to carolyns_creations/frames/petz/p3official.php
diff --git a/Carolyns_Creations/frames/petz/p3playscene.php b/carolyns_creations/frames/petz/p3playscene.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/p3playscene.php
rename to carolyns_creations/frames/petz/p3playscene.php
diff --git a/Carolyns_Creations/frames/petz/p3toyz.php b/carolyns_creations/frames/petz/p3toyz.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/p3toyz.php
rename to carolyns_creations/frames/petz/p3toyz.php
diff --git a/Carolyns_Creations/frames/petz/p4breedz.php b/carolyns_creations/frames/petz/p4breedz.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/p4breedz.php
rename to carolyns_creations/frames/petz/p4breedz.php
diff --git a/Carolyns_Creations/frames/petz/p4clothes.php b/carolyns_creations/frames/petz/p4clothes.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/p4clothes.php
rename to carolyns_creations/frames/petz/p4clothes.php
diff --git a/Carolyns_Creations/frames/petz/p4hosts.php b/carolyns_creations/frames/petz/p4hosts.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/p4hosts.php
rename to carolyns_creations/frames/petz/p4hosts.php
diff --git a/Carolyns_Creations/frames/petz/p4playscene.php b/carolyns_creations/frames/petz/p4playscene.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/p4playscene.php
rename to carolyns_creations/frames/petz/p4playscene.php
diff --git a/Carolyns_Creations/frames/petz/p4toyz.php b/carolyns_creations/frames/petz/p4toyz.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/p4toyz.php
rename to carolyns_creations/frames/petz/p4toyz.php
diff --git a/Carolyns_Creations/frames/petz/p5breedz.php b/carolyns_creations/frames/petz/p5breedz.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/p5breedz.php
rename to carolyns_creations/frames/petz/p5breedz.php
diff --git a/Carolyns_Creations/frames/petz/p5clothes.php b/carolyns_creations/frames/petz/p5clothes.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/p5clothes.php
rename to carolyns_creations/frames/petz/p5clothes.php
diff --git a/Carolyns_Creations/frames/petz/p5hosts.php b/carolyns_creations/frames/petz/p5hosts.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/p5hosts.php
rename to carolyns_creations/frames/petz/p5hosts.php
diff --git a/Carolyns_Creations/frames/petz/p5playscene.php b/carolyns_creations/frames/petz/p5playscene.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/p5playscene.php
rename to carolyns_creations/frames/petz/p5playscene.php
diff --git a/Carolyns_Creations/frames/petz/p5skinz.php b/carolyns_creations/frames/petz/p5skinz.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/p5skinz.php
rename to carolyns_creations/frames/petz/p5skinz.php
diff --git a/Carolyns_Creations/frames/petz/p5toyz.php b/carolyns_creations/frames/petz/p5toyz.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/p5toyz.php
rename to carolyns_creations/frames/petz/p5toyz.php
diff --git a/Carolyns_Creations/frames/petz/petzIIfooler.php b/carolyns_creations/frames/petz/petzIIfooler.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/petzIIfooler.php
rename to carolyns_creations/frames/petz/petzIIfooler.php
diff --git a/Carolyns_Creations/frames/petz/petzedit.php b/carolyns_creations/frames/petz/petzedit.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/petzedit.php
rename to carolyns_creations/frames/petz/petzedit.php
diff --git a/Carolyns_Creations/frames/petz/tutbreedz.php b/carolyns_creations/frames/petz/tutbreedz.php
similarity index 100%
rename from Carolyns_Creations/frames/petz/tutbreedz.php
rename to carolyns_creations/frames/petz/tutbreedz.php
diff --git a/Carolyns_Creations/frames/petz6.php b/carolyns_creations/frames/petz6.php
similarity index 100%
rename from Carolyns_Creations/frames/petz6.php
rename to carolyns_creations/frames/petz6.php
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_102sounds.zip b/carolyns_creations/frames/sounds/dl/sounds_102sounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_102sounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_102sounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Antsounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Antsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Antsounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Antsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Appaloosasounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Appaloosasounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Appaloosasounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Appaloosasounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Babyzsoundsforpetz.zip b/carolyns_creations/frames/sounds/dl/sounds_Babyzsoundsforpetz.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Babyzsoundsforpetz.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Babyzsoundsforpetz.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_BearSoundstxtForDogz3-5.zip b/carolyns_creations/frames/sounds/dl/sounds_BearSoundstxtForDogz3-5.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_BearSoundstxtForDogz3-5.zip
rename to carolyns_creations/frames/sounds/dl/sounds_BearSoundstxtForDogz3-5.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Bearsounds_d2.zip b/carolyns_creations/frames/sounds/dl/sounds_Bearsounds_d2.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Bearsounds_d2.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Bearsounds_d2.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Boysounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Boysounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Boysounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Boysounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_BuckarooBucbroncSounds.zip b/carolyns_creations/frames/sounds/dl/sounds_BuckarooBucbroncSounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_BuckarooBucbroncSounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_BuckarooBucbroncSounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Bunnysounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Bunnysounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Bunnysounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Bunnysounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_CarambaSounds.zip b/carolyns_creations/frames/sounds/dl/sounds_CarambaSounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_CarambaSounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_CarambaSounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Chickensounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Chickensounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Chickensounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Chickensounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Cowsounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Cowsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Cowsounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Cowsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_DeardearSounds.zip b/carolyns_creations/frames/sounds/dl/sounds_DeardearSounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_DeardearSounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_DeardearSounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_DracoAndDragonsounds.zip b/carolyns_creations/frames/sounds/dl/sounds_DracoAndDragonsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_DracoAndDragonsounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_DracoAndDragonsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Dragonairsounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Dragonairsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Dragonairsounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Dragonairsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Dynaroosounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Dynaroosounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Dynaroosounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Dynaroosounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Elephantsounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Elephantsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Elephantsounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Elephantsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Fishiesounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Fishiesounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Fishiesounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Fishiesounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_GalicenoAndHorsesounds.zip b/carolyns_creations/frames/sounds/dl/sounds_GalicenoAndHorsesounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_GalicenoAndHorsesounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_GalicenoAndHorsesounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Girafsounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Girafsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Girafsounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Girafsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Gorilapesounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Gorilapesounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Gorilapesounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Gorilapesounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Grasshoppersounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Grasshoppersounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Grasshoppersounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Grasshoppersounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Grinnzsounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Grinnzsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Grinnzsounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Grinnzsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Guineapigsounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Guineapigsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Guineapigsounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Guineapigsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Guineapigsoundtxtforcatz.zip b/carolyns_creations/frames/sounds/dl/sounds_Guineapigsoundtxtforcatz.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Guineapigsoundtxtforcatz.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Guineapigsoundtxtforcatz.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_HonkerAndHonkbirdiesounds.zip b/carolyns_creations/frames/sounds/dl/sounds_HonkerAndHonkbirdiesounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_HonkerAndHonkbirdiesounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_HonkerAndHonkbirdiesounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Jestersounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Jestersounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Jestersounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Jestersounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_KatAndCatBreedSounds.zip b/carolyns_creations/frames/sounds/dl/sounds_KatAndCatBreedSounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_KatAndCatBreedSounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_KatAndCatBreedSounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Lipssounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Lipssounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Lipssounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Lipssounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Modvarksounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Modvarksounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Modvarksounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Modvarksounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Monkeysounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Monkeysounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Monkeysounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Monkeysounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Norvilsounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Norvilsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Norvilsounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Norvilsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Ostrichsounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Ostrichsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Ostrichsounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Ostrichsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_PFMicesounds.zip b/carolyns_creations/frames/sounds/dl/sounds_PFMicesounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_PFMicesounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_PFMicesounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Pandasounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Pandasounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Pandasounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Pandasounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Pegasicornsounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Pegasicornsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Pegasicornsounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Pegasicornsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Pegasussounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Pegasussounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Pegasussounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Pegasussounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Pighogsounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Pighogsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Pighogsounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Pighogsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_PonytaAndRapidashsounds.zip b/carolyns_creations/frames/sounds/dl/sounds_PonytaAndRapidashsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_PonytaAndRapidashsounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_PonytaAndRapidashsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Quadrpussounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Quadrpussounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Quadrpussounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Quadrpussounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Ratzsounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Ratzsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Ratzsounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Ratzsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Reindeersounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Reindeersounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Reindeersounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Reindeersounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Sheepsounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Sheepsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Sheepsounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Sheepsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Snowbosounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Snowbosounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Snowbosounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Snowbosounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Snowbosounds_c1.zip b/carolyns_creations/frames/sounds/dl/sounds_Snowbosounds_c1.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Snowbosounds_c1.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Snowbosounds_c1.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Spinosaurussounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Spinosaurussounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Spinosaurussounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Spinosaurussounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Turkeysounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Turkeysounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Turkeysounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Turkeysounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Tygersounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Tygersounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Tygersounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Tygersounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Unicornsounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Unicornsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Unicornsounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Unicornsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_ValentinSounds.zip b/carolyns_creations/frames/sounds/dl/sounds_ValentinSounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_ValentinSounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_ValentinSounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Walretsounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Walretsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Walretsounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Walretsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Whalesounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Whalesounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Whalesounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Whalesounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Yoshisounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Yoshisounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Yoshisounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Yoshisounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Zebrasounds.zip b/carolyns_creations/frames/sounds/dl/sounds_Zebrasounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Zebrasounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Zebrasounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Zottsounds_c1.zip b/carolyns_creations/frames/sounds/dl/sounds_Zottsounds_c1.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Zottsounds_c1.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Zottsounds_c1.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_Zottsounds_c2-c5.zip b/carolyns_creations/frames/sounds/dl/sounds_Zottsounds_c2-c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_Zottsounds_c2-c5.zip
rename to carolyns_creations/frames/sounds/dl/sounds_Zottsounds_c2-c5.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_bflysounds.zip b/carolyns_creations/frames/sounds/dl/sounds_bflysounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_bflysounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_bflysounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_bigcatsoundtxtforcatz.zip b/carolyns_creations/frames/sounds/dl/sounds_bigcatsoundtxtforcatz.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_bigcatsoundtxtforcatz.zip
rename to carolyns_creations/frames/sounds/dl/sounds_bigcatsoundtxtforcatz.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_ducksounds.zip b/carolyns_creations/frames/sounds/dl/sounds_ducksounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_ducksounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_ducksounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_frogsounds.zip b/carolyns_creations/frames/sounds/dl/sounds_frogsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_frogsounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_frogsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_pandasoundfix.zip b/carolyns_creations/frames/sounds/dl/sounds_pandasoundfix.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_pandasoundfix.zip
rename to carolyns_creations/frames/sounds/dl/sounds_pandasoundfix.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_rhinosounds.zip b/carolyns_creations/frames/sounds/dl/sounds_rhinosounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_rhinosounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_rhinosounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_skorchcsounds.zip b/carolyns_creations/frames/sounds/dl/sounds_skorchcsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_skorchcsounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_skorchcsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_spidersounds.zip b/carolyns_creations/frames/sounds/dl/sounds_spidersounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_spidersounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_spidersounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/sounds_whazzitsounds.zip b/carolyns_creations/frames/sounds/dl/sounds_whazzitsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/sounds_whazzitsounds.zip
rename to carolyns_creations/frames/sounds/dl/sounds_whazzitsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_Alleysounds.zip b/carolyns_creations/frames/sounds/dl/soundsorig_Alleysounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_Alleysounds.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_Alleysounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_Blackandwhitecatsounds.zip b/carolyns_creations/frames/sounds/dl/soundsorig_Blackandwhitecatsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_Blackandwhitecatsounds.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_Blackandwhitecatsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_Bulldogsounds.zip b/carolyns_creations/frames/sounds/dl/soundsorig_Bulldogsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_Bulldogsounds.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_Bulldogsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_Calicocatsounds.zip b/carolyns_creations/frames/sounds/dl/soundsorig_Calicocatsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_Calicocatsounds.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_Calicocatsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_CatzSoundsGeneral.zip b/carolyns_creations/frames/sounds/dl/soundsorig_CatzSoundsGeneral.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_CatzSoundsGeneral.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_CatzSoundsGeneral.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_Chihuahuasounds.zip b/carolyns_creations/frames/sounds/dl/soundsorig_Chihuahuasounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_Chihuahuasounds.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_Chihuahuasounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_Chinchillapersiansounds.zip b/carolyns_creations/frames/sounds/dl/soundsorig_Chinchillapersiansounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_Chinchillapersiansounds.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_Chinchillapersiansounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_Dachshundsounds.zip b/carolyns_creations/frames/sounds/dl/soundsorig_Dachshundsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_Dachshundsounds.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_Dachshundsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_Dalmatiandogsounds.zip b/carolyns_creations/frames/sounds/dl/soundsorig_Dalmatiandogsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_Dalmatiandogsounds.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_Dalmatiandogsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_Desertlynxcatsounds.zip b/carolyns_creations/frames/sounds/dl/soundsorig_Desertlynxcatsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_Desertlynxcatsounds.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_Desertlynxcatsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_Egyptianmausounds.zip b/carolyns_creations/frames/sounds/dl/soundsorig_Egyptianmausounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_Egyptianmausounds.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_Egyptianmausounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_Germanshepherdsounds.zip b/carolyns_creations/frames/sounds/dl/soundsorig_Germanshepherdsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_Germanshepherdsounds.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_Germanshepherdsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_Goldenretrieversounds.zip b/carolyns_creations/frames/sounds/dl/soundsorig_Goldenretrieversounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_Goldenretrieversounds.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_Goldenretrieversounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_Greatdanesounds.zip b/carolyns_creations/frames/sounds/dl/soundsorig_Greatdanesounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_Greatdanesounds.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_Greatdanesounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_Honeybearsounds.zip b/carolyns_creations/frames/sounds/dl/soundsorig_Honeybearsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_Honeybearsounds.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_Honeybearsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_Jackrussellsounds.zip b/carolyns_creations/frames/sounds/dl/soundsorig_Jackrussellsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_Jackrussellsounds.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_Jackrussellsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_Japanesebobtailsounds.zip b/carolyns_creations/frames/sounds/dl/soundsorig_Japanesebobtailsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_Japanesebobtailsounds.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_Japanesebobtailsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_Labradorsounds.zip b/carolyns_creations/frames/sounds/dl/soundsorig_Labradorsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_Labradorsounds.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_Labradorsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_Mainecoonsounds.zip b/carolyns_creations/frames/sounds/dl/soundsorig_Mainecoonsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_Mainecoonsounds.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_Mainecoonsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_Muttsounds.zip b/carolyns_creations/frames/sounds/dl/soundsorig_Muttsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_Muttsounds.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_Muttsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_Orangeshorthairsounds.zip b/carolyns_creations/frames/sounds/dl/soundsorig_Orangeshorthairsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_Orangeshorthairsounds.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_Orangeshorthairsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_Papillonsounds.zip b/carolyns_creations/frames/sounds/dl/soundsorig_Papillonsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_Papillonsounds.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_Papillonsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_PersianSoundsFixForSheepdogs.zip b/carolyns_creations/frames/sounds/dl/soundsorig_PersianSoundsFixForSheepdogs.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_PersianSoundsFixForSheepdogs.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_PersianSoundsFixForSheepdogs.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_Poodlesounds.zip b/carolyns_creations/frames/sounds/dl/soundsorig_Poodlesounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_Poodlesounds.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_Poodlesounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_Pugsounds.zip b/carolyns_creations/frames/sounds/dl/soundsorig_Pugsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_Pugsounds.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_Pugsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_Scottiesounds.zip b/carolyns_creations/frames/sounds/dl/soundsorig_Scottiesounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_Scottiesounds.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_Scottiesounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_Scottishfoldsounds.zip b/carolyns_creations/frames/sounds/dl/soundsorig_Scottishfoldsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_Scottishfoldsounds.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_Scottishfoldsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_Sheepdogsounds.zip b/carolyns_creations/frames/sounds/dl/soundsorig_Sheepdogsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_Sheepdogsounds.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_Sheepdogsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_Siamesesounds.zip b/carolyns_creations/frames/sounds/dl/soundsorig_Siamesesounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_Siamesesounds.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_Siamesesounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_Tabbycatsounds.zip b/carolyns_creations/frames/sounds/dl/soundsorig_Tabbycatsounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_Tabbycatsounds.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_Tabbycatsounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_persiansounds.zip b/carolyns_creations/frames/sounds/dl/soundsorig_persiansounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_persiansounds.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_persiansounds.zip
diff --git a/Carolyns_Creations/frames/sounds/dl/soundsorig_russianbluesounds.zip b/carolyns_creations/frames/sounds/dl/soundsorig_russianbluesounds.zip
similarity index 100%
rename from Carolyns_Creations/frames/sounds/dl/soundsorig_russianbluesounds.zip
rename to carolyns_creations/frames/sounds/dl/soundsorig_russianbluesounds.zip
diff --git a/Carolyns_Creations/frames/sounds/sounds.php b/carolyns_creations/frames/sounds/sounds.php
similarity index 100%
rename from Carolyns_Creations/frames/sounds/sounds.php
rename to carolyns_creations/frames/sounds/sounds.php
diff --git a/Carolyns_Creations/frames/sounds/soundsorig.php b/carolyns_creations/frames/sounds/soundsorig.php
similarity index 100%
rename from Carolyns_Creations/frames/sounds/soundsorig.php
rename to carolyns_creations/frames/sounds/soundsorig.php
diff --git a/Carolyns_Creations/frames/specials/bugzlife.php b/carolyns_creations/frames/specials/bugzlife.php
similarity index 100%
rename from Carolyns_Creations/frames/specials/bugzlife.php
rename to carolyns_creations/frames/specials/bugzlife.php
diff --git a/Carolyns_Creations/frames/specials/catz345mice.php b/carolyns_creations/frames/specials/catz345mice.php
similarity index 100%
rename from Carolyns_Creations/frames/specials/catz345mice.php
rename to carolyns_creations/frames/specials/catz345mice.php
diff --git a/Carolyns_Creations/frames/specials/collaborations.php b/carolyns_creations/frames/specials/collaborations.php
similarity index 100%
rename from Carolyns_Creations/frames/specials/collaborations.php
rename to carolyns_creations/frames/specials/collaborations.php
diff --git a/Carolyns_Creations/frames/specials/dl/catz345mice_GrubzPinkAndGreen.zip b/carolyns_creations/frames/specials/dl/catz345mice_GrubzPinkAndGreen.zip
similarity index 100%
rename from Carolyns_Creations/frames/specials/dl/catz345mice_GrubzPinkAndGreen.zip
rename to carolyns_creations/frames/specials/dl/catz345mice_GrubzPinkAndGreen.zip
diff --git a/Carolyns_Creations/frames/specials/dl/catz345mice_GrubzYellowAndEurgh.zip b/carolyns_creations/frames/specials/dl/catz345mice_GrubzYellowAndEurgh.zip
similarity index 100%
rename from Carolyns_Creations/frames/specials/dl/catz345mice_GrubzYellowAndEurgh.zip
rename to carolyns_creations/frames/specials/dl/catz345mice_GrubzYellowAndEurgh.zip
diff --git a/Carolyns_Creations/frames/specials/dl/emoticonpetz1_Mysteryemoticons.zip b/carolyns_creations/frames/specials/dl/emoticonpetz1_Mysteryemoticons.zip
similarity index 100%
rename from Carolyns_Creations/frames/specials/dl/emoticonpetz1_Mysteryemoticons.zip
rename to carolyns_creations/frames/specials/dl/emoticonpetz1_Mysteryemoticons.zip
diff --git a/Carolyns_Creations/frames/specials/dl/emoticonpetz1_jesmina.zip b/carolyns_creations/frames/specials/dl/emoticonpetz1_jesmina.zip
similarity index 100%
rename from Carolyns_Creations/frames/specials/dl/emoticonpetz1_jesmina.zip
rename to carolyns_creations/frames/specials/dl/emoticonpetz1_jesmina.zip
diff --git a/Carolyns_Creations/frames/specials/dl/emoticonpetz1_jombo.zip b/carolyns_creations/frames/specials/dl/emoticonpetz1_jombo.zip
similarity index 100%
rename from Carolyns_Creations/frames/specials/dl/emoticonpetz1_jombo.zip
rename to carolyns_creations/frames/specials/dl/emoticonpetz1_jombo.zip
diff --git a/Carolyns_Creations/frames/specials/dl/emoticonpetz1_jonboo.zip b/carolyns_creations/frames/specials/dl/emoticonpetz1_jonboo.zip
similarity index 100%
rename from Carolyns_Creations/frames/specials/dl/emoticonpetz1_jonboo.zip
rename to carolyns_creations/frames/specials/dl/emoticonpetz1_jonboo.zip
diff --git a/Carolyns_Creations/frames/specials/dl/emoticonpetz1_jondolo.zip b/carolyns_creations/frames/specials/dl/emoticonpetz1_jondolo.zip
similarity index 100%
rename from Carolyns_Creations/frames/specials/dl/emoticonpetz1_jondolo.zip
rename to carolyns_creations/frames/specials/dl/emoticonpetz1_jondolo.zip
diff --git a/Carolyns_Creations/frames/specials/dl/emoticonpetz1_kalila.zip b/carolyns_creations/frames/specials/dl/emoticonpetz1_kalila.zip
similarity index 100%
rename from Carolyns_Creations/frames/specials/dl/emoticonpetz1_kalila.zip
rename to carolyns_creations/frames/specials/dl/emoticonpetz1_kalila.zip
diff --git a/Carolyns_Creations/frames/specials/dl/emoticonpetz1_leonardo.zip b/carolyns_creations/frames/specials/dl/emoticonpetz1_leonardo.zip
similarity index 100%
rename from Carolyns_Creations/frames/specials/dl/emoticonpetz1_leonardo.zip
rename to carolyns_creations/frames/specials/dl/emoticonpetz1_leonardo.zip
diff --git a/Carolyns_Creations/frames/specials/dl/emoticonpetz1_querida.zip b/carolyns_creations/frames/specials/dl/emoticonpetz1_querida.zip
similarity index 100%
rename from Carolyns_Creations/frames/specials/dl/emoticonpetz1_querida.zip
rename to carolyns_creations/frames/specials/dl/emoticonpetz1_querida.zip
diff --git a/Carolyns_Creations/frames/specials/dl/emoticonpetz1_quontama.zip b/carolyns_creations/frames/specials/dl/emoticonpetz1_quontama.zip
similarity index 100%
rename from Carolyns_Creations/frames/specials/dl/emoticonpetz1_quontama.zip
rename to carolyns_creations/frames/specials/dl/emoticonpetz1_quontama.zip
diff --git a/Carolyns_Creations/frames/specials/dl/litterz_BlackDaliaffs_d.zip b/carolyns_creations/frames/specials/dl/litterz_BlackDaliaffs_d.zip
similarity index 100%
rename from Carolyns_Creations/frames/specials/dl/litterz_BlackDaliaffs_d.zip
rename to carolyns_creations/frames/specials/dl/litterz_BlackDaliaffs_d.zip
diff --git a/Carolyns_Creations/frames/specials/dl/litterz_BrindledHimalayans_c.zip b/carolyns_creations/frames/specials/dl/litterz_BrindledHimalayans_c.zip
similarity index 100%
rename from Carolyns_Creations/frames/specials/dl/litterz_BrindledHimalayans_c.zip
rename to carolyns_creations/frames/specials/dl/litterz_BrindledHimalayans_c.zip
diff --git a/Carolyns_Creations/frames/specials/dl/litterz_CalicoTabbies_c.zip b/carolyns_creations/frames/specials/dl/litterz_CalicoTabbies_c.zip
similarity index 100%
rename from Carolyns_Creations/frames/specials/dl/litterz_CalicoTabbies_c.zip
rename to carolyns_creations/frames/specials/dl/litterz_CalicoTabbies_c.zip
diff --git a/Carolyns_Creations/frames/specials/dl/litterz_Chesamutts_d.zip b/carolyns_creations/frames/specials/dl/litterz_Chesamutts_d.zip
similarity index 100%
rename from Carolyns_Creations/frames/specials/dl/litterz_Chesamutts_d.zip
rename to carolyns_creations/frames/specials/dl/litterz_Chesamutts_d.zip
diff --git a/Carolyns_Creations/frames/specials/dl/litterz_ChinchillaTabbies_c.zip b/carolyns_creations/frames/specials/dl/litterz_ChinchillaTabbies_c.zip
similarity index 100%
rename from Carolyns_Creations/frames/specials/dl/litterz_ChinchillaTabbies_c.zip
rename to carolyns_creations/frames/specials/dl/litterz_ChinchillaTabbies_c.zip
diff --git a/Carolyns_Creations/frames/specials/dl/litterz_DevilledLabs_d.zip b/carolyns_creations/frames/specials/dl/litterz_DevilledLabs_d.zip
similarity index 100%
rename from Carolyns_Creations/frames/specials/dl/litterz_DevilledLabs_d.zip
rename to carolyns_creations/frames/specials/dl/litterz_DevilledLabs_d.zip
diff --git a/Carolyns_Creations/frames/specials/dl/litterz_EgyptianSphinx_c.zip b/carolyns_creations/frames/specials/dl/litterz_EgyptianSphinx_c.zip
similarity index 100%
rename from Carolyns_Creations/frames/specials/dl/litterz_EgyptianSphinx_c.zip
rename to carolyns_creations/frames/specials/dl/litterz_EgyptianSphinx_c.zip
diff --git a/Carolyns_Creations/frames/specials/dl/litterz_FawnDaliaffs_d.zip b/carolyns_creations/frames/specials/dl/litterz_FawnDaliaffs_d.zip
similarity index 100%
rename from Carolyns_Creations/frames/specials/dl/litterz_FawnDaliaffs_d.zip
rename to carolyns_creations/frames/specials/dl/litterz_FawnDaliaffs_d.zip
diff --git a/Carolyns_Creations/frames/specials/dl/litterz_PersianPurees_c.zip b/carolyns_creations/frames/specials/dl/litterz_PersianPurees_c.zip
similarity index 100%
rename from Carolyns_Creations/frames/specials/dl/litterz_PersianPurees_c.zip
rename to carolyns_creations/frames/specials/dl/litterz_PersianPurees_c.zip
diff --git a/Carolyns_Creations/frames/specials/dl/litterz_Siamflitters_c.zip b/carolyns_creations/frames/specials/dl/litterz_Siamflitters_c.zip
similarity index 100%
rename from Carolyns_Creations/frames/specials/dl/litterz_Siamflitters_c.zip
rename to carolyns_creations/frames/specials/dl/litterz_Siamflitters_c.zip
diff --git a/Carolyns_Creations/frames/specials/dl/litterz_SpeckleTabbies_c.zip b/carolyns_creations/frames/specials/dl/litterz_SpeckleTabbies_c.zip
similarity index 100%
rename from Carolyns_Creations/frames/specials/dl/litterz_SpeckleTabbies_c.zip
rename to carolyns_creations/frames/specials/dl/litterz_SpeckleTabbies_c.zip
diff --git a/Carolyns_Creations/frames/specials/dl/nicholastools_waterspraybottle.zip b/carolyns_creations/frames/specials/dl/nicholastools_waterspraybottle.zip
similarity index 100%
rename from Carolyns_Creations/frames/specials/dl/nicholastools_waterspraybottle.zip
rename to carolyns_creations/frames/specials/dl/nicholastools_waterspraybottle.zip
diff --git a/Carolyns_Creations/frames/specials/dl/petz3-5lnz_Kirbycatlnz.zip b/carolyns_creations/frames/specials/dl/petz3-5lnz_Kirbycatlnz.zip
similarity index 100%
rename from Carolyns_Creations/frames/specials/dl/petz3-5lnz_Kirbycatlnz.zip
rename to carolyns_creations/frames/specials/dl/petz3-5lnz_Kirbycatlnz.zip
diff --git a/Carolyns_Creations/frames/specials/dl/petz3-5lnz_Reinwolflnz.zip b/carolyns_creations/frames/specials/dl/petz3-5lnz_Reinwolflnz.zip
similarity index 100%
rename from Carolyns_Creations/frames/specials/dl/petz3-5lnz_Reinwolflnz.zip
rename to carolyns_creations/frames/specials/dl/petz3-5lnz_Reinwolflnz.zip
diff --git a/Carolyns_Creations/frames/specials/dl/sandzcat_sandzcat.zip b/carolyns_creations/frames/specials/dl/sandzcat_sandzcat.zip
similarity index 100%
rename from Carolyns_Creations/frames/specials/dl/sandzcat_sandzcat.zip
rename to carolyns_creations/frames/specials/dl/sandzcat_sandzcat.zip
diff --git a/Carolyns_Creations/frames/specials/dl/sandzcat_sandzcat_c3Int.zip b/carolyns_creations/frames/specials/dl/sandzcat_sandzcat_c3Int.zip
similarity index 100%
rename from Carolyns_Creations/frames/specials/dl/sandzcat_sandzcat_c3Int.zip
rename to carolyns_creations/frames/specials/dl/sandzcat_sandzcat_c3Int.zip
diff --git a/Carolyns_Creations/frames/specials/dl/sandzcat_sandzcat_c4.zip b/carolyns_creations/frames/specials/dl/sandzcat_sandzcat_c4.zip
similarity index 100%
rename from Carolyns_Creations/frames/specials/dl/sandzcat_sandzcat_c4.zip
rename to carolyns_creations/frames/specials/dl/sandzcat_sandzcat_c4.zip
diff --git a/Carolyns_Creations/frames/specials/dl/sandzcat_sandzcat_c5.zip b/carolyns_creations/frames/specials/dl/sandzcat_sandzcat_c5.zip
similarity index 100%
rename from Carolyns_Creations/frames/specials/dl/sandzcat_sandzcat_c5.zip
rename to carolyns_creations/frames/specials/dl/sandzcat_sandzcat_c5.zip
diff --git a/Carolyns_Creations/frames/specials/dl/sealife_KiddiePool.zip b/carolyns_creations/frames/specials/dl/sealife_KiddiePool.zip
similarity index 100%
rename from Carolyns_Creations/frames/specials/dl/sealife_KiddiePool.zip
rename to carolyns_creations/frames/specials/dl/sealife_KiddiePool.zip
diff --git a/Carolyns_Creations/frames/specials/dl/sealife_kiddiePond.zip b/carolyns_creations/frames/specials/dl/sealife_kiddiePond.zip
similarity index 100%
rename from Carolyns_Creations/frames/specials/dl/sealife_kiddiePond.zip
rename to carolyns_creations/frames/specials/dl/sealife_kiddiePond.zip
diff --git a/Carolyns_Creations/frames/specials/emoticonpetz1.php b/carolyns_creations/frames/specials/emoticonpetz1.php
similarity index 100%
rename from Carolyns_Creations/frames/specials/emoticonpetz1.php
rename to carolyns_creations/frames/specials/emoticonpetz1.php
diff --git a/Carolyns_Creations/frames/specials/images/bugzlife_Butterflies.gif b/carolyns_creations/frames/specials/images/bugzlife_Butterflies.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/bugzlife_Butterflies.gif
rename to carolyns_creations/frames/specials/images/bugzlife_Butterflies.gif
diff --git a/Carolyns_Creations/frames/specials/images/bugzlife_arthropodfam.gif b/carolyns_creations/frames/specials/images/bugzlife_arthropodfam.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/bugzlife_arthropodfam.gif
rename to carolyns_creations/frames/specials/images/bugzlife_arthropodfam.gif
diff --git a/Carolyns_Creations/frames/specials/images/bugzlife_bouflutter.gif b/carolyns_creations/frames/specials/images/bugzlife_bouflutter.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/bugzlife_bouflutter.gif
rename to carolyns_creations/frames/specials/images/bugzlife_bouflutter.gif
diff --git a/Carolyns_Creations/frames/specials/images/bugzlife_creeper.gif b/carolyns_creations/frames/specials/images/bugzlife_creeper.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/bugzlife_creeper.gif
rename to carolyns_creations/frames/specials/images/bugzlife_creeper.gif
diff --git a/Carolyns_Creations/frames/specials/images/catz345mice_GrubzPinkAndGreen.gif b/carolyns_creations/frames/specials/images/catz345mice_GrubzPinkAndGreen.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/catz345mice_GrubzPinkAndGreen.gif
rename to carolyns_creations/frames/specials/images/catz345mice_GrubzPinkAndGreen.gif
diff --git a/Carolyns_Creations/frames/specials/images/catz345mice_GrubzYellowAndEurgh.gif b/carolyns_creations/frames/specials/images/catz345mice_GrubzYellowAndEurgh.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/catz345mice_GrubzYellowAndEurgh.gif
rename to carolyns_creations/frames/specials/images/catz345mice_GrubzYellowAndEurgh.gif
diff --git a/Carolyns_Creations/frames/specials/images/chesamutt.gif b/carolyns_creations/frames/specials/images/chesamutt.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/chesamutt.gif
rename to carolyns_creations/frames/specials/images/chesamutt.gif
diff --git a/Carolyns_Creations/frames/specials/images/emoticonpetz1_Jesmina.gif b/carolyns_creations/frames/specials/images/emoticonpetz1_Jesmina.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/emoticonpetz1_Jesmina.gif
rename to carolyns_creations/frames/specials/images/emoticonpetz1_Jesmina.gif
diff --git a/Carolyns_Creations/frames/specials/images/emoticonpetz1_Jombo.gif b/carolyns_creations/frames/specials/images/emoticonpetz1_Jombo.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/emoticonpetz1_Jombo.gif
rename to carolyns_creations/frames/specials/images/emoticonpetz1_Jombo.gif
diff --git a/Carolyns_Creations/frames/specials/images/emoticonpetz1_Jondolo.gif b/carolyns_creations/frames/specials/images/emoticonpetz1_Jondolo.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/emoticonpetz1_Jondolo.gif
rename to carolyns_creations/frames/specials/images/emoticonpetz1_Jondolo.gif
diff --git a/Carolyns_Creations/frames/specials/images/emoticonpetz1_Kalila.gif b/carolyns_creations/frames/specials/images/emoticonpetz1_Kalila.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/emoticonpetz1_Kalila.gif
rename to carolyns_creations/frames/specials/images/emoticonpetz1_Kalila.gif
diff --git a/Carolyns_Creations/frames/specials/images/emoticonpetz1_Leonardo.gif b/carolyns_creations/frames/specials/images/emoticonpetz1_Leonardo.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/emoticonpetz1_Leonardo.gif
rename to carolyns_creations/frames/specials/images/emoticonpetz1_Leonardo.gif
diff --git a/Carolyns_Creations/frames/specials/images/emoticonpetz1_Querida.gif b/carolyns_creations/frames/specials/images/emoticonpetz1_Querida.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/emoticonpetz1_Querida.gif
rename to carolyns_creations/frames/specials/images/emoticonpetz1_Querida.gif
diff --git a/Carolyns_Creations/frames/specials/images/emoticonpetz1_Quontama.gif b/carolyns_creations/frames/specials/images/emoticonpetz1_Quontama.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/emoticonpetz1_Quontama.gif
rename to carolyns_creations/frames/specials/images/emoticonpetz1_Quontama.gif
diff --git a/Carolyns_Creations/frames/specials/images/emoticonpetz1_jonboo.gif b/carolyns_creations/frames/specials/images/emoticonpetz1_jonboo.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/emoticonpetz1_jonboo.gif
rename to carolyns_creations/frames/specials/images/emoticonpetz1_jonboo.gif
diff --git a/Carolyns_Creations/frames/specials/images/emoticonpetz1_plus.gif b/carolyns_creations/frames/specials/images/emoticonpetz1_plus.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/emoticonpetz1_plus.gif
rename to carolyns_creations/frames/specials/images/emoticonpetz1_plus.gif
diff --git a/Carolyns_Creations/frames/specials/images/emoticonpetz1_plus1.gif b/carolyns_creations/frames/specials/images/emoticonpetz1_plus1.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/emoticonpetz1_plus1.gif
rename to carolyns_creations/frames/specials/images/emoticonpetz1_plus1.gif
diff --git a/Carolyns_Creations/frames/specials/images/litterz_black_daliaffs.gif b/carolyns_creations/frames/specials/images/litterz_black_daliaffs.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/litterz_black_daliaffs.gif
rename to carolyns_creations/frames/specials/images/litterz_black_daliaffs.gif
diff --git a/Carolyns_Creations/frames/specials/images/litterz_brindled_himalayans.gif b/carolyns_creations/frames/specials/images/litterz_brindled_himalayans.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/litterz_brindled_himalayans.gif
rename to carolyns_creations/frames/specials/images/litterz_brindled_himalayans.gif
diff --git a/Carolyns_Creations/frames/specials/images/litterz_calico_tabbies.gif b/carolyns_creations/frames/specials/images/litterz_calico_tabbies.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/litterz_calico_tabbies.gif
rename to carolyns_creations/frames/specials/images/litterz_calico_tabbies.gif
diff --git a/Carolyns_Creations/frames/specials/images/litterz_chesamutt.gif b/carolyns_creations/frames/specials/images/litterz_chesamutt.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/litterz_chesamutt.gif
rename to carolyns_creations/frames/specials/images/litterz_chesamutt.gif
diff --git a/Carolyns_Creations/frames/specials/images/litterz_chinchilla_tabbies.gif b/carolyns_creations/frames/specials/images/litterz_chinchilla_tabbies.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/litterz_chinchilla_tabbies.gif
rename to carolyns_creations/frames/specials/images/litterz_chinchilla_tabbies.gif
diff --git a/Carolyns_Creations/frames/specials/images/litterz_devilled_labs.gif b/carolyns_creations/frames/specials/images/litterz_devilled_labs.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/litterz_devilled_labs.gif
rename to carolyns_creations/frames/specials/images/litterz_devilled_labs.gif
diff --git a/Carolyns_Creations/frames/specials/images/litterz_egyptian_sphinx.gif b/carolyns_creations/frames/specials/images/litterz_egyptian_sphinx.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/litterz_egyptian_sphinx.gif
rename to carolyns_creations/frames/specials/images/litterz_egyptian_sphinx.gif
diff --git a/Carolyns_Creations/frames/specials/images/litterz_fawn_daliaffs.gif b/carolyns_creations/frames/specials/images/litterz_fawn_daliaffs.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/litterz_fawn_daliaffs.gif
rename to carolyns_creations/frames/specials/images/litterz_fawn_daliaffs.gif
diff --git a/Carolyns_Creations/frames/specials/images/litterz_persian_puree.gif b/carolyns_creations/frames/specials/images/litterz_persian_puree.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/litterz_persian_puree.gif
rename to carolyns_creations/frames/specials/images/litterz_persian_puree.gif
diff --git a/Carolyns_Creations/frames/specials/images/litterz_siamflitter.gif b/carolyns_creations/frames/specials/images/litterz_siamflitter.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/litterz_siamflitter.gif
rename to carolyns_creations/frames/specials/images/litterz_siamflitter.gif
diff --git a/Carolyns_Creations/frames/specials/images/litterz_speckle_tabbies.gif b/carolyns_creations/frames/specials/images/litterz_speckle_tabbies.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/litterz_speckle_tabbies.gif
rename to carolyns_creations/frames/specials/images/litterz_speckle_tabbies.gif
diff --git a/Carolyns_Creations/frames/specials/images/nicholastools_PetWorkshop.jpg b/carolyns_creations/frames/specials/images/nicholastools_PetWorkshop.jpg
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/nicholastools_PetWorkshop.jpg
rename to carolyns_creations/frames/specials/images/nicholastools_PetWorkshop.jpg
diff --git a/Carolyns_Creations/frames/specials/images/nicholastools_babyzapic.gif b/carolyns_creations/frames/specials/images/nicholastools_babyzapic.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/nicholastools_babyzapic.gif
rename to carolyns_creations/frames/specials/images/nicholastools_babyzapic.gif
diff --git a/Carolyns_Creations/frames/specials/images/nicholastools_lnzeditmanual1.jpg b/carolyns_creations/frames/specials/images/nicholastools_lnzeditmanual1.jpg
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/nicholastools_lnzeditmanual1.jpg
rename to carolyns_creations/frames/specials/images/nicholastools_lnzeditmanual1.jpg
diff --git a/Carolyns_Creations/frames/specials/images/nicholastools_lnzproscreenie.jpg b/carolyns_creations/frames/specials/images/nicholastools_lnzproscreenie.jpg
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/nicholastools_lnzproscreenie.jpg
rename to carolyns_creations/frames/specials/images/nicholastools_lnzproscreenie.jpg
diff --git a/Carolyns_Creations/frames/specials/images/nicholastools_petzascreenshot.gif b/carolyns_creations/frames/specials/images/nicholastools_petzascreenshot.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/nicholastools_petzascreenshot.gif
rename to carolyns_creations/frames/specials/images/nicholastools_petzascreenshot.gif
diff --git a/Carolyns_Creations/frames/specials/images/nicholastools_tinkerscreenie.jpg b/carolyns_creations/frames/specials/images/nicholastools_tinkerscreenie.jpg
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/nicholastools_tinkerscreenie.jpg
rename to carolyns_creations/frames/specials/images/nicholastools_tinkerscreenie.jpg
diff --git a/Carolyns_Creations/frames/specials/images/nicholastools_waterspray.gif b/carolyns_creations/frames/specials/images/nicholastools_waterspray.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/nicholastools_waterspray.gif
rename to carolyns_creations/frames/specials/images/nicholastools_waterspray.gif
diff --git a/Carolyns_Creations/frames/specials/images/petz3-5lnz_Kirbycat.gif b/carolyns_creations/frames/specials/images/petz3-5lnz_Kirbycat.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/petz3-5lnz_Kirbycat.gif
rename to carolyns_creations/frames/specials/images/petz3-5lnz_Kirbycat.gif
diff --git a/Carolyns_Creations/frames/specials/images/petz3-5lnz_Reinwolf.gif b/carolyns_creations/frames/specials/images/petz3-5lnz_Reinwolf.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/petz3-5lnz_Reinwolf.gif
rename to carolyns_creations/frames/specials/images/petz3-5lnz_Reinwolf.gif
diff --git a/Carolyns_Creations/frames/specials/images/petzpeople_PeopleAdultsPGversion.gif b/carolyns_creations/frames/specials/images/petzpeople_PeopleAdultsPGversion.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/petzpeople_PeopleAdultsPGversion.gif
rename to carolyns_creations/frames/specials/images/petzpeople_PeopleAdultsPGversion.gif
diff --git a/Carolyns_Creations/frames/specials/images/sandzcat_sandzcatz.gif b/carolyns_creations/frames/specials/images/sandzcat_sandzcatz.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/sandzcat_sandzcatz.gif
rename to carolyns_creations/frames/specials/images/sandzcat_sandzcatz.gif
diff --git a/Carolyns_Creations/frames/specials/images/sealife_Gamboloinpool.gif b/carolyns_creations/frames/specials/images/sealife_Gamboloinpool.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/sealife_Gamboloinpool.gif
rename to carolyns_creations/frames/specials/images/sealife_Gamboloinpool.gif
diff --git a/Carolyns_Creations/frames/specials/images/sealife_beachfishy.jpg b/carolyns_creations/frames/specials/images/sealife_beachfishy.jpg
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/sealife_beachfishy.jpg
rename to carolyns_creations/frames/specials/images/sealife_beachfishy.jpg
diff --git a/Carolyns_Creations/frames/specials/images/sealife_kiddiepond.gif b/carolyns_creations/frames/specials/images/sealife_kiddiepond.gif
similarity index 100%
rename from Carolyns_Creations/frames/specials/images/sealife_kiddiepond.gif
rename to carolyns_creations/frames/specials/images/sealife_kiddiepond.gif
diff --git a/Carolyns_Creations/frames/specials/litterz.php b/carolyns_creations/frames/specials/litterz.php
similarity index 100%
rename from Carolyns_Creations/frames/specials/litterz.php
rename to carolyns_creations/frames/specials/litterz.php
diff --git a/Carolyns_Creations/frames/specials/nicholastools.php b/carolyns_creations/frames/specials/nicholastools.php
similarity index 100%
rename from Carolyns_Creations/frames/specials/nicholastools.php
rename to carolyns_creations/frames/specials/nicholastools.php
diff --git a/Carolyns_Creations/frames/specials/petz3-5lnz.php b/carolyns_creations/frames/specials/petz3-5lnz.php
similarity index 100%
rename from Carolyns_Creations/frames/specials/petz3-5lnz.php
rename to carolyns_creations/frames/specials/petz3-5lnz.php
diff --git a/Carolyns_Creations/frames/specials/petzpeople.php b/carolyns_creations/frames/specials/petzpeople.php
similarity index 100%
rename from Carolyns_Creations/frames/specials/petzpeople.php
rename to carolyns_creations/frames/specials/petzpeople.php
diff --git a/Carolyns_Creations/frames/specials/sandzcat.php b/carolyns_creations/frames/specials/sandzcat.php
similarity index 100%
rename from Carolyns_Creations/frames/specials/sandzcat.php
rename to carolyns_creations/frames/specials/sandzcat.php
diff --git a/Carolyns_Creations/frames/specials/sealife.php b/carolyns_creations/frames/specials/sealife.php
similarity index 100%
rename from Carolyns_Creations/frames/specials/sealife.php
rename to carolyns_creations/frames/specials/sealife.php
diff --git a/Carolyns_Creations/frames/style/style.css b/carolyns_creations/frames/style/style.css
similarity index 100%
rename from Carolyns_Creations/frames/style/style.css
rename to carolyns_creations/frames/style/style.css
diff --git a/Carolyns_Creations/frames/style/style.css.map b/carolyns_creations/frames/style/style.css.map
similarity index 100%
rename from Carolyns_Creations/frames/style/style.css.map
rename to carolyns_creations/frames/style/style.css.map
diff --git a/Carolyns_Creations/frames/style/style.scss b/carolyns_creations/frames/style/style.scss
similarity index 100%
rename from Carolyns_Creations/frames/style/style.scss
rename to carolyns_creations/frames/style/style.scss
diff --git a/Carolyns_Creations/frames/tutorials/dl/tutorials_Axe.zip b/carolyns_creations/frames/tutorials/dl/tutorials_Axe.zip
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/dl/tutorials_Axe.zip
rename to carolyns_creations/frames/tutorials/dl/tutorials_Axe.zip
diff --git a/Carolyns_Creations/frames/tutorials/dl/tutorials_FullToyCaseP5.zip b/carolyns_creations/frames/tutorials/dl/tutorials_FullToyCaseP5.zip
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/dl/tutorials_FullToyCaseP5.zip
rename to carolyns_creations/frames/tutorials/dl/tutorials_FullToyCaseP5.zip
diff --git a/Carolyns_Creations/frames/tutorials/dl/tutorials_Pet2bmp.zip b/carolyns_creations/frames/tutorials/dl/tutorials_Pet2bmp.zip
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/dl/tutorials_Pet2bmp.zip
rename to carolyns_creations/frames/tutorials/dl/tutorials_Pet2bmp.zip
diff --git a/Carolyns_Creations/frames/tutorials/dl/tutorials_Pet2ply.zip b/carolyns_creations/frames/tutorials/dl/tutorials_Pet2ply.zip
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/dl/tutorials_Pet2ply.zip
rename to carolyns_creations/frames/tutorials/dl/tutorials_Pet2ply.zip
diff --git a/Carolyns_Creations/frames/tutorials/dl/tutorials_PetEditingManual.zip b/carolyns_creations/frames/tutorials/dl/tutorials_PetEditingManual.zip
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/dl/tutorials_PetEditingManual.zip
rename to carolyns_creations/frames/tutorials/dl/tutorials_PetEditingManual.zip
diff --git a/Carolyns_Creations/frames/tutorials/dl/tutorials_pfe101.zip b/carolyns_creations/frames/tutorials/dl/tutorials_pfe101.zip
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/dl/tutorials_pfe101.zip
rename to carolyns_creations/frames/tutorials/dl/tutorials_pfe101.zip
diff --git a/Carolyns_Creations/frames/tutorials/images/lnzdetails_presentcaper.gif b/carolyns_creations/frames/tutorials/images/lnzdetails_presentcaper.gif
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/images/lnzdetails_presentcaper.gif
rename to carolyns_creations/frames/tutorials/images/lnzdetails_presentcaper.gif
diff --git a/Carolyns_Creations/frames/tutorials/images/petbreakdown_BeginFamilyTree.gif b/carolyns_creations/frames/tutorials/images/petbreakdown_BeginFamilyTree.gif
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/images/petbreakdown_BeginFamilyTree.gif
rename to carolyns_creations/frames/tutorials/images/petbreakdown_BeginFamilyTree.gif
diff --git a/Carolyns_Creations/frames/tutorials/images/petbreakdown_BitWithBreedIDInfo.gif b/carolyns_creations/frames/tutorials/images/petbreakdown_BitWithBreedIDInfo.gif
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/images/petbreakdown_BitWithBreedIDInfo.gif
rename to carolyns_creations/frames/tutorials/images/petbreakdown_BitWithBreedIDInfo.gif
diff --git a/Carolyns_Creations/frames/tutorials/images/petbreakdown_EndOfClothesAndBreedzInfo.gif b/carolyns_creations/frames/tutorials/images/petbreakdown_EndOfClothesAndBreedzInfo.gif
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/images/petbreakdown_EndOfClothesAndBreedzInfo.gif
rename to carolyns_creations/frames/tutorials/images/petbreakdown_EndOfClothesAndBreedzInfo.gif
diff --git a/Carolyns_Creations/frames/tutorials/images/petbreakdown_EndOfLnzSectionStartOfClothingNBreedInfo.gif b/carolyns_creations/frames/tutorials/images/petbreakdown_EndOfLnzSectionStartOfClothingNBreedInfo.gif
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/images/petbreakdown_EndOfLnzSectionStartOfClothingNBreedInfo.gif
rename to carolyns_creations/frames/tutorials/images/petbreakdown_EndOfLnzSectionStartOfClothingNBreedInfo.gif
diff --git a/Carolyns_Creations/frames/tutorials/images/petbreakdown_EndOfPaintedballzStartOfLnzSection.gif b/carolyns_creations/frames/tutorials/images/petbreakdown_EndOfPaintedballzStartOfLnzSection.gif
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/images/petbreakdown_EndOfPaintedballzStartOfLnzSection.gif
rename to carolyns_creations/frames/tutorials/images/petbreakdown_EndOfPaintedballzStartOfLnzSection.gif
diff --git a/Carolyns_Creations/frames/tutorials/images/petbreakdown_EndOfSectionContainingSliders.gif b/carolyns_creations/frames/tutorials/images/petbreakdown_EndOfSectionContainingSliders.gif
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/images/petbreakdown_EndOfSectionContainingSliders.gif
rename to carolyns_creations/frames/tutorials/images/petbreakdown_EndOfSectionContainingSliders.gif
diff --git a/Carolyns_Creations/frames/tutorials/images/petbreakdown_EndOfYALPsectionStartOfGeneticsSection.gif b/carolyns_creations/frames/tutorials/images/petbreakdown_EndOfYALPsectionStartOfGeneticsSection.gif
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/images/petbreakdown_EndOfYALPsectionStartOfGeneticsSection.gif
rename to carolyns_creations/frames/tutorials/images/petbreakdown_EndOfYALPsectionStartOfGeneticsSection.gif
diff --git a/Carolyns_Creations/frames/tutorials/images/petbreakdown_FamilyTreeDateofBirth.gif b/carolyns_creations/frames/tutorials/images/petbreakdown_FamilyTreeDateofBirth.gif
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/images/petbreakdown_FamilyTreeDateofBirth.gif
rename to carolyns_creations/frames/tutorials/images/petbreakdown_FamilyTreeDateofBirth.gif
diff --git a/Carolyns_Creations/frames/tutorials/images/petbreakdown_FamilyTreeNumberOfGenerations.gif b/carolyns_creations/frames/tutorials/images/petbreakdown_FamilyTreeNumberOfGenerations.gif
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/images/petbreakdown_FamilyTreeNumberOfGenerations.gif
rename to carolyns_creations/frames/tutorials/images/petbreakdown_FamilyTreeNumberOfGenerations.gif
diff --git a/Carolyns_Creations/frames/tutorials/images/petbreakdown_FamilyTreePinkoutlineorblue.gif b/carolyns_creations/frames/tutorials/images/petbreakdown_FamilyTreePinkoutlineorblue.gif
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/images/petbreakdown_FamilyTreePinkoutlineorblue.gif
rename to carolyns_creations/frames/tutorials/images/petbreakdown_FamilyTreePinkoutlineorblue.gif
diff --git a/Carolyns_Creations/frames/tutorials/images/petbreakdown_GenderAndNeuterSection.gif b/carolyns_creations/frames/tutorials/images/petbreakdown_GenderAndNeuterSection.gif
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/images/petbreakdown_GenderAndNeuterSection.gif
rename to carolyns_creations/frames/tutorials/images/petbreakdown_GenderAndNeuterSection.gif
diff --git a/Carolyns_Creations/frames/tutorials/images/petbreakdown_InPregnantPetEndOfFamilyTreeStartOfBabyData.gif b/carolyns_creations/frames/tutorials/images/petbreakdown_InPregnantPetEndOfFamilyTreeStartOfBabyData.gif
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/images/petbreakdown_InPregnantPetEndOfFamilyTreeStartOfBabyData.gif
rename to carolyns_creations/frames/tutorials/images/petbreakdown_InPregnantPetEndOfFamilyTreeStartOfBabyData.gif
diff --git a/Carolyns_Creations/frames/tutorials/images/petbreakdown_PetNameIDAndBreedfileSection.gif b/carolyns_creations/frames/tutorials/images/petbreakdown_PetNameIDAndBreedfileSection.gif
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/images/petbreakdown_PetNameIDAndBreedfileSection.gif
rename to carolyns_creations/frames/tutorials/images/petbreakdown_PetNameIDAndBreedfileSection.gif
diff --git a/Carolyns_Creations/frames/tutorials/images/petbreakdown_StartOfBaby.gif b/carolyns_creations/frames/tutorials/images/petbreakdown_StartOfBaby.gif
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/images/petbreakdown_StartOfBaby.gif
rename to carolyns_creations/frames/tutorials/images/petbreakdown_StartOfBaby.gif
diff --git a/Carolyns_Creations/frames/tutorials/images/petbreakdown_StartOfBitmap.gif b/carolyns_creations/frames/tutorials/images/petbreakdown_StartOfBitmap.gif
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/images/petbreakdown_StartOfBitmap.gif
rename to carolyns_creations/frames/tutorials/images/petbreakdown_StartOfBitmap.gif
diff --git a/Carolyns_Creations/frames/tutorials/images/petbreakdown_StartOfClothesAndBreedzInfo.gif b/carolyns_creations/frames/tutorials/images/petbreakdown_StartOfClothesAndBreedzInfo.gif
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/images/petbreakdown_StartOfClothesAndBreedzInfo.gif
rename to carolyns_creations/frames/tutorials/images/petbreakdown_StartOfClothesAndBreedzInfo.gif
diff --git a/Carolyns_Creations/frames/tutorials/images/petbreakdown_StartOfPaintedBallzSection.gif b/carolyns_creations/frames/tutorials/images/petbreakdown_StartOfPaintedBallzSection.gif
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/images/petbreakdown_StartOfPaintedBallzSection.gif
rename to carolyns_creations/frames/tutorials/images/petbreakdown_StartOfPaintedBallzSection.gif
diff --git a/Carolyns_Creations/frames/tutorials/images/petbreakdown_aBrainsliderdata.gif b/carolyns_creations/frames/tutorials/images/petbreakdown_aBrainsliderdata.gif
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/images/petbreakdown_aBrainsliderdata.gif
rename to carolyns_creations/frames/tutorials/images/petbreakdown_aBrainsliderdata.gif
diff --git a/Carolyns_Creations/frames/tutorials/images/petbreakdown_aGenderNeuterdetailsAndStartOfBreedIDstuff.gif b/carolyns_creations/frames/tutorials/images/petbreakdown_aGenderNeuterdetailsAndStartOfBreedIDstuff.gif
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/images/petbreakdown_aGenderNeuterdetailsAndStartOfBreedIDstuff.gif
rename to carolyns_creations/frames/tutorials/images/petbreakdown_aGenderNeuterdetailsAndStartOfBreedIDstuff.gif
diff --git a/Carolyns_Creations/frames/tutorials/images/petbreakdown_bStartofSectionContainingSliders.gif b/carolyns_creations/frames/tutorials/images/petbreakdown_bStartofSectionContainingSliders.gif
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/images/petbreakdown_bStartofSectionContainingSliders.gif
rename to carolyns_creations/frames/tutorials/images/petbreakdown_bStartofSectionContainingSliders.gif
diff --git a/Carolyns_Creations/frames/tutorials/images/petbreakdown_endofgenetics.gif b/carolyns_creations/frames/tutorials/images/petbreakdown_endofgenetics.gif
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/images/petbreakdown_endofgenetics.gif
rename to carolyns_creations/frames/tutorials/images/petbreakdown_endofgenetics.gif
diff --git a/Carolyns_Creations/frames/tutorials/images/petbreakdown_xChecksumSection.gif b/carolyns_creations/frames/tutorials/images/petbreakdown_xChecksumSection.gif
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/images/petbreakdown_xChecksumSection.gif
rename to carolyns_creations/frames/tutorials/images/petbreakdown_xChecksumSection.gif
diff --git a/Carolyns_Creations/frames/tutorials/images/petbreakdown_zEndOfClothesAndBreedzInfo.gif b/carolyns_creations/frames/tutorials/images/petbreakdown_zEndOfClothesAndBreedzInfo.gif
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/images/petbreakdown_zEndOfClothesAndBreedzInfo.gif
rename to carolyns_creations/frames/tutorials/images/petbreakdown_zEndOfClothesAndBreedzInfo.gif
diff --git a/Carolyns_Creations/frames/tutorials/lnzdetails.php b/carolyns_creations/frames/tutorials/lnzdetails.php
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/lnzdetails.php
rename to carolyns_creations/frames/tutorials/lnzdetails.php
diff --git a/Carolyns_Creations/frames/tutorials/petbreakdown.php b/carolyns_creations/frames/tutorials/petbreakdown.php
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/petbreakdown.php
rename to carolyns_creations/frames/tutorials/petbreakdown.php
diff --git a/Carolyns_Creations/frames/tutorials/tutorials.php b/carolyns_creations/frames/tutorials/tutorials.php
similarity index 100%
rename from Carolyns_Creations/frames/tutorials/tutorials.php
rename to carolyns_creations/frames/tutorials/tutorials.php
diff --git a/Carolyns_Creations/frames/whatsnew.php b/carolyns_creations/frames/whatsnew.php
similarity index 100%
rename from Carolyns_Creations/frames/whatsnew.php
rename to carolyns_creations/frames/whatsnew.php
diff --git a/Carolyns_Creations/index.php b/carolyns_creations/index.php
similarity index 100%
rename from Carolyns_Creations/index.php
rename to carolyns_creations/index.php
diff --git a/Carolyns_Creations/style/landing.css b/carolyns_creations/style/landing.css
similarity index 100%
rename from Carolyns_Creations/style/landing.css
rename to carolyns_creations/style/landing.css
diff --git a/Carolyns_Creations/style/landing.css.map b/carolyns_creations/style/landing.css.map
similarity index 100%
rename from Carolyns_Creations/style/landing.css.map
rename to carolyns_creations/style/landing.css.map
diff --git a/Carolyns_Creations/style/landing.scss b/carolyns_creations/style/landing.scss
similarity index 100%
rename from Carolyns_Creations/style/landing.scss
rename to carolyns_creations/style/landing.scss
diff --git a/Carolyns_Creations/vars.php b/carolyns_creations/vars.php
similarity index 100%
rename from Carolyns_Creations/vars.php
rename to carolyns_creations/vars.php
diff --git a/menu.js b/menu.js
new file mode 100644
index 0000000..252ea55
--- /dev/null
+++ b/menu.js
@@ -0,0 +1,31 @@
+let menu = document.createElement('div')
+menu.id = 'archive-menu'
+
+let span = document.createElement('span')
+span.id = 'hrt'
+span.innerText = '♥'
+menu.append(span)
+
+let archiveRoot = document.createElement('a')
+archiveRoot.setAttribute('href', '/')
+archiveRoot.setAttribute('target', '_top')
+archiveRoot.innerText = 'Home'
+menu.append(archiveRoot)
+
+let changelog = document.createElement('a')
+/** @var siteRoot */
+changelog.setAttribute('href', `${siteRoot}/CHANGELOG.txt`)
+changelog.setAttribute('target', '_blank')
+changelog.innerText = 'Changelog'
+menu.append(changelog)
+
+/** @var wayback */
+if (wayback) {
+    let waybackLink = document.createElement('a')
+    waybackLink.setAttribute('href', wayback)
+    waybackLink.setAttribute('target', '_blank')
+    waybackLink.innerText = 'Wayback Capture'
+    menu.append(waybackLink)
+}
+
+document.body.prepend(menu)
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..8eefe75
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,510 @@
+{
+  "name": "saudade",
+  "lockfileVersion": 3,
+  "requires": true,
+  "packages": {
+    "": {
+      "dependencies": {
+        "vite": "^4.3.9"
+      }
+    },
+    "node_modules/@esbuild/android-arm": {
+      "version": "0.17.19",
+      "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.17.19.tgz",
+      "integrity": "sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A==",
+      "cpu": [
+        "arm"
+      ],
+      "optional": true,
+      "os": [
+        "android"
+      ],
+      "engines": {
+        "node": ">=12"
+      }
+    },
+    "node_modules/@esbuild/android-arm64": {
+      "version": "0.17.19",
+      "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.17.19.tgz",
+      "integrity": "sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==",
+      "cpu": [
+        "arm64"
+      ],
+      "optional": true,
+      "os": [
+        "android"
+      ],
+      "engines": {
+        "node": ">=12"
+      }
+    },
+    "node_modules/@esbuild/android-x64": {
+      "version": "0.17.19",
+      "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.17.19.tgz",
+      "integrity": "sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==",
+      "cpu": [
+        "x64"
+      ],
+      "optional": true,
+      "os": [
+        "android"
+      ],
+      "engines": {
+        "node": ">=12"
+      }
+    },
+    "node_modules/@esbuild/darwin-arm64": {
+      "version": "0.17.19",
+      "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.17.19.tgz",
+      "integrity": "sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg==",
+      "cpu": [
+        "arm64"
+      ],
+      "optional": true,
+      "os": [
+        "darwin"
+      ],
+      "engines": {
+        "node": ">=12"
+      }
+    },
+    "node_modules/@esbuild/darwin-x64": {
+      "version": "0.17.19",
+      "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.17.19.tgz",
+      "integrity": "sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==",
+      "cpu": [
+        "x64"
+      ],
+      "optional": true,
+      "os": [
+        "darwin"
+      ],
+      "engines": {
+        "node": ">=12"
+      }
+    },
+    "node_modules/@esbuild/freebsd-arm64": {
+      "version": "0.17.19",
+      "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.19.tgz",
+      "integrity": "sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==",
+      "cpu": [
+        "arm64"
+      ],
+      "optional": true,
+      "os": [
+        "freebsd"
+      ],
+      "engines": {
+        "node": ">=12"
+      }
+    },
+    "node_modules/@esbuild/freebsd-x64": {
+      "version": "0.17.19",
+      "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.17.19.tgz",
+      "integrity": "sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==",
+      "cpu": [
+        "x64"
+      ],
+      "optional": true,
+      "os": [
+        "freebsd"
+      ],
+      "engines": {
+        "node": ">=12"
+      }
+    },
+    "node_modules/@esbuild/linux-arm": {
+      "version": "0.17.19",
+      "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.17.19.tgz",
+      "integrity": "sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==",
+      "cpu": [
+        "arm"
+      ],
+      "optional": true,
+      "os": [
+        "linux"
+      ],
+      "engines": {
+        "node": ">=12"
+      }
+    },
+    "node_modules/@esbuild/linux-arm64": {
+      "version": "0.17.19",
+      "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.17.19.tgz",
+      "integrity": "sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==",
+      "cpu": [
+        "arm64"
+      ],
+      "optional": true,
+      "os": [
+        "linux"
+      ],
+      "engines": {
+        "node": ">=12"
+      }
+    },
+    "node_modules/@esbuild/linux-ia32": {
+      "version": "0.17.19",
+      "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.17.19.tgz",
+      "integrity": "sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==",
+      "cpu": [
+        "ia32"
+      ],
+      "optional": true,
+      "os": [
+        "linux"
+      ],
+      "engines": {
+        "node": ">=12"
+      }
+    },
+    "node_modules/@esbuild/linux-loong64": {
+      "version": "0.17.19",
+      "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.17.19.tgz",
+      "integrity": "sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==",
+      "cpu": [
+        "loong64"
+      ],
+      "optional": true,
+      "os": [
+        "linux"
+      ],
+      "engines": {
+        "node": ">=12"
+      }
+    },
+    "node_modules/@esbuild/linux-mips64el": {
+      "version": "0.17.19",
+      "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.17.19.tgz",
+      "integrity": "sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==",
+      "cpu": [
+        "mips64el"
+      ],
+      "optional": true,
+      "os": [
+        "linux"
+      ],
+      "engines": {
+        "node": ">=12"
+      }
+    },
+    "node_modules/@esbuild/linux-ppc64": {
+      "version": "0.17.19",
+      "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.17.19.tgz",
+      "integrity": "sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==",
+      "cpu": [
+        "ppc64"
+      ],
+      "optional": true,
+      "os": [
+        "linux"
+      ],
+      "engines": {
+        "node": ">=12"
+      }
+    },
+    "node_modules/@esbuild/linux-riscv64": {
+      "version": "0.17.19",
+      "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.17.19.tgz",
+      "integrity": "sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==",
+      "cpu": [
+        "riscv64"
+      ],
+      "optional": true,
+      "os": [
+        "linux"
+      ],
+      "engines": {
+        "node": ">=12"
+      }
+    },
+    "node_modules/@esbuild/linux-s390x": {
+      "version": "0.17.19",
+      "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.17.19.tgz",
+      "integrity": "sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==",
+      "cpu": [
+        "s390x"
+      ],
+      "optional": true,
+      "os": [
+        "linux"
+      ],
+      "engines": {
+        "node": ">=12"
+      }
+    },
+    "node_modules/@esbuild/linux-x64": {
+      "version": "0.17.19",
+      "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.19.tgz",
+      "integrity": "sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==",
+      "cpu": [
+        "x64"
+      ],
+      "optional": true,
+      "os": [
+        "linux"
+      ],
+      "engines": {
+        "node": ">=12"
+      }
+    },
+    "node_modules/@esbuild/netbsd-x64": {
+      "version": "0.17.19",
+      "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.17.19.tgz",
+      "integrity": "sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==",
+      "cpu": [
+        "x64"
+      ],
+      "optional": true,
+      "os": [
+        "netbsd"
+      ],
+      "engines": {
+        "node": ">=12"
+      }
+    },
+    "node_modules/@esbuild/openbsd-x64": {
+      "version": "0.17.19",
+      "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.17.19.tgz",
+      "integrity": "sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==",
+      "cpu": [
+        "x64"
+      ],
+      "optional": true,
+      "os": [
+        "openbsd"
+      ],
+      "engines": {
+        "node": ">=12"
+      }
+    },
+    "node_modules/@esbuild/sunos-x64": {
+      "version": "0.17.19",
+      "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.17.19.tgz",
+      "integrity": "sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==",
+      "cpu": [
+        "x64"
+      ],
+      "optional": true,
+      "os": [
+        "sunos"
+      ],
+      "engines": {
+        "node": ">=12"
+      }
+    },
+    "node_modules/@esbuild/win32-arm64": {
+      "version": "0.17.19",
+      "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.17.19.tgz",
+      "integrity": "sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==",
+      "cpu": [
+        "arm64"
+      ],
+      "optional": true,
+      "os": [
+        "win32"
+      ],
+      "engines": {
+        "node": ">=12"
+      }
+    },
+    "node_modules/@esbuild/win32-ia32": {
+      "version": "0.17.19",
+      "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.17.19.tgz",
+      "integrity": "sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==",
+      "cpu": [
+        "ia32"
+      ],
+      "optional": true,
+      "os": [
+        "win32"
+      ],
+      "engines": {
+        "node": ">=12"
+      }
+    },
+    "node_modules/@esbuild/win32-x64": {
+      "version": "0.17.19",
+      "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.19.tgz",
+      "integrity": "sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==",
+      "cpu": [
+        "x64"
+      ],
+      "optional": true,
+      "os": [
+        "win32"
+      ],
+      "engines": {
+        "node": ">=12"
+      }
+    },
+    "node_modules/esbuild": {
+      "version": "0.17.19",
+      "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.17.19.tgz",
+      "integrity": "sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw==",
+      "hasInstallScript": true,
+      "bin": {
+        "esbuild": "bin/esbuild"
+      },
+      "engines": {
+        "node": ">=12"
+      },
+      "optionalDependencies": {
+        "@esbuild/android-arm": "0.17.19",
+        "@esbuild/android-arm64": "0.17.19",
+        "@esbuild/android-x64": "0.17.19",
+        "@esbuild/darwin-arm64": "0.17.19",
+        "@esbuild/darwin-x64": "0.17.19",
+        "@esbuild/freebsd-arm64": "0.17.19",
+        "@esbuild/freebsd-x64": "0.17.19",
+        "@esbuild/linux-arm": "0.17.19",
+        "@esbuild/linux-arm64": "0.17.19",
+        "@esbuild/linux-ia32": "0.17.19",
+        "@esbuild/linux-loong64": "0.17.19",
+        "@esbuild/linux-mips64el": "0.17.19",
+        "@esbuild/linux-ppc64": "0.17.19",
+        "@esbuild/linux-riscv64": "0.17.19",
+        "@esbuild/linux-s390x": "0.17.19",
+        "@esbuild/linux-x64": "0.17.19",
+        "@esbuild/netbsd-x64": "0.17.19",
+        "@esbuild/openbsd-x64": "0.17.19",
+        "@esbuild/sunos-x64": "0.17.19",
+        "@esbuild/win32-arm64": "0.17.19",
+        "@esbuild/win32-ia32": "0.17.19",
+        "@esbuild/win32-x64": "0.17.19"
+      }
+    },
+    "node_modules/fsevents": {
+      "version": "2.3.2",
+      "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
+      "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
+      "hasInstallScript": true,
+      "optional": true,
+      "os": [
+        "darwin"
+      ],
+      "engines": {
+        "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
+      }
+    },
+    "node_modules/nanoid": {
+      "version": "3.3.6",
+      "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz",
+      "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==",
+      "funding": [
+        {
+          "type": "github",
+          "url": "https://github.com/sponsors/ai"
+        }
+      ],
+      "bin": {
+        "nanoid": "bin/nanoid.cjs"
+      },
+      "engines": {
+        "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
+      }
+    },
+    "node_modules/picocolors": {
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
+      "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
+    },
+    "node_modules/postcss": {
+      "version": "8.4.24",
+      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz",
+      "integrity": "sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==",
+      "funding": [
+        {
+          "type": "opencollective",
+          "url": "https://opencollective.com/postcss/"
+        },
+        {
+          "type": "tidelift",
+          "url": "https://tidelift.com/funding/github/npm/postcss"
+        },
+        {
+          "type": "github",
+          "url": "https://github.com/sponsors/ai"
+        }
+      ],
+      "dependencies": {
+        "nanoid": "^3.3.6",
+        "picocolors": "^1.0.0",
+        "source-map-js": "^1.0.2"
+      },
+      "engines": {
+        "node": "^10 || ^12 || >=14"
+      }
+    },
+    "node_modules/rollup": {
+      "version": "3.24.0",
+      "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.24.0.tgz",
+      "integrity": "sha512-OgraHOIg2YpHQTjl0/ymWfFNBEyPucB7lmhXrQUh38qNOegxLapSPFs9sNr0qKR75awW41D93XafoR2QfhBdUQ==",
+      "bin": {
+        "rollup": "dist/bin/rollup"
+      },
+      "engines": {
+        "node": ">=14.18.0",
+        "npm": ">=8.0.0"
+      },
+      "optionalDependencies": {
+        "fsevents": "~2.3.2"
+      }
+    },
+    "node_modules/source-map-js": {
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
+      "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
+      "engines": {
+        "node": ">=0.10.0"
+      }
+    },
+    "node_modules/vite": {
+      "version": "4.3.9",
+      "resolved": "https://registry.npmjs.org/vite/-/vite-4.3.9.tgz",
+      "integrity": "sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==",
+      "dependencies": {
+        "esbuild": "^0.17.5",
+        "postcss": "^8.4.23",
+        "rollup": "^3.21.0"
+      },
+      "bin": {
+        "vite": "bin/vite.js"
+      },
+      "engines": {
+        "node": "^14.18.0 || >=16.0.0"
+      },
+      "optionalDependencies": {
+        "fsevents": "~2.3.2"
+      },
+      "peerDependencies": {
+        "@types/node": ">= 14",
+        "less": "*",
+        "sass": "*",
+        "stylus": "*",
+        "sugarss": "*",
+        "terser": "^5.4.0"
+      },
+      "peerDependenciesMeta": {
+        "@types/node": {
+          "optional": true
+        },
+        "less": {
+          "optional": true
+        },
+        "sass": {
+          "optional": true
+        },
+        "stylus": {
+          "optional": true
+        },
+        "sugarss": {
+          "optional": true
+        },
+        "terser": {
+          "optional": true
+        }
+      }
+    }
+  }
+}
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..b92bdd2
--- /dev/null
+++ b/package.json
@@ -0,0 +1,5 @@
+{
+  "dependencies": {
+    "vite": "^4.3.9"
+  }
+}
diff --git a/vite.config.js b/vite.config.js
new file mode 100644
index 0000000..7830f95
--- /dev/null
+++ b/vite.config.js
@@ -0,0 +1,3 @@
+import {defineConfig} from 'vite'
+
+export default defineConfig({})