0byt3m1n1
Path:
/
data
/
17
/
1
/
31
/
74
/
1683563
/
meta
/
1816210
/
mysql.backup
/
[
Home
]
File: 1_02c457a_3.mysqlcluster8.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster8 Database: 1_02c457a_3 -- ------------------------------------------------------ -- Server version 5.6.51-91.0-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL DEFAULT '', `comment_author_url` varchar(200) NOT NULL DEFAULT '', `comment_author_IP` varchar(100) NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) NOT NULL DEFAULT '1', `comment_agent` varchar(255) NOT NULL DEFAULT '', `comment_type` varchar(20) NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ewwwio_images` -- DROP TABLE IF EXISTS `wp_ewwwio_images`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_ewwwio_images` ( `id` int(14) unsigned NOT NULL AUTO_INCREMENT, `attachment_id` bigint(20) unsigned DEFAULT NULL, `gallery` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `resize` varchar(75) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `path` text COLLATE utf8mb4_unicode_ci NOT NULL, `converted` text COLLATE utf8mb4_unicode_ci NOT NULL, `results` varchar(75) COLLATE utf8mb4_unicode_ci NOT NULL, `image_size` int(10) unsigned DEFAULT NULL, `orig_size` int(10) unsigned DEFAULT NULL, `backup` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `level` int(5) unsigned DEFAULT NULL, `pending` tinyint(1) NOT NULL DEFAULT '0', `updates` int(5) unsigned DEFAULT NULL, `updated` timestamp NOT NULL DEFAULT '1971-01-01 05:00:00' ON UPDATE CURRENT_TIMESTAMP, `trace` blob, UNIQUE KEY `id` (`id`), KEY `path_image_size` (`path`(191),`image_size`), KEY `attachment_info` (`gallery`(3),`attachment_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_ewwwio_images` -- LOCK TABLES `wp_ewwwio_images` WRITE; /*!40000 ALTER TABLE `wp_ewwwio_images` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_ewwwio_images` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) NOT NULL DEFAULT '', `link_name` varchar(255) NOT NULL DEFAULT '', `link_image` varchar(255) NOT NULL DEFAULT '', `link_target` varchar(25) NOT NULL DEFAULT '', `link_description` varchar(255) NOT NULL DEFAULT '', `link_visible` varchar(20) NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL DEFAULT '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) DEFAULT NULL, `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=14424 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://elura.audio','yes'),(2,'home','http://elura.audio','yes'),(3,'blogname','Elura Audio','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','msheikh@waveinc.net','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/index.php/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:5:{i:0;s:27:\"aac-scoring/aac-scoring.php\";i:1;s:49:\"duplicate-wp-page-post/duplicate-wp-page-post.php\";i:2;s:39:\"resmushit-image-optimizer/resmushit.php\";i:3;s:23:\"revslider/revslider.php\";i:4;s:53:\"speed-up-browser-caching/speed-up-browser-caching.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','-6','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:104:\"\\\\WDP\\DFS\\42\\5\\5\\9\\4271022955\\user\\sites\\1816210.site\\www\\elura-audio/wp-content/themes/elura/footer.php\";i:2;s:103:\"\\\\WDP\\DFS\\42\\5\\5\\9\\4271022955\\user\\sites\\1816210.site\\www\\elura-audio/wp-content/themes/elura/style.css\";i:3;s:142:\"\\\\WDP\\DFS\\42\\5\\5\\9\\4271022955\\user\\sites\\1816210.site\\www\\elura-audio/wp-content/plugins/speed-up-browser-caching/speed-up-browser-caching.php\";i:4;s:112:\"\\\\WDP\\DFS\\42\\5\\5\\9\\4271022955\\user\\sites\\1816210.site\\www\\elura-audio/wp-content/themes/elura/page-bluelabel.php\";i:5;s:104:\"\\\\WDP\\DFS\\42\\5\\5\\9\\4271022955\\user\\sites\\1816210.site\\www\\elura-audio/wp-content/themes/elura/single.php\";}','no'),(41,'template','elura','yes'),(42,'stylesheet','elura','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','35700','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','0','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:2:{s:35:\"wp-fastest-cache/wpFastestCache.php\";a:2:{i:0;s:14:\"WpFastestCache\";i:1;s:9:\"uninstall\";}s:45:\"ewww-image-optimizer/ewww-image-optimizer.php\";s:30:\"ewww_image_optimizer_uninstall\";}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','565','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33056','yes'),(90,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:73:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:26:\"wpcf_custom_post_type_view\";b:1;s:26:\"wpcf_custom_post_type_edit\";b:1;s:33:\"wpcf_custom_post_type_edit_others\";b:1;s:25:\"wpcf_custom_taxonomy_view\";b:1;s:25:\"wpcf_custom_taxonomy_edit\";b:1;s:32:\"wpcf_custom_taxonomy_edit_others\";b:1;s:22:\"wpcf_custom_field_view\";b:1;s:22:\"wpcf_custom_field_edit\";b:1;s:29:\"wpcf_custom_field_edit_others\";b:1;s:25:\"wpcf_user_meta_field_view\";b:1;s:25:\"wpcf_user_meta_field_edit\";b:1;s:32:\"wpcf_user_meta_field_edit_others\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(91,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"orphaned_widgets_1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:18:\"orphaned_widgets_2\";N;s:18:\"orphaned_widgets_3\";N;s:18:\"orphaned_widgets_4\";N;s:13:\"array_version\";i:3;}','yes'),(98,'cron','a:4:{i:1508278374;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1508278398;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1508357068;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(109,'_transient_random_seed','d02e1d42cdf18069aefbdf76323ebace','yes'),(130,'_transient_twentyfifteen_categories','1','yes'),(136,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1447194734;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(137,'current_theme','Elura','yes'),(138,'theme_mods_weddings','a:3:{i:0;b:0;s:16:\"background_color\";s:6:\"FFFFFF\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1450814063;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";N;s:24:\"first-footer-widget-area\";N;s:19:\"primary-widget-area\";N;}}}','yes'),(139,'theme_switched','','yes'),(140,'widget_web_buis_adsens','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(141,'widget_web_buis_adv','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(142,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(143,'widget_exclusive_categ','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(144,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(145,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(147,'widget_wedding_social','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(148,'widget_spider_random_post','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(149,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(174,'recently_activated','a:0:{}','yes'),(180,'theme_mods_elura','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:11:\"header-menu\";i:90;}}','yes'),(181,'theme_switched_via_customizer','','yes'),(525,'_fl_builder_version','1.6.4.1','yes'),(529,'wpcf-version','1.8.9','yes'),(530,'wp_installer_settings','eJzt/dtyHEe6Johej8z0DtFZswvgWhmJPOJESWtAkFShhpS4CLI01W1tsEBmABliZkZWRCZBqIxm62o/wN5XfTFmupyX2LbN9CjrBfYr7P/ohwiPRAKkVCrr6ZnuEpER7h7uv//n//uT48Hx38vjXv+4VaTLvMxWeZGlZetxctzHH4bHrZvlfIb/7sm/J8kqoX/TA/BiNmk9Lo8Hh/xovJqm8U1eTJZFWpbxfD1bZbNscb1OZvFytr7OFvg0jLNI5in9Z/e49cOrly+iOHozTaMf4NVX+Gr00nk1emVexbUui3yyHq9iMwYPQes4bq2LGT24f9yarlbL8nhvD1fWyYtr/HsfnoYPTS/epbflxTxZJNfpPF2sLuS9Qa/+3l4yHufrxWoPXyz3dB3lernMi9XFKrkuZY+y466zeRsXODgKTHSVF+t5ubfKl9k4hnHpF5jw48fyGLZ4mYzfwXr1hLLj4ajX7R3Cvw6848CP9/Z+PC8rG4+PeHt8+vKc/g7fP0nLcZEtV1nOe96FgfF0xvl8OUtXaSTraEfXeT6JYNFRsriN3Bkj3Kp2lC3Gs/UE/hQlszL3n/ghz0/z+TwtxmkkW9nB6WBfsjmMrieyHzqRm2U8zhcrOLi99XKWJ5Nyr9/tDfe6h/RMPMuv817c7XWWCzr20XELSCstWo/xiGBQ3MwCXtc/HBq6svTfH9W3MYavjWfZVUon3qucNL5R3VXaH34juL1wA2SFyyIbp0IlvaMRPX+AdHZpXrhY3S5TXPP+Qb+HE/YDv1+s0g+r7ZZTHT5bXOX0Jvxw7vwQ3WSrabTIo/TDMitufVIedQMn9G/JZBKv8nicFKuve/v97uDoj8l8+fhyfXuxyG++7rV41+EQ0hugDtzP7vHfmdDXy+simaTOH2E9zEDob0d81WCd+3ydA/yGaD47pl0aCHsqVwX8Gq+KZFHOEj6B7LgvH8wczP4WW/aAjw1kw2SkbPzuFihh8Y6mGQpToB+RThbJe/z7iC6Q/H2eTrKETg//OpK/JrNZnM2R/vGnA2FSN3k+luvhfRc+cyhnC5v0PlvdwonOy8pDH+kiTfKbBd0O3ciPTcwhQMz3YBEBGoa9ODi6g4R7R3eScOMimii3B5/91zQpZreR+/uDKHZ0J8XSnuFx1fiEPIUPjapcYhi4luZ53uAxUEU/GVc2OLD1R7BBzz4AJ5xEt/m6iGoDi/CKLm+BS+cgoIvoFvanHQG/e58Rc0ZWmi3W+bpUTgyPTiK9hZ3A2Q6OHrSjB9Ud/Vi/8EyH/Q28N5bH46sinyv9HlSlbn8D89Nvi3AEl7C33vdeDz7+PHmfRvN8kd7Shk2TspyluNM8PO7tKo8SmnKVzVM9jE7013wNPHU2g3Mfp9l7s6CSBtJTwOWSegT/kb5Pi9pJoKTo7W8jKe57VMNenfhxDiPSL0gUpBNmsh//bx792Xj0x4+i2e3XNbuDyrW4BE2nqtodVAj/iTwToOKRqHaXSZmNmdSAzEr41VHuPLUNJyx/P4oaMYuGXQnJtHvsTVio9e8Uaod3C7XGVfwWUm24pVSrar+4qRvFWlXbxK96uFw72CDXaORfR7D1Rg/a1P0tBBvbhYOtBZtScU2yDbaWbC55by/aRnDr3rrDrAyLqB8DCDj8+WoNwqy2qhcq+MRkxKdV4sH5oaWPAhJeza+I/eyUIE8n65kIwqv1ghaczICHbpSC+7+OFOzeTwrCDCFlcKtjHYTUws9wmuhp+Dyn+TkOMXTnRt1tDIV738nDT9RghvfTYOoqRL9ZhRjcqUI0aweBX4hj1/Svu1cuj7lcvCceuZDVhc4zmKG1xZ4EafHgsC+jw0dfZgsgEE+5EFUhStaraY5qIPsdlvlNWgBJRo7iF1nFrxOdrfiZEkYoYIuTVUoeKKa/DLh/hq6rKF3k6+sp8Uq8hdfwRufLL7784qvJ7JuvJqtv3qyLRel4Id3FfbUHD3w1mXzzDFjQbZTOaO4oWzjPX6bwXZWP6kRvprACpjpkhNdpCTIqL1fwP+g7bEdjWO81+V7hv9flCu8o0D6vHjjeIiIaWazKDqxiQkv9S1ascMtmCc4Cl3ICpDxmDy69pz/g1PDj1VWKalQ0yecJUIj5GjRExgk+US5nya27xfTm29cvUHiOp1FSRl+l82/SDwnuZQeWtJeWe1/twd/atV+uCv4lgq3OFsZ1CPpLbSltfAYufmz+vQRRrsu3X3yaL2ArMnzTpQOkmSKf2S/6YQobBjpD9D5Lb4ibzTLYbGROtPm0O7L/8NgO8K0yTaObabICxpXMijSZ2H1IJ/Q8/hqBlsGWG24YsBt/swxvxelimhw+7GaaIeFNspUqJEix/FF7QHaiSY+n8L2p8PeDoy5wja+mw28GnX7n4Ks9+K/n2Ye0PP7yi/N0vC5QGK6y6ymMhaOyBxbovFynEbryC1w26EV/Xs+yPHqVrzLYUVofvk60+uUXr3ALIlCu4btuYLPK7BJWCoeF3zBJrxIgYnMMbabD7IqlB4oKpRjcVLxjsDvursFAKBIMGcLSp/lSnl7UJohuknKxs4rKaX6D36RKPj5bwqWCPS9xEHZEL2/5c4Dcgd/BNcDzNOzD1xpoaTf0Eg2cFAkIw+WUCQHXiMZZssIDgvGLpJzC8iukQvuUXS9AA6GdpXPWpZfApcagf375BZ7SBC9vbhd+na5Q8VdyR37zCtgZzrkY05m+Tst89h4ntX/n0wSGlqxLO2U2no0TmCrKL3+E264ksk8k8p//8X/x/El9IKBDOL5Znr/DPVgv5ftgWGTocBMS+JwC2UiySkA5SFlRLvHpl7dn5ycv8f6bH9MFbHsKE8L/r4sY0SL+8IeISPXLL/4leuBqxJfynuIGEXFbXttiPb8EQsaLTGeitCqr0oUMaws55+3Fh4GugMzntIK2T1xtNoCBEA0VJihQivUSCbpMiURKeKBYEK3oF+K4H/h4I5Z3dBmS2U1yW0bFeoGPt6PJOmV30CRdgl2TLsa3vB3OEhN3gQWLCz4i+cN1hvdwifoXjgCUABukUoNuAYoO+8oCGAJSF5F+CodA7hC5ziBlUR7i+t++PovKZTrOrjL5ouqYur0D2t7TaTp+B0/ukoZH28ALXKSwsMkj2Mto2BkQ5wcGeZmR8vflFy/TxToqbxfjaZEvsp+Yh8sVvUrKVVrQ8c/hokUlnCvIE71WciNIJSAJiyIeL/1Vdr0umAvDw0/t7o5xkaKLKouaoaBGJ9OYjcFJClavDJotsvl6Djv2tzUqhuoLgUG/J/vyEogTvxWnOZujnelfWpDPskl9y7Qj9mgxd/oAZIvsmqgOxgRtQV/pOa94u8aLS6IrFmdz4UsgMSaoYpdoEwELvJ4RFzJroOG+g3feONLySVK+S1dtlF6pJ79gmOI9qORAGpfIsArv1uqRiLaUvYePup2lX7fmcDGzxXE/nT8GWp2gWn0c9fBfl+THgX/AbQACzCbRHw67z58fduEnsCOuCzDeJ/E4n+Xw0B+ew0/Pu49b33w1HXxzskI2jos6O00WL3KwdbKf4KRnKPxB0MMjuA66rfChwFlTlh1i47tvdaJXsxRZ1k2SrXgnyZ+ghtUaJppFN/iJoBzitwb23h/wh5SkwU1evBMPr4mMwhQn5yevUOdD9sL8BN28SVGgucQnuYZ7RTJyvQTelYoOugfb+g2fXa9z5Ih9jysQneIdcs7OvsSC4F8ioyUQtdrfR/J762w2S6+BaObZB+SncAzia43SosgL5EinRitFxmzVSdYYVir/04kdnjnvCdGW58M2GvIQCN0+P9DnMxbXvFzcUVI7Jei4iJ8tgLjLKdxnEN7jFartdpC+s1EiXfC9kgUIS4oVqm9T9NYzY/RUYvNpzqA9Z1BYCzPRNdEkfpC7KFyqfZPeM9vPB6w/Hsr5nM9R68iYgZAVAV88T1EHzMo5TVCk89wwN9iWmbO6QznG4DBnC+CacLhFG1VPUNuJ/KbpbImKCFOkkp0dcOh8rvITsFicm5Ap53Xi9u0aJRKjWCUf8kU+92wJZy4+9HPg7XzDeDVRLIfvcnkUQ6HRgH3NWdamqJQu+LNwbjerwLPC7PxML29p1gluGczrEk5wQpLDJC7Wy1mGBltEZj7c+HTu7iQTzr+vMxA8ODCTv11Ube/p+ZfJj3mhv5ETJvjVMP91uqDTKc3+OQRghz2Qz/yX6DVQEoqpOVglybt0ASYYM/8EiPh2jr5R1ZfbpG3irXEPQYQgGVCv/vQq+mrUGVjdB7/vBkQ5qHEl7hE8BPOssjHsD6gXE2BsZknupWJpJTseNOvNe7xD9BGGukmG4EaZk08c9ZC9wcGN4Rv4RAU5a/iufhp6ie/bc3SK+dLBZ26DzpH4l/kc8VfcsVFnZIYaOuddlbBl5U7oArqdfpw42kFCighfb7EPPEsUtuUSHQIlsI8FmAlsjZHKASrTWjQlHZtP5U22uMVhkWblxGn9rTEKRuD2KQq4FpxqWepd4G0uiQ2p9iGjGuXj27dnRqOYq+5Hb18CY3N3ux5rSmP1jdFi+1ZiRNdgpa+cE/cGUpW0rLGEl1WW0DcChO9Jico5KNdMjKLpA+kvvGPet/pf6Z0iKdwlbhneojmmRS1gE1gDLM2MsuXkF5LjxH0vUlJVSDvDmXAMOjW5jiTFxskcuYjhejDeMeoPIPTRdnLvEr9Gslwda8tlmpA2urrJxioprS7qPgv0w4/jLVffht0FYsH4PK1ikk0W//kf/2MF31y8c5ik8eiV9o/MEvoiK1Hhew6HuYZRRbV7k61mKfnGVE/NowWI82v6rC+/gH36eozsC4abkeWQL0WBMNYA+jJAwUwlgB7/8Xr1OHphlJj//H/+v6LzZ99H39OL8N0nsxmMAxOVcAhoGri+CzlXMCtw6yb5eM2Ehoza2W+zS67G/TQpp5d5Ukwck+GM/MB76QfSkDrLXJwzbCi4b7OIAwtollwDFc5u616HDnBFTbNDr+lPsOXkGAQ9dwWEiscFuj1sRzEj7wcwZnSVivUc8GK8La07kXlc1VsDVpY5YtwpsRXBdpxNSl8JoK3TsyfKQysctLIvv0D+oLJHl/MG7AI4OzDAc3q6TPlnOpmVKgvurpORCJNeIYshP5rOQs4EXL5jypaR/besMUuNgjhxPVji4kX1nKmjSOMEbuU1XW53CT/ml+jfEo0XNK7JGA6ctpiTDYgqOx/m5GuKYFBSq+WTmXhL/hCYi0kefniZoH/N7jleFZBcek2eFPlN6bhKYX18atEuXemzZ0Z2P/ryi1M5IiSkbIzzTXJXj0cex7Y+3R2wCNZzeGiXN43pEIapM5lF9OKcBlKDiE6cuULVyQfczurdsOeL6PyNdeLZL9WLGpERyd6UJZAQesJSDAMCqRWw1kmRXMOn1Q4dJEJiSfAShMU7PGNkwmA3srpSzOq04akjqAvDYB2xNOcJfd2TyyXHBlCYGR4JxAz0epWNRQTjii9TJmBWzHXUvBB2gkQDhmeB3ieQHaDVTPiIX4LgliOmL4N1FCnt2ZiVQxVR8MOP/75G/5i5RTOwMncfCbvjZVedGpaFq5wX98sA9Tp65xR3+D//4/+NwkX+FOBN+AAosPKA+8tLo8TJQwfy0EvSmflvI5YCqpCfimI1S9XOcOWtPtsTWY3hKr4k8/wSPewTYGq8BWYv8BlyuL3PswlJBuBBesisu0i8TIenwXudSG/yU0OrT9l5SxTzwo2sVFLW0SX15Rf9TvSSlhU/h4u+mADbNhR9btjsoBMxX8FQFGndIkLyQMDmyy+GnegpkHsM3DV+WuTL6Hu8G+r/N4viTznw3EnsO0JV1Gg0ni5BOwIvqQYi+8Gat1F0rPrmO9hJ+54g34+IOeItgIW7etFlTpwlBxMUt90Yd2uxwurUJUvY7wzlS+pehadZ+bd1aWJjbVZk5swd8LMxHO1Q0cgoqaxti53L+iuoYKWZc6BGgqsN046xM5W21FE+WT2DzaOPqZHviOezapajPfsUuC+X4av1DG7///LVLKN7Qb6lsENlgMYJPCZP13eprDLsCtOTUOMuKCNATbiTyeyRO6S6oGoqt2MjNunY7jhswbG9RuZ7TfMge84GU5PC+7KKjXfpmXA5naXnDSnl7a/2YDN1e3sV50PV/FPDC1gYrBCJQpzbGr9t2EnRfFifhn0kV+EE3X4YAiD3acDxbU69Wz11PkfxFIIxrdF+ve52m/xYaJG6e2YUTo92Bm9O6yTDW1nxVriPnaeoO66E62ZsiKNfUhNA8M9o7FgbnWnbmwu2FHagfn5NJnj9DEe+b10uMZ+UtzFkSq5LCSh4nuQMjJLiKhmnPgcfALPRSZqYzrd5fj1LXZ1LJDNrvegLXsCSMAK0iE7OT8/OyGtpYunk6z2ZlTmG3CjF0pK03Q7fnCX/MbrLZXXDmg9N+LZGCqZ4r5sHXGEdR1aSfn0lppcZuq8fXhrjzWjvqGDk19lYfYsJiq9SNUiK5S0c7Unfb/C2Uqj7uCX8VfKCKOItuSZ4FTX7sd/tjeLuYTzoRb0R5vFUM9CHo1BSkN6br/e7h4d/lKm+NpNgEvcVaLZxvohvllQjZtJMMaRosmLuyHb5eEcCcyDPZiCZMHXRV8202TRwOM1mBK9/BY+DnvvNCZ+ReQvVZApDifVBEokioZ5AYqpZVIz+E2Tcna/2ZGyKW5RLUOMlHCThHFAzH7esf4OSJWK0L2hsytcRdbTUbLSUUkgaUo84lQTTztY0O8xIc2MyQEAx1Tw14dmlLw/ZO0m+3Fs4Dfhv2g+6mOf8I28QBjrg6mKQakISQJgc6lFlvka3VPQdMq3Z7LaNv9zSK84FYGdqZ56zB78NbGpllZ/mlctomGZy6Q1YYNIHK4k4TMP54Jc8db8NTwEZ5S2ZQKzJwJ+QOcaYmkJhVqrARCLfQVMUVKVFKqeniT0RR0G9baNPzsH2RnG4tjRDZGVj5ruz7B2PDo/lwH0fKYGpAkTuGCU+lbbkQfPma9MhrtBDpHJ1lcSYAtAJpdIM9oc9TqXpmzwJk0rDIfcfWCU+hkkvSF6D/YTKEJoKxl0S9cWrSk+0gWmjzxNj8YF8DskKyHNe//m/v4j+BmZapo4k0nxh73fEiwasuEDD0LOT0YLMF+RQx+cx1fN96qbTSMRrPLso0usMI+cXEmmm/MzJepyyTDbyxVmIcUZ5kpec90XFuxEOdYuqU1Euv/yiF52yPg7/O5slS07L6Jv8EF51ICOEhqtNXssU8Rzdl7dk5OkMmvgRyvtonS3eJxiFTopr8t4RUyCPAhIU+hSS8XT3Ucs1k9wkFkzqoaQmk9DDq9XJRSQLp4GdVCmRqvuXv4VzQCm5BLP7Pui/lsIkOtaRpBNJ5gA58Ws79HvIeOjfP+OhbzIegHu9UzNCIvqdng7b9AT/rOGUQFJcR58YeHF0/B6101zvLa62ahOZIZpWQSFvPzag8W18zaiQD4tu6/4Egsl9DNsMG1d1aPRYeGyw4bGBeSoYFJVjZPZSiM2TzZAdEhMmFj8BwTLLl3bVMFrTwVL41T7W3fCYPuSH4iuJEP8HZRLbELkNYOIlpkwGFhKeWupHY7oSh0Dpx6aek56F5AK3Dp86pBjHDt5GzLiiDClUW5Cv1gU5+/6IaaO/GksCS3S6i/eSpDbnQWOSl6hFpDBR+tkKg/b6LZra2VYXJHnQ6R2635XUTTI0KS0Lpl+jckJPgS4LD00eyTTlNF/P0JvKmVf44WZDDp0dr+aqOQdFayeeRv5ZElCUzDtZF8ytufZFhz1oPO4DM/W+Q4e2/JECt/zOdmajGW/kjFc1EDVc64Zo8Z3mi+VcKycDIxA1lTfwOX5Bh5Sp3WG7NKimjlSnpaCnPHHYwIkoiGmeCV8+CjvqM41P8O8HjWPACiSmql+CIjk3LtpewyH35Ub3jAvGi2RXkgBYbGkOJpC1bm3PTKN0gpN/6HtJMCglUc90aENeGsnRimOP+an5beCtq9G75/moBkI2PeOWqHsMZux1wE85ffWGE5DMSz13Qa73FX9kqnnVQOMcRDfymV8aykucYFC1+jF3WD1IgSw/1MbXl2DqO9nP7KpbmvQoEKgyRc37IL/3Gyl5KNRj7LKgP88M00SmQ0PI/UZyg31ongq9VOr3qHlHzNBMYmfGhrSeJocBVfMucGg/n6znqb5l0FmskapOVP+Sgbn+quAah/y6dN2YvCjO8vBd2j2jnn7nfDllDbDL0fE4LiQcSYGT9SqP1bhQsakeOXpljsYamqkYGzd6biUszlKsGhd3YkSsrlZdfbjqfiCMIWKdjFgKn2VYAILmDtmTmBkNY2rk02wAX89vJX2qSXBULlXQRUWW5J0uqn7vuNe/p4vqqG9cVGaSrV1Um9xEH7eong/4qA7ERxU+t6qf6q4JwuWJ/f2udVa9aSYSdepgKiMl1Veqb8h8xioBy52pBOz3460yVWYmEhy9zpHupXDpHKVWYu8U3NIFBsCzRVLcuiK35PQNP6jciey4/D6li6B7RxP7x8Yjy5cHNE3OZxBjCPR5VuzdMJwpv8KsBQlrBOqvzFcIU8Bk08QmRqPOzCVRV1tVWqXpxA9tmPRI8lPdWqZjPslnOpgvol/tht6FaYORDJf+GvfTfqJLeX9bp+vUFpU9A8npjINQH/B59BDVo0hqEMb0/YOY5Ggz4PfgktCRwSmT+JUYys/bmDT+I9ielKFeGsvKLus8m6Tx5W2M/+t9I55tXviFb45FS+VtVNt2mYvL0aRaVGSX3Xn2nk1sndvYlN0BNWGKnMaoUw56aeiHvMdtjnRSPA81jBvMz/1LVq5lyj+9QYQJoANn109MkAtLU7y8dv2y5g29yQu4G8llvl5xVAfHsKGHjpuCr/OQSSSJRFQNgwMt84yJiL3g9SiGf6x0t3QR5mH2fKKrBj8WQQmQKNJZmd5R8TfoHg7VTdl11QWTYHdDn20MSpdUz7lyQ4vzgK6xNoxIlNNQsIAUg7csIN+8EhOQ854Zmi2jmiKK8NFt46Hm2bWa/UCVXgiNmFDFZHpuNQuTTudVfpaUWhSqOmGisumJ6kV2thzUTaoQY5cy/Xx2+uLiT2dPn128eX3y3fmLkzdn3393cf7s9V/OTp+d48GVq4QTiXGRA1d7mjTJGY6DY0SvLblrKdZMiZUS2PffRc0Rfl+js0zdZd1NHreKoRpyuFFhRE+yNuWf3SYfFf4aNgS05EAeCqv54qBS23iD8+DQPLN/h4PBVsB8HgeDLXnZ3sFgy16aHQy2AGVLB0OT88A6F5pN/oEx+u92LjQ7BqxzockiO6o4ALZxLgwq9n7gHbGVjXUj1gt5nCmT18vYNVayW6lEN5aFAOKLIA9gE4MmcrJ9TRFRJtVTxmNLYQg7+pauhHqikBnBdSYkZFVqmqbjgPW0OVaZ6P7hJ+9iqDHjQlR4/ZEOvMHhoL4DTTocoyc8LVfZXO+KJwGq6sOVeGjt55pkM5GG2dhxIriGHRmtlMJRK7ezuRoh43hkSFO9EmfVigJPibzy83XaPNg4lGIF0jDlreRnK96NZu9Hs9ui4v0gF3JTisUWHo5exVXxWb0gEfvDidY0B9ukaAey20ndIFUjXUyRXU5cL5PvqZC0EXs/qYgKhTtjfVX8Jk5UQg9o4WSOG2wgLDl+Fps8NDfHr+5c2saVEk4QtN6UQGqFukCsz8NaWI6t5jslqslepAe7RUSONrr0HEsbbnPfSyqzHp7XGCJDoJwX6ZUpme04Xp2nzGiYPk2eUC0mW6+GuLI2mjPc+ZT2COv0JQcI80HFNECGm2EJmhom7KZcF5QqZP9IMxre5hr+nbrbqOclbxGUUVPupF6hnmyWEyYk91jrz5ikjWZQkVJ5P4Vg16DgYRoJqdy6D6ucKiYLSsB3zrrFM3TNDJi3rvlaomdLmVMGxKbqX4PnCYyDRs/TUdwdRN1DxLAeHN7X8zR0PE8yydaep7scPx8bQRnrPqfegcmLwgejF/yg52lqGCzoXzo8cnKhGN+H8kRRqlDNARmA5ExZL6hQAG2UNjKjqxzvt95jpXOStjulRPjE3Fzlvx830ysPYcjFFuKKKvSZeCBDWB+MWo1Wa1CaIvL/MuVItbGNVwZ5JDp7islPEeKmpIXrOuDFcwCBCrCu8zYba09LA4nBl4nKNRLKPptgwf/VrWz2XEUNfGeHE71gyyTkKQmWvHA9Pnr66RNdZO1TFm32sSTu8jB1yVSxkx8GhP4sGcs38NhaaEqvGQANWlUdaejpEw9TaGd9PbvdMekr/Gb0p/wGJYuYlxi9JfuWBiFsAgZPpxSwG4rSyrbhkJw1j/zb+i9oMcZfQ6egsC7TDERYMZ6aTGdeP8qp9RhFvwHB4a/1D4gyZjgxTqb+KommRXr1dWvv33APL7LJ16OjYesb97aSbyC6XsOhfrWXfBPMy+qNECLT6IIsT38FK9rMcIdxTM/cYR3TM3cYyANRDx+S9aEjHDab1IONdvBQH2o2hA/NjozuNJYHnnH76cbyQNSm+xjLgw3JN2osD3wt0VMONuhJvpr0vGa9kD3iRH0Je5L0D4/YveRmhIpgNKkSi3vQsaYuG+clp1iJ+dnKKr1qqtfsC/35V4t49j5fxLO3dcTTizVsjH72HJCKoFXtfFbpHxGp0KbWMzyN1QQrbsJakb5aA55BoUliwYoLygRE/EEWOyYBGGUfeQ46vuIa1Od9FdX/vpolJG5tyvOVVNrxDCwRr/QIRHeRXa5X5iO691ecP12t3T9usQjYEFHtHWJEdbR/3O1V9NpAmxdfr+0avdbOsq1i26BnfgzBiAc0WcW6ROjU7/AZX4mtDRFG6D48svrrKXnxS6cY3hQpa0nGragBa1MNsrjlTL3fj4aqgdAnGAAcF3CRkQ1kNobINmPCf/U0sGk+52vkh8cuk8LZFBuLhC2YYCSSbsKti9zIw5X8Ln1aaQxVtT8J9GWB4Rzic2A4XzIqqRjhugKsxoyR6Cj3rvIVKyerHh6bYbqkk18DP2dYtp7N1LYnz8vEG1KvYUmekngK+mTp1eCIRs9ZRq5fCT1e6WxW3hF/6vVHA1XHhqoI/Wrq2HCDGqWK1LDRpd03zGfYGDswgxw061LDjWrS0Mxxt6I0/MyK0vABitJwC0UpnNjoBgF43jeuiPey5PoeLJkqCHDc5G6XTfY9veqdbFBo+g37+1lSuIYVhcYX3eyWRsvNrek0UFvWz4e1oLPbyouuZKy7Iy06i43B9D2oMk+9ZKvAcnVJ1GuTVylQqIELkBIPMHpLhKW7h0uwQb4LQgTiwkYnYDNm7y1GxaVh1SVz5YrK8kBfWy0FENha05441bY2Pf+zaSDI9bbRQAYH99VA9h0NRGfZWgOpKQkf60DjAdVD2+q95Cd8xaPyelDt2O9ikwHy4ZW+yu8fK00g+QTin+FkC43/ox5idF1uAYJgZIQDsUv9QxB8dj3J8jZml5CfKl2NO498w8pdAkdtMONDQGLJOIt58Dr2kO+qyRYlVufyAijvo5SsP0HmZogKN8ZBH5TjSkxSpJ0kq2YeGX/TjU6pW2B3DXWma6qRvmUdCXSPYrVKrtt2r3hvZDcpL0Ihlb3J8OPqS6acDlppmaJnnjnlRAetJnnhIGcM4FI27juKf1RPjKOJlFGfOIA7ccUBhgKCaZ/PKGcp7BPaPzzQJJjer+wTohnuTJjobfQJ2YE2OoXwiUZYyH6nKTbvF/I02f1usUxTlNytsOh91gQIW4F1nwqL3p0JELZ6ausKi144+tsETGFSI2zizNtSzBq6fqYUcw6Xj6pw2OHMprP2MFjmC5oKrngnQnzAW6uqO1N7SQyCisc2yTx5J7P6+oPIr8DNjmZA9uMZ4rIVBho54A4RpFiDUUnX5VqSpxw0V7w0imJE0e4GqDc3/aiK30wVlBUeswFitdeo8x15muqTipOlinoQ1Pnq9X6VNAvOc0s5gkcRHVy+Tb7wSxmbdjaUtrGV8lWHfgz64nwdCT9DEHsI7jEBYTGeMpkbofoeJZohGhuAU5zUFeN9UazHVhov2F9prbNacZPDDWqw0Ru1sE70QvNdFRxEuzXU0Ocu8w9aHq3NEkg0kzQt0h3JU+RcGLSJuecE0g2BXfFHe8mj1JiCdk0SDlR6M4YqsD8rxk+cDSWINo17qxIRVBtZTt2tNh4cV9tK3aE2HgwP3IBs776Oq4qK97GhD01AcxyJ5ngCZ38mj/nqY2igMAwFKK88RLjLi1tJ1Yleq2fph1fO5NEfiTWE9YW+kzPrVolS+pZ03pCMWQeXzh09uSxTmyAq9Vasxq7yFWkyRXoDMhvxDUCfgdtqa9G6jTH6Rkui1437R1FviDHz0bBCEgebSaLf7fd7XpT+fqZE6Nw+3tWFKFAUgu2sG6RqtSJk49Dhtm896kgI2t3O9Wyd7qhRwXIywz4/JVe7sluRTM7bJthYaQJEmugvP5vYJe4ybrI2KqedTqnZ3J4gUOw5695rIUP7urXIOSOg9Y0HkZR8Q6yxNroeYf1tIGgKjKLXkT/MdDthGOC80FiBMjROSpihMm8CxpJm78tyBkx0u6ewh9H002H0VQdxdfiNloERRNMLnAPNFpvVbuX4u2wxEVw1SwEyGVvlLtqTlIy4osizPGybl41pCjZO4UFJeen8ViOxuxm9B41GDBN2ERE+njPG/56my5DOt4KhtDEGWR1obArUlY+JhduBsXJJXOIOBbZw0jkAznZLbWMm72NYQGVYakGgq1SiolnnODulpjg7Jjkr5vDd0Z4tGBJVOo8QLt8CUau8nutEZTemmQbGp9jxPc5SD3crClYsDAe9oTYp0rzgL4iQvlDYOgcnO4QuFj3hvIg6TDO+nFMR7yv5WlrPFy4cncXjMICPnoYUXSUIg0uyQN7Gj/lC8MgPqgsOIOdJLl+DJmvUcgspYHojGJuTQWNgBA337zpyjiyYwb8+qn+cjzLuFt4Htu8Y4RXf6VJ94GItoiaf4gzINSmiXRPECR4GGJSfYUmEF87Ex/jDbClMsklk4cSrweT8gWt7ldy+onRsuapOkyGi7VgI+5Zq3gQJQcMvsJYxsAbM2KH6F1QdEIMhXUn9yjyRR/N1meCFDz44yVcP3DSh8QgoELbhOOI2KnhrU1CVJmS+GSWaGJUyuMRABTMcrvn7NaVX5bldkdhSxzjsLHHzTugj5llp3DVUC8QDWbevRS6qJKMyBhCOwUlcCMmtqWKLxn5igYXZ7ElKPNcPvpoh7CZ19JtmbIrjZCZvi1Io0mKFXzzOivF6jkU/49RhGcZuDbR2+Zb7M0fPsUFz5Shq0opBP4A9IN6UHV9bLCQuMi8G6SJiRfolgdldMjh3el+Wgf3BiS84ntn5EcH5JtQ0LRLrj6C0JHctodR/6ajGDZmCG47EYEpDCXmeC8gyBgNQCsTyU+8Gee1fIjk2kMK7lPA8p7a8Cm6tFYfeAOblR6EPFftAHrSuCc47Jq0H/6lJxDjNe1tjSPV3XBpJwP1SE8cqSqB6sjY/Jxsz9IpRPZx688UaDgx27H0yo7wTVF7gNqFS6sgcWj68jV0mzfa7EmhfnYuOEGK+QfeGeIWp0zVYMP4UuFKs9J2h0qeWieliRtS3K+2EHoWX0K0uwWyDhIOIGvgqOPoUbwSidCRI+bQQ0H7GBp9m5xzdDJISuoPAd6t8EdjsVwmSh3RbKD0ccWprqJrhrXH2U4llMQd2E4GssNwG/m2w0rgz9DLMaHawEeEOlz87/RBglGwejng5FEE8GBsZUvLDv9rl8WqV0BBdnHrS1aevnnGjEI1iFQW4OBE6qRX28t3EkFDOIwcqeeAVpdCWK/gE2pSbkCR4Yy+GgDuz8aDngDp1Gmodcg85R3iJ6WQySwQvqv4u5qBk2nNGL+zYIz4tQME9riv3dkjXC70Fx1Vu/2TNndSM61OMTm5DG9i5c9gPIZaV2S7XMmUVg4klhL+ceGhj7Jho8lQTnRK4UvAGHzVe4FeVm4srMudtLrCkU3t83KH3gG0grRbYR2wX3e8MNbBR37G/WNbh6Xx2GVKg7ExdM/8EJHCJwL02bVYu7Dww6w+qs1hME7woXL1tt4JqwDyC0+T0qvgjCEe6ZG1YdWU3bUM0sxItpWNJiJcLA6SUt7Nyb5+Xia53oJEizGsswkBioumbU90Y/Pz02flpkFQOwzZPQojVjJc+3sJsw9SMD9Fu7XjaQPYTqhUoQ2L9zOh3ssnS+2A2XrM2ifO8ISp9jXzuXNW9XfRBqx4xuzWA3Ebg4beNQlM2cFUTmWUrhOIEkqLvNEgfv4PPaQuLFdNJTgaewipRCp2wPdNI+A1L8C4BdavQFTBH0GuhKzTat9/xllQkfmT7uc1Mai1olx9z1z1BSPLFa5R6z51OajOSRiMXvr7jNl2We3IQmVj8go3r2Dlf5eN30b+vbncEnkLZ8yynfqVZzYhxtBqRM8HLU3MYWEXJcFDLPcKcg9GK9BoEenJFaee6g7ZI9Jfvnmr+Jv738bO3r6P0gxR3kB4AVDPotrvd7nEvdCDa5KTKnHQHAvD7rng1eo3zt1XCIwb3Zz+syzqxK1+PdWBWPY2b1Ve92rCjFJzrB+ccVed8JqZ9lX0akvT5m3h7GpW0QOBNmt2xjWQarcnWMrmr+a7b5t4jpnZQ5wIepcAyTkjSJkH7hVwZIADskaLhO8FaXH2c5UO7th1V1h2QyTO4e5t1RvfiXCXZTCp0sT+I9RWAon6RTcSU8xr/mJ+1FACfU8UNfxD7BX0wkmmCdl5A6/PUstBWySepLwyR+U18j7rkgbFgbm9IuV0jN6pJx6YGGFW1cpcuNT1mbYjnsDQLifsoCujFFH+1hcna3t0UpJynizLNQvtAPBBso8VK8jFd/7iQKScF0MbQPmcL1lBKl9c6fDlou92SU/8aHucCNQU6To0flMHjRLrX0YsDo347yy9Bvp04ap8O53DtLKAjUQp5QO9wREbtJaOyBGcxKnHobiIVwbPRTrJDrJEUde1XV4nAUDZSjCwgNFI07A4dr0GRIvSXVQRdj1uVPSecqNlk69KVMI4zbskZkAhW9c8dZkXuPYc3B5SzO/dbLbipraQFslnCAbM+XK7ncxSTkuU7UW9syR3KDaaR1RiJaZfGt06NMfhfWNR7jYV0DZaAcGbLiBwORjqY7G7bRkzME87pUochUpECE70tZgHzwekkqFSmXg6Yc5kWvtHFHtOEXaYeI9tlAZJOI20q8Mgz9L0uD9N5E6z6ncdG/0mBLUrn1sZmm274XV4BD7lZ2xOgjZox+L7njGTk8Db5UOgeJCJyi/VM3JSofvPfyIHNSiN1iLslN9mYHPQ4GSK7MzED98yTsDNu2GxHJ0WZ8vU8RkYKAov/1Y7WC+4UgHBSF69OTl6e/PXs5cV3z/73t0+/f4P/He366JTkcwtbR7L9QDEZn3WDb4GyXJUPLDXXivPSLJ0ZGSue906jkiPTNkm2ijQL7t1gk+53t8pXdWBifDncGiU4e7/x5E4sv+Q6as6j3WDnqAbHp7WdkqY7ZNWpWXKZzpo8HU5IztiS6cIxbcJBDPtRVjCG5glMsQN2vu7EjkH0XaQhafmGQy7STUkUxQD70ilqkqPinJDks4aZTFDA2CBuMMpJRXTCJKtktQZt0gDPSInXbsUhELxlOCelgCUTggPIJrXqSZzTeNC9tpZ4G27GFzDZhXzkBempDfPslORmpnJ7BnUvQGYiN1uv1FPtxNesQjOuJlZIvdtGZdwoBKDWLSlro7p+e1KefbqJsoOg+2WyAAb1U3pBTViqgYEMMYEWGOnGWMy3CDjgHD73gKOc8ORS8kIK2yVm5bi5Ubg5FHBqoP7taKYHrfSOphRADsHfCD6H6LJtVCSErCQzP2gnJNbV0Ik2bIgbhDG2bT5GcjbMjZbtEtLa4hhZQu1Lnpp5OuHQIyvm9g1OloRPdaGNgxGdKjc0hfGoSYbaylezeVmvGlf7cWpKe31XKLmTir54M7iScr1UlmB61us5W8UyFBvW3H5NmVAf2xTxT8V20eAgnil2LgjEudl0VmOckk+V23D5lPbTU0CQts1SdWOV1/kilWJ+Ujs8Jww+wB4Bng9bBEvMJp2acYLrW7gRb3dCptwllmubo1/6ppaQMPdco4CCWG8NxltoAY5enXlBl6rHqhLmSzw3HgHGl9PwGbB9hGugnAMdkOXrTQWutu6VoAauNhuhDE1h/PbVPLJmRoh+E9HaAgMalCmb4W0IEzGoy7pgqIUsCPI/pRB9qaWATUERLypjLD9mLUFGHXF+pPEulVqvjDKYRUtJDgBufJK8ByWeGny1mkQIHyGZRu5+mZ3IF77jiYK9EtmoBNirUf8N+R4nlbgOu3dma/jAbkv+y/rBq8ER44IPjPwyB8UNLYHnoHpY65e0JdEEGRjXsaybbEaTjB4SF8KHXO0cLwr1TJsv0cGI/aNDbDociaHgtejgGEVE7G6NIZaqM9S9AeYCV3Qv+012+PtGwpq3u6kvxTGi9GObuEttNtbWetZOxB07ht3/B4hQ6iqAeIcE265g7Tr8uZOJR0osktKO05Et82Omr5+dv4lOXp1hsGbmKDPfmw8m+eEKHKt9Um5mXlSpucGpoloA3O7seuEHrnfgui6QpVebmsDS82XMQnETQzsZY5apSTWgPoNuJ81tIoM1gHYCNWV9vGZSlhrMDq1m52wh7YV2KtFONQAwA8kF4ZJwkXFJkJ4t8KgNRkBDYpNgUXF+U+jlc65r4RMuoz/+YXD4ODqlKkHM8Xd5dO4Ty/fs6dzgNGPTED/o7NV36NUxjdzFfWUlvzVwrRvPhshVclP0Q4BGQxthb7W6JBUuhnbbLIlFBM4HszVxLV1QTbWqOOFFxWr7VG9QwijHRQnGJrGGONqoHozR8q2JySVKKj5dL7uLt8wInVr8xD0/zBh6b1dcZXdvQE0Op/t5ndocZqOVmYhHCQqgAQF1TJdEuMe79DZyyxouxsgCZ7N0ckEq2IWquS0ve9+O9IzcatOUtU/GEmBQPSIx3gfM5VPnCGflBNzTjubxxz8c9nv7j7VbOP3z4LHkXUW5ce4HSR6PSB0zjKWvxbM8tyTlEh0rFp3tzlT1W3nRPEY2cVN/fKppcrsR1SSMeU8dpuuckGzCEMer7HedDgni4A2hH87gGEqWScPGZPFR3cPlDPoayK9QPC/Hc9b6K4L5idFGsewWVZGKMG08ib/mCea/YkStdJTvbEOOkGHNzZ8eYDDKTMQgw6moh+umrZNG5wmFCDWibr3kzRH0Ud1Pd7o5PQuxMz4E19K445jZ1+KvScq79vmFMsVxPlvPF2HXk9lZYHwbxlIfINWuGLaGWoLP1Vw+aw2dHUTw2AkO/Nwrq+XGtzbN1TAF7eJ7p4bg1hK/aSSW7xeUZ4M55aspKtFVzm2siiqWQJj2po4afpVamXJH8hkFzvwEfgQhaJyjptixx2gtTSx2NdOfNQVN6Lf5/I84j/16kRduzk2ghsBLyPMXgnncwC+RSSHfxMtv44GMeAwShmgUmQ9VpRL3Cbv5cEjQwgi1AoXyjsPTncxn0e7yK59qPXNF6oAr9mt4StFxFxxX2BDJCUW+gbDq7kQc9aSWiciuUdUlXZ+ISUNXrbLx2BtKBNyYo5u1oSFOU9jFddC2isCIsiAbqznYXDYQ7mus3Z+5lDw06t3VSOTYqRSABSOMaNI5Z8ojCSi7A4tf8TVvECfRruDAX97WDfu2aUxgdEwMHzyqrcAxPG0uQiULcmEDWxavkXWQMJWq+VD3WUj2Q9aQABvt0u2mWniO506pY1Zqn3Qo79Eds1OtcH0NDifDoAHZOfToLnc/N38E/U//rtEIJ6inTdG15W7AkMLV/OCQONf0OwWhskI/7i8XAT2eUjYqN4Gd0Rwpar51vmTSairBtTH4NTgldv8qMiCDxQYk9w1siAxrLNbcMWTklPW/gx+MvYwuQ8Op8cF0ap0X7WoJCXvVpTJ2Ex+MfgSJx+U5Vbe/shnrFmNPoHGi0t5ukFkskwRmojlqo7e2KuQ2LvvzMW7MgtI0CGmc7uaNoBSbzWoeKRtUXRGcNRFgepUtNCNII/71pLIGKnetwHylSQqG+VjNglZ25xhFymgtnk/D4kLo94THsffb2pVckkoB7bYvZ7RGYxHtpB+WVB5aoqsHfUNMU3C3S58SfTlgAxjaxB4bXiY3F3TrL5hNB8TLcKP9YhOz65WQnBKqnsAKJExwU8QQdTSWii1accvUVBXye2vPl7CGZe6v3RA32kOdbkUoaACIs38Ekhtz3xoMC1LOtMcY+cm4fFXYpd9MpipVGjek3338F+nSXQ2TI8+lR3qP3eZFNSPB7QzO/kqjfgds4AaB5Ub9OI6ejeVINNbYcCSNlo9J0zfxsJmtacGYYVaatnVhy9K9jkI9JVL75a1SDjsYr3M53MtZrmez4XZaxy9vlyUWqi3XnC61+LI5xY+pU51QUz0WSJGr4AWrGbcnY9Stcom9huKu2i/BDxD5wzYpm82qdD5nP6EBDFhJxRodkq9HP2dgH8ZurNS6eo2SRN4W3N0Q/jcJ6cY1X46Dgu+qsp417J5+vbGLwwTruSKOHuvAGhBZS1KIqaTx+JZNHnEmeWsSbW3Vixtuybz+Uc61bHZPsk1W+xDqqmBrwVhtmZnC2Xo4UbMfDVZD3BxY9hm63bPb+WU+s5Qv9a+O3rf1UFZ/xNWLc9INlRmX5V0xaHIrsVohnG/n2QdGK6cNoRTlHSPSOS6uyodRPTrRuXnYcYjwQE2z1vOOmGBM7aNoAtTBhONyxuPBj4pHaJtvfDP1y0lt8w2EeV6KgktVpTYz4u56QMpSCU74UmEYa7UIqKaZ4+FPXTGbSDxqi3brpd+PuN1RIJUQ53xmK5JXxa1waoTadkp46VeRhycuToUKQMZTEKAU2Vq+srVqlVAQIsCCnivYrps5j6cV31Ecqlk2sN797uMI+3H/S3DKmmp1p1uz77o1TwhPVFCeGrkhJ3mQ08nAFgcyt14ZH2EQtdXB7OEk0QSIVlLemsito4nGziyKDkGQAbUMNIxWtx1D/pprYF3r3ro+LyndWDBjKbJANjnnILlVWlkSyAeNdkl1ERW8aevUl2tSpqscWWMfon9H5Miu5Sotnc+uRmLE/AkcyXO+Hk/wJcNDxT5XT6Ofq2SFZt3Ee15RuqirA4dXq9Y9u7wCtaSBT/MtYv/G1Sav01Etqd3ahfxpxiwO5XttnEBEqbEIokmeEqzFOF/eVkqC/Aoe/5bW9DOZa+eFtRyJCHYkS7gKRhjK/7BealmmV1lSCUrKhKYSGkF0JQ3FVI0kTmVSxW0grzPOoYUrtIiKjiVgtFr3zlJr03QibZhphivHK4coxZxnEkx89oav06Okd5Ho1DxXL+F0GwQOPZJTPFoJ9O1sNhsbPEhPpdV0g+zQW6GM7Gvg8f3HbkZSNWuZ+1nvuGFftrnlvl2U6ysQhDt1xkX8vzGTPTw0+TQukG9d4NXeId7Z9AQQD6q2D5na0JTBfsg86AdHFW1NioR5OOosLTxSxebS7TtH/b4BsAtDSv71sCJA6nSpwblZffO98RU09TOJlurgmm7MpkfjcC4Jr2XQkAg7xDV5HmaINYVJsiI5jcmixdpkLLzRgazlOvoV9xvXVrBcDVsH2qvzy1PGeoieS7/WWuCjLkhObJoZ3nzsEmMt3al2jN9CnffZbM1e5QI0t2qocnK8QHNubv0ZYQC6UZpOXQcxWgeVOsd+gbgXbvWfnGSTxf/v//v/YZ5CAj/zMhG3zJypr6isesCr6dWxTeZRf7R5wovvtPyBWrwfLlDiFP2XJS5T7RbjxqnVZbwp8jWiAk7znAVaXfJWO3URQGt++r2QX6Vmy0vVy5dFHdzR13p7/2oTD+y7wOwX8PAaSwrZR2E4Pj0qhoSlFDg9b8+dwgQE0WdfUfXDiCTcTIHmUkaPnqvU3JzzmDNDQfmK+T6o7UnUr57SSCWL5DJbz8TTMK5gCDh5RzllTL/nnsoIHI7Pv/RD0nkVNUyfqzlNSiyUQdOYS1rQkq2pw+FQXe0eaeAPcT9NSB3Y38Krw23YMrZITl++uHiDNTTHx4bzX+gEF7SLu8n7PJs4GionV7tKPMJwCmd2ixUZ8JkdPo0qp+kvgJEavjzHzXKgqIA3EpK5XYYnfwyutg8obbMoqZJhUSLMMN0WTGeiXFvOu8jmLr97yuDd3FfDqnBodDihJsYWqn+lItQBx0PoeIzARZSWJFoW/J24C/wv9jOutLTAX1HqUz8q1z8sSQc+K3kpRhQnkmHozwAoq+GBIDjU1YTSM6I5ptZRFDb9gLIvc0TcC8xkhwU8lRM02j4uShy7rECElUznTpxYU6RWE80AmabmOWWLFBuuVgw9EWVVBlNxMJjRCcpQMW4ybvi4MaPlB+ROy+kSNuUaeO3f1vkqZbyhcE6H5BfQU2Q5O9UWvp/GWV7Fp3kNDGnpppPT3mbzpeNb9pxilMQcSAln4IFEAti51gKY0PIkd2SuqmxeorSzCmeLgcYkY5fT6z3na01SS0sD5k3YTFizH018u8nANQZA9IJqBWxy6nrhYw+IElQ10l7CPStM/axvZVA2Bd96oC86q2al0Q4JGyZ/jJUx4vGE4RCqe9HxxiF2q6uhS52LzSarkbuAZ2SG5gwF9K6SLQK/OVo0lxxJzulEkZBLiUw2R6qN0c1mk0Bk/G/p4pFWemGuQEMcrLkk4d/XGdAfObYr7bj4QMhVWb268EWn1FYnJ28vx6ZlJ344vTjnEO3FnxKsfy6Oj0Fi7j7ytuF5FZLRC3AIzgHHJWAS5MGyY94oxiedVXPjDF5VBfEbqTKb0S9FegViaWpq2fyDB8UDlnCCVK+0k2i9ijR2JunD7QvNglT1dgIW9JHha+fk/FMD6LB7R9WdmovUKQilzF9iFBaDHP7pRJPOrHTFD8KLRV5Pj+MdR+fPvpeMSVZP4FSpakNhVk0VE2yEZjZVhsDEPHgQZqHI8PyWzxNnzYPVWWwuw+/mL1TGxi4eSv81JSze8dNsr0zqPWG5TimNQGEqGzK/t7RUtj8GVYxViB074kyayDI0GVZqVNw8d2VrHpOKgZVHbrYI7iZ9de5ndYuLUpKVPTOAfmBibg4DH3uVPNgxj9OG2abAXqJ+Jap5GqU2qbUBcOMwLoCqT1YKhQ9cIaPrMRTP7nqeUbvg1bRan77Lumk6F6Oq8+FRlYbMJxeU7ef4cwxirgcpUhX/1QG/raoHfKUw+ydQznIcPb10g0GlwLZuzpzwa88qiP926JCPPw2EFVyoSM9fVF1qaiJpjqm0sj3XSox5IYMFybag7NBgAdmVJoTZFgLE6DFnDf6nU5nWRlXNzeJ6RyfFJJ3Ucy4wQYXTlTxnrzXo/HI+U9Zb+K7c3YphXqehz73PYqeX1qtUi06Z8Kc63o3BZEMM8BKWGgfueU0EVwxkkaku9DucS8ALgFdU4F+zepq3VfYpTzgoxLhrYgg29pSQesUXdiVmH0LH1zRYv2hgPM1LvEm+yRKYQKmDy7WUKExAVY5vz2JF1O0k1/3Rr7vzgtZO2MMmg2ermsf5IeFY6tPWDS1yi/DregmjBzxSjuLuk4tkqxybAgIP/3bpIu1sMUYNSNvKj0rHDc9NVAUNptCcFziNdk2tXo1rP2NdnO6kUzpac5SLJoEZQ+uZGm9OwVi47uWYDTJKwZQOKGTV+87cu6H5WU2r2OIczsRsI075cFDkgk7jDczL894QxrXGD9VCdJ2WqNpWBntLOtaOkvaOz3nHiHaBKgLSySwzcoyRS+1bVXbIJaRFilV/pZaIyrsGAC13dq9KJu4NqPvcnVyrikK2m4GJwx4vQgrQLXwUPXn25qROgw39ekqKx5+Bmv4CvXHoHtyFn67YVkq8HqUOYX6/0bHo0jvheDumyEZF1dAP5btTzjx1cyoraeXpCtnqFA25THAzOKu5DLH445C4s+V45oYEX+XSxWtuDWICGmyFeCGNUiDubonesZcI1gnbdvDB0c9XtwQvoTRHoDuKh4SfdVIkl9m4+i4qXTnmfDqOcA/dje334JR1rAqVWixeuBRPDNdlVvMzufl8zrBO4rlt6qp+Jv3xaQECMSKYzgD5d+sXAOQgmk8Ttx/Hj/++xliKaRY0A8G+W+slQ4vyLDeDHkxkPrnb/1mjAjzU1qmD946WRcvdn/Dbbp6LpGHiUqQeP4oRMy7IXsWdUqYIDvmolsUoY5EkKJf5QnOmK+ASFdCvWkaBlBjMsuuFceiD9sRwQ3vY/gF1KYnlVAEq7kwD4C14WqMxn8A2Jep7VJa5mSPsAXZgTMLhRyc9Bk/wjH3C7KMw6DkSySSIQWv23sKCrxy8lddpmc+YawSx9oy+U4KdeZkUXioDyWtXRCkmUPNmEsiZ7Y6260JETl2gYCLH2uvha3FWw6uOdh1NhniWg79jQqlUk4NX6ZEbkXYeTIXzUSWkOVKjrzqc45ktYzvGJj2Uvl6zhrYntdeiWVRSiFlD31VnYKJxf0x+NhNgBEP0Q0ore1TZdGQU0kdCelC6ijAFkHb/ldG+HsFlxow+k3Oo/cOcT5+NOS6UcYWfk4/KfSkxZkB16vrCGXksrm71vsN63i0wgqP1ZFT6iq6YFTWom66BtA3mEpauN9bWR7tuOrfNrkZ/G/4Fpgm1m6n3mik0lxHjlfjfGBm4muU3YU0kTcrbcC69I+UdOHc/8l5PHghH6Gsr74eyPOFigFS4RjlOris3PylYmendKUI1WNo8r9INKswEGoJRCfwAY+qCRyjmieBHlFHid4z0X2VHtK/4Y7TPLEL995QwWanwOUdcbyen02mbiHhkBO2uN9r/UrGWkx+TD2YAFk2RV7BUOWsPvr2gvmtGqYt2a902b246N3ku9ZHAYff0/u9d0sv1Npxbv4m9Oh2OeIbwh5WKhnqH+/oesIMrccu41tKvBik/hGxONOYYU1yPgoqEmF5+vDtIuDX7mE6SmimrBifZAy7ip1V5HRYkyNxw1XGI3QkKM+JFOTCgRypciJSIOG08y7FbtWuWl8sC16HIy9LPoa1pjIwnS801UXtZYOwJrWAfgcK/zPU0pX4oTUnyXxYBLwQ3r683IOjXecLrVGCHXdbEnUwtIIGDcmtkFF9jH0bTL9U5scWbGDycaMqLWD5WQWIAcVE3Kpgh2Qr1EoeUmxq6Y1CYD7tuA1HSEhlZprudi6NNhOlGtTx8PseUcqz6xIGOpxQ4EbxNCPRPKVdQMFyti9PWuVS+28t4tsNg5omXlu40vZBkSA83P5m7Xgc3s8BGppil1RPuw6YVZmrjBiyS96asJPN8wMYt6rNitZ1Vkp1Wma9LpzUW8EqhFQwqvQYQNbRkErbD0kt4ut/W26KprST4Sd4RTgaGp63DzV1c7SqiWmeTedRlZjqqivbibb7Hi3ekiJMcVJI6+wL13FdJWWLP552AZW1zssQ4tk4X99Lad2w66nG0xKizWwwg3SvIcwR0DTNeg7WJyJ4rBgnFnL0yPBjx1mo5gQlRYS5Y4UIW9EP0eGbzrI4ZL/zP53un5+fMrWksryukex41JQ13x2evuDwfNCFMJW4JIb9IyiEqug3CzpwCwvFTORydBPd3dY+cbr7RJijtRFf2w2nkF9ggPalmjl0CK6EoUeL8O6YzmHisVAeUoRlONaVqbMOddkt7dXQPvvxzrdLSC+OgsdbTYRxp+CZ5JymBK7JZGS59p6StrfebY5yGWhkiGUkEAsjCrtI+YJMi4NBX6QYA7pTC5tsDRxfuU+e/KX28aXb2o5WcPUbdHxzIYntwHgRQRadAW0JgQWsAp3zZQAT4lM5KztwFqjR5QJXsQ5FeTldxTQahumNYtjOKZuiV6XvCSjb0RiiuktTruLOQ1DoVEgQKNJP5yEcEps1dySem4llEbl1D6gUqeSnvsNoLd4dyNxV40cDm7FRTUIyZXetEYqJhvtIUfFd2Bs4s1uDR3a8TV6EhCnPjq2DKUjBHeWM2OcQDI61A1qjmbNVa6h9Sq8gWtTarZO25d5E2VoLkjsKwd646C+ODK57eIl/EG7K88HOXGmw1eQ22tBRjmqwyTalZUgVtghZjES2WZNXrdPZO2QLWpLxJZ7PqJeVCZgXMDGJXN3aXrIyFJ1uv30ED28aLd6+0IyDywUf1AUq3tTImpaxn2ubY9Tc3jvM6xRTWQOcr4lzH7P2zf8y8VI7q4beZ3V2mwK4wdpaUWVpUGYGhdqdnBlOoKEVhBiRZZswv1Jzfng+5LKCppwclHLvQAFXbIZRkUmX/7IRE1s/uz8r9DT4vyEZc4iLl2ibCVelQKjKvSeqYEhsORplO62aLHFdRtccV+wCxw0BSpA3eFjF6lB3UOnTcsCv5kothjHe8GpsNnEodZoJk+TSdLa/Ws2iSjwkXRk6CfO9lVfDPQX1gXcFtb+18iO/IrL6+rO3IhoNzyTL1kREzJz24apkJrdWXp4LV8RI36JLwS63fjFTYunY2jUYofSHPXy9onqSTali1gd4CZrXzTb7Xp9YBrqKmhnKi+ME/n1u4+BqwXfVh6Ux8TbiE5sndRW66Zqul9YjvZnWAt8u4BJZf7p2iaOP/Vn/erkIczWYhFbYWVsBO3Df1IATDHBbpUnKF3HW4ZxMyVXDU14RqSmHmFShvO9Hb1y+qU1uZotjfVcAPNb4p0SIYi3VTBgtm2zCTHkMglBYawJzBPV5lnZsKej3ARF6KM5D/AU6ioxHlEnLlZjW1Pe7W20s/pygEyLfUtjfHF1qPy+OD45YYyviv0XFr0Dno9PC/h8ctFEn4n/3+cavf7Y3iXi/u9qNe77jbTebRty/f4K+D49a6mNFg8J/ooy2P9/YUH6Hs3Kha0smL6z12Buw5lbGx65Po0Pydn7IlDtiDAa+KNI1BhbpZwuutx9lxD344PG7hHmHogxYIi20asfX4IzwAX3ZdgMq2usU05LLyRHJ8dPx3+mQz4v5x61t+AZu7gmr20nuDHkbDjR7ePDp8Rw820+qptGsD+LYThsOTik5uPYNOQm/mttNQ03ff5CA2xiRS52Xnyy++/OIND7SibhO00W1MhdxBaPUUSFOMzq9AG8wX19+ECo3lJ2J1+pzrK+dcORQn9llWz8pO9D2VjHGBFLbwuc418hkayiRAmJE6CLxSpGbRmurufWk7QmCW25oFgbt6dNzi+PAsp5PZH8Eui3Yk+pEbscAaWqllJjDi8TTP1mMs3NyVRl3M8dH//UiHYYEOyvY77SQqfXbgF3mk1/hIz1XV3mrBK0r2V8n4Hd54d4dEr6U3RZuQ6etooz619jpHnQ9AEwYmnfKVzSC9hkHIcpaReCBRGfFHEZlmlO3H8F9smpyiit5XsOYmZ6AFDQL5waMBu5PNtPzZpgZweGMHXQHviKbEfJIX++ZFzPm2JT1utg3BHeJl87rXIyHK1pjRwoeOrdd7bMhfgrjpBJkuUWeF6faOhOl2D+PeYdQbHY8Ojkddn+MOR5bjYnSbWOy/Ke/9+vDwsP9HmeprM0mQq3YDXHUzW/v4ERhrD97xbLULrNhAjtpDjtrrHrcIOTFhvkd/zo6P9kc9+O8+PdLHb74tL0Tvw5nhLVooLED+eiGnbn7l2eFdyfMxE3SP/y6/zJPiXYrqyMV4aX+BLZ4C46F9xKmPBsn+4PJwMjqadK/6w7Q/OeyDpXfY7e53B8MRzkQntsrzWZmuzKfxUfGn0ofAYNmEDqVnno7F9x3DBsZGEMYTUARm+RK5qJy67vkQzuYNvxvF0SuJ+/sx+8rb+Klab6bDHJhRfHrpd116iTGtiSKoKkSxpP7iXQqnMTd8/kLeHYzC7+6JGrpH9fh7uiS52RcYeXbOFOhlyZyuxK0bITn0D3tHhyP414G3j/ARswRu7aqsbBL88ML+EBCu+/DFT7nVC2ZUFNKrxrY4wPDAIkNlDEEyYrieMZbLOjCWIk0o30B3YL9pB+AfUpa7B1YOaj17cHX7e93hnnxBjD7rXmfJ9A3jkBFF6swAR8ZdKehAYTtG3f3eoeyVKOKG7NxNUcq7z9bIMYxwaLDO6eCPWwdH9PiBf5kvKO0NVjQa7g9FD6z9foFMOjB1dSwsr1a+9lcwPtCL7vzu0+lo2LDT/wYGYbzKKQL2NdLNweCPyXz5+HJ9ewFW+tc9oTHYSzB1Z3bfkJfoWciPQn/e/vX2zVegniHP8U6ibd3nbGuXSdX3eAR/OsHwAnDPSSqaBme53mJVGPb7ErlnfcVlp3ousKzBUWf00J057FV3BjkZ7I2si/aGOdehZViz7CqN5YnYobSDykYNDi2jIo8fvNe2n4z5KBVC3Hr78JpZHsj6H5ctRcI6aMZXf3oVoxhr5ozuZsIO9vvdjVTeP+gOH7TX/f2D/ToV4jympONC8INZ1KJFMrB7vsV294/MnvyedxlZyeZNHg2PHrzJNYLevMkst0UC46buo7Dp8pJpHjUnXaYKdCASjB6JuZkN/n0gLFCPjc2eWEpg8Ymh8LcrrB7E1LJYjSH6eSQLdk1VDHyXZKPCe8ZotuoK8CNOdMI/DfQD+o6KARMUILViSufUL0J2V3nAfJpVZuLLPF9hnGVJCtVHlD29YbdbE8WwCt0Hjyzh7yfm7yFOCOd8ynBn0Q0mF9jsU6w4xhS0hbYLyqliuiBRHRa/TZSyQfzy2Bukb/de0tfZh4DwvWs3DuBPr3P01vIXCxBcZHWtSq2RyT1nI8h2WKjJCvTQbJbhwN1Gd8pw/ws+TYQPtrnXg8Ojo4MtJfhQN3+jAB/pJ/we5HdvWJPf223LUbfb31Z8D/bthUY7wxPhKCNiS7M1MX5wpxj3SfofL8XvEDB1Kb71jh/dW4gf1IX4HRveP2wS5L+zfe7doS3VBfnW+3xPZakmx0dNcjwktft3Su3BZqk9/KeQ2oOjo5rUBrIb0zb6LgYQya+fPW2SUfBBX5XLZPHNkzWWh1yxB89tZ4Q8T0FWtbkfUTDhu8QY215KNjANFJTl/fvLcvyWDZK8fy9JbvYmIMc379A+3MVnSZmB9GOvfJvxazgZhS7exl15iPl9pLpns+h2F/0bCe7APQ4K7j7v9UaxPeDl/x6EdsDo3pq1bW1zD4Z3CW0lz5rIHt0psl3q3XoDA56hBxnNW+/V4b3F7ahB3DZtFUbxwsL2QTv0uzGZt97i0SdK2oMmSYuOZLrTxN2AucVcqPePsp+z433hIrQq/fl3JqIPaiIaRpMv8AgX/vwX/XNISA+Nf3uVAgWakiSFSHB67l7N0g+UYEuZPxiYwtQFzI6jgu0/vQrb2k0kFpbPvT0Q0fQhGwR0714C2u5MQELfsT+9g0N5wDRy9EQyJYQq6Kuzb5j3SaAYU9jR95Rud0tYQuNpnpcpxdi/SuffnMpgb3Tzv9qDv5rdT7DA83omKRwUSYefaT3+g4jUwUVXD9cM9u/UDLzN+o1UgwDjCaoGAznljbrBUD7gn1056G6tHIzuUg7M1ahpB/t3agfezfmH25m/ooIRcCzdoWDsNygYjdvdP2jSMH5Hu/yrqhjDX8spDxcDZjby/R+hVfx+lAcSlIEAuclKqEaBnfB/UEDC39jAlwD5TXrJMXIjIKst2EKqQ/SGUs3WxXjKZb3UwquM3uAhtSPh2mzYqVf2JSfzC+haO1Jyf6JfjUlgc5abEtz6bNF4E+VsUlKGo6qS0q3rJ5y3EvC6BnWVXoAj388EO7rTs393dL5xFU0KAXK2c+cHBR+K6D7fPlQxCPhYK4oB37CKWOQ/+pzj6B6cw4/wDe6wYIYNvEYDKM28Zn8zrznYZMEc/n4tmFoGVCDvZDPHCZN2b3infrtV4ok792+k4Qa8F015J7qld+SdGD3iH6/lHnxC3KqWkBPQcmlrBgd3abkOxT0g/6RCkP9wTbc3+lU03f0D+D+fqIT936z0N9TnAqvoS2qffyTucdRLFJBK+TevGMG+Etb8uvqeYHZY1wgnGmRO0/C2g0k7rsDhwY/yJwPvhEzl1K00DObkD7sD1C04F/ywXq7ymgtVIm7sonUnva5TrCcY8GdKDwrDhdUGvc5B/Ums0YWfvccOA/VJh/jXbZbT7bv1n4JdCDt9gUVfF1Tdrv+i0td3CE1Om9LZ+jv2YTnBNR7UiwpDq+zG/cOGAiinBRM3ZKFjZaUX4S29NuB+Xbh8a7meU41bUSS30eWt/AfcM0bS5hZAs7w0SNnBqnX8lgAWZPBbutWyRqrDIkzB3G+ugV/A6NwuYiN+TzpfIm5CwQ0VpBi9YWHbLatX2+KkssHY4wpr/7FBwC16/AIoSd4bph8M3cW/np/98NdvpUwF734d1WEi5wXX+Joz7VGHoIOKvsKpv8nGs4sVYmfSv/C8pCqXf8bSgQvbzom9lxe8O/LOfcj2AMVmjuD963FK1YlpybATKlZPXp2Fd31/K9LuHsX9ozt2sfWcq06iMzQaW3dtOrJixi6nO4DeYUKUIYxEqrFtWvA29IsLvotQrtPVhfD/3UcW9TQrGcPR7rZ062lYz/1XY+606XoQtbgYhkCRW7Kf9I+LZVpcoLea+kkS16DCeVzQNFuyv/02sNnUyIOep629TK+wTGgt/vcMi26ooSKrWh8iAnORi034v1LWBrOS9LrrPAVea8FIj95RpjOpq6RKSnPDsDU66cr0At83bbrOzUWdOX+QpkBY0v4We6dQywX8C3eRcJuJcVut5OqKMd2LfHb38qu8wj/kGjxN+JBdIRWcReMQHveXY6XtKlLFj2SAezj5bBHGh/nUoUtgk43MuIZu0vDBvX/cB9MlPfnzyf+hgOy744QxzxgvkwiqHfEfOZ4kJMm6UjtKV+MO/T91JE7cgwB2XX0PDuPBXXsgyCWCWE2w51xqv15NEbYrZ1jn1gn9uxU+kK249GHcP9j6mtr1RM/eE0wRGXH039FpMksRm1MaTcDfGG2+pXZNeJVbsWZY5WirVfZNH3dn74ITbzdt76Cq0VC/ANvmVahEVOrnxJGoPc04n63n3GLgFR0gLuxVBYExOKSoe/hXlY/kVLVIBPhlr0jJd4Ve03hUtp9fVUCKrUXsrr0kIXCZf6gNOjGtAkVpS7wXa88ni6iFoJ0tBatWJAC50kRFee2LTGfwCoaOjsmYDNpSHsf0l69CBJkETFNkgf1O5LKTdvXHPxz2+93HN8vx1QXDO10IcufFLtpQj+iB3uPaKK1snLdYEFFTI25KVOTYx4LPC3+rvyZu6+hdeovVhqgScv019YQAfR0OJS1QY8SfS/cbaYdQtEb2b2/UsqvonTKbXIuWgSNlS5M4Kh8EDdpk9lBQ1yQwtEQbx+NvVQPspG0wMokxLhBGYVEi0lQVhUhPgg2E4DmasVQiMEIzmTuIGkYPUXh+A99nwU4d7TMXlI3Na4ujbohP9AgBtW5XMQJJkZA1UosnGgR1FH/98pvBk95qiX7YJfKvYZDr4VvrUgqpWxOt1r+4niGiNzUYLFtC6ncuIcGnUJLC/qLjlgsaqC0VkeUyhX/gj0reXFt9x6izKhCJdPZ2yY/ad1EDCB+D2KuZBiJZz8u9Vb7Mxnvs14iRi5DTLfZU3DAu8YNHI6ziwIdqrwjuvWWq3x24AgyrCcxDAJauhS0n8D4xunELEZMUVCBMTnAgAQp09V8ElDc3R3BpMPP1OhGkCarnYb+SMr83f3317Pzi7fmzi/M3f31x9t23F8+enr35/rWwPvxOlBucd7OUBrMdxEavsDhj7NYp2fkmy8Ycb5ThY2Fl/iUNa8rFjQQw3LP1HaJn/CmdLf+thXLR2250OuJ+I2rld+mNyiTiIAir48xpOkcL27oNnBvNh3BOcTZHV71yVxdNEoQuIjWB2J1n1woYiNoSLELaTvtH/KrIW23CGrfQIGBWlU6tEZllFiaO4BMbhnON6bcCdKgC5jm2+Dy5Sbl/99iHztOHz607jECMCrehBcpPfuCJbGSDt+Cg09tSwetuUvCclnd/ekNuFDZWfRZUmbgGZNQw8fAzT7yNt/TXmHdLlbY7qM7r+68IyOBVNOz0OwNkSIxNItBENQlOq9OYAkbFGKbcgEOHl7qN4657EPfvspOQFr8VnNdzcu7D5YR7WWTJrGHqrZwvB54r805n2tBzphE0MDYaZ0gRUoQQ23c9niqGoPrb/mmXuJV34yDu3WW1+SyQHTSuFsaQzflNtEsC7BE1Ey7KMTqmakKSGgt1ooAG4cTlPLlvRyvjbBGLGkD3gHA6ypixfGdpfLm+3qRVfKYZUNMIbvhW3pWDuHt0D5qoA4fjTFv5MPYDBrnv2iXD4WQ2azHvWqxB5mbYeDdo0Nzv2BjtEKVejCPHoInEZBgyjOdDzumuIRsPZisvC2yXx3VJqFY2zFiSLevYXFatkoBPlA2V0P55oG6SVSCfSxq8kmG+iqXHStxr3rqHjNa4a1spBbBrd3lHjWZ6dvri4vzszbNXr5+dn1/85dnr87Pvv7vfnnD4u3cQ85HHpm95rLPEGKPBFDwa4kIBoh6yZQ+dzNnRe1ESNQ/HZoL4m5oKv3OSQTXaFNZzaqIbQAOJ9lffnCG3PbcGMYAGOeMXTCZSAojKPbcnq/GgdsUWyZw/8U5/WzHDXqJOxn8MysntqNyVktaDR86hFvb6bkUVDxE7hoyf6PLWevPuxUeRm/BvcYaJH9K0OcbuFUCA7DaIQa0CUoRnLm9j7eWBsgxWFMPY0kfkIUz3s87vE47dR0G248YZfjMxrg1Fvx3h+6uHchsztaYIU59XqS1VX9sqD5LPzOnBfM9xLLF+yiiWvjePQo5k0+SBXXWYUMBOLfal6aa13qCjqEV71VJ/xpVx5lk3r+taAds2meXXwYltF0L+gLAjdJujoeU9+zBOi+VKWaLcqFPjeS43ONNb5B2mFy84v3mefLi4ySaractgZ08zUJ4TRgslbkvRAeI07C+j55EXc662u/PhmEBuG7siwuHVrXTl4RYSBWwnQppvpNxaR6/GuyhTxOPlKpaxYxw7TsqYvb7Nzb4+ZdDKta0BoecBt5G3deSWRfRvjE5WjpBVYNPbkS+ODIzN8aT9XYaxTRZPdzlcq2upygwvw6pm1jid18mjzJX7N/kaiJDwHn/CG0RRTdefiIDz2wfTQdyJg9anCkqyEE4kN7JG/m3tkl5qNwrjM2tHLWw/yjo93XL8p3GldaL7SB5hysDqSQ8Ado9KwCX8FxstMS0jpuaMMXqGHyJe7j9JVbsK7DNjlM9Q3ZB8n3wlHbVvioS6MnGDs2gXczVAV1lOH7GbZJVc32eP7EwxeuNZWQIxWYCJws1GYjNDjBCOD9mj+08S2iNvh+R+8Z6M8/fUi+sSC15neYGeYIn61a51Q+xPjmGhTV05FiMdT9UPfEOOUooTpdJtC9twzddzBzTWAYhFxyqfHDxZYKsJ2xfUVeH28f/bUo3rbraINV+kRfrbPe+LAlTEArbKydc3t2V2c3uN1uqDLsjdozZYcLgtW/mARp6bKrAtbxfjZH09XUWvU/Jyj9NnaHYfExUgWxcsdTGPOvcQaQsgaBgjvibvx218WeSgKcbr4hrrju4vzTaPt2GntnLejOJezdrVnXr2gUyns7kBYj599UYsYC+Zt2EBW/l0hoFUEF/2cZJ2Ru2CLvEai2uJwbE5YvHKubzVZWzlKxnedZGeownLYoyVLklBQxNSkk+AkcBbpkzulRNqRE5zLyOpF+/D/1em6bzEfP5LYBbvOMVcmSWZMRzOjIGvxMkidszbh1zMT55zAzFu5XoZBsIE3iGo+rlURaOae95AA1tO3ngTKvm6DlOlvpnVbNz7sIs5kE0S44AxjkhuiXy9Wq4pviAoJuy/VQ7J/osfS3YVPoClfPqcIXHMKdQcudeNI3R4NlXAnFmJNSO2Ycu4iPDq7GE+nDgc73FRlvlyjYkgMauistAMAczHV/F6HlO0+iHXYcuRQx4AN1WL+zMo56SkC9oiBcsKe1EbV5UtkvEYe8GlRnyKNsK3U8G4RK2JEzSDHvL5D5sotBtuUNcaGKE+gvWsa7ng2PBSeo2lBQclafe56Y9m50j2fsn4J7D3KdhmmbyEbrp6KpA9KCQ/jEZh0IDaqeDfhN8gEEeVxYTGKNMVrImWhyon+nvQUWRytu8Xb5hMYrEPqQoOh72AYS/Gl05QR2tsHhR+uN8Md1A6biBaHKOIssanOcVdbFu9Kr9uyOTxhT9cG264cb+tIxMLjSskyhK+BD+EB4qTGQLexNhzB74bBJ0kGfLvD9rHT5guuKmm9bC4EJj4mG2UxkODyVLaHIizNxGqHsvHaK+dVGbYPXImLYsLmBMsmJKTtLgSlAp0gMTVZYecKfQ4PU2NM5f3JmbsakYfz06UdVZOY+Nri7lrI9IcJUO5zrqHnMfDJ7uLmUt2tucrcnIFM0oudYi8dNxumyld8i78KhOaEp0l+G/soqO/h9OV3OonZo8Y7A3kOVYyumor07aifi4t/P/XtVj5jdQ7jGfOzszy64y6wM7DCtloO32wH/dr6So2rrxMVqCGY/ssro3ZvL+C/Rsp6LTZAsRdBlWE+L7WkEgCpkZ/tNztHmod5zPE3DAmvoLjm7HqFEtPtosco77oZEsncb5MScBqvzZSMS64JvbiAQre55zdvxIa3l+v5hekRhoNGGUmOU5bldyYlu9srlDCdnQQKvLMFn6FUZs7OYJhKDev4J6M2G8KCwOAUSKJsvU2Raci/nqxzpCGrpJZIM/IufrTbJLWS11NuNyvdaLrfj8ttsKJ4kmelmBl4RKdDFHqE1ey7gUHdXmrf0lLinnmD1N0P9fkSCvixRWtH5SCC/7P3R0iK9nzC9zPi2xx4W3cTjvauYA/YfHABR3JzqPHd1XuYLyJ29u7tTrhgwlHW2StJu0Hi89a/0Y5JOzTXhez+ynp7Pp1026yksws7GKId42fABY2jfErYlNh9yB/6ifNF5J5TvDLKXRsW0eHI6vMtuHRcrq8hozNaWCBfpqwwcNy4T4mckbNKTm1jxTVOsWym0I0mIeYxPeeYwuvPUXJsoWvL8gmsjnEbMjpJFaXYuxxVg1DPc+c5e4rImj8MEwC5V9f3jYWRJoUcnZtwXmAUYbZYK8KFaf34l70RqyjPogHVYYI7a7BmUbHH13uqgjocA5pj5sawuMz0Zpxa66SdxwSQBW2XGIvp40ag5iqqRMTJENSLHqKF9yDiuV24hBoZwH7XIKlCnwUmaiVvRmR4QMo+H7j+/trMuhR3yOjC9Uj/scbk6IOF/0y5S5+WIwL207oodzRLjohRfft2cY9te3OwbAQUUw9HLGZmWBj/m2dI1K2Rk2i3fS6Ez1HJ/300X2o0rOz1AyjJs0PIdANozXspYvlSczQu6zXjfk723juh4R8Ua+hNOEq3uwlZkZjU2Nt5O0Dc2Sat+QaLJzsRz5/vGtkiRifdqsWPnt71qqXmoRWY4Dh0Ty5zD9oH0Un56CFJnTUVatXgVhbYt6iIifKRzUto+oe2HxTZAW+wFSdB614KjeMgR7HFncI7EnJhovRUd5/yBX9PBOTlrX953Kqk5nbZr+xyRk73osuToYZTrr1D/jIT5ouKFQ9MsJG4Jy9qMHe1bRAlwfRLUsDbt5MDIv0HqC0lDEF7uWax2zcWqJkBv/1IZ6icpBp9KMxEPr5hg9tDN6R9EOCsAhcESrZQJMJN4/9Ns+vqRxqadOPbGqjkzRUctUWMttxTjU3lKDmODYSUCyWGkI3AdwNaUucBWa0e27+GcxaYv1dGqOL8VbR2ulojZ6fNEZ9GkiG1oz7Q94QyRAQI9K00eYNTGBDCBmyRikoHbJxspCuomkH6XUMmz/9Gx0tMP0fgUeVeweDo0F3v6cQZXDYk5y9bXu9w6PRfnc02t8j5KkFQmg0CKLPP9WDuAYyHHEmUDiwlFZ0MeY1Uvos0WysT4/igwezjIfMtYUSbjP6UB1nDwVpNpQg1WpOS/70Izjo9Q57/cFvcdrVqe552pT5iuEA1O488fQQY2rTaNucmCiJDkAZJ2NkJRdMkH+Boj2L+BnojFk5dWMOoVjBZ7hPB7DJR93f5OpWptpiz6r5gAKoAFy8XGXAVe3GBfKg3BQodpVxPl6BlafMcqvjk0aY1LKpapw4nV+mE4rkff/m23OK42mCIHvGE7jq96wJuMrXoECsbmdpOU3TVRkTS4+ZbcfAK7Qy8EE1AluPvs2piBZkg5/r1Endo+LzezmWjFrFiqKoVemD0j0ax2rKaXcygy02nKPFt14VlErfYslcrpLVusSAlQShqO5Z/sHOlECCecWevwcLI0RHzlbJi7lX38EuL15dPF49RFu71/BbkIYYOKDdZeN3aSgH4JP5yFEPmMj+qPcbsKzaVFvsAPsANO4CO88MwfocPRidplEc96T1TnpwL2ThqiPSAIch2gS6hpzxXxXkz5ZAX5m64BNXmsDszpf7swU1ic2lKPKLpph4yVaYgpXGJr005rT2bKy/OxT4AHr+bFOHA9iTW1C2szGDw8FfPmBi7BrbwE+BvwJXuEYYGzhqNzv+vukRnHYiU8U8U/whlploohgmQqUxIQjYByZJ3H+eBpeQZ9sIEV3eSsSEHGsglcYZkF4w6WGzg4pPC9eKJvVlioldVOubX3FaAi5vScowunoJ3PXD6iH63YOn2kb500ZFKjpZaJK+YTrzZFf2dwXvDLvS7s5BHRKG6CAk8NTZjhGO8p01lZNFeYOxLU4JjMp18T7lmqSrNJ1Qxg9rWVnB+aG2sIHJvclh5kIxUPGYn2vATkPER+kdPC49/RgtV43aG28dktseK3Vukvv9ndbsxKHZY2dWZAQx5oekRUxAR3DW6MRfsva/QPiTDLQK4osPd2l/ltnvID2z37zR7jTkPFrIrq+cfH/RpL0i1wdvtCpjzsyW2+pnytyuFfyJnsiHTLfNVvJd8XeO2B1cn/VilSE+L+YtscsfRTTVhKAra+wpzeXd27zNsTIXya8iG9GJxlgBZZd3iUksYCSR/2gicJ0YapL0F4lW4COlUd9czf5evkVeYdwXfyg7Ph7iRQwP5J+RAXKlZWNt91iwed6lF0ABCeZnKq6sUU9vlpPL42NEq8bnbBLjNvvtaflGp6/GIZxEiiW6uElVYNvTuvsI4cWkm27l/qssiA6K9WxBohOPMJth6eJv63Sdmvo0MvAi9G/ezy7FaXiWeFyWsQ4bw9Vari9BGD7IHr1z1Mas+7sLH4YEclkHTJ5MCGYaHeec+lt9wsCl8j6LEcjCzeTJl9W30HfPUIqs5GsgKLj6uzPEePW1pH0MZ18l41Ve3B4fc7wI/0SE5P0mH0E/0rKI1xA+VXlbomFT9yvni9t5DlatuS2e8iLZ8swUantmDrIDBwnzcLogdh0hb4PhKUKpmH++rPlT8LIS5/N23qoWZvdDm3r/LQ1m+YIuVyQmXdTBDE/n39Sy/LmxIaZYMTvnbDwtAdiUciWB9up1t19coj8fRch6lhR0vqBYFcksjEpZBztl23OMkLxOqw4gfPzbo40FJmZUKXdPViuq5vNtRh/P2Us2alUzbHGKC/aZtAQ2gAMktqLbeYQzfInJ7oWtZZ6tTBawmJ8Sk86j4Q0bESnbjNGEKHPkUkVmveg5dYuBj75ci7sQU+PS2RLeR9hT8hbyrw7Qdd0rSJVl5u6AOs8XjjA/8yIpboHDgJDCe6qleLQbKQWxsNEYGU6YuXiBFgE8jcgUsISwiPInVHzN8GRX69nM1BI0ImlyhJw652gtfLAorpoHIRcASwPIBbgilIN5uprmJICQR446TZVI8rb1qhpxhh9kiRitDuJmeJ4GfTdYau6PfC25m/jx6QepeOcM8XfpbalR1msU1YVNxAmKYX9kzkxiK5cwBDEN5wpozbYJyfmPBF9ZS242RrTsPGtlbVHLMirExZOakH45Y31RLnqiLzUhR8rRmZQNyl+WUn3gBaht5gtgLCbRu5LU1ZCQrR6lIsnIMuP0aXYuYYky48uarArJzpYUZQ1N4fVgKFiGYKJBAviQ8L0ZefD21gvz3ww2QNSf+igYpQXMzS/Rwwcf9WNavT46+H9NL4Hlz7JLui/kUpNMDKQB02+JP0Aec4Epb9LknRzCnlzGCrgUyt3VlCvaMeONiIbfEG5Vpa8SSyrgUAxcIOc728feLhC+gkr2aDRG8dfFStp4mLe5MP1cGkc7mfkEYxEcqqO0NOGq5WIqJOtJlreZ9eIevs8mqQrGgLwe1bF8RA9h3aNFHtOLaZpgk0LCR7Z/QSHygRa9CzevAKLDjSge/bfNSqdYWHvuO/+9xk4l6Faur6+pg0fGnMb8HRtGNlYVEPin106IJXG+3aUKpJVxIMKaGZnUa3G9vcjJuziyZ3Z2onOkxwzEY9SycNHK8EBEO/W/2CmpQAkyqze4eElJ8i/k4pR4Je3qSOBqFWC4ntKC2dRwe71k3M3Cx6A1+xvMmwcGTvaBFZKYij3E9gUBq6FYBMAqrkIpk5SyZS111oPmpkYlaKDTO7KSqrWvu2wHukuUZhOVSr63nisA+FOAUcBWJs1FOKXnfaQ4qXp/MiwzSfDEinxJeFhgDLeOujue9qqMcgwW2TvydJiCCNhgdAr75xUAa3E/lCKHJs2SFVfOtDR3ZtA56vRCXs9RXdE/UbBNbEtCPYEYTnktoGZOZyckau2nNrn/ipouveRW0wIQm5GhmqWr25ZKie0SU0n85a3ln3Oru9QJTwZC2VtgQYeT7Mg1VsHtrBWpGE1ecooWKCtmqmYbucqmJGfgm0+qKdPWsCFNkpnNZJ2y1u90PrFK/TS/wSGnGfxz4dw++S/FoWPWWRNN55in773bstcQrSPn9ya2cjLBPjx4vsTfaCuwusDfCud50d6pgs4pHmDO7aZ+sX3jivEz/BpEkJ1EjBn+7OWTZ0+fPnt68fb1CwvGSJoOKcY4j7WAzemjXHdihkvTIANJv5ZsjhtCkkQzqivbyuzbPwKxUWpjWQ1SgaNWgjzPsPSsyxt92xYWkq7XdKXqbjX6JEVTUvLxgqGGzhovanhUN09Y6xh+rWnUHvjEGYihOS0AHrpiVEsCb5SmZQpocOmKExoD1CuDEDg+1pHzCKhdGvwwyWderi8vUX0SB/SkgOUGRCcDHFmbRKtWqo9SvZUt39qRtNkwi6ulnJ+C9CVljTVeCepbwwn1CWD62U9kIBI3cJ/xR69F4eReyBwSc3Haf2Hw8NYcolRDVz8QnhzbLUFIH4JpBBULh2bIxmrI3tiaBIJWM+ox+xYHu8RMQeIVNa2iziiENhZrsAfAbEQOSmENxusSgaT+FXnIGgU1NyE5lLT5k+H1+B2uISqV3kG2JYlfTlmR4E+x4E2aJINRVNjpK0VGuPq14PM7cPDVl+Ear1JF+6B4djLDTTafUn3BderIGbpqqe4UZW1W391Bc4UQaoU2dpwedYQl7+Kx1OSn9DqmBwdvTqPTp99FU05UIJomLwMmjgdcBX8+dy26JajFKPEWY0fcqC7IxYNAUVcM4Eg8hk4oeEtq/nr1NHl3jSQGuY0F2rGIpmmGWFaZnDl8c00E8SC6zfjdWY12XPA/7PeVgLHqbaC/3JqD3malU/Y9MDu3ZQv51o3FXrynZHNHBw1yjrDiZbqmRaeI7sb+8hp5mYf+glZ2888naJQ3//xMVQqy5KrPvVXlwMrsHcEupN92Gq4aJgncoE/OV6hx33fY3+BQdEj/u2BLXxp+uRRti3uq79kEPtJdlmwbjYGVLA2JcLgNfegYYIKfsA6IWA7fjFqehDJUWOdcZaLM4nRuI+5b97XYaIf7BdSTvECXd/UFaviopsAFmzQnr87IncqBxAualLzp1C3T+mWxAWVWl8wkYYi/ORyIUihAlGCPv5mrRATfZkuXlFdWDRlhk52HyyzAAZ2XbWBTO69nfhO+8FvuuJLdG83yMZY4qn/BzXUz34K/BEc0AVfT7nXi4rRwFxxqM7ejT+CZ7ghD0vGzUoVFeN1Sd4HnZa/MZWq9tzQcf174qBbymf4W0GtvnIZP3AWIPBEaQSAQh+CghfbYcQZAvwhjA5asrj14CqMiOBdCwjgMamSoryCPiJNhWNgfWXNsMmndxpV4Rt+hiSFlczuVpMqAtY1YD2Smm+AtL8ZJb2g2p0SNC90/vZw15XSefJili+vVdGeDLqSgKGQZlKwRq7OH3auamFmqJYZRIXLzutpSMB7rWWUroN9rwgzlmK4YtNfGW0dMnq6ocnyu3Ubz/+xpbWy/MDtBLch1trFuDiwe9Ctq1iHRWzExawck3TrEw62aqdS6od1d+ubvfJP5y8jA7v6QuWGyWRpfdEtX7/G+6SsqLoaf0iLXtD4kcNnQO17jW9j4tPS7cue53+N3jO/eynlyy04SAz3W6MKv2VXYoaSMep2BL/ntdKg5sIc32iU15Nu3Z23pfkxl56rmUl2xCVC2bWwiw/DPqnKbH1VF6c66mFW15jOrr9UeXyUFaLDVN9ADE3z+BAOEWcluc/+2lpx57WoDwCU0oyIgP+pau9wv0WpBLSlhszQsSf5uNksVOR0fAW7kbILq6OtFvEiR+6F7Xq6f8D523b+lgLkgGXofatN6rRGA7IN6/brXw1X5HVvT61Ipck+VAYKHZqKrq+lFhikoLi+oqKHVV6iTtq5W+ilvUjGs+evYBH8+t489pcQMl8OigDRT7IrbnR4TN4mz96f2yqngZcnneTVEkbSvkaQubxfjaZEv1NnK21ZNEbFqMIX0VevYbZDvbU/wwzIWPDf8wOkZJN5IwXV+fLTNyeCi4wYtsE7Xb5JLDFlyaDLATmqOlPoQtkVIeDreKzclpJS4Ehhs4VcEB0v9n+Yq1B58nSaYmAa2KQqgDQ8u8gsglVU+RiQuDyEQuFJYihAt6c7iocsfOE5mn37Cfgjx3+KQ9CDJm5LpMjg0x3vLWhD5xFCyWCpSKJMEiBPvGUtXJhbJ9fFtvOASnCuxQ+ExFJI7RrsjAau5B5UF+gN4r1tJIPmvCxPBrH6gek2fC/JgUpb5OGMi4U/StWQLQYauLuHP5975iFfb4WRh48PrKMWuccfnxY3Q4Wxc1v2eO2sqSqIRXaW6NiaYOMVehhov5GUZ0S0IASuNwwZca68c/u76Q4HPqe4LxvF6hr532AT2olmR617gfqfX5DipN42fUBm+7ga1eqb2eWA7zGtRAQGcZ32YkwvTD+MUk4O60S7SQ41fFcnN161VsU5bfF/5LcKj2FmpVbAhn9N1rtvovqRQzoDlrn0fmgtopD9LDq7NqscT1LHcCWqLT5eYgFIYG3gxiYKpOu51qRxFg1u6HuM8OX3e1u7zpuU8ZYk7QP9sd0haCUXwTF6dpmzUJbN/7D/kueCdp3DJQDUoWQrJYKs8j2bE9jCrL8CF6udyx4RlzWizqa25WKb1I6wMwrYLKXHK8aUp5x0v1mw0BR99f2F+qg9h7BEmAcdtgwnc1nsx5l7hd6wBrvUtFrzh/3pB5Q0Tm+mQvaZON3Wk7UnQ+exRXliKkzOcBHEh/UylAbZD5lW2zchrFuPgjsc9P6FSic1GsLA+Qa+7KgD5FffjdVpcaHmlucaSSy/5DWQ3hd2RcPRYQcc1IFxRpwBATwMmpYtxinDNybsUC7DSajmJkwnM8eVAFycsDdA2x9XTNp5GOgMxX+r0GjAoSkq0mV9ewLgsueG/pYW9MXJqshMMuXPK5TQp3nWGt7Bk4Vh2QIWYyrAKpn+bt79vSJWtPkfGC6WeU7E+Lt9V/GsMhlrAo8c7WTD/o32RXj1POTla/iQ9e6qDcTqgajkWeQoGZsaioAP3eDEUHyWiZ9itwJ0E3bpurHsag5s1QGqGk/cyahixIaSzk853sDEPcSyKs1Bfc/wMtnvwn5vurhZre9hdAnDyHoxWJ6OhuqQGoedH4DA575XzXRUm6KRJid+qEGTHnPF90oVAsaOjFnGEclAKwgu626IxoS+Upau0FprjlaGZxjs4lWweo9PXnD/I6ss5+qDJ0sW3rmeY5+UOew6WJrN79dnQamvf0K3TDeYOwlaqTwmLXxHnwrnC2gvANrozDY9Ua3fvZmVACQEE/Ufnzs7ZhYe67nbDcflSNt2XrcH3a+RtXCJsq8tSgsI64IR2E/HSMRzzbMNbr6o4URZ3/zqnahq46teo4Uj2u72vTfkEnIagBcjKQng/HCTI8HvjfL1YeZZP7lSxVd88X3HQzTg5LW9x27DbUrq2TStTkMzSzWquZTM7FiX2IiWrcKe7I35im1oaPNggkyg9bdfenzYfg7q40QzEdNHEKScMrdGbsUEjWjgxSxL1wp+YLEJKhZaRCk5rvcosPLjkeGMaC0evDeNJ67kAdRZ1Pcsv0dE3A7OZmRCWdDG8/qyuK4hbBUWt59XcoF7U58QA7cn56dlZJcMD4TvxE2qRWtdawwHOl8kiK6dtAddsR9+maOS2QUUqVutrsJrSdnS2AkGDvWzho56ugUU+gJnak+52jkLJRipbfgQtiCtaSMz4gPNL5xCqIzYItYRAoQWowarvNYi58Kh3S6ZaAZbPkDSzzSiZrKRVD4Z0ZHT9zdATieNSI1ULmEkuECcwbbmC+CxcvgJyZo6JRxOnnJ0lCkYSgl86DOspeN+vqP75OgBUyi82brzaWKo8VVsmaAMXU3FJzpoaby1zroUzXJy0JrL1Jdsr5WqnKLnGVi9udzJbXbwpPCcqoQvLNNUWGrQyMSOpXGzmWMOVrdiCgxnREpge90FQVuxMlOdTV8EsE7aO+j/bq0MmNHkTPEdYeN0N+ldi0qI1pQEJ72TyHp1glVajAcYaeNdFa/VggsOcTXHdLA5wpeaKTTs7zLNZNifgyonidpSSwIaROoQC5UvgUyJX3FWkJsZ8TUYv3KfJLefmVipPBU6SEhZN4AZ+dVyVtsAskDcf0tHxSBrcA+pV8D4gMBWDJbidktVzi1HbKgBwJaYjn41GrIU4IC3a5pZ5rb/r1Kkso2YkDSrbXPLV1qR1apRKKAxSWba6ydysOvcdRplHI0j9t2jMi7yukhZy01jqdGt1muH1VyM4lTIv/7xqPJCnfRYOxp+Yql6piDRp34HanDcheZFEnWXOKfdVPw5bY6ZaJ7TcOsMuWG5hJbjzQutxeXxw3BLoYfzX6LjV6xx2jvC/h8ctpA38z37vuEV9OhCSuhv1j7v7y3n07cs3+OPguLUuZvQ2vKKlZ+hex6hq2fGL0FhBZDzQDs3V+Slb4ts9GAhbFSPswQ2cxHXrcXbcgx8Oj1vo1cC7KGukt1uPP9JvN0sCZIJ/J8dHx3+nheuz8DMYuX/hn+kXNKDlF/siTA5f6ACl0J8O4Bk2rySvzMgJI6INXJETvSnRw45yCqgYkyGjG5AHt/laWgt1vvziyy+wjP5UBntjhQ6W0Vs8XnF1LTVnD1+i9fgPYpJAyXnn2IMFl3503OJ46Cy/5k856sJBi0Gu4YmTCRWS1LgWIQ1IBeXLZGmxjOR1evmHdDZG0QlEbkzQXvQCGemfMdFonPwX+Mxp/5uzxRW6stPofFzksxl5veDPX35hfij1By2HF/x5kcmUO4ZGtAA0unuNeOEJ+kNK1JFKGSqiBlmJIPT8QBVktcna9J0FFVZi+RGDM1yl6Yx5PFYtTzVBqESskBnScPRXPEm0ttJUDppKIYF9YH1AGb2BPaS2KLDKV3RN03JFh+7sExo6RCdwIwmu4HKNGuAteklx7Zan8uA34W/oRIFNLNYLBzIC1o8ikwLB3LYal0xLwbcjhMpow0p2SqI4QppONSyhXlrDv5zRqIAadhc3qr4yCjFRWyU9OPYnY0Mz2lKDyoxLkfcYzhtO4jJfAZukTXuDsNWUkhM4wl9+bntHDq/jJXllV4mncD7LEDI2OjdVFHh9rCeu+g7PNzGxg7Xmh0qwAp7mS7wRyQ7+ISS8x4AM5R6y0L1eb8/uoulH0lkurlvffJXNr9nC/LqFci7G0qv1HJETGSd8MBx2RwO4J9k1KGlIXK2oLMafZQnxoNv9MNqnlcAMq69bzp7o3rU4Jf3rFjzckqz0r1uj/Va09w2i1OC+nC1MZSVF+ngH7YxtbbLGjmj/sJwjCXEOPDnDfe2hRCmYX+guMe3xsNz4006J1x1/4mGNPsNhNa+EzqzXdw/tJW/31mcHb/uHV7vKyi/oOs/AXDt/9j0cQoYs8bYTnS/5et1k5AahiKl21/TuPDILvvSos1JUK1u1+d/0cpGOU4zXm7fG0zWMw85+3JlO9AbZjfMbrSdbjGfricDrBKdm0sojbGkYWC+InLW0KZHkWloUtphp25gdcWf4PatJJyoqSidEb9+h/3q1iStSE598gllAUkmh4TbepTfTDMvlk4Vowka6if48TpYrEw5bofour18WID1F9HCHLWao0lkZZ+qwUIYTjJ/LCbqkIrgUpYjot0tB2ljkN22u37TPmkw6wtlyjFP5AWuLo1OslSZP6cITHlQ4TWXWXzGGxld7GfPkrzA/8sOK/k2PtQmphUuFgLD5VazAUlua9B6EXCgkyibroM1LM/JLgvLLyoOR6ewAt5hpeqK2Y8kiNUDWmmYdcYpkJzphcTlJhfNgZ7qFHAR1SdTNmSbk917CGpAN2VQodnEsE0p0nybllNwef9A+WkJLsO1897DiMNphAb3DmwCUkjMKn1yiWZ6/M7Yr0lFaao16Ih190EKCIxcwRd5Gug5t9sPAKKjcyPWs8GZQusZYV803ATWTHaMT03rfUkqHv0rDNa7znFM/lJ5B/zAISDwhvi3rXUwcBzmrAs+R71slqh0kRoZVorCvxqmTUgalG8+4wKj6UUWVfyiK8vcGN4K6CxK0epC424SjcCvqoPrDDf3MCTEDYQ4WhgKwo5DcwFc5XJur9WzD7XP0xRnqpzgV64mJOmlcocooOb5mSbbwLKOkFjjrv63hNlLq3vtUeSRvA3Oesys+WhkWQ24Z9eAi/hoBx53AHbPGRruqYlqekFGlLP6/RJVwf66xgpvOlcij4365ETH0tUIT+L34f8t32dL40NTMYS4JG9q2R4DDUqmGsyKiB1wCs5tj2H0wRr/pRf0ILdluNOhGQ/j/h9Fw9NUe/gQ6Jw7N7yAWJBM/HPCai0RXcuv4z6XdaVwIt4iO1stPUT66e2SYxrgbrtiX7dUGdXU9xNE1ogadZDA6HDxID9lyUaySHB05KolztHGA3qPvtVl8UD85OnL1k193R+P+A/f0qP+r7mmfdrXf74V39b57CgO5e+qMlCkQA0UC0TJLV5VkFI6KmAl389nE/dlyTYEPJ8liJAao6DmmHlL/l0fIDNczWMT/gn4qEP3mePf+De/5RTb5GnbqDzfL97g9aRGv8hWrwmnZ+ib4ZwbLBO2BeJB6SchewIcc1zo9zplDuAWdSEBUS1RC7NjwAv0XDspBknusd7wuCCYV/+Uu2P27WTEwk3fpcuUGEvwsLIaLLgphcimJoJuUP5WquEvySiSIYVmkfn8nYxvlBGzNByvitgxx8WNRMTHOaUUk4rBZfFkgxSkF4WnhFNmSuteKb+neO7dI3se6ZHfn3L/7Z30pHm1BNDJEWd3Pait1GDG79j79QYulrayulP740GU6JyTB45VaEva4dK3k0nXtD5WLiOcZktGEdla3UVZ53maQDmOYoYlzvcip7GaBbjD+bVWQ76ru3aE+5kl0tSY7RRzPhk5xPYm7IspMpiVfJug5nIGKgvWuC+lyZs040Vn0CnBIv411HqvVLRtxZFQEPgtvCiE3xY59wrrYE7Gb/pSVhBB5Bqz6WmCTODcYHRWWydb1M4zLZMT9VNVTW2wqY85NISmpvY55x8BGnH9OTlD1mNTcI2PxnqhNRTD0koWp89EOrzCPQrQR0tAwXx3LVhwDEyE9S811r0SUkOETvpvxdiJfcV2JmPhiQ96YH0/NuVGfRyWXtCfW5mElCYtSQnpAY6MD7FZM2gW6JOnA6asUCXwHP21HYbkRJSenr+1EZBKRSQvfSbkcKGY64nfCULSGYnFz24boxIcMAlsIzBTd1ngqGuSU1n3F4C++iksWN50hqn4fVgUcKg5XpqjNYwQTaR03/yYRBwHsBZZWI9N1bVbkw+UU5WW2Et8Id2Q3Dmh6CmMDBWu55kvEdnuXphRed6jH4Qu4JydoeS0MSwAbYWYKDAl6I0UMQIfKpcqBTTZD1rglRYqgrCTQpYSADlwgfJXOYRcxVHIsVVtVUk2sk4KAepyVUyR+i6U5W3GdK4XD3SAno0vo9BwZm+mkPh1zWJyCjUssbZ/dtp3NAvF1mRFKSshRuc0mwv8uyS15mcNPlynYnhm2Ejn2BgN2WOUWyxwUsZItTI811Ge1aPVzNJyEpXGND+cAIRT/LUflhXP9kBIwEZnCiQBh0POXt1q6ju/EC4p4vAYKJwXExmV3cLQdF9wdmcRlKi/WfVgqi4RamHVqcY/EiBdeaEdxs2nxjHwcfY+eQNi/1Bp9fEh4Ylifb7+EXV4LLRV3J/xE5z2iLdGyMtyeWMbc3iU8PPwc/vvgKshK2D9wXfh4QufmOan9ClsF+wfWKGAawkIHgqXl7UNW9bbE6DtR0QnHbkjFYHSKzE2EElUa/maU/070hHMp8PQo44s1bwlAkYcI2RoSJ+P609+5q2vd4HcrA5jGChq1tPrwOFlTdNbBsYcFrUGjWLJDj1dJrjQajugILXoUHTvvFV0yiXZKmNIVSRJDo2VpDgnvQ2oah/C+zWz0LFWnAX4i8VgeX9gYbSh+wmfzHsgjMa4+5sU/1MQdfrqJG1gN0exBg2EbRxolP8cDf0JvhKn3oOdT7wkGHv/EsEkMZUjc8EWeL6PvORVUavDV+SRkbVBh2yY/D48GrADnXdLmjeVILmrXiczVKJUAP1YaY8y8pADJCpvWs0v2A/6QSELOLfmEqQ6M8i4x0a90YiCqmmst45SKBq+4ooU+F1up5ww9R37BVBm9JgnRbbnO3qemN7DX+k/uAbqxeQ7Uc5Y0bS4tj0Tc6pJ0XhsbX/FFytxr8Mfr1WMTjGJV9HNReXm7WCUf4iksY4ZLgRk+0Ul2tP/p1L5hVRxs7TdR/Tm9CQaJfXOzR2fU96n/JXJZjcLKKaBhis38omWZrid57BQScUIGqbQIgjmfo6ILW4TV7qI5pkafBfGcrSR7gvUccxG4TI4Rq+D+SCyDCqxySTiQdtbsOrZuf8Z5ALYNF7Xgotjsgz8BZuHctq2HX3AVuTLvxkz7y89+Dl8yp7T9/Eq0iE+S/rIg6kLF091D8u8ffAbJX19B3D88/ADU4BDTa9k3zBXnhwzZwMOWbIiGrCPwhFmB3THdf4RDeZ8UJBQVdIqkNNsUoIai3n+Lv2KzPKyVmOWltjdj20pwzKSIF0h6bex5MvDzBegHz3NRM0GelsK9Ekmx8yj6l5+JKdf9MocH+4d/eI+FIjESPBiiy9gAmoh7puEWJN/88jOJZ9QbYAb8QDKlPVeowAxoaJBiv9Y9doyCgm5IH2VE2/xz4P9z6P9zRM7F6GSmpZdzCaGYu+aUZVDysjHUFhqV5BsFH1zEeC1WEjbDdAxUjPTewY6qRU9bmM6/oW/4WlcNf4B90A/SwJI4FsxEwN8LnkWykWezX37GC1+sxWgmhoDswJKCQwJsCPDO0tGfXdEtpnOmnqMOuLdwMLrPxAaMFPR8uqi6IWETc1mEP018UFqURb4Ad/9grzDXaoU9RCgRICurR1GY2yWch4NTvNsrE/DkDGlhmpKanLirItNEspGse3UhSLLESDHainF3AbxKypSn+W/kMMQKe+Qg81nrv3/5xR9nq8f/JY4jQ/YlfNcqimMUvPzzJHsvXOqPf1vnq8fAlfk/mh+BM4vnk3jffS6S/4PP62z+L3//u7ln7gl8/GgfsY8xgC0CBm34XbLXJsxPNzx4mU8wwJ3eXGiSvXzJd0Bm/F/Vt3XnND8F3VfY7wb7/ZhSZfoYrlTAbynrpNAXQmhH/vD0f7C8pcgW8p5xVLiREybpRfhlukVliKPiieG72CpHwzb2p44hgNAXk/Wyeeim1/fgx7sGpkuuTtybbUa9D/nViIxuye+Qxmi76hfF38X6v7zLnMIJ66b9tz2kmP9O+ZHTzOI5JDPukULyeZlw8yLcfLJcfsh+SoqJhuMkEcJwJhL8NjmFfdCzW1aX0Em+vqbqVFEWaV7JHMdZxEOAfA/uRD57X6klxHKBYy/ad0K9oMnThTaIyctIioIsFzc7AY10rEG8hg+g+IPBFuG+Tk4YREM2uHHoIAMzh8+dTLZJNjH4M84EBjuHnJDymmQaBMY1NKBRO1tZBLtephOb3mq6UnrUYt2nThcDCeFImrVWaG6qL8EJbKrwsDOILotkMZ5qqjbXXPI/tIjhVIaZpdXeDsNOvzOQh+nRl8mPik6ZOsXGJk7QlswQdk0a/LpvpauSLYuU9RzKEp5gNy2kJf07Z5S/whVUkZQYq3bCCRam3kLT01FRApKkUQ787bLRDMne8EM6LxK4AyvNbdeOhFzidb7SVz1odK/fsPkGWhi29PKLtb0GjWcuohBcOZ3cWVU74Nolpo4sTTdKWyYKAFb4jaZP1TFoBDAQlohNB1R+XWB/KImkTVIMu6EEcNTc2jwirCjehvpaxweM/hbZvgeZ50Eq4auXFRIY2YqEhPszXbMKRCRnkA/ZpS4LLyWvW1q5ll6B2bd5jsUTUr+Qk9NB5tKSxucZA0hyWoKkbHKmE1aVgkro8C9ylOgAdrHsP5GJ5WcFYHhbhsjIGA6uVxC+sF7wf/euDUyB/7lW516R1UwBV+eh/jYP8arfZIvbyjN4DviIC1B3qrdd8CuxnzKYtqanV+gSYqQO7JObjqIzDXQjU66tjTPTPJHoi/hPVrk8NWo0w/UdrlXbcqEW87DHiiq7IdvFThjXfdOWZig2mtt2MFTUJcdr5230zsvSntco8vIW7ZGpvCmNpgJloGaUQfVAS3YAOg8YEkdPimCyS8lbDdlEsqNB8l2nC3pSq7vtgHWBQCdtvlCAc0MUbwbhRbMKgNL0LUNPkU9Jri5LmKdSPCboUl86xXs/svmHvyrOvQMxni+4tS9pSy4GxJduHaqAyDCSlcD3aealO51XWSnosCrAM+kI48Ke+wJcjgA/F8d7qYmZBumXGqYqAfBOCKip80m11WPWSkxpK5zGkhObtE0vaETnLZ7XhcClJwywAj/FlFSBH4kVFqnkf/dBAHVp2dg/08h7LkL/ENiCynkL0d95QJY4T1gTK73vIRoMUprzmJHP9WV1vcvRBHhhVJtj0oDtR1RiwSQgDcIqP8NUTB3vEPScgkKlgZlzIcRl9xkJlY6eTIu4FjwwZf7qaZ2RVDdQflQgn11F1DPAqseim0qptUveBAjhg6JiCIL5GLVKDuycc6CkDz/VkscgiItR9CnClc3T2IVzlJiLfW6bk9W1WPQGzxAxlSAehEMNtcGkGyPTqtVhCupf6eAscN1u7IHCwflikWVWzjtVlAUXZ8tSCp0/5hYVC1Bdn30AtaTAxmgVpAVLajVQOtuoAsy/To03Ok/WtYlOnQ86e1TfBPqrg6d2EjKKvPNgtegrbKK3uFYxzD225W+e/aeYX3VCOHVAUnIJt9lfz63HBD8VzhL/YtErTSacWUm2QPTQ5pUgthncgwk1hBDXG9fPECYbengq9IzVj9cCRGYpiR2eHoaE84rU2FtftDqWjEUpSkApn1MdoG/Sm3BfxBMuY1T4v0gu5SrmV0KHkyaO4m9cJmXJAWhhLKTw099QL6HUH79NibOkFoZQa8TTcnIa/5v5OlSOKB3yv4ePCTn2c+bYoUNCeRzivQkGNtB7i4t31/dWnM41TkreADc2FXzq7CnV9nKqqEUXUsZHScyaqhLqpBftyv+SF1YBwdABTN0ASlDz0ke19VaXxnhv4v5maHrs/JppMzB5VwxMxTiSb0Jw2GK5qiAGel+gBo+XBJdTzQf7KaXtqlwGogjSwNyh8Gioo67TxdhvAv2eCEtrsv3zf47KxCRdJZm0zjOA97oIN8rz9WDUP2x9o5YJVsStwcKcE75j8o3hpq4GLMqtU8UjmjDZfFNKNeVr4VRbm95aXgcjOz6Njkj+4jSseLdeJzfRn94AE5YjMWjZgbJ/h7eZ3jpkJYKmNwPdfSaZ6jZRwb7BV1baF2PYn10Rk8omG3XouHqp4MNZpVbZDLPUm0zonddwLWIpf3A0dvJ3/ddsqVJCm6WYoxR/ngPYXLmmzDyJ/mkwqjxilGX8bgasdF9kNE5KwUyip2d/QeIBWpgwsYl6dGMqTrUpIxZ1atdTfyR0uV4W0R7lKXC+IGPeL2q8BSn+vcvtpXrOdPA2CcgFdq4uDYw9aVgNeGnuiQpPo/aBU4OJQPdpxLviLUf81tLdQXYx8RCbHaXRk7WCbs0pjdcUmYjVuhpjKJeqNdIIO45zEWRI9vdD18FVm1/l0veQqMDtzlaDj/nSA0KhyKsRJ4SM6TpOQFW+JneTY+MHRvFH4PvCZh1iMaOPgMD9/EtD10ZM68rn1MSFbaxX4jKup6vZLaZ1vpPGYO5yai+X3rW3KGiucudkaFq0QNb6sc6QOtu53ME7nl5VcaeF/PJzIH7e6/YPWt+opslB8RobYIRel3Sw0wJ2yNQPmEgMd5cLEkly23r9kosGsjm5U7Ak9VF9fGEwFvm1/sjdKqxRfYRqYEWUk26xxdoO4JgHnRRak8LylC5Gq0Xolme/L67BMPgp5SZYvBHcA6jGvwUryDTNpTpGatEibsIduYw7WKm7WFjb3jlfkXSI8rNcX86ysfFn1SF+9hHiBzFgKhg/vSMH46cf9frH3aPj/shH+BkeHYcTVv5N8X6+HnQP/yjTfW0nCoL7dOvgPh4sz0daO/OsILwP/PpCf/XQfdzXguA+B/CnE+w2JY0Xinwp3jtNMDIYTuLYNO6OCjZLGHBn2O/3FXBH7KJpn/ij8GqNo301HUir1Sf5h2icIr1oHSvDScNfflAIJVrskzxfYZLU0vBaGGvAad1OjXeRIncQjkt4GjQNqLKcckBzodpPpd7oyI4QX89MaqDA36dMidZx4+FU14aPaHwcngqpiYObb1JE6StUNbwpElIDuSbKfjBfBi6qWSEGE97eX362bYHav/zMlhVt166NSOEXxTAgGfDUQOhRm4qp2oIRQUkfbU7JmmtmpcRbohNjas0orUlKIcwKvaXbE6ktV2GBbNxioecomCVcfqCJcPJppYh9WM0vP1PBNOOyaWyN5+HcMNHH5smHDOR9WnG6S+4nmCorxWvFi8gHbmDEPi0rjlbT7W1OtXRT4QajIadeIqU9MBHOnZSz3jSsFkeWFonKQcbgxdQUuIPDI6cWdjh0U+C+x3AVpXvQEJhde4kAh2PMh2UdFs+AT4daUk4dtAfqiIl8wBnCIQYrYzKq0yxDdwrTjuDMcVKxfypZkp/jrEb3OasRnxWFxD7psEbxQe/wA2gYw4ecWs9JXMQx3GN7XkkklfNZgIrTwPlC3IwUc3uZFVQIW1VnNkmf292spniLltmYOHBbSqsosJeUlM1IxAO2QGCYbMWs0UE2rPZVyIpIckiJy9nxGdwfyxfQ0JLGwJyCh82CcSyP9SlKtuWpHMMyaEafgZwGW2RZc0TVp6yHJVmbWWMkgw8jL4/akpM9SD7/Z3wOhqCYhkwGtZtC/eUXr4r8EgzX28jAuqRgg5UrLfRTMDVNbWoiMy2hA74uybXCm5GYEKHH9H52xYPUmIGY7PzyM3q4f/nZKiSYuWm/DcOPxXqWlk7qvrIe3PcomSTLlcgIMr7wj/JFqGiRAr3LOK6POo2XiRNul5xzY3oDkKaAI34GKuptA74QoKL93qdQUa/PVHQw3A9SEbmnnHQJ7kLVQEQwyDZciW1/ycjlSifeXnMeGWoMiMMgnllKtaDwlGzE57i1h1vsNx2wv90Pg7rwJ63ucm2D8Qqcy/f+RXbFbPposO/s+WhQyWG/dSAaMZ/XZbOYNeSpY5I+khBgFDJXuh9yV8x50B9ZtCsrtoxhTpxe0kF1WKmn0abHbQqvcYsLFTfihdTkZvnaG4J07rBpoIlOmFO3LrCeThsBGZeS+QOFD9XDQwYBxcaopgPzwqTluTIuU94LvMWm8qAFcYVpy5fSZYdwHpOZSd7wc4qi71D3psJZ9pjZXtfR5RojjIhgwA87hbsoh9Zz4q9aVWIbHHEpK+KKzWZtLx8aTNoMS8U5d3xhHFoCmm5gKuFoWKy9RI4tvE5qunJU8Ez+4yRfqNDmcKrdXWe5pvKFEqpNr2eue4/I7SfJu7yxhpx02HG+vLXFDmhtoR7HrJ2KK7LFe8yZtGPLi1XlEbbEjU2bRDj6wSTF16mGXKDCt9vRLz+TD0Ryq8IB0NPXz55iOcacd/IHonnn052G43Ya/BTs9A0mc8EUtNJ9n1ePwqUGkbW6z0ge6Ci2jX3mycS6ROqfJ+OaFRnvb23RzjsL0d2XnOT6hubFBnBufahbZqE2oJYFoh01yedUUmEMXOO09JNyXaeCIDNYiq9/EJizmHxO3F9o/D//43/IMSNbSeewIlYi1SQ19eUE0eISMu+DskVsvMJoI9xsRPx3vOPeNpLnSo4f0QksOYMhjx3wnP7p2GGDxFrtYxhNhMq5MwHkwkIGrgBjM7TEvZ0vTYORRJR/AccoDChC6uwaWvF6h+RxxkJmswyLTpwNXUw8nw5twQ2h/FLvIpoWE/5dvi6mGNXb/Hq22MHDxPDDULz8SatiuM4Fq1bY4bBvRe+w5xlhDB+n6K4ehWMAjqpk8WzwlPhqKYHkanW7M6svq/TAL375mWh1YWiFAwrzOXZ3Fj7gjiI9LoFQmrQxo4hhvJX0LB7tc5zt/sPOdvRJZxtSZN0tke8Ln2m/7+GtvXF2lyr9McP/MpWKYGZQlExPyoOEcalyKiujX/vmHD1sdz/N6jy67+4OHL/FcH/oF+q+9dxw4hT+3tqc13kyE/lGNgGHvTNOmmS/4K2IBb6pzOqoo7xcFJUatho4MareEiErfXhDhKs3MI04uvUUJtoym7gpCQ/HFkwYbo3djBiZnWnSrlbsUuUFtSWc3UoglitQrmZrlCKuOld1znj63I3gPYBMVBBfojKkOYmkSSnzgvNcDCZQVhKDx20VFVu7OloVCmuVpa1ktlhyon50Bd9LSYK2nxtny2qLRGlWwoq3ylb0FYKuhun65GBKTbdYSrvHE4DlUKPhIr9xlLxHsgBWbHUn5Yg70bc5quQonawe73t5Y/Ly4vykxUt5I53lOKcbUhB08IJ6sWDGD2V3GX3zGPsPjFNZhtT8mv00FpIsLezIvOEOnLpPIsFlxFv4X6m/pI+UgLhZQLuChzZnFcJE9OHsuT5UwmZcKUplC8x/FlV9gYVbXdmSG9sWzBHSlREei5wtlKyzIv8aVQiwoWeAnHQUT5mxTRF1cq3EtYg0VMvZls2giwGMC4dkmFTG76N7Bv9Laumacas4g4uUKUwllCItpOSXRFjoELLIFujnw/QtrLWl1FB29AidfiL/HT4IXAE48NEnceAho2EOB0Edxvn+Vwi6GEbAHA58r79huO8QApkM/U08FsP8pvUzJmZJRQz+CxdgkENy9wQUfo1n0eidNZG5lkChvRNUmZazNeF7UESOw9PUUsGEI9Weh0HOnjL/oBZ1ti0uvGkYiALVEBUBNei28ddhQDOG7UqFoJ4Yr4EjENwwVC2TAccxzgcFYHDaUQjtsxkbzLtzXP+Kk8NXgaHR1C1RjWd1ou9paFt0rYeoggEHBp5hbAXY5+Mvv6hnWpdGVGmXIr9YXO8maqg6JHs90NTS3D3jiwgPb3VYiia0eYlaOW5MM2Cl0tVJkwelDwmnR2Fd0gKNZumKsl4sUtwlVNZq8+K3oj3vYpO/T83p8jdR4kLJ5TgU/xQiVpxAP7ZIuggXRzU7jiOF5mq7FMSH8Dm8xvcJOx50P0/YsRcOO2J8P0zQTyuxrCPXihqOXJ1wi2vHOXeVu0aOOhS5a8nnlcSFMPFTUJ4S529xhmyWFA5a5DidiB/tmDA97BLoElM50YyVTJApFHZ2rklk9MQiVTrCfB5lQiKZs+eYVXxMV1zVCEObdEnsu9KNhxvDGDOPvqVtkBBJ/CYr3H7SyRa//Mw7VfGi0d2W4Iz+nYS+cUQpmwQ9Ae7eZF1QZN5sIqb2UW6oXPvPYct0H2TLHDwMlMufNETGvHFn2qd4IwHvD7r3JOBvSfn16ZdyLYU85YDNYyoJlFyXIgU4kxKVIfbtzdL3iUtFJqhKZIzIlBMvVYKXNjYF1QnPMIH/S8TN0Ce/gSW7TegrcPqfZsmGw6Z4+rTxpyHG5aIHjbq9e577KRXRvRAvYgP/4u3lkyrSTVxsGwZGtoATEUKQml/pFHsPvMOHnySKmu8w73bwGI96DgjUsAKdd+q3HTd5avZ4dR7i4JSEevLqjM5rbXVKulGo0dqnWP2jNGYTwXZjVTZMheOhOrRyUi7ADLsmfWOCSfH5kutvESOVQ97WA6+qddvikxO0dJvkCtEMMIvMBLlKindp3w9UwShDTUsgysxptWkMPcqBX6HJq19MYZ3oMr3NJRCDDUtXJjzhJO7pjhDVPUHXmnTA48XRe6LU4Rt4UDA3wqorDJWk67MWbXfY+ridRCQbcjQyWN1LcNHbbH/b1Yl7n0a3XgnGEdM7lgsqoQazzRe15eeZ01+drWY5S3J8cN8kXlc6UdAwFMyklJps919+Xt2kFBgTtDWxo70L/MvPBtzqUsTDbUTpL+pyoMMPfvwvP+9a0HHHcnoUOfEJYh03WBJd3U4MLBlfyHMsP2B/kDmQ4ypa03K6RLCmZDK54CPc3ZlMZvF1uhI8txhzqbMPO20TQdqN/td0Fj36+5dfSFenpCiS290dihjH8OAOG9n0n5QgEe88evzlFx/x/wlOdWEryS541gv69k2T7sgR7OjIDgoNcodndBdMd9qUMSsJ8IfGVmcWut94o1ESSy93fUSYwYlQ1WW6gL3AbhF4h1d4vD65C5tg8IaVqgluiTWupDoLSxZKyFayjp2gqr0JMdualEml5jfLKTsCBRFlXGJ5FgKXeyRSJyeDTCwmHmXqZKvaSlyvKePd1ihI8b6+/OKPQPWP8f96wEn/+R//J6ImfSgxjxv/q5zH+/Qfs+v4EH41r12vHrtDEPqQ8xtN7EMNwX2ktNnS+Urgxtm4/vEOP5HdIcQW872Vx0kyaXekc6ya8YWPoEQU+TUcPpsZZYJ6+E/GA2swXRx1H1OaEQL5HOhk8SP7hq2TlhXBnzDQzBN6L1AQFvtGYblAgWlfqGhyqQWBsq2lQsicmbSswrawgkw0o7i/zb3zOsbepKDNGIxh73PmKcitSWlGwfwgugS//Oy2OLMxa8I4Vro3n0oxLXq2NImAuk1UnlvaxTvbJuAvqkd3DAQUFsNkpoUrnkut9JgSBwjcmWreyF9rOSb5fPAJLa2q4+S6iuEPqUDbJrDxE0JM8zFSAtPiyKU7r5MEGZwLszczVBOoU5SJNC+xRZet8IX/QMMXZIY+YE8Vs//gLxeiqUmfSkUbJ+tGMiVM4jyX7BF414xlpTSlACb3y88WIchBVkLv7yK/XBXr0g3UkMhH7orIhbhis8qOe0RMUawZYAd02CB6PIlAJDmFbFxSU7pkgnIZOxswBAZjLlXPZ+G63mpHhGkMcPv9G4rZlbzW1JZNVyeydp7h+hYnQ1gyg06CwrdnPmOapQWCw9yaDPxvMbUyK7fcE3HIkjMfDRBNxHuCdoftYIs786d8nm7cDtoA6ufAdzW1GqPWcJkNMZ5SJCmaTEoqmabM99Hs2AcjKTWnzVGucYApLEtAlu0HB0DE8PRHnX7ngyaCyBKvEkTWVCgI+rxziggRtI39umku5XgchSrcFlB8TvClE3Kk4lRSG4TNDRjn2iygd0ARI4/NeraEPEjrlG3G6B9qXb/8zKgdIFapl4RkuF2m5nop6hmJY6eRwI2udQonIGkjtU9CTGH8nCUIn4kYEGUuWbo+K8CCwvWCdxc92VhZRFEvbNvKdwvDVLwLBn1p4BQr+2ckuPUOk0MUoQ/6Ihde/kv0dqH53gxI6+IBaS005kSvr2P46TjiqbzBn3O9utjWrgOYiC3nKmm4nuy4IwzD2og/WuFEpMPvhp2iprhikiJ7IxQy6qlpZXl1kleGPKsTCcc/pUCGdrbgrqGk0RMfw/+V0mQUjCsWSbdLF9nKhYA6M1QewuKKWRi6MIg+1lrvswDbdZ3yPipXLagw3bRVwrMjr0IN+Q2vh46olcZewa5By6u9alEtyBZzwVA8GC+qLvUAdSoYZpzjWlH2uEg9WFhvUQopvLVhYbUIR6deDnmZgiYmO1WvhRxgLeRwQyFkdxh1j46Hw+PB8N6FkP3u/tH+wKmFHN6nENKtYPxYHve7x60xIpNSnB20iJirFUNVkfgsZ2/KsxIOrdRINg8ZrJjchy/+avnNMzcFty1NPMhGouPSjgBk6dmcAAWNWYIQCdVL9gf7B6Zc0kNuSKxqTqQkmbIUWcNvpPwZSlN1iy3PbBtDMuBZJZRKYnuPkYH/mHyQOjqOw2J5AVf4KvPcd7izdPiyTFO+29aXwx0jFkbC2KL72sH6DpcZGEhHxkITTcd88godP+nCYhcOBL9xI4qnEZAVdCtvIy2GoMFeRKFvXBilz5hws/WFu1EyVaDZZ7i3uyyAEeR8EbZ5uApw6CbQTQeZgwXaLLssOL0Dd4o7ujrQHAYRcL+CRog5blkhPfbkmZGuA0EDfSHel31RSEH5tc0o3oZgeVHt6A21TVLYIBcIOogFqZy4gp2ol8QHCvTRy/6F7wen6SkShGGabVElF9Zm6+A7L9DlQV06SylUQohr1M0TjLtjkSw+JktdXM0yrmX9l+iUVGkGmyMxl4DhJo1zSoO+K7AUdDMrCI7nq1tuPH8X/qWiODLWVLqYJgIFY9yUMBvl1DBFl7cl47o7MCZSj/mTXCQ6eLo/aJ968LV976KGRmYqdzEJ8MRPWWanBgfRIWcXZZO9rCL33FHgTNazVEAniwom47mAO9p7oZ2OKriLBixSHuX0LtEoe57GIvgOUuLsN/vzQI6Q0FApcEEwsfuhsfDbXFliAEElHS2IjqkwpbItLpPo1hEsXq9x2+c5MFqq0vMhLStgLZhwkK+RW4JQS5YcGlL+QOeODKEO95Bw7hqokK/ADATFZ8IvhZ5EbY7c3ozUZxC2As8unG47gjC1s8gF2GOHhSf/oxFOzxtD8X/Y8YGfQ1F5oAo4F+vc+K9pAZwwsuXyNSAKds9RsRN89DReYWMO4guUCFnfVSctVPANKU1HYZUbEARZN0OLyNXP2o4qK8M42p/FyXNI1IP5czfMZy0uINQTHy3VYjnVRxw7OHSaiFgbt458E2BVVrFV9uHOg4LMWuACn44kdQWjYgoF97mxUtvXcZuxPkak3zZDfXSP4kE36nWPRwP4o6/hjrp3ari9o6P+vqvg3g/ro1kBBYW31z9u0ZwxJ36FFN3949aJ/OhptvV3wxggh6TRvs5nml1mWJ7F961wP6fjITdeYaSYDaptr3t4pKpt36h7QV0S6SBNilmmbpwRbKmvnfh6SIWl+3oIkqRLZS+0Cs9HfGeie4+dntbqQwqg9/ZrGl1dTTPyW/GGQ8P0Gi5b5QREjRZ7wpPAoqlSRmSy5OVk3LLAgDK7sstruir+RAv8VpqMYgPehZwcxRihZxn9ThHmVeXa4KbJ3rDr8sk6myGIsbzPR/gkq2g2GfV9BUN4fOshDtsVcCaqfgZjjvvkJzOMHB6jDZ4FT9qDeiUDx4JSN5OkwGORWljY5qd87SqaiA82TajUhLrKrlNSCar83GonpyHFp45SzW4/hae2TjEzWtVQIF7McPmNI3u6j1mIST1hk8wlVYHk4QEUNIoYJHPnnsOdNVfMF3KemOEBKqzlEmhnFWOuCg1cZ+4HyNyJozSy98O4dxQBmx0d1hwYo/7d7L13eOCydzPXtgy+zofRk4F/ZJ9UzIptLIptiMX34L9fsvr7Up/yvRgbhgty/d7hgNj+iUmUqOGMicJdmvwvAcmsHVTbqMGOV0pV35Izvf3VR3OFAcceo6xuYYSaSQ3doasb8ogaicMgU83yZdAdqXjZ9zyYvqdBBc8PFD9xPGnI1qa2MUTz7yNPf0HCZROW+mbYTycHgdcowWVHOiYuzrHW31Z7jPCCnWsZGmTgK3BqNrLhUFW8ttKVYAc3XaaDqHt4PBwc9wf31pUOBke9oXOZZKatdaUNZP6RV2kycGIMYBOWQPBGwaM2f+LMPuqrUE0DhjUp2LwXmBSAeXb6ydaWNVXCgq/K9WY0pBb2SI9gQgcNIqr1h0cGUO1QlSFrDZ7W41rkmRhg2woPWrr2nG286T2phG52iFBVCUGZ+2HsY98aHy5SlzdyLt6hwX/jfzGtxnUFSLEBfshz9RhEqzXowyg9MAeMQjHCDmQwKzsrH7Ugy4FonSLXGgXAraeNkXBAJwp3Kal07KkiR1aUH8lwcNsI8c5E22ylhk+YkVBXhqREgS1oGmmnYZ+bPh7TPxer4PfrZ/MIB04zk4eP0ZcoD5FbP+SSPKj0XqoclD+wiZBuaKkhw3r8/ajGn+Ub7NHggDqZzmJaCx00KOYagq3eYr3n+v5+lZOL2uXSs45rkPY8B9C+J2McEaPCxTxXFyxWFg3ajgwZtq1U6juqa0QWjRmvJoXscH1fmp6JLmD9aOStqXhzK/2aGiSg15HJPbiaDBwFThe5Z516TEMlOc9TYqITU3iJFy7A/rWJUsrZt+756/inmMVF6dx2jvrSnae45bs+WlcfGh8dNmkiI7sf3mmUjvczsFx9p1c9ZQHoS9DQ4WxZuH5vjCLfq9OjWUldwfF+Vw1oUJ/UaC/6MY0q0MA3vQNP9O0z/eZn+r7tHXym55nYdS3PBip6hnCrfYZAJaAiOZuUNUnnuSeyerZ9muP6FqtJtrvelwUdIzdJsSAoGKngwZRDNbfkHE5N5ySqDsrHa4s4ip5MePcS/aCKiu3emK51qHsxKzCGQesnUDbjY+l2fFcE+37nHDekciQgpom0d69qJYYZqwbEoQOziOZQurxvuak1Okx7tP969opWYbhziTmznIZjpza2pSb7hgxXVZWjc80I49znZBansHKM/sL1SX5C97+lDrM4Ky44l6FJ5QZlblMAfhB199E9ORzdW+Xu7Q+GLhaxzLS19dqkAqO+DR9yk+eSjZEqYHFA24YHa0dW1bXDg4Wj8PDZYrniIVIqYhqPjXy1/QvcWa1cCqvWgx6r1n3Dp6s9Ao6jb8nnggzypkiWSyYoO8Wp5PhmDck+nVrs4Dh6yqACeDXXBWXhmii67US64UUHHMBby9/WyWJFKhMGLWyfrOwKnVsT7E+NJV059VOaZO+zCbc6dWf6Lr05jk7rWq6dpQ9M/vBfPcbY69WGkMvDAOggYCnkiChiPjwUHZlZN0eQgBIROS5iEBtatgd9X1/viRHgbuhCZzqOgMouYI+XF7JzF1l5YYHQdx/VBnyZXVPhOiz6x3/HLhFvzzjUVmVC0hLJHiBnkTWsUNULJ/xK+ZzO9lDkKVtUwP7ZdWcn/xb7LcOAr3h/Grfks02IRQ6IuVCb0bNN+kaJiSPv+jDsmDsgOt5ZQglIobSJwCUYkD0q3RbSV0SJids6OpPOtXwYHEbp4FtNZOz0jNUFD5yL79574nq3F/niwkDom35AdA2RP3I0v2QUEl4Fdi2u9ag6jkz7pjoQ4mSdBkxJmzYitoId8u6vs6aoCUL2jfZov9UlFbO+H9flysUgoeAut3koNSUakR8CH6n6E6GIwBVaTrNxyVhumNhqM0dqb549i3o98toHsugoOyd8AV1wj1p3rr5RfuVffvJfJV1bXJC1OdrGFPTtnL5J2eJ4VGkUKPHEyUNOqoa1ar0sxkRqews/xzCgAPuMuC+PNTYAreZlVI2wDarxvqjGfYldW5ODoG9rYQG7Li2s8Pqm/qPV/Hto+VbJ73t6uR/q4gpx0/gv0p69DTaCmw8aDMJsMBCOKol4voHgx8crn6h59jXViLwOvhAXmnBdx5vzWqVpKdo6tnOpF6inXsEOv8Yd3wHpEyOSC0ifnbB2TPrYJu14hOmpo/7xoPcQ7Xg0MtqxmWlr7TistH7kESisr78F9eKB5Kiemod8nbg+SFAfHsAysBHdMrkV/IiZttLRmCPHYoKhk4EkneJR+3mV9/DQVcLphnZGgfQsTfGqTGFcVPruMHAHgukqSTTN83fSCE8cbuOKX8W/EdKN00ciF/XNvRj2OruZblE6R4C/TbGVICXTDjeGVoZx/wgpuXd4POjem5IPj0ZHNk5pZtqakuuk9vEjJZew4YrkO0Dy7Y1sDIaQgDnA0htUaRueU4I51+eC1NvHKOyJpKRyhidwDqc2PuaGjbQQiREyMyPFAqMt2CWMFyO5w1V3YMR+NNRVbnKaoDy2VUamIIsJm5D7iGHuLnK33aSbhi9NgSePTGkWOlWMsnomj6aM4GzncqmL5wv3ztkfDTTSM6hppWdOlb+D8GQa3nKZtnTAxFmBXhfUitfRtVQq2LfURMS3bOHqInlPrwZa4Q5qOiT2hDOq4pV0UZSugovrWdpxy+xCA4bbv2o2pxPUqn1soMX1PCUaUXaAseq0c92JLglMO14WGULe1TpAYx5nQ9vk6km4nmUsRcTs4nJ1OxOEK5KCkygm0O5UoT8oMcbg5jjTG2WUuiarkdb4lNItF+jsPfvg9AeT9s9aqVr9DvfcvPCUPXcMSg06lTRSRteTL6zqoJTIKShv6H+rv8hfbpJ4ZJyG9yIn1CZNePFkDLYlV/jxkKeawFztzgrvnkzeY0r05K43Ecf9RlFS/BaRTxnAXnhQdf1xBLzrveA92A2kBBbCXHC6ZUl4nsgQ9++aLMus0lhVppPxi/Q6KSYVZ1Po+VdM0KBPzGwKVaXRbL1halPhk/uoW/VcpaVadLR5XAvNonjdCnYqhXvB5emmVeitftIuSomgHhDSOp2ao6XiQdXftqdkacKjAm973ff/lKKyGz1Jxu+uuf0md0HZJT+GfjT1AlXZ8ijw/ov8Oi+3fukH7o55AmyEuP+UB+G0/Rx1oC1G8qmC/tXgoh5IrgYIcGnzeKFlYD3WTkA5wUYTq9u4N9wfdOPLVdzvgDCg0g/QPkhj0XwmNtLBGljpMFj8dC/wn+5wr6KJEAgQ58RyG2md7fsFXPZv83OKMpT6V6KLC+r5qJ/SlBCGdcTV2fYajZJu3B9EMMPwELS5iirXu7tm7ujoaHDg+OwH90uTCapovmERegLT0nq1v8dUhh5U8fDpiorHAq4p6WxAih71Bb3hjk1OjbsXt9Th6Bcn+EKAEwLhTCFngijgnHceRXB+dwTuytS1ZCvOrgEhHVS4hiY/uVtVtvzcxc1XhYopu7/uRTloKrvc/qLwqca8vb+PS9M9wtQyILJhPU9zm46bg2H/sOdcmu69MsuaCd9PtGx+TgJi+uulqgFh6+jAXp0n9smwdT+kNp1OVx1XnXDuCWfpMyoYwVaZRvdvQPat3BaNVP//J7iCDLrBJcioQXAeB42m90zRszUVul6SrH6/qtVFnYjI6XO7WCUfoilOiPdeqs7sd7zSgjMEKxbXvYEVcEx0AhJYYlIyl/k7/WpNlNICYVjgGK7b4z7u2uS5oWnpfn/fpthZ1cbxTj+hhsZgRV5yByQcsSAYeMYACji0VQa3XoJi3zJAn7kZpfnV73J0KiSwSDwfG5Ap15dkJYBqO82l3bOjlB1K5IUqfby6U7JsMCxSz3Kq0Uk0iF5w4WgUfuP1G2uJiXUWGCT8rm6KTX3r/aujr61czN6tEu56/2rS0bwMeK1jovJMglbJJ+k8I2SGP5/7mqnUbE1talkob+mAtlTfQZkxDScxuQvUtJ1PSyFuyJ9qdImr694paywbqwAOO64MrEg+CuzBieaL629sA1/5w3H85RdO/zJH5UbOYGmh3+kaKCx1BDL4//YsybfNzoHjXCVwffz2088ocLxnTKlskl4mxR6rxhse1F7oGx6RvvQJat4bHiOAHNbKhetQzjz2pd/4Gj01Xc8vF+hl3PCk3BNqdE+QZdjEGytR/WRf3suUnQooO+VhBTepWJLku0GXKbAMBA9yf8a9lp3Ubpu4E8tkkc4EvMy3GlG9I70LkWNrnFqMP2+GgKjwyOHy1qk98K2Y0LtGAhh10dI7yxmEUiTHbwCZUhGQqFI+JExkJ5H7MSijxMWegx4Wndyk5IN6L5kX8B1lYwJQ726lsaZb3Me6+gSl0c73yaricBtV0cy3SVns96LePihHx72qs/xuC6vX73cH+15W1P1qesKKXi2hKfDMR3Sr92A8kN9GzSsv5ukqIU2RfOzd45aFXZA/Z8f7g0P4zz490cdNuS0vJCEQJ4SX1LaTv8KoJYKxml95cnh3lo+TmXgWjWsfFrVMxu+osyf8bYRzgk59dDjSaY0Gm8B//p0I+adpDOqTkrXTiL6PWxn88yTQth7+nNYG+RjQh4Mz78O5PeU6NYQ9LzQHzCCk5Yv36SIjnMYiuY6BdcWkStrW396SP994/K2fb7z0833vx49wvKPesNvd7ni9QmO7VZW/TupFyXbZ9q9bHy2GQU6ljpUKVm1RGJeAUj8uTmc3FTSYR+2t8lNH4a/61FHST/0iObLB0dF2Rzbk+LK3Ff7fJmn9b6n/7tZHhX6Jr0rQBUTuMxID6d6mHyr2y5CuMHegJNFAPiP51cYXjvSrjZ/+evtjSOJgO5IA6WDSb+318P8o1O7/Ma28vj1ZDA2zWnnNVTVOqB+Kqdiz9APjOYFwM1HVm4J35NWfXvnX+lcZWojh1xg6/VU2hEmgu9873FpOi6emKqf9Pxs57f85rQ2yNSn0DuAxJn6RWzfpJYuugHrO2Xyhb44IJ3+5BuuEGgGq1v2G65G1pS+wr7aUOrUrJcjtqOZ+ExvTMex9YvsnXfwk/SdefPpPSjakaKM+LQnSeB/6pGT3D61ZMMuu0ljgVGMDdLjVHR4cWgcyShAcqm2gWWlXQrr4vV9j6rn3a+m9F7k1DxEzx3yS/fck9f+d2ufxOGD/zc4/bNP7R+Z7ttjrbZ/mZW/7dLrtSn79DUVLUzYwBvU1vUlmW24kGO5q5WF7LHnV5bXNDwg/a34g3TDFr78pLmTp79xqfvA3DhzXBtxrn48hFcYrVQ0+FzMLKSz3fm1rZhZSeO7z2m9wBKM7jwCF2rYHsH/3t/Fw7vbf7yXZ/Pu9lN5zeb+BFNmvS5F773f/oIl917d5u2dFiGz1bLrdGn4DIt6/i4gt7N02VHxwJ5kEHFj3fUvo+J5vpfdd4W+w+8O7dh8Twrfd+9GdX1bzRN3vHdn3e72T3m9tvwe2bYqoPw/brvt67vnS1my77iva/qXfgG0fNLDte3GY/mETzwwwli0fFs693cPplsv4DTZ01LCh92Aa/f2m76jxiq0ela3c5tF0qwX8A9WJ+/CBZlFev/7bPXuXOlG/7Hc++9vYo7qX97dHzeKb7NGGB6w92vBAumGK32BT4MuZx913T0YarWvYksbfJ+nm39Pm8X+D/ehLods9d0NKNRv2ouHXSbrp17Rp5N9gF2BS4jD33YahxH8a9qHp50m68ee0cfDfYCsCRsj92YZRcJrYRvWBGtuoPlBjG84Dv4kb634+nH9cUOnB37ivnHHLT/zHJEBg7OMzoLNnaSWc9fnHlaP97OOmn38f8PiHLAi2PPzfNpUCEa4+pcmUT6GfZzAh7M8zWPqZPhMPciSybMuT/O0zIHrYZIHzsf+2pmJP/7MIqM9tiSuJAASRjbHMKWzN+5SKl7isaZrnJTdxxA6ZtR5w3CZT0wkSqb3mhGQcH1+SEk/3QYQ2IpDXABH9c3+DBsH/mb8h/eemJbmp9wpL9BClO00NoAxz8ud5sQ67crd+XrxaWz+fbr+erblCf3B03NKRqI0214FwBcrmTAPsz62CkFofFQZjj1bTlqawRYTpzJ3oByrMoeGlvr3Sz92F87eSsi3tJqj/lwzSsCodlgAZ3WI17U5M+Kfecf1PvAHiX/mfdwPS/4mvAGfhH1VKAOJFvmLO6CT7cznAoVsOEJuU/89pDalrZJ4U71JMmLoYU+Vq9/jvrCpPk3JKPBAeGqXpaDAcH14lV/vDycHR5HC/N7g8PEwvJ8nR1dGBfGJ/iLkQ5eoCu3eVWGoD+3nBcHhYWNEbDg/g/xyOho+5XOJiWaQXvYvuBWEBwZOtx5fHvccf//8JhT9h','yes'),(532,'wpcf_users_options','1','yes'),(537,'WPLANG','','yes'),(550,'pods_framework_version','2.5.5','yes'),(551,'pods_framework_db_version','2.3.5','yes'),(648,'plvc_regist_columns','a:1:{s:4:\"post\";a:6:{s:5:\"title\";s:5:\"Title\";s:6:\"author\";s:6:\"Author\";s:10:\"categories\";s:10:\"Categories\";s:4:\"tags\";s:4:\"Tags\";s:8:\"comments\";s:111:\"<span class=\"vers comment-grey-bubble\" title=\"Comments\"><span class=\"screen-reader-text\">Comments</span></span>\";s:4:\"date\";s:4:\"Date\";}}','yes'),(649,'plvc_regist_sortable_columns','a:1:{s:4:\"post\";a:4:{s:5:\"title\";s:5:\"title\";s:6:\"parent\";s:6:\"parent\";s:8:\"comments\";s:13:\"comment_count\";s:4:\"date\";a:2:{i:0;s:4:\"date\";i:1;b:1;}}}','yes'),(651,'_transient_pods_flush_rewrites','1','yes'),(798,'nav_menu_options','a:1:{s:8:\"auto_add\";a:0:{}}','yes'),(1741,'ftp_credentials','a:3:{s:8:\"hostname\";s:22:\"02c457a.netsolhost.com\";s:8:\"username\";s:9:\"adamgheli\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(2422,'auto_core_update_failed','a:6:{s:9:\"attempted\";s:5:\"4.3.3\";s:7:\"current\";s:5:\"4.3.1\";s:10:\"error_code\";s:32:\"copy_failed_for_update_core_file\";s:10:\"error_data\";s:33:\"wp-admin/includes/update-core.php\";s:9:\"timestamp\";i:1454437744;s:5:\"retry\";b:0;}','yes'),(2423,'auto_core_update_notified','a:4:{s:4:\"type\";s:6:\"manual\";s:5:\"email\";s:19:\"msheikh@waveinc.net\";s:7:\"version\";s:5:\"4.7.1\";s:9:\"timestamp\";i:1484648651;}','yes'),(3122,'category_children','a:0:{}','yes'),(3311,'_site_transient_timeout_browser_b2b3dba9c11a5bff2b6abe2b38145363','1456161987','yes'),(3312,'_site_transient_browser_b2b3dba9c11a5bff2b6abe2b38145363','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"48.0.2564.103\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(3493,'_site_transient_timeout_browser_4f6496c61a087bc685085dc33952f925','1456421822','yes'),(3494,'_site_transient_browser_4f6496c61a087bc685085dc33952f925','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"48.0.2564.109\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(3647,'site_icon','0','yes'),(3650,'medium_large_size_w','768','yes'),(3653,'medium_large_size_h','0','yes'),(3656,'db_upgraded','','yes'),(3659,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:6:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.8.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.8.2\";s:7:\"version\";s:5:\"4.8.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.8.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.8.2\";s:7:\"version\";s:5:\"4.8.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.7.6\";s:7:\"version\";s:5:\"4.7.6\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.6.7.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.6.7.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.6.7-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.7-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.6.7\";s:7:\"version\";s:5:\"4.6.7\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.5.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.5.10\";s:7:\"version\";s:6:\"4.5.10\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.11.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.11.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.11-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.4.11-new-bundled.zip\";s:7:\"partial\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.4.11-partial-2.zip\";s:8:\"rollback\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.11-rollback-2.zip\";}s:7:\"current\";s:6:\"4.4.11\";s:7:\"version\";s:6:\"4.4.11\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:5:\"4.4.2\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1508240304;s:15:\"version_checked\";s:5:\"4.4.2\";s:12:\"translations\";a:0:{}}','yes'),(3662,'_site_transient_timeout_browser_7bbf6b91fb6a8a8334413fe6497a718d','1456542676','yes'),(3665,'_site_transient_browser_7bbf6b91fb6a8a8334413fe6497a718d','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"48.0.2564.109\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(3668,'can_compress_scripts','0','yes'),(3856,'_site_transient_timeout_popular_importers_en_US','1456519929','yes'),(3859,'_site_transient_popular_importers_en_US','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:86:\"Install the Blogger importer to import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:109:\"Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:9:\"wpcat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:82:\"Install the LiveJournal importer to import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:99:\"Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:61:\"Install the blogroll importer to import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:58:\"Install the RSS importer to import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:84:\"Install the Tumblr importer to import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:130:\"Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','yes'),(4034,'_site_transient_timeout_browser_06d3d9617a2883877c8f5e774e52c741','1457622078','yes'),(4037,'_site_transient_browser_06d3d9617a2883877c8f5e774e52c741','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"48.0.2564.116\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(6381,'_site_transient_timeout_browser_417e1e24fa1f00dc5b43465abbe2bbda','1462378460','yes'),(6384,'_site_transient_browser_417e1e24fa1f00dc5b43465abbe2bbda','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"49.0.2623.112\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(8300,'_site_transient_timeout_browser_8621df93bc649392fd92029726a85c8a','1469129739','yes'),(8301,'_site_transient_browser_8621df93bc649392fd92029726a85c8a','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"51.0.2704.103\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(9367,'_site_transient_timeout_browser_52a2cd36b87d835241c7323e60dc2b06','1475865515','yes'),(9368,'_site_transient_browser_52a2cd36b87d835241c7323e60dc2b06','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"49.0.2623.110\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(9439,'_site_transient_timeout_browser_12ee80464124007ce3c672f15bcfa96b','1476129701','yes'),(9440,'_site_transient_browser_12ee80464124007ce3c672f15bcfa96b','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"53.0.2785.116\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(9943,'revslider-update-check-short','1508173278','yes'),(9944,'revslider-templates-check','1508173278','yes'),(9949,'revslider-library-check','1508173282','yes'),(9950,'rs-library','a:2:{s:7:\"objects\";a:169:{i:198;a:11:{s:2:\"id\";s:3:\"198\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;s:1:\"4\";i:1;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";}i:197;a:11:{s:2:\"id\";s:3:\"197\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;s:2:\"24\";i:1;s:2:\"21\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:196;a:11:{s:2:\"id\";s:3:\"196\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;s:2:\"20\";i:1;s:2:\"22\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:195;a:11:{s:2:\"id\";s:3:\"195\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;s:2:\"19\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:194;a:11:{s:2:\"id\";s:3:\"194\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;s:2:\"21\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:193;a:11:{s:2:\"id\";s:3:\"193\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;s:2:\"22\";i:1;s:2:\"23\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:192;a:11:{s:2:\"id\";s:3:\"192\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;s:2:\"22\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:191;a:11:{s:2:\"id\";s:3:\"191\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;i:21;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:190;a:11:{s:2:\"id\";s:3:\"190\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;i:21;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:189;a:11:{s:2:\"id\";s:3:\"189\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;s:2:\"20\";i:1;s:2:\"22\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:188;a:11:{s:2:\"id\";s:3:\"188\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;s:2:\"18\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:187;a:11:{s:2:\"id\";s:3:\"187\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;s:1:\"5\";i:1;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:186;a:11:{s:2:\"id\";s:3:\"186\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;i:21;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:185;a:11:{s:2:\"id\";s:3:\"185\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;s:2:\"22\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:184;a:11:{s:2:\"id\";s:3:\"184\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;s:2:\"22\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:183;a:11:{s:2:\"id\";s:3:\"183\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;i:21;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:182;a:11:{s:2:\"id\";s:3:\"182\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;s:2:\"22\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:181;a:11:{s:2:\"id\";s:3:\"181\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;s:2:\"22\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:180;a:11:{s:2:\"id\";s:3:\"180\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;s:2:\"23\";i:1;s:2:\"21\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:179;a:11:{s:2:\"id\";s:3:\"179\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;s:2:\"20\";i:1;s:2:\"22\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:177;a:11:{s:2:\"id\";s:3:\"177\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;i:20;i:1;s:2:\"22\";i:2;s:2:\"19\";i:3;s:2:\"24\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:175;a:11:{s:2:\"id\";s:3:\"175\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;s:2:\"24\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:174;a:11:{s:2:\"id\";s:3:\"174\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;i:20;i:1;s:2:\"22\";i:2;s:2:\"19\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:173;a:11:{s:2:\"id\";s:3:\"173\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;s:2:\"22\";i:1;s:2:\"19\";i:2;s:2:\"21\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:172;a:11:{s:2:\"id\";s:3:\"172\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:171;a:11:{s:2:\"id\";s:3:\"171\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;s:1:\"4\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:170;a:11:{s:2:\"id\";s:3:\"170\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;i:3;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:169;a:11:{s:2:\"id\";s:3:\"169\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;i:3;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:168;a:11:{s:2:\"id\";s:3:\"168\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;i:3;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:167;a:11:{s:2:\"id\";s:3:\"167\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:166;a:11:{s:2:\"id\";s:3:\"166\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;s:2:\"18\";i:1;s:2:\"16\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:165;a:11:{s:2:\"id\";s:3:\"165\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;i:3;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:164;a:11:{s:2:\"id\";s:3:\"164\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole-punch\";s:4:\"tags\";a:1:{i:0;i:3;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:163;a:11:{s:2:\"id\";s:3:\"163\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;s:1:\"4\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:162;a:11:{s:2:\"id\";s:3:\"162\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:161;a:11:{s:2:\"id\";s:3:\"161\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;i:4;i:1;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:160;a:11:{s:2:\"id\";s:3:\"160\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;i:3;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:159;a:11:{s:2:\"id\";s:3:\"159\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;i:4;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:158;a:11:{s:2:\"id\";s:3:\"158\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;i:4;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:157;a:11:{s:2:\"id\";s:3:\"157\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;i:3;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:156;a:11:{s:2:\"id\";s:3:\"156\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;s:1:\"5\";i:1;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:155;a:11:{s:2:\"id\";s:3:\"155\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;i:4;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:154;a:11:{s:2:\"id\";s:3:\"154\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;i:3;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:153;a:11:{s:2:\"id\";s:3:\"153\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;i:3;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:152;a:11:{s:2:\"id\";s:3:\"152\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;i:3;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:151;a:11:{s:2:\"id\";s:3:\"151\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;s:1:\"5\";i:1;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:150;a:11:{s:2:\"id\";s:3:\"150\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:149;a:11:{s:2:\"id\";s:3:\"149\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;i:4;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:148;a:11:{s:2:\"id\";s:3:\"148\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;i:4;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:147;a:11:{s:2:\"id\";s:3:\"147\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;i:3;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:146;a:11:{s:2:\"id\";s:3:\"146\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;s:2:\"18\";i:1;s:2:\"16\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:145;a:11:{s:2:\"id\";s:3:\"145\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:144;a:11:{s:2:\"id\";s:3:\"144\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;s:2:\"18\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:143;a:11:{s:2:\"id\";s:3:\"143\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:142;a:11:{s:2:\"id\";s:3:\"142\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:141;a:11:{s:2:\"id\";s:3:\"141\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:140;a:11:{s:2:\"id\";s:3:\"140\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:139;a:11:{s:2:\"id\";s:3:\"139\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:138;a:11:{s:2:\"id\";s:3:\"138\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:137;a:11:{s:2:\"id\";s:3:\"137\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:136;a:11:{s:2:\"id\";s:3:\"136\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:135;a:11:{s:2:\"id\";s:3:\"135\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:134;a:11:{s:2:\"id\";s:3:\"134\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:133;a:11:{s:2:\"id\";s:3:\"133\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:132;a:11:{s:2:\"id\";s:3:\"132\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:131;a:11:{s:2:\"id\";s:3:\"131\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:130;a:11:{s:2:\"id\";s:3:\"130\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:129;a:11:{s:2:\"id\";s:3:\"129\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:128;a:11:{s:2:\"id\";s:3:\"128\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:127;a:11:{s:2:\"id\";s:3:\"127\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:126;a:11:{s:2:\"id\";s:3:\"126\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;i:5;i:1;s:1:\"3\";i:2;s:1:\"2\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:125;a:11:{s:2:\"id\";s:3:\"125\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;i:1;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:124;a:11:{s:2:\"id\";s:3:\"124\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;s:2:\"18\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:123;a:11:{s:2:\"id\";s:3:\"123\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;s:2:\"18\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:122;a:11:{s:2:\"id\";s:3:\"122\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;i:5;i:1;s:1:\"3\";i:2;s:1:\"2\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:121;a:11:{s:2:\"id\";s:3:\"121\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;s:2:\"18\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:120;a:11:{s:2:\"id\";s:3:\"120\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;i:3;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:119;a:11:{s:2:\"id\";s:3:\"119\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;s:2:\"18\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:118;a:11:{s:2:\"id\";s:3:\"118\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;s:2:\"18\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:117;a:11:{s:2:\"id\";s:3:\"117\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;s:2:\"18\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:116;a:11:{s:2:\"id\";s:3:\"116\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;s:2:\"22\";i:1;s:2:\"19\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:115;a:11:{s:2:\"id\";s:3:\"115\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;s:2:\"22\";i:1;s:2:\"19\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:114;a:11:{s:2:\"id\";s:3:\"114\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;s:2:\"22\";i:1;s:2:\"19\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:113;a:11:{s:2:\"id\";s:3:\"113\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;s:2:\"23\";i:1;s:2:\"21\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:112;a:11:{s:2:\"id\";s:3:\"112\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;s:2:\"19\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:111;a:11:{s:2:\"id\";s:3:\"111\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;i:24;i:1;s:2:\"21\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:110;a:11:{s:2:\"id\";s:3:\"110\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;i:20;i:1;s:2:\"22\";i:2;s:2:\"19\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:109;a:11:{s:2:\"id\";s:3:\"109\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;s:2:\"22\";i:1;s:2:\"19\";i:2;s:2:\"23\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:108;a:11:{s:2:\"id\";s:3:\"108\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;i:22;i:1;s:2:\"19\";i:2;s:2:\"21\";i:3;s:2:\"23\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:107;a:11:{s:2:\"id\";s:3:\"107\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;i:24;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:106;a:11:{s:2:\"id\";s:3:\"106\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;s:2:\"19\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:105;a:11:{s:2:\"id\";s:3:\"105\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;i:20;i:1;s:2:\"22\";i:2;s:2:\"19\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:104;a:11:{s:2:\"id\";s:3:\"104\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;s:2:\"22\";i:1;s:2:\"19\";i:2;s:2:\"23\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:103;a:11:{s:2:\"id\";s:3:\"103\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;s:2:\"22\";i:1;s:2:\"19\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:102;a:11:{s:2:\"id\";s:3:\"102\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;s:2:\"22\";i:1;s:2:\"19\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:101;a:11:{s:2:\"id\";s:3:\"101\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;i:20;i:1;s:2:\"22\";i:2;s:2:\"19\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:100;a:11:{s:2:\"id\";s:3:\"100\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;s:2:\"22\";i:1;s:2:\"19\";i:2;s:2:\"21\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:99;a:11:{s:2:\"id\";s:2:\"99\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;i:20;i:1;s:2:\"19\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:98;a:11:{s:2:\"id\";s:2:\"98\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;i:21;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:97;a:11:{s:2:\"id\";s:2:\"97\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;s:2:\"22\";i:1;s:2:\"21\";i:2;s:2:\"23\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:96;a:11:{s:2:\"id\";s:2:\"96\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;s:2:\"22\";i:1;s:2:\"21\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:95;a:11:{s:2:\"id\";s:2:\"95\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;s:2:\"22\";i:1;s:2:\"19\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:94;a:11:{s:2:\"id\";s:2:\"94\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;s:2:\"22\";i:1;s:2:\"19\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:93;a:11:{s:2:\"id\";s:2:\"93\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;s:2:\"22\";i:1;s:2:\"19\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:92;a:11:{s:2:\"id\";s:2:\"92\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;s:2:\"22\";i:1;s:2:\"21\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:91;a:11:{s:2:\"id\";s:2:\"91\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;i:22;i:1;s:2:\"19\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:90;a:11:{s:2:\"id\";s:2:\"90\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;i:22;i:1;s:2:\"19\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:89;a:11:{s:2:\"id\";s:2:\"89\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;i:22;i:1;s:2:\"19\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:88;a:11:{s:2:\"id\";s:2:\"88\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;s:2:\"18\";i:1;s:1:\"1\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:87;a:11:{s:2:\"id\";s:2:\"87\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:86;a:11:{s:2:\"id\";s:2:\"86\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:85;a:11:{s:2:\"id\";s:2:\"85\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;i:5;i:1;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:84;a:11:{s:2:\"id\";s:2:\"84\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:83;a:11:{s:2:\"id\";s:2:\"83\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;i:16;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:82;a:11:{s:2:\"id\";s:2:\"82\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;i:3;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:81;a:11:{s:2:\"id\";s:2:\"81\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:80;a:11:{s:2:\"id\";s:2:\"80\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;s:2:\"18\";i:1;s:1:\"1\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:79;a:11:{s:2:\"id\";s:2:\"79\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:78;a:11:{s:2:\"id\";s:2:\"78\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;s:2:\"18\";i:1;s:1:\"1\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:77;a:11:{s:2:\"id\";s:2:\"77\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:76;a:11:{s:2:\"id\";s:2:\"76\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;i:16;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:75;a:11:{s:2:\"id\";s:2:\"75\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:74;a:11:{s:2:\"id\";s:2:\"74\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;i:3;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:73;a:11:{s:2:\"id\";s:2:\"73\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;i:5;i:1;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:72;a:11:{s:2:\"id\";s:2:\"72\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:71;a:11:{s:2:\"id\";s:2:\"71\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:70;a:11:{s:2:\"id\";s:2:\"70\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:69;a:11:{s:2:\"id\";s:2:\"69\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;i:3;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:68;a:11:{s:2:\"id\";s:2:\"68\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;i:3;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:67;a:11:{s:2:\"id\";s:2:\"67\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:66;a:11:{s:2:\"id\";s:2:\"66\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;i:3;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:65;a:11:{s:2:\"id\";s:2:\"65\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:64;a:11:{s:2:\"id\";s:2:\"64\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:63;a:11:{s:2:\"id\";s:2:\"63\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:62;a:11:{s:2:\"id\";s:2:\"62\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:49;a:11:{s:2:\"id\";s:2:\"49\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;i:18;i:1;s:2:\"16\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:48;a:11:{s:2:\"id\";s:2:\"48\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;i:1;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:47;a:11:{s:2:\"id\";s:2:\"47\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;i:3;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:46;a:11:{s:2:\"id\";s:2:\"46\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;s:1:\"3\";i:1;s:1:\"1\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:45;a:11:{s:2:\"id\";s:2:\"45\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;i:1;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:44;a:11:{s:2:\"id\";s:2:\"44\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:43;a:11:{s:2:\"id\";s:2:\"43\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:42;a:11:{s:2:\"id\";s:2:\"42\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:41;a:11:{s:2:\"id\";s:2:\"41\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:40;a:11:{s:2:\"id\";s:2:\"40\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;i:1;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:39;a:11:{s:2:\"id\";s:2:\"39\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;i:5;i:1;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:38;a:11:{s:2:\"id\";s:2:\"38\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;i:18;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:37;a:11:{s:2:\"id\";s:2:\"37\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;i:3;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:36;a:11:{s:2:\"id\";s:2:\"36\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;i:3;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:35;a:11:{s:2:\"id\";s:2:\"35\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;i:1;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:34;a:11:{s:2:\"id\";s:2:\"34\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;i:3;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:33;a:11:{s:2:\"id\";s:2:\"33\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;i:1;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:32;a:11:{s:2:\"id\";s:2:\"32\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;i:3;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:31;a:11:{s:2:\"id\";s:2:\"31\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;i:3;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:30;a:11:{s:2:\"id\";s:2:\"30\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;i:1;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:29;a:11:{s:2:\"id\";s:2:\"29\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;i:1;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:28;a:11:{s:2:\"id\";s:2:\"28\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;i:5;i:1;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:27;a:11:{s:2:\"id\";s:2:\"27\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;i:5;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:26;a:11:{s:2:\"id\";s:2:\"26\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;i:5;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:25;a:11:{s:2:\"id\";s:2:\"25\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;i:5;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:24;a:11:{s:2:\"id\";s:2:\"24\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;i:5;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:23;a:11:{s:2:\"id\";s:2:\"23\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;i:5;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:22;a:11:{s:2:\"id\";s:2:\"22\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;i:5;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:21;a:11:{s:2:\"id\";s:2:\"21\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;i:5;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:20;a:11:{s:2:\"id\";s:2:\"20\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;i:5;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:11;a:11:{s:2:\"id\";s:2:\"11\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;i:4;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:10;a:11:{s:2:\"id\";s:2:\"10\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;i:3;}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:9;a:11:{s:2:\"id\";s:1:\"9\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:8;a:11:{s:2:\"id\";s:1:\"8\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}}s:4:\"tags\";N;}','no'),(9951,'revslider_checktables','1','yes'),(9952,'rs_tables_created','1','yes'),(9953,'revslider_table_version','1.0.6','yes'),(9954,'revslider-global-settings','','yes'),(9955,'revslider_update_version','5.2.5.5','yes'),(9956,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(10045,'revslider-connection','1','yes'),(10061,'_site_transient_timeout_browser_f16f36c9f0a7b352895c77d5bf31631f','1479743884','yes'),(10062,'_site_transient_browser_f16f36c9f0a7b352895c77d5bf31631f','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"54.0.2840.71\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(10096,'revslider-latest-version','5.4.6.2','yes'),(10097,'revslider-stable-version','4.2','yes'),(10098,'revslider-notices','a:9:{i:0;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.0.9\";s:4:\"text\";s:230:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow51_banner.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1 is out\" ></a>\";s:4:\"code\";s:9:\"TPRS51-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.1.4\";s:4:\"text\";s:242:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=515b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_banner515.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS515-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:2;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.1.6\";s:4:\"text\";s:240:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=52b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_banner52.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS515-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:3;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.2.9\";s:4:\"text\";s:249:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=530b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_banner_large_5.3.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.3.0 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS530-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:4;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.3.9\";s:4:\"text\";s:232:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=54b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_54.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS540-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:5;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.4.1\";s:4:\"text\";s:249:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=542b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_banner_large_542.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.2 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS540-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:6;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.4.4\";s:4:\"text\";s:236:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=545b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_545.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS545-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:7;O:8:\"stdClass\":7:{s:7:\"version\";s:7:\"5.4.5.1\";s:4:\"text\";s:252:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=5452b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_banner_large5452.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.5.2 is out\" ></a>\";s:4:\"code\";s:11:\"TPRS5452-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:8;O:8:\"stdClass\":7:{s:7:\"version\";s:7:\"5.4.5.2\";s:4:\"text\";s:233:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=546b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/546_update.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.6 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS546-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}}','yes'),(10099,'revslider-dashboard','O:8:\"stdClass\":1:{s:11:\"test-handle\";O:8:\"stdClass\":5:{s:12:\"version_from\";s:5:\"5.0.0\";s:10:\"version_to\";s:5:\"5.0.0\";s:5:\"order\";i:5;s:7:\"content\";s:181:\"<div class=\"rs-dash-widget\"><div class=\"rs-dash-title-wrap\"><div class=\"rs-dash-title\">your version is: {{current_version}}</div></div><div class=\"rs-dash-widget-inner\"></div></div>\";s:4:\"code\";s:0:\"\";}}','yes'),(10100,'revslider-addons','O:8:\"stdClass\":21:{s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:70:\"http://updates.themepunch.tools/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"1.1.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"1.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s:19:\"revslider-404-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:21:\"revslider-login-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:23:\"Display images in 360°\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:22:\"revslider-reveal-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}}','yes'),(10102,'_site_transient_timeout_browser_34f676f9c342b94e657bdc22b061ef1c','1479845564','yes'),(10103,'_site_transient_browser_34f676f9c342b94e657bdc22b061ef1c','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"54.0.2840.99\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(10308,'_site_transient_timeout_browser_3a179042b5d9d18726343f8efdf53113','1481060002','yes'),(10309,'_site_transient_browser_3a179042b5d9d18726343f8efdf53113','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"54.0.2840.99\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(11072,'_site_transient_timeout_browser_2451ca2aec0606156897568730ffc28a','1486157046','yes'),(11073,'_site_transient_browser_2451ca2aec0606156897568730ffc28a','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"53.0.2785.143\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(11086,'_site_transient_timeout_browser_4aae293127d148bbe99fa13d81ceb9a0','1486157123','yes'),(11087,'_site_transient_browser_4aae293127d148bbe99fa13d81ceb9a0','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"55.0.2883.87\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(11520,'_site_transient_timeout_browser_6c132afab69b7f8137b79512f270f2e3','1489016179','yes'),(11521,'_site_transient_browser_6c132afab69b7f8137b79512f270f2e3','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"51.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(11635,'_site_transient_timeout_browser_c9cefbf5aa6348b8d5d6296880886db9','1489786293','yes'),(11636,'_site_transient_browser_c9cefbf5aa6348b8d5d6296880886db9','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"52.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(11669,'far_future_expiration_settings','a:11:{s:10:\"enable_ffe\";i:0;s:15:\"num_expiry_days\";s:2:\"30\";s:10:\"enable_gif\";i:1;s:11:\"enable_jpeg\";i:1;s:10:\"enable_jpg\";i:1;s:10:\"enable_png\";i:1;s:10:\"enable_ico\";i:1;s:9:\"enable_js\";i:1;s:10:\"enable_css\";i:1;s:10:\"enable_swf\";i:1;s:11:\"enable_gzip\";i:0;}','yes'),(11681,'revslider-valid-notice','false','yes'),(11683,'wppsb_plugin_version','1.7.1','yes'),(11689,'WpFc_api_key','86d3cf689cf72725fdca71f9ba1298aa','yes'),(12756,'_site_transient_timeout_browser_047d9b1fecfa842fce24f4144ec85db4','1497642629','yes'),(12757,'_site_transient_browser_047d9b1fecfa842fce24f4144ec85db4','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"59.0.3071.86\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(12868,'ewww_image_optimizer_background_optimization','1','yes'),(12869,'ewww_image_optimizer_bulk_attachments','','no'),(12870,'ewww_image_optimizer_flag_attachments','','no'),(12871,'ewww_image_optimizer_ngg_attachments','','no'),(12872,'ewww_image_optimizer_disable_pngout','1','yes'),(12873,'ewww_image_optimizer_optipng_level','2','yes'),(12874,'ewww_image_optimizer_pngout_level','2','yes'),(12875,'ewww_image_optimizer_jpegtran_copy','1','yes'),(12876,'ewww_image_optimizer_jpg_level','10','yes'),(12877,'ewww_image_optimizer_png_level','10','yes'),(12878,'ewww_image_optimizer_gif_level','10','yes'),(12879,'ewww_image_optimizer_pdf_level','0','yes'),(12880,'ewww_image_optimizer_version','341.0','yes'),(12881,'_transient_timeout_ewww_image_optimizer_images_reoptimized','1497560555','no'),(12882,'_transient_ewww_image_optimizer_images_reoptimized','zero','no'),(12887,'_site_transient_timeout_imagify_seen_rating_notice','1497816370','yes'),(12888,'_site_transient_imagify_seen_rating_notice','1','yes'),(12891,'_transient_timeout_imagify_max_image_size','1497578791','no'),(12892,'_transient_imagify_max_image_size','','no'),(12898,'resmushit_qlty','92','yes'),(12899,'resmushit_on_upload','1','yes'),(12900,'resmushit_statistics','1','yes'),(12901,'resmushit_total_optimized','1489','yes'),(12904,'rewrite_rules','a:76:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=565&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:49:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:66:\"index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:54:\"index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"index.php/.?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"index.php/(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:34:\"index.php/(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:37:\"index.php/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"index.php/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"index.php/([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:30:\"index.php/([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:50:\"index.php/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:38:\"index.php/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:45:\"index.php/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:34:\"index.php/([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:26:\"index.php/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"index.php/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"index.php/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"index.php/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"index.php/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"index.php/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(12991,'_site_transient_timeout_browser_372b39fc0ede5776ae5d65b675deeef4','1498672353','yes'),(12992,'_site_transient_browser_372b39fc0ede5776ae5d65b675deeef4','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"53.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(13008,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1508240309;s:7:\"checked\";a:4:{s:5:\"elura\";s:0:\"\";s:13:\"twentyfifteen\";s:3:\"1.8\";s:14:\"twentyfourteen\";s:3:\"2.0\";s:13:\"twentysixteen\";s:3:\"1.3\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','yes'),(13009,'_site_transient_timeout_available_translations','1498078517','yes'),(13010,'_site_transient_available_translations','a:79:{s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-12 10:15:45\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-07 13:09:53\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-07 20:53:51\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-11 22:42:10\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 08:50:29\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-08 13:17:04\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-04 09:40:25\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-04-08 07:49:01\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-16 15:34:57\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-11 18:32:36\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:12:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-26 16:01:40\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 22:48:20\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-04-10 14:06:54\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/4.4.2/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-26 16:11:56\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.4.2/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-04-10 14:21:56\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-29 10:47:54\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-04-16 07:59:10\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-07 04:39:48\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-14 21:14:29\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-15 11:52:35\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-06 23:10:59\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-04-26 02:01:14\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-25 13:07:29\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-24 15:17:36\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-09 18:08:52\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_GT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-13 12:28:49\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-03-02 20:27:44\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-23 00:46:01\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_AR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-07 17:35:10\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-13 06:14:13\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-18 06:44:22\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-03-03 10:31:09\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-31 19:24:20\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-23 06:49:15\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-09 02:16:19\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-03-08 17:19:17\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 13:47:35\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:6:\"4.3.11\";s:7:\"updated\";s:19:\"2015-09-24 15:25:30\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.11/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-13 16:48:03\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-03-16 18:59:27\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-04-11 05:43:28\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-03-04 08:39:26\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-03 14:37:42\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-04 07:13:54\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-21 16:17:50\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 00:20:24\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-04-26 11:33:44\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-04-11 02:48:55\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-09 08:53:31\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-24 00:12:01\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 20:07:24\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-28 05:41:39\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.18\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.18/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-07 10:01:09\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-20 13:35:50\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.4.2/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-23 18:59:13\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-14 12:19:44\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-04-26 06:46:10\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-03-24 15:31:29\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.18\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.18/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-04-20 19:55:09\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-03-03 17:32:29\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-05-05 12:59:44\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-03-21 18:23:26\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-26 11:29:13\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-11-26 00:00:18\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-23 10:30:30\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-09 09:09:51\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-04-09 12:04:20\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-08 03:22:55\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-11-27 15:51:36\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-17 23:12:27\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:6:\"4.1.18\";s:7:\"updated\";s:19:\"2015-03-26 16:45:38\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.18/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-01-03 22:04:41\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-09 01:01:25\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-04-12 09:17:17\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-12 22:55:08\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','yes'),(13361,'_site_transient_timeout_browser_8ce1bea2f653ca2ce71bdf6183bef333','1501687797','yes'),(13362,'_site_transient_browser_8ce1bea2f653ca2ce71bdf6183bef333','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"59.0.3071.115\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(13687,'_site_transient_timeout_browser_bd9c32849e24d76de4d61ef65b8c67c5','1503588730','yes'),(13688,'_site_transient_browser_bd9c32849e24d76de4d61ef65b8c67c5','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"60.0.3112.101\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(14023,'_site_transient_timeout_browser_f9694186c5800b9905943d3f44ede836','1505920572','yes'),(14024,'_site_transient_browser_f9694186c5800b9905943d3f44ede836','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"60.0.3112.113\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(14059,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1505542285','no'),(14060,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1505542285','no'),(14061,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1505499085','no'),(14062,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1505542286','no'),(14063,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1505542286','no'),(14064,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1505499086','no'),(14065,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1505542288','no'),(14066,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1505542288','no'),(14067,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1505499088','no'),(14068,'_transient_timeout_plugin_slugs','1507150584','no'),(14069,'_transient_plugin_slugs','a:5:{i:0;s:27:\"aac-scoring/aac-scoring.php\";i:1;s:49:\"duplicate-wp-page-post/duplicate-wp-page-post.php\";i:2;s:39:\"resmushit-image-optimizer/resmushit.php\";i:3;s:23:\"revslider/revslider.php\";i:4;s:53:\"speed-up-browser-caching/speed-up-browser-caching.php\";}','no'),(14276,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1507074800','yes'),(14277,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4384;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2511;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2370;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:2328;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1835;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1604;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1598;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1439;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1356;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1354;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1345;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1277;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1272;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1141;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1058;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1050;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1000;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:954;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:823;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:819;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:815;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:777;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:772;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:670;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:670;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:664;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:655;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:649;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:647;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:638;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:627;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:615;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:598;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:591;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:587;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:585;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:579;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:578;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:562;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:560;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:545;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:535;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:526;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:519;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:508;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:502;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:497;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:491;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:477;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:476;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:475;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:470;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:452;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:448;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:442;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:441;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:440;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:439;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:422;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:417;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:411;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:408;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:406;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:405;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:403;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:398;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:389;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:383;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:381;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:371;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:355;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:344;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:339;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:334;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:332;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:332;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:332;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:330;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:328;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:326;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:324;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:323;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:323;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:319;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:307;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:301;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:300;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:295;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:293;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:292;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:290;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:287;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:284;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:283;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:280;}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";i:278;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:275;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:275;}s:7:\"tinymce\";a:3:{s:4:\"name\";s:7:\"tinyMCE\";s:4:\"slug\";s:7:\"tinymce\";s:5:\"count\";i:273;}s:7:\"captcha\";a:3:{s:4:\"name\";s:7:\"captcha\";s:4:\"slug\";s:7:\"captcha\";s:5:\"count\";i:271;}}','yes'),(14281,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1508240308;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:27:\"aac-scoring/aac-scoring.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/aac-scoring\";s:4:\"slug\";s:11:\"aac-scoring\";s:6:\"plugin\";s:27:\"aac-scoring/aac-scoring.php\";s:11:\"new_version\";s:7:\"2.3.6.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/aac-scoring/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/aac-scoring.2.3.6.1.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:49:\"duplicate-wp-page-post/duplicate-wp-page-post.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:36:\"w.org/plugins/duplicate-wp-page-post\";s:4:\"slug\";s:22:\"duplicate-wp-page-post\";s:6:\"plugin\";s:49:\"duplicate-wp-page-post/duplicate-wp-page-post.php\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/duplicate-wp-page-post/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/duplicate-wp-page-post.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:75:\"https://ps.w.org/duplicate-wp-page-post/assets/icon-128x128.png?rev=1572300\";s:7:\"default\";s:75:\"https://ps.w.org/duplicate-wp-page-post/assets/icon-128x128.png?rev=1572300\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:77:\"https://ps.w.org/duplicate-wp-page-post/assets/banner-772x250.png?rev=1572325\";s:7:\"default\";s:77:\"https://ps.w.org/duplicate-wp-page-post/assets/banner-772x250.png?rev=1572325\";}s:11:\"banners_rtl\";a:0:{}}s:39:\"resmushit-image-optimizer/resmushit.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:39:\"w.org/plugins/resmushit-image-optimizer\";s:4:\"slug\";s:25:\"resmushit-image-optimizer\";s:6:\"plugin\";s:39:\"resmushit-image-optimizer/resmushit.php\";s:11:\"new_version\";s:6:\"0.1.12\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/resmushit-image-optimizer/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/resmushit-image-optimizer.0.1.12.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:78:\"https://ps.w.org/resmushit-image-optimizer/assets/icon-128x128.png?rev=1447284\";s:2:\"2x\";s:78:\"https://ps.w.org/resmushit-image-optimizer/assets/icon-256x256.png?rev=1447284\";s:7:\"default\";s:78:\"https://ps.w.org/resmushit-image-optimizer/assets/icon-256x256.png?rev=1447284\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:81:\"https://ps.w.org/resmushit-image-optimizer/assets/banner-1544x500.png?rev=1589487\";s:2:\"1x\";s:80:\"https://ps.w.org/resmushit-image-optimizer/assets/banner-772x250.png?rev=1589487\";s:7:\"default\";s:81:\"https://ps.w.org/resmushit-image-optimizer/assets/banner-1544x500.png?rev=1589487\";}s:11:\"banners_rtl\";a:0:{}}s:53:\"speed-up-browser-caching/speed-up-browser-caching.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:38:\"w.org/plugins/speed-up-browser-caching\";s:4:\"slug\";s:24:\"speed-up-browser-caching\";s:6:\"plugin\";s:53:\"speed-up-browser-caching/speed-up-browser-caching.php\";s:11:\"new_version\";s:5:\"1.0.1\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/speed-up-browser-caching/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/speed-up-browser-caching.1.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:77:\"https://ps.w.org/speed-up-browser-caching/assets/icon-128x128.jpg?rev=1542210\";s:7:\"default\";s:77:\"https://ps.w.org/speed-up-browser-caching/assets/icon-128x128.jpg?rev=1542210\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:79:\"https://ps.w.org/speed-up-browser-caching/assets/banner-772x250.jpg?rev=1542210\";s:7:\"default\";s:79:\"https://ps.w.org/speed-up-browser-caching/assets/banner-772x250.jpg?rev=1542210\";}s:11:\"banners_rtl\";a:0:{}}}}','yes'),(14282,'dpp_wpp_page_options','a:3:{s:15:\"dpp_post_status\";s:5:\"draft\";s:17:\"dpp_post_redirect\";s:7:\"to_list\";s:15:\"dpp_post_suffix\";s:0:\"\";}','yes'),(14409,'rs-templates-new','','no'),(14410,'rs-templates','a:2:{s:6:\"slider\";a:183:{i:0;a:20:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:310:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:20:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:20:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:20:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:439:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:20:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\" <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:20:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:20:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:20:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\" <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:20:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:20:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:20:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:440:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:20:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:20:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:20:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:20:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:20:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:20:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:20:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:447:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:20:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:20:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:20:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:20:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:20:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:20:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:20:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:346:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:20:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:310:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:20:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:20:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:438:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:20:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:436:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:20:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:20:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:20:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:20:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:20:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:20:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:438:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:20:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:630:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:20:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:508:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:20:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:20:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:20:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:518:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:20:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:20:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:20:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:323:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:20:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:316:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:20:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:20:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:443:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:20:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:20:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:444:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:20:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:444:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:20:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:20:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:20:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:691:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:20:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:693:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:20:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:532:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:20:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:543:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:20:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:661:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:20:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:508:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:20:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:20:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:20:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:20:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:20:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:20:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:20:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:441:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:20:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:447:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:20:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:572:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/revslider-doc/add-on-whiteboard/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:20:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:516:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:23:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:23:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:23:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:23:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:23:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:448:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:23:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:23:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:23:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:23:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:23:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:23:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:23:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:23:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:23:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:23:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:23:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:20:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:20:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:20:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:20:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:23:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:23:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:23:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:23:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:23:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:23:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:23:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:23:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:20:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:20:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:23:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:23:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:23:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:23:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:23:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:20:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:20:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:20:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:23:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:23:{s:2:\"id\";s:3:\"108\";s:5:\"title\";s:23:\"Website Builder Package\";s:5:\"alias\";s:22:\"websitebuilder-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"websitebuilder-package\";s:3:\"img\";s:29:\"packages/template_group_2.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:23:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:23:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:20:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:426:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/revslider-doc/add-on-typewriter/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:20:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:23:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:23:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:23:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:23:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:23:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:23:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:23:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:23:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:23:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:23:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:23:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:23:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:23:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:23:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:23:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:23:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:23:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:23:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:23:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:23:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:568:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:20:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:343:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:20:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:341:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:20:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:23:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:20:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:164:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:20:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:468:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:20:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:20:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:463:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:20:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:421:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:20:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:190:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:20:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:20:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:352:\"[{\"path\":\"revslider-404-addon\\/revslider-404-addon.php\",\"name\":\"404 Page Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"},{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:20:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:20:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/filmstrip-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:191:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:20:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:20:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:20:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:20:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:20:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:20:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:23:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:23:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:23:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:23:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:23:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:156;a:23:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:23:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:23:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:23:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:23:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:23:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:23:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:23:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:23:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:23:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:20:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:358:\"<span class=\"ttm_content\">How to install <a href=\"https://revolution.themepunch.com/direct-customer-benefits/#addoninstall\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:20:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:20:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:358:\"<span class=\"ttm_content\">How to install <a href=\"https://revolution.themepunch.com/direct-customer-benefits/#addoninstall\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:20:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:23:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:171;a:23:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:23:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:23:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:23:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:23:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:23:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:23:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:23:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:20:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:20:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:176:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:20:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:372:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:20:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:359:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:174:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}}}','no'),(14418,'_site_transient_timeout_theme_roots','1508242107','yes'),(14419,'_site_transient_theme_roots','a:4:{s:5:\"elura\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','yes'),(14422,'_site_transient_timeout_browser_a9db4d03969fdd98d377b682b063efe6','1508878414','yes'),(14423,'_site_transient_browser_a9db4d03969fdd98d377b682b063efe6','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"61.0.3163.100\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_podsrel` -- DROP TABLE IF EXISTS `wp_podsrel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_podsrel` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `pod_id` int(10) unsigned DEFAULT NULL, `field_id` int(10) unsigned DEFAULT NULL, `item_id` bigint(20) unsigned DEFAULT NULL, `related_pod_id` int(10) unsigned DEFAULT NULL, `related_field_id` int(10) unsigned DEFAULT NULL, `related_item_id` bigint(20) unsigned DEFAULT NULL, `weight` smallint(5) unsigned DEFAULT '0', PRIMARY KEY (`id`), KEY `field_item_idx` (`field_id`,`item_id`), KEY `rel_field_rel_item_idx` (`related_field_id`,`related_item_id`), KEY `field_rel_item_idx` (`field_id`,`related_item_id`), KEY `rel_field_item_idx` (`related_field_id`,`item_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_podsrel` -- LOCK TABLES `wp_podsrel` WRITE; /*!40000 ALTER TABLE `wp_podsrel` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_podsrel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=35560 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (59,71,'label_singular','test'),(60,71,'public','1'),(61,71,'show_ui','1'),(62,71,'supports_title','1'),(63,71,'supports_editor','1'),(64,71,'type','post_type'),(65,71,'storage','meta'),(66,71,'old_name','test'),(67,71,'publicly_queryable','1'),(68,71,'exclude_from_search','0'),(69,71,'capability_type','post'),(70,71,'capability_type_custom','test'),(71,71,'capability_type_extra','1'),(72,71,'has_archive','0'),(73,71,'hierarchical','0'),(74,71,'rewrite','1'),(75,71,'rewrite_with_front','1'),(76,71,'rewrite_feeds','0'),(77,71,'rewrite_pages','1'),(78,71,'query_var','1'),(79,71,'can_export','1'),(80,71,'default_status','draft'),(81,71,'supports_author','0'),(82,71,'supports_thumbnail','0'),(83,71,'supports_excerpt','0'),(84,71,'supports_trackbacks','0'),(85,71,'supports_custom_fields','0'),(86,71,'supports_comments','0'),(87,71,'supports_revisions','0'),(88,71,'supports_page_attributes','0'),(89,71,'supports_post_formats','0'),(90,71,'built_in_taxonomies_category','0'),(91,71,'built_in_taxonomies_link_category','0'),(92,71,'built_in_taxonomies_post_tag','0'),(93,71,'show_in_menu','1'),(94,71,'menu_position','0'),(95,71,'show_in_nav_menus','1'),(96,71,'show_in_admin_bar','1'),(6785,497,'_key1',''),(6786,497,'_key2',''),(6787,497,'_key3',''),(6788,497,'_key4',''),(6789,497,'_key5',''),(6790,497,'_key6',''),(6791,497,'_key7',''),(6792,497,'_key8',''),(6793,497,'_key9',''),(6794,497,'_key10',''),(6795,497,'_key11',''),(6796,497,'_key12',''),(6797,497,'_key13',''),(6798,497,'_key14',''),(6799,497,'_key15',''),(6800,497,'_key16',''),(6801,497,'_key17',''),(6802,497,'_key18',''),(6803,497,'_key19',''),(6804,497,'_key20',''),(6805,497,'_keyA1',''),(6806,497,'_keyA2',''),(6807,497,'_keyA3',''),(6808,497,'_keyA4',''),(6809,497,'_keyA5',''),(6810,497,'_keyA6',''),(6811,497,'_keyA7',''),(6812,497,'_keyA8',''),(6813,497,'_keyA9',''),(6814,497,'_keyA10',''),(6815,497,'_keyA11',''),(6816,497,'_keyA12',''),(6817,497,'_keyA13',''),(6818,497,'_keyA14',''),(6819,497,'_keyA15',''),(6820,497,'_keyA16',''),(6821,497,'_keyA17',''),(6822,497,'_keyA18',''),(6823,497,'_keyA19',''),(6824,497,'_keyA20',''),(6825,497,'_keyA21',''),(6826,497,'_keyA22',''),(6827,497,'_keyA23',''),(6828,497,'_keyA24',''),(6829,497,'_keyA25',''),(6830,497,'_keyA26',''),(6831,497,'_keyA27',''),(6832,497,'_keyA28',''),(6833,497,'_keyA29',''),(6834,497,'_keyA30',''),(6835,497,'_edit_last','1'),(6836,497,'_edit_lock','1455744306:1'),(6837,497,'_wp_page_template','default'),(7132,497,'_keyB1','Home_Theater_070315'),(7133,497,'_keyB2','<a href=\"http://elura.audio/wp-content/uploads/2015/12/Home_Theater_0703151.jpg\"><img class=\"alignleft size-full wp-image-761\" src=\"http://elura.audio/wp-content/uploads/2015/12/Home_Theater_0703151.jpg\" alt=\"Home_Theater_070315\" width=\"2700\" height=\"1070\" /></a>'),(7134,497,'_keyB3',''),(7135,497,'_keyB4','Sonance takes entertainment to a whole new level with a range of purpose-built products that are specifically designed to bring out the best in movies, gaming, concerts and multimedia content. From family rooms, living rooms and great rooms, right up to dedicated home theaters; Sonance surround sound and cinema products deliver exhilarating sonic performance without compromising the design cues of the space.'),(7136,497,'_keyB5','<a href=\"http://elura.audio/wp-content/uploads/2015/12/Home-Theater.png\"><img class=\"alignleft size-full wp-image-763\" src=\"http://elura.audio/wp-content/uploads/2015/12/Home-Theater.png\" alt=\"Home Theater\" width=\"421\" height=\"259\" /></a>'),(7137,497,'_keyB6','Visual Performance Cinema Series'),(7138,497,'_keyB7','Built on the award-winning aesthetic of Sonance Visual Performance Series, this range of purpose-built home theater speakers deliver amazing sound quality while featuring a low-profile aesthetic that is consistent with other speakers throughout the home. Integrated cabinets ensure exhilarating performance while also minimizing disturbance with adjoining rooms. Mix and match to achieve the ultimate result in any room or construction type.'),(7139,497,'_keyB8','<a href=\"http://elura.audio/wp-content/uploads/2015/12/Cinema_Series_Shot1.jpg\"><img class=\"alignleft size-full wp-image-764\" src=\"http://elura.audio/wp-content/uploads/2015/12/Cinema_Series_Shot1.jpg\" alt=\"Cinema_Series_Shot\" /></a>'),(7140,497,'_keyB9','Soundbar'),(7141,497,'_keyB10','Sonance Soundbars feature an exclusive patent-pending adjustable width design that perfectly matches the dimensions of any 50” to 80” flat screen display. The minimalistic black perforated metal grille provides a seamless aesthetic that complements modern television designs, while the true 3-way speaker configuration and state-of-the-art driver materials delivers best-in-class sonic performance, with clarity, wide sound stage, and extremely natural soun'),(7142,497,'_keyB11','<a href=\"http://elura.audio/wp-content/uploads/2015/12/Soundbar2_1203432.jpg\"><img class=\"alignleft size-full wp-image-765\" src=\"http://elura.audio/wp-content/uploads/2015/12/Soundbar2_1203432.jpg\" alt=\"Soundbar2_120343\" /></a>'),(7143,497,'_keyB12','Subwoofers'),(7144,497,'_keyB13','Sonance has a Subwoofer to suit nearly every home theater application. The range of Visual Performance Series in-wall Subwoofers deliver the big bass of a large cabinet Subwoofer without sacrificing floor space, while the microtrim grille provides a clean and discrete aesthetic that can be painted to match the surrounding wall color. For traditional installations, Sonance cabinet subwoofers feature a form-factor that can be hidden behind furniture or incorporated into cabinetry, while the front mounted controls and integrated amplifiers simplify the installation process.'),(7145,497,'_keyB14','<a href=\"http://elura.audio/wp-content/uploads/2015/12/Subwoofer_Shot1.jpg\"><img class=\"alignleft size-full wp-image-766\" src=\"http://elura.audio/wp-content/uploads/2015/12/Subwoofer_Shot1.jpg\" alt=\"Subwoofer_Shot\" /></a>'),(7146,497,'_keyB15','Elura Logo'),(7147,497,'_keyB16','<a href=\"http://elura.audio/wp-content/uploads/2015/12/BottomSmoke.png\"><img class=\"alignleft size-full wp-image-767\" src=\"http://elura.audio/wp-content/uploads/2015/12/BottomSmoke.png\" alt=\"BottomSmoke\" width=\"1920\" height=\"561\" /></a>'),(7148,497,'_keyB17',''),(7149,497,'_keyB18',''),(7150,497,'_keyB19',''),(7151,497,'_keyB20',''),(7152,497,'_keyB21',''),(7153,497,'_keyB22',''),(7154,497,'_keyB23',''),(7155,497,'_keyB24',''),(7156,497,'_keyB25',''),(7157,497,'_keyB26',''),(7158,497,'_keyB27',''),(7159,497,'_keyB28',''),(7160,497,'_keyB29',''),(7161,497,'_keyB30',''),(7162,497,'_keyC1',''),(7163,497,'_keyC2',''),(7164,497,'_keyC3',''),(7165,497,'_keyC4',''),(7166,497,'_keyC5',''),(7167,497,'_keyC6',''),(7168,497,'_keyC7',''),(7169,497,'_keyC8',''),(7170,497,'_keyC9',''),(7171,497,'_keyC10',''),(7172,497,'_keyC11',''),(7173,497,'_keyC12',''),(7174,497,'_keyC13',''),(7175,497,'_keyC14',''),(7176,497,'_keyC15',''),(7177,497,'_keyC16',''),(7178,497,'_keyC17',''),(7179,497,'_keyC18',''),(7180,497,'_keyC19',''),(7181,497,'_keyC20',''),(7182,497,'_keyC21',''),(7183,497,'_keyC22',''),(7184,497,'_keyC23',''),(7185,497,'_keyC24',''),(7186,497,'_keyC25',''),(7187,497,'_keyC26',''),(7188,497,'_keyC27',''),(7189,497,'_keyC28',''),(7190,497,'_keyC29',''),(7191,497,'_keyC30',''),(7192,497,'_keyD1','New_Updated_Electronics_Parallax_Amp__040332_051248 (1)'),(7193,497,'_keyD2','<a href=\"http://elura.audio/wp-content/uploads/2015/12/New_Updated_Electronics_Parallax_Amp__040332_0512481.jpg\"><img class=\"alignleft size-full wp-image-775\" src=\"http://elura.audio/wp-content/uploads/2015/12/New_Updated_Electronics_Parallax_Amp__040332_0512481.jpg\" alt=\"New_Updated_Electronics_Parallax_Amp__040332_051248\" /></a>'),(7194,497,'_keyD3','Sonance Electronics'),(7195,497,'_keyD4','Sonance electronics are designed to bring out the very best in the Sonance speakers. State-of-the-art technology, combined with user-friendly features not only ensures optimum performance, it also simplifies operation and enhances reliability, resulting in a far better overall experience.'),(7196,497,'_keyD5','<a href=\"http://elura.audio/wp-content/uploads/2015/12/Electronics_Slides-04_digitalcopy_041243.jpg\"><img class=\"alignleft size-full wp-image-787\" src=\"http://elura.audio/wp-content/uploads/2015/12/Electronics_Slides-04_digitalcopy_041243.jpg\" alt=\"Electronics_Slides-04_digitalcopy_041243\" /></a>'),(7197,497,'_keyD6','Amplifiers'),(7198,497,'_keyD7','When it comes to reliable distributed audio, nobody has been doing it longer than Sonance. Building from the legacy of the Sonamp 260, recognized as the industry\'s first distributed audio amplifier, the new range of Sonamp Digital, and DSP Amplifiers utilize cutting-edge technology to bring out the absolute best sonic performance from Sonance speakers, while the versatile feature-sets allow them to be integrated into third-party control systems for simplicity and user-friendliness'),(7199,497,'_keyD8','<a href=\"http://elura.audio/wp-content/uploads/2015/12/sonamp_header_copy_0812471.jpg\"><img class=\"alignleft size-full wp-image-777\" src=\"http://elura.audio/wp-content/uploads/2015/12/sonamp_header_copy_0812471.jpg\" alt=\"sonamp_header_copy_081247\" /></a>'),(7200,497,'_keyD9','Volume Controls and Speaker Selectors'),(7201,497,'_keyD10','Sonance volume controls and speaker selectors are the simplest way to increase and decrease audio levels or turn speaker zones on and off. Wall-mounted single-gang volume controls in either rotary or slider provide easy adjustment of local zones. 4 or 6- zone speaker selectors, with or without independent volume, allows control of several areas from a single location.'),(7202,497,'_keyD11','<a href=\"http://elura.audio/wp-content/uploads/2015/12/Speak_Selector_Volume_Control_11.jpg\"><img class=\"alignleft size-full wp-image-778\" src=\"http://elura.audio/wp-content/uploads/2015/12/Speak_Selector_Volume_Control_11.jpg\" alt=\"Speak_Selector_Volume_Control_1\" /></a>'),(7203,497,'_keyD12','IR'),(7204,497,'_keyD13','Sonance IR products provide a simple solution to controlling multiple AV devices. The IR Receivers pick up commands from an infrared remote control and send them to one or multiple points to be re-transmitted through an IR Emitter. This system allows electronic components to be hidden in cupboards or mounted remotely in a rack while still providing a reliable means of controlling them locally from a single point.'),(7205,497,'_keyD14','<a href=\"http://elura.audio/wp-content/uploads/2015/12/IR_21.jpg\"><img class=\"alignleft size-full wp-image-779\" src=\"http://elura.audio/wp-content/uploads/2015/12/IR_21.jpg\" alt=\"IR_2\" /></a>'),(7206,497,'_keyD15',''),(7207,497,'_keyD16',''),(7208,497,'_keyD17',''),(7209,497,'_keyD18',''),(7210,497,'_keyD19',''),(7211,497,'_keyD20',''),(7212,497,'_keyD21',''),(7213,497,'_keyD22',''),(7214,497,'_keyD23',''),(7215,497,'_keyD24',''),(7216,497,'_keyD25',''),(7217,497,'_keyD26',''),(7218,497,'_keyD27',''),(7219,497,'_keyD28',''),(7220,497,'_keyD29',''),(7221,497,'_keyD30',''),(8360,519,'_wp_attached_file','2015/12/IR_2.jpg'),(8361,519,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:711;s:4:\"file\";s:16:\"2015/12/IR_2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"IR_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"IR_2-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"IR_2-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(8364,521,'_wp_attached_file','2015/12/IS_Pic_1.jpg'),(8365,521,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1320;s:6:\"height\";i:846;s:4:\"file\";s:20:\"2015/12/IS_Pic_1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IS_Pic_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IS_Pic_1-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IS_Pic_1-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(8366,522,'_wp_attached_file','2015/12/IS_Product_Pic.jpg'),(8367,522,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:711;s:4:\"file\";s:26:\"2015/12/IS_Product_Pic.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"IS_Product_Pic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"IS_Product_Pic-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"IS_Product_Pic-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(8368,523,'_wp_attached_file','2015/12/New_Updated_Electronics_Parallax_Amp__040332_051248.jpg'),(8369,523,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1070;s:4:\"file\";s:63:\"2015/12/New_Updated_Electronics_Parallax_Amp__040332_051248.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"New_Updated_Electronics_Parallax_Amp__040332_051248-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"New_Updated_Electronics_Parallax_Amp__040332_051248-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:64:\"New_Updated_Electronics_Parallax_Amp__040332_051248-1024x406.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(8374,526,'_wp_attached_file','2015/12/Rocks-Mariners-Extreme_Product_Shot_1_060335.jpg'),(8375,526,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1112;s:6:\"height\";i:626;s:4:\"file\";s:56:\"2015/12/Rocks-Mariners-Extreme_Product_Shot_1_060335.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Rocks-Mariners-Extreme_Product_Shot_1_060335-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"Rocks-Mariners-Extreme_Product_Shot_1_060335-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"Rocks-Mariners-Extreme_Product_Shot_1_060335-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(8378,528,'_wp_attached_file','2015/12/SLS_Pic_1.jpg'),(8379,528,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1320;s:6:\"height\";i:846;s:4:\"file\";s:21:\"2015/12/SLS_Pic_1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"SLS_Pic_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"SLS_Pic_1-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"SLS_Pic_1-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(8382,530,'_wp_attached_file','2015/12/sonamp_header_copy_081247.jpg'),(8383,530,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1146;s:6:\"height\";i:624;s:4:\"file\";s:37:\"2015/12/sonamp_header_copy_081247.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"sonamp_header_copy_081247-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"sonamp_header_copy_081247-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"sonamp_header_copy_081247-1024x558.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:558;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(8388,533,'_wp_attached_file','2015/12/Sonarray_Parallax_060342.jpg'),(8389,533,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2000;s:4:\"file\";s:36:\"2015/12/Sonarray_Parallax_060342.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Sonarray_Parallax_060342-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Sonarray_Parallax_060342-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Sonarray_Parallax_060342-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(8390,534,'_wp_attached_file','2015/12/Sonarray_Product_Shot.jpg'),(8391,534,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1320;s:6:\"height\";i:846;s:4:\"file\";s:33:\"2015/12/Sonarray_Product_Shot.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Sonarray_Product_Shot-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Sonarray_Product_Shot-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Sonarray_Product_Shot-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(8402,540,'_wp_attached_file','2015/12/70V_Pic_1.jpg'),(8403,540,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1320;s:6:\"height\";i:846;s:4:\"file\";s:21:\"2015/12/70V_Pic_1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"70V_Pic_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"70V_Pic_1-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"70V_Pic_1-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(8404,541,'_wp_attached_file','2015/12/AS_Parallax_Shot_Desktop.jpg'),(8405,541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:36:\"2015/12/AS_Parallax_Shot_Desktop.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"AS_Parallax_Shot_Desktop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"AS_Parallax_Shot_Desktop-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"AS_Parallax_Shot_Desktop-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(8410,544,'_wp_attached_file','2015/12/Cinema_Series_Shot.jpg'),(8411,544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1320;s:6:\"height\";i:846;s:4:\"file\";s:30:\"2015/12/Cinema_Series_Shot.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Cinema_Series_Shot-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Cinema_Series_Shot-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Cinema_Series_Shot-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(8412,545,'_wp_attached_file','2015/12/Commercial_070312.jpg'),(8413,545,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1070;s:4:\"file\";s:29:\"2015/12/Commercial_070312.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Commercial_070312-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Commercial_070312-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Commercial_070312-1024x406.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(8414,546,'_wp_attached_file','2015/12/Commercial_Slides-02_040438.jpg'),(8415,546,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1109;s:6:\"height\";i:622;s:4:\"file\";s:39:\"2015/12/Commercial_Slides-02_040438.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Commercial_Slides-02_040438-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Commercial_Slides-02_040438-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Commercial_Slides-02_040438-1024x574.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:574;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(8424,551,'_key1',''),(8425,551,'_key2',''),(8426,551,'_key3',''),(8427,551,'_key4',''),(8428,551,'_key5',''),(8429,551,'_key6',''),(8430,551,'_key7',''),(8431,551,'_key8',''),(8432,551,'_key9',''),(8433,551,'_key10',''),(8434,551,'_key11',''),(8435,551,'_key12',''),(8436,551,'_key13',''),(8437,551,'_key14',''),(8438,551,'_key15',''),(8439,551,'_key16',''),(8440,551,'_key17',''),(8441,551,'_key18',''),(8442,551,'_key19',''),(8443,551,'_key20',''),(8444,551,'_keyA1','background 1'),(8445,551,'_keyA2','<a href=\"http://elura.audio/wp-content/uploads/2015/12/In-Wall_In-Ceiling_Pic_11.jpg\"><img class=\"alignleft size-full wp-image-753\" src=\"http://elura.audio/wp-content/uploads/2015/12/In-Wall_In-Ceiling_Pic_11.jpg\" alt=\"In-Wall_In-Ceiling_Pic_1\" width=\"2700\" height=\"1005\" /></a>'),(8446,551,'_keyA3','background 2'),(8447,551,'_keyA4','<a href=\"http://elura.audio/wp-content/uploads/2015/12/In-Wall___In-Ceiling_2_Top_Parallax1.jpg\"><img class=\"alignleft size-full wp-image-754\" src=\"http://elura.audio/wp-content/uploads/2015/12/In-Wall___In-Ceiling_2_Top_Parallax1.jpg\" alt=\"In-Wall___In-Ceiling_2_Top_Parallax\" width=\"3000\" height=\"2000\" /></a>'),(8448,551,'_keyA5','background3'),(8449,551,'_keyA6','<a href=\"http://elura.audio/wp-content/uploads/2015/12/AS_Parallax_Shot_Desktop1.jpg\"><img class=\"alignleft size-full wp-image-755\" src=\"http://elura.audio/wp-content/uploads/2015/12/AS_Parallax_Shot_Desktop1.jpg\" alt=\"AS_Parallax_Shot_Desktop\" width=\"1600\" height=\"900\" /></a>'),(8450,551,'_keyA7','background4'),(8451,551,'_keyA8','<a href=\"http://elura.audio/wp-content/uploads/2015/12/IS_Parallax_Shot_Desktop1.jpg\"><img class=\"alignleft size-full wp-image-756\" src=\"http://elura.audio/wp-content/uploads/2015/12/IS_Parallax_Shot_Desktop1.jpg\" alt=\"IS_Parallax_Shot_Desktop\" width=\"1600\" height=\"900\" /></a>'),(8452,551,'_keyA9','In-wall and In-ceiling speakers'),(8453,551,'_keyA10','From the <a href=\"http://www.sonance.com/company\">company</a> that invented the category comes a complete <a href=\"http://www.sonance.com/comapny\">offering</a> of in-wall and in-ceiling speakers that balance performance with design. Sonance has solutions to complement any décor and impress the most discerning listener.'),(8454,551,'_keyA11','<a href=\"http://elura.audio/wp-content/uploads/2015/12/inwallvideo-pic1.png\"><img class=\"alignleft size-full wp-image-757\" src=\"http://elura.audio/wp-content/uploads/2015/12/inwallvideo-pic1.png\" alt=\"inwallvideo-pic\" /></a>'),(8455,551,'_keyA12','Visual Performance Series'),(8456,551,'_keyA13','Sonance Visual Performance Series features an award-winning low-profile grille that is paintable to blend into the wall or ceiling. With three shapes and sizes, several performance levels and a range of specialty application speakers, a consistent look can be achieved for any application in every space.'),(8457,551,'_keyA14','<a href=\"http://elura.audio/wp-content/uploads/2015/12/VP_Product_Pic_1007091.png\"><img class=\"alignleft size-full wp-image-758\" src=\"http://elura.audio/wp-content/uploads/2015/12/VP_Product_Pic_1007091.png\" alt=\"VP_Product_Pic_100709\" /></a>'),(8458,551,'_keyA15','Architectural Series'),(8459,551,'_keyA16','Sonance Architectural Series delivers the ultimate blend of high performance and premium aesthetics. The totally flush and bezel-less grilles disappear into the surrounding ceiling surface while the state-of-the art driver materials and cutting-edge design sets a new standard in audiophile sound quality.'),(8460,551,'_keyA17','<a href=\"http://elura.audio/wp-content/uploads/2015/12/AS_Product_Pic_V2_1007401.jpg\"><img class=\"alignleft size-full wp-image-759\" src=\"http://elura.audio/wp-content/uploads/2015/12/AS_Product_Pic_V2_1007401.jpg\" alt=\"AS_Product_Pic_V2_100740\" /></a>'),(8461,551,'_keyA18','Invisible Series'),(8462,551,'_keyA19','Sonance Invisible Series is the ultimate expression in architectural audio. Installed into the wall or ceiling and then finished over with the surrounding surface, Invisible Series speakers deliver ambient music that emanates throughout the space with no visual footprint.'),(8463,551,'_keyA20','<a href=\"http://elura.audio/wp-content/uploads/2015/12/IS_Product_Pic1.jpg\"><img class=\"alignleft size-full wp-image-760\" src=\"http://elura.audio/wp-content/uploads/2015/12/IS_Product_Pic1.jpg\" alt=\"IS_Product_Pic\" /></a>'),(8464,551,'_keyA21',''),(8465,551,'_keyA22',''),(8466,551,'_keyA23',''),(8467,551,'_keyA24',''),(8468,551,'_keyA25',''),(8469,551,'_keyA26',''),(8470,551,'_keyA27',''),(8471,551,'_keyA28',''),(8472,551,'_keyA29',''),(8473,551,'_keyA30',''),(8474,551,'_keyB1',''),(8475,551,'_keyB2',''),(8476,551,'_keyB3',''),(8477,551,'_keyB4',''),(8478,551,'_keyB5',''),(8479,551,'_keyB6',''),(8480,551,'_keyB7',''),(8481,551,'_keyB8',''),(8482,551,'_keyB9',''),(8483,551,'_keyB10',''),(8484,551,'_keyB11',''),(8485,551,'_keyB12',''),(8486,551,'_keyB13',''),(8487,551,'_keyB14',''),(8488,551,'_keyB15',''),(8489,551,'_keyB16',''),(8490,551,'_keyB17',''),(8491,551,'_keyB18',''),(8492,551,'_keyB19',''),(8493,551,'_keyB20',''),(8494,551,'_keyB21',''),(8495,551,'_keyB22',''),(8496,551,'_keyB23',''),(8497,551,'_keyB24',''),(8498,551,'_keyB25',''),(8499,551,'_keyB26',''),(8500,551,'_keyB27',''),(8501,551,'_keyB28',''),(8502,551,'_keyB29',''),(8503,551,'_keyB30',''),(8504,551,'_keyC1',''),(8505,551,'_keyC2',''),(8506,551,'_keyC3',''),(8507,551,'_keyC4',''),(8508,551,'_keyC5',''),(8509,551,'_keyC6',''),(8510,551,'_keyC7',''),(8511,551,'_keyC8',''),(8512,551,'_keyC9',''),(8513,551,'_keyC10',''),(8514,551,'_keyC11',''),(8515,551,'_keyC12',''),(8516,551,'_keyC13',''),(8517,551,'_keyC14',''),(8518,551,'_keyC15',''),(8519,551,'_keyC16',''),(8520,551,'_keyC17',''),(8521,551,'_keyC18',''),(8522,551,'_keyC19',''),(8523,551,'_keyC20',''),(8524,551,'_keyC21',''),(8525,551,'_keyC22',''),(8526,551,'_keyC23',''),(8527,551,'_keyC24',''),(8528,551,'_keyC25',''),(8529,551,'_keyC26',''),(8530,551,'_keyC27',''),(8531,551,'_keyC28',''),(8532,551,'_keyC29',''),(8533,551,'_keyC30',''),(8534,551,'_keyD1',''),(8535,551,'_keyD2',''),(8536,551,'_keyD3',''),(8537,551,'_keyD4',''),(8538,551,'_keyD5',''),(8539,551,'_keyD6',''),(8540,551,'_keyD7',''),(8541,551,'_keyD8',''),(8542,551,'_keyD9',''),(8543,551,'_keyD10',''),(8544,551,'_keyD11',''),(8545,551,'_keyD12',''),(8546,551,'_keyD13',''),(8547,551,'_keyD14',''),(8548,551,'_keyD15',''),(8549,551,'_keyD16',''),(8550,551,'_keyD17',''),(8551,551,'_keyD18',''),(8552,551,'_keyD19',''),(8553,551,'_keyD20',''),(8554,551,'_keyD21',''),(8555,551,'_keyD22',''),(8556,551,'_keyD23',''),(8557,551,'_keyD24',''),(8558,551,'_keyD25',''),(8559,551,'_keyD26',''),(8560,551,'_keyD27',''),(8561,551,'_keyD28',''),(8562,551,'_keyD29',''),(8563,551,'_keyD30',''),(8564,551,'_edit_last','1'),(8565,551,'_wp_page_template','default'),(8566,551,'_edit_lock','1455942817:1'),(8707,554,'_wp_attached_file','2015/12/Soundbar2_1203431.jpg'),(8708,554,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:756;s:4:\"file\";s:29:\"2015/12/Soundbar2_1203431.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Soundbar2_1203431-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Soundbar2_1203431-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Soundbar2_1203431-1024x697.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:697;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(8709,556,'_key1',''),(8710,556,'_key2',''),(8711,556,'_key3',''),(8712,556,'_key4',''),(8713,556,'_key5',''),(8714,556,'_key6',''),(8715,556,'_key7',''),(8716,556,'_key8',''),(8717,556,'_key9',''),(8718,556,'_key10',''),(8719,556,'_key11',''),(8720,556,'_key12',''),(8721,556,'_key13',''),(8722,556,'_key14',''),(8723,556,'_key15',''),(8724,556,'_key16',''),(8725,556,'_key17',''),(8726,556,'_key18',''),(8727,556,'_key19',''),(8728,556,'_key20',''),(8729,556,'_keyA1',''),(8730,556,'_keyA2',''),(8731,556,'_keyA3',''),(8732,556,'_keyA4',''),(8733,556,'_keyA5',''),(8734,556,'_keyA6',''),(8735,556,'_keyA7',''),(8736,556,'_keyA8',''),(8737,556,'_keyA9',''),(8738,556,'_keyA10',''),(8739,556,'_keyA11',''),(8740,556,'_keyA12',''),(8741,556,'_keyA13',''),(8742,556,'_keyA14',''),(8743,556,'_keyA15',''),(8744,556,'_keyA16',''),(8745,556,'_keyA17',''),(8746,556,'_keyA18',''),(8747,556,'_keyA19',''),(8748,556,'_keyA20',''),(8749,556,'_keyA21',''),(8750,556,'_keyA22',''),(8751,556,'_keyA23',''),(8752,556,'_keyA24',''),(8753,556,'_keyA25',''),(8754,556,'_keyA26',''),(8755,556,'_keyA27',''),(8756,556,'_keyA28',''),(8757,556,'_keyA29',''),(8758,556,'_keyA30',''),(8759,556,'_keyB1',''),(8760,556,'_keyB2',''),(8761,556,'_keyB3',''),(8762,556,'_keyB4',''),(8763,556,'_keyB5',''),(8764,556,'_keyB6',''),(8765,556,'_keyB7',''),(8766,556,'_keyB8',''),(8767,556,'_keyB9',''),(8768,556,'_keyB10',''),(8769,556,'_keyB11',''),(8770,556,'_keyB12',''),(8771,556,'_keyB13',''),(8772,556,'_keyB14',''),(8773,556,'_keyB15',''),(8774,556,'_keyB16',''),(8775,556,'_keyB17',''),(8776,556,'_keyB18',''),(8777,556,'_keyB19',''),(8778,556,'_keyB20',''),(8779,556,'_keyB21',''),(8780,556,'_keyB22',''),(8781,556,'_keyB23',''),(8782,556,'_keyB24',''),(8783,556,'_keyB25',''),(8784,556,'_keyB26',''),(8785,556,'_keyB27',''),(8786,556,'_keyB28',''),(8787,556,'_keyB29',''),(8788,556,'_keyB30',''),(8789,556,'_keyC1',''),(8790,556,'_keyC2',''),(8791,556,'_keyC3',''),(8792,556,'_keyC4',''),(8793,556,'_keyC5',''),(8794,556,'_keyC6',''),(8795,556,'_keyC7',''),(8796,556,'_keyC8',''),(8797,556,'_keyC9',''),(8798,556,'_keyC10',''),(8799,556,'_keyC11',''),(8800,556,'_keyC12',''),(8801,556,'_keyC13',''),(8802,556,'_keyC14',''),(8803,556,'_keyC15',''),(8804,556,'_keyC16',''),(8805,556,'_keyC17',''),(8806,556,'_keyC18',''),(8807,556,'_keyC19',''),(8808,556,'_keyC20',''),(8809,556,'_keyC21',''),(8810,556,'_keyC22',''),(8811,556,'_keyC23',''),(8812,556,'_keyC24',''),(8813,556,'_keyC25',''),(8814,556,'_keyC26',''),(8815,556,'_keyC27',''),(8816,556,'_keyC28',''),(8817,556,'_keyC29',''),(8818,556,'_keyC30',''),(8819,556,'_keyD1',''),(8820,556,'_keyD2',''),(8821,556,'_keyD3',''),(8822,556,'_keyD4',''),(8823,556,'_keyD5',''),(8824,556,'_keyD6',''),(8825,556,'_keyD7',''),(8826,556,'_keyD8',''),(8827,556,'_keyD9',''),(8828,556,'_keyD10',''),(8829,556,'_keyD11',''),(8830,556,'_keyD12',''),(8831,556,'_keyD13',''),(8832,556,'_keyD14',''),(8833,556,'_keyD15',''),(8834,556,'_keyD16',''),(8835,556,'_keyD17',''),(8836,556,'_keyD18',''),(8837,556,'_keyD19',''),(8838,556,'_keyD20',''),(8839,556,'_keyD21',''),(8840,556,'_keyD22',''),(8841,556,'_keyD23',''),(8842,556,'_keyD24',''),(8843,556,'_keyD25',''),(8844,556,'_keyD26',''),(8845,556,'_keyD27',''),(8846,556,'_keyD28',''),(8847,556,'_keyD29',''),(8848,556,'_keyD30',''),(8849,556,'_edit_last','1'),(8850,556,'_edit_lock','1497563511:1'),(8851,556,'_wp_page_template','default'),(8852,558,'_key1',''),(8853,558,'_key2',''),(8854,558,'_key3',''),(8855,558,'_key4',''),(8856,558,'_key5',''),(8857,558,'_key6',''),(8858,558,'_key7',''),(8859,558,'_key8',''),(8860,558,'_key9',''),(8861,558,'_key10',''),(8862,558,'_key11',''),(8863,558,'_key12',''),(8864,558,'_key13',''),(8865,558,'_key14',''),(8866,558,'_key15',''),(8867,558,'_key16',''),(8868,558,'_key17',''),(8869,558,'_key18',''),(8870,558,'_key19',''),(8871,558,'_key20',''),(8872,558,'_keyA1','Outdoor_Top_Parallax'),(8873,558,'_keyA2','<a href=\"http://elura.audio/wp-content/uploads/2015/12/Outdoor_Top_Parallax1.jpg\"><img class=\"alignleft size-full wp-image-768\" src=\"http://elura.audio/wp-content/uploads/2015/12/Outdoor_Top_Parallax1.jpg\" alt=\"Outdoor_Top_Parallax\" width=\"3000\" height=\"2000\" /></a>'),(8874,558,'_keyA3','SLS_Parallax_060316'),(8875,558,'_keyA4','<a href=\"http://elura.audio/wp-content/uploads/2015/12/SLS_Parallax_0603161.jpg\"><img class=\"alignleft size-full wp-image-769\" src=\"http://elura.audio/wp-content/uploads/2015/12/SLS_Parallax_0603161.jpg\" alt=\"SLS_Parallax_060316\" width=\"3000\" height=\"2000\" /></a>'),(8876,558,'_keyA5','Sonarray_Parallax_060342'),(8877,558,'_keyA6','<a href=\"http://elura.audio/wp-content/uploads/2015/12/Sonarray_Parallax_0603421.jpg\"><img class=\"alignleft size-full wp-image-770\" src=\"http://elura.audio/wp-content/uploads/2015/12/Sonarray_Parallax_0603421.jpg\" alt=\"Sonarray_Parallax_060342\" width=\"3000\" height=\"2000\" /></a>'),(8878,558,'_keyA7','Rocks-Mariners-Extreme_Parallax_Shot_Desktop_060335'),(8879,558,'_keyA8','<a href=\"http://elura.audio/wp-content/uploads/2015/12/Rocks-Mariners-Extreme_Parallax_Shot_Desktop_0603351.jpg\"><img class=\"alignleft size-full wp-image-771\" src=\"http://elura.audio/wp-content/uploads/2015/12/Rocks-Mariners-Extreme_Parallax_Shot_Desktop_0603351.jpg\" alt=\"Rocks-Mariners-Extreme_Parallax_Shot_Desktop_060335\" width=\"1600\" height=\"900\" /></a>'),(8880,558,'_keyA9','Sonance Outdoor Speakers'),(8881,558,'_keyA10','Sonance continues its award-winning audio philosophy outdoors, with a range of all-weather products that are designed to deliver best-in-class performance and best looking aesthetics in every exterior environment. From courtyards and patios to entire residential estates or resort gardens, Sonance is the undisputed leader in high fidelity sound for the great outdoors.'),(8882,558,'_keyA11','<a href=\"http://elura.audio/wp-content/uploads/2015/12/sonancevideo.png\"><img class=\"alignleft size-full wp-image-789\" src=\"http://elura.audio/wp-content/uploads/2015/12/sonancevideo.png\" alt=\"sonancevideo\" /></a>'),(8883,558,'_keyA12','SLS'),(8884,558,'_keyA13','Sonance Landscape Series is a totally scalable outdoor speaker system that delivers perfectly even volume coverage and unbelievable sound quality throughout any size space. Described by one critic as outdoor sound to “knock their socks off”, SLS provides jaw-dropping sonic performance from small satellite speakers and below-ground subwoofers that are hidden completely out of sight amongst plants and under foliage.'),(8885,558,'_keyA14','<a href=\"http://elura.audio/wp-content/uploads/2015/12/SLS_Product_Shot1.jpg\"><img class=\"alignleft size-full wp-image-772\" src=\"http://elura.audio/wp-content/uploads/2015/12/SLS_Product_Shot1.jpg\" alt=\"SLS_Product_Shot\" /></a>'),(8886,558,'_keyA15','SONARRAY'),(8887,558,'_keyA16','Developed using the same principals of Sonance Landscape Series, the highly acclaimed SONARRAY SR1 System features eight satellite speakers and a below-ground subwoofer that is designed to fill areas of up to 2000 square feet (180 sqm) with a perfectly even blanket of high quality sound. With everything hidden under plants, crystal clear music seemingly emanates from the foliage, creating atmosphere and ambience.'),(8888,558,'_keyA17','<a href=\"http://elura.audio/wp-content/uploads/2015/12/Sonarray_Product_Shot1.jpg\"><img class=\"alignleft size-full wp-image-773\" src=\"http://elura.audio/wp-content/uploads/2015/12/Sonarray_Product_Shot1.jpg\" alt=\"Sonarray_Product_Shot\" /></a>'),(8889,558,'_keyA18','Rocks, Mariners and Extreme'),(8890,558,'_keyA19','Sonance has a range of high performance outdoor speakers for any traditional installation. Rock speakers and subwoofers in natural colors and textures; designed to hide in garden beds. Mariner speakers; perfect for courtyards and patios. Extreme in-wall and in-ceiling speakers; perfect for outdoor rooms, under eaves and demanding marine applications.'),(8891,558,'_keyA20','<a href=\"http://elura.audio/wp-content/uploads/2015/12/Rocks-Mariners-Extreme_Product_Shot_1_0603351.jpg\"><img class=\"alignleft size-full wp-image-774\" src=\"http://elura.audio/wp-content/uploads/2015/12/Rocks-Mariners-Extreme_Product_Shot_1_0603351.jpg\" alt=\"Rocks-Mariners-Extreme_Product_Shot_1_060335\" /></a>'),(8892,558,'_keyA21',''),(8893,558,'_keyA22',''),(8894,558,'_keyA23',''),(8895,558,'_keyA24',''),(8896,558,'_keyA25',''),(8897,558,'_keyA26',''),(8898,558,'_keyA27',''),(8899,558,'_keyA28',''),(8900,558,'_keyA29',''),(8901,558,'_keyA30',''),(8902,558,'_keyB1',''),(8903,558,'_keyB2',''),(8904,558,'_keyB3',''),(8905,558,'_keyB4',''),(8906,558,'_keyB5',''),(8907,558,'_keyB6',''),(8908,558,'_keyB7',''),(8909,558,'_keyB8',''),(8910,558,'_keyB9',''),(8911,558,'_keyB10',''),(8912,558,'_keyB11',''),(8913,558,'_keyB12',''),(8914,558,'_keyB13',''),(8915,558,'_keyB14',''),(8916,558,'_keyB15',''),(8917,558,'_keyB16',''),(8918,558,'_keyB17',''),(8919,558,'_keyB18',''),(8920,558,'_keyB19',''),(8921,558,'_keyB20',''),(8922,558,'_keyB21',''),(8923,558,'_keyB22',''),(8924,558,'_keyB23',''),(8925,558,'_keyB24',''),(8926,558,'_keyB25',''),(8927,558,'_keyB26',''),(8928,558,'_keyB27',''),(8929,558,'_keyB28',''),(8930,558,'_keyB29',''),(8931,558,'_keyB30',''),(8932,558,'_keyC1',''),(8933,558,'_keyC2',''),(8934,558,'_keyC3',''),(8935,558,'_keyC4',''),(8936,558,'_keyC5',''),(8937,558,'_keyC6',''),(8938,558,'_keyC7',''),(8939,558,'_keyC8',''),(8940,558,'_keyC9',''),(8941,558,'_keyC10',''),(8942,558,'_keyC11',''),(8943,558,'_keyC12',''),(8944,558,'_keyC13',''),(8945,558,'_keyC14',''),(8946,558,'_keyC15',''),(8947,558,'_keyC16',''),(8948,558,'_keyC17',''),(8949,558,'_keyC18',''),(8950,558,'_keyC19',''),(8951,558,'_keyC20',''),(8952,558,'_keyC21',''),(8953,558,'_keyC22',''),(8954,558,'_keyC23',''),(8955,558,'_keyC24',''),(8956,558,'_keyC25',''),(8957,558,'_keyC26',''),(8958,558,'_keyC27',''),(8959,558,'_keyC28',''),(8960,558,'_keyC29',''),(8961,558,'_keyC30',''),(8962,558,'_keyD1',''),(8963,558,'_keyD2',''),(8964,558,'_keyD3',''),(8965,558,'_keyD4',''),(8966,558,'_keyD5',''),(8967,558,'_keyD6',''),(8968,558,'_keyD7',''),(8969,558,'_keyD8',''),(8970,558,'_keyD9',''),(8971,558,'_keyD10',''),(8972,558,'_keyD11',''),(8973,558,'_keyD12',''),(8974,558,'_keyD13',''),(8975,558,'_keyD14',''),(8976,558,'_keyD15',''),(8977,558,'_keyD16',''),(8978,558,'_keyD17',''),(8979,558,'_keyD18',''),(8980,558,'_keyD19',''),(8981,558,'_keyD20',''),(8982,558,'_keyD21',''),(8983,558,'_keyD22',''),(8984,558,'_keyD23',''),(8985,558,'_keyD24',''),(8986,558,'_keyD25',''),(8987,558,'_keyD26',''),(8988,558,'_keyD27',''),(8989,558,'_keyD28',''),(8990,558,'_keyD29',''),(8991,558,'_keyD30',''),(8992,558,'_edit_last','1'),(8993,558,'_edit_lock','1455824196:1'),(8994,558,'_wp_page_template','default'),(9138,562,'_key1',''),(9139,562,'_key2',''),(9140,562,'_key3',''),(9141,562,'_key4',''),(9142,562,'_key5',''),(9143,562,'_key6',''),(9144,562,'_key7',''),(9145,562,'_key8',''),(9146,562,'_key9',''),(9147,562,'_key10',''),(9148,562,'_key11',''),(9149,562,'_key12',''),(9150,562,'_key13',''),(9151,562,'_key14',''),(9152,562,'_key15',''),(9153,562,'_key16',''),(9154,562,'_key17',''),(9155,562,'_key18',''),(9156,562,'_key19',''),(9157,562,'_key20',''),(9158,562,'_keyA1',''),(9159,562,'_keyA2',''),(9160,562,'_keyA3',''),(9161,562,'_keyA4',''),(9162,562,'_keyA5',''),(9163,562,'_keyA6',''),(9164,562,'_keyA7',''),(9165,562,'_keyA8',''),(9166,562,'_keyA9',''),(9167,562,'_keyA10',''),(9168,562,'_keyA11',''),(9169,562,'_keyA12',''),(9170,562,'_keyA13',''),(9171,562,'_keyA14',''),(9172,562,'_keyA15',''),(9173,562,'_keyA16',''),(9174,562,'_keyA17',''),(9175,562,'_keyA18',''),(9176,562,'_keyA19',''),(9177,562,'_keyA20',''),(9178,562,'_keyA21',''),(9179,562,'_keyA22',''),(9180,562,'_keyA23',''),(9181,562,'_keyA24',''),(9182,562,'_keyA25',''),(9183,562,'_keyA26',''),(9184,562,'_keyA27',''),(9185,562,'_keyA28',''),(9186,562,'_keyA29',''),(9187,562,'_keyA30',''),(9188,562,'_keyB1',''),(9189,562,'_keyB2',''),(9190,562,'_keyB3',''),(9191,562,'_keyB4',''),(9192,562,'_keyB5',''),(9193,562,'_keyB6',''),(9194,562,'_keyB7',''),(9195,562,'_keyB8',''),(9196,562,'_keyB9',''),(9197,562,'_keyB10',''),(9198,562,'_keyB11',''),(9199,562,'_keyB12',''),(9200,562,'_keyB13',''),(9201,562,'_keyB14',''),(9202,562,'_keyB15',''),(9203,562,'_keyB16',''),(9204,562,'_keyB17',''),(9205,562,'_keyB18',''),(9206,562,'_keyB19',''),(9207,562,'_keyB20',''),(9208,562,'_keyB21',''),(9209,562,'_keyB22',''),(9210,562,'_keyB23',''),(9211,562,'_keyB24',''),(9212,562,'_keyB25',''),(9213,562,'_keyB26',''),(9214,562,'_keyB27',''),(9215,562,'_keyB28',''),(9216,562,'_keyB29',''),(9217,562,'_keyB30',''),(9218,562,'_keyC1',''),(9219,562,'_keyC2',''),(9220,562,'_keyC3',''),(9221,562,'_keyC4',''),(9222,562,'_keyC5',''),(9223,562,'_keyC6',''),(9224,562,'_keyC7',''),(9225,562,'_keyC8',''),(9226,562,'_keyC9',''),(9227,562,'_keyC10',''),(9228,562,'_keyC11',''),(9229,562,'_keyC12',''),(9230,562,'_keyC13',''),(9231,562,'_keyC14',''),(9232,562,'_keyC15',''),(9233,562,'_keyC16',''),(9234,562,'_keyC17',''),(9235,562,'_keyC18',''),(9236,562,'_keyC19',''),(9237,562,'_keyC20',''),(9238,562,'_keyC21',''),(9239,562,'_keyC22',''),(9240,562,'_keyC23',''),(9241,562,'_keyC24',''),(9242,562,'_keyC25',''),(9243,562,'_keyC26',''),(9244,562,'_keyC27',''),(9245,562,'_keyC28',''),(9246,562,'_keyC29',''),(9247,562,'_keyC30',''),(9248,562,'_keyD1',''),(9249,562,'_keyD2',''),(9250,562,'_keyD3',''),(9251,562,'_keyD4',''),(9252,562,'_keyD5',''),(9253,562,'_keyD6',''),(9254,562,'_keyD7',''),(9255,562,'_keyD8',''),(9256,562,'_keyD9',''),(9257,562,'_keyD10',''),(9258,562,'_keyD11',''),(9259,562,'_keyD12',''),(9260,562,'_keyD13',''),(9261,562,'_keyD14',''),(9262,562,'_keyD15',''),(9263,562,'_keyD16',''),(9264,562,'_keyD17',''),(9265,562,'_keyD18',''),(9266,562,'_keyD19',''),(9267,562,'_keyD20',''),(9268,562,'_keyD21',''),(9269,562,'_keyD22',''),(9270,562,'_keyD23',''),(9271,562,'_keyD24',''),(9272,562,'_keyD25',''),(9273,562,'_keyD26',''),(9274,562,'_keyD27',''),(9275,562,'_keyD28',''),(9276,562,'_keyD29',''),(9277,562,'_keyD30',''),(9278,562,'_edit_last','1'),(9279,562,'_edit_lock','1477325293:1'),(9282,562,'_wp_page_template','default'),(9283,565,'_key1','In-Wall & In-Ceiling Speakers'),(9284,565,'_key2','<a href=\"http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-SUBB8_fix2.jpg\"><img class=\"aligncenter size-full wp-image-1488\" src=\"http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-SUBB8_fix2.jpg\" alt=\"2-In-Wall-SUBB8_fix\" width=\"1920\" height=\"841\" /></a>'),(9285,565,'_key3',NULL),(9286,565,'_key4',NULL),(9287,565,'_key5',NULL),(9288,565,'_key6',NULL),(9289,565,'_key7','SELECT'),(9290,565,'_key8','<a href=\"http://elura.audio/wp-content/uploads/2015/12/BlackLabelTitle.jpg\"><img class=\"alignleft size-full wp-image-795\" src=\"http://elura.audio/wp-content/uploads/2015/12/BlackLabelTitle.jpg\" alt=\"BlackLabelTitle\" width=\"400\" height=\"75\" /></a>'),(9291,565,'_key9','PERFORMANCE'),(9292,565,'_key10','<a href=\"http://elura.audio/wp-content/uploads/2015/12/RedLabelTitle.jpg\"><img class=\"alignleft size-full wp-image-796\" src=\"http://elura.audio/wp-content/uploads/2015/12/RedLabelTitle.jpg\" alt=\"RedLabelTitle\" width=\"400\" height=\"75\" /></a>'),(9293,565,'_key11','PREMIUM'),(9294,565,'_key12','<img class=\"size-full wp-image-1505 alignleft\" src=\"http://elura.audio/wp-content/uploads/2015/12/BlueLabelTitle_by-Sonance.png\" alt=\"BlueLabelTitle_by Sonance\" width=\"400\" height=\"75\" />'),(9295,565,'_key13',NULL),(9296,565,'_key14',NULL),(9297,565,'_key15',NULL),(9298,565,'_key16',NULL),(9299,565,'_key17',NULL),(9300,565,'_key18',NULL),(9301,565,'_key19',NULL),(9302,565,'_key20',NULL),(9303,565,'_keyA1',''),(9304,565,'_keyA2',''),(9305,565,'_keyA3',''),(9306,565,'_keyA4',''),(9307,565,'_keyA5',''),(9308,565,'_keyA6',''),(9309,565,'_keyA7',''),(9310,565,'_keyA8',''),(9311,565,'_keyA9',''),(9312,565,'_keyA10',''),(9313,565,'_keyA11',''),(9314,565,'_keyA12',''),(9315,565,'_keyA13',''),(9316,565,'_keyA14',''),(9317,565,'_keyA15',''),(9318,565,'_keyA16',''),(9319,565,'_keyA17',''),(9320,565,'_keyA18',''),(9321,565,'_keyA19',''),(9322,565,'_keyA20',''),(9323,565,'_keyA21',''),(9324,565,'_keyA22',''),(9325,565,'_keyA23',''),(9326,565,'_keyA24',''),(9327,565,'_keyA25',''),(9328,565,'_keyA26',''),(9329,565,'_keyA27',''),(9330,565,'_keyA28',''),(9331,565,'_keyA29',''),(9332,565,'_keyA30',''),(9333,565,'_keyB1',''),(9334,565,'_keyB2',''),(9335,565,'_keyB3',''),(9336,565,'_keyB4',''),(9337,565,'_keyB5',''),(9338,565,'_keyB6',''),(9339,565,'_keyB7',''),(9340,565,'_keyB8',''),(9341,565,'_keyB9',''),(9342,565,'_keyB10',''),(9343,565,'_keyB11',''),(9344,565,'_keyB12',''),(9345,565,'_keyB13',''),(9346,565,'_keyB14',''),(9347,565,'_keyB15',''),(9348,565,'_keyB16',''),(9349,565,'_keyB17',''),(9350,565,'_keyB18',''),(9351,565,'_keyB19',''),(9352,565,'_keyB20',''),(9353,565,'_keyB21',''),(9354,565,'_keyB22',''),(9355,565,'_keyB23',''),(9356,565,'_keyB24',''),(9357,565,'_keyB25',''),(9358,565,'_keyB26',''),(9359,565,'_keyB27',''),(9360,565,'_keyB28',''),(9361,565,'_keyB29',''),(9362,565,'_keyB30',''),(9363,565,'_keyC1',''),(9364,565,'_keyC2',''),(9365,565,'_keyC3',''),(9366,565,'_keyC4',''),(9367,565,'_keyC5',''),(9368,565,'_keyC6',''),(9369,565,'_keyC7',''),(9370,565,'_keyC8',''),(9371,565,'_keyC9',''),(9372,565,'_keyC10',''),(9373,565,'_keyC11',''),(9374,565,'_keyC12',''),(9375,565,'_keyC13',''),(9376,565,'_keyC14',''),(9377,565,'_keyC15',''),(9378,565,'_keyC16',''),(9379,565,'_keyC17',''),(9380,565,'_keyC18',''),(9381,565,'_keyC19',''),(9382,565,'_keyC20',''),(9383,565,'_keyC21',''),(9384,565,'_keyC22',''),(9385,565,'_keyC23',''),(9386,565,'_keyC24',''),(9387,565,'_keyC25',''),(9388,565,'_keyC26',''),(9389,565,'_keyC27',''),(9390,565,'_keyC28',''),(9391,565,'_keyC29',''),(9392,565,'_keyC30',''),(9393,565,'_keyD1',''),(9394,565,'_keyD2',''),(9395,565,'_keyD3',''),(9396,565,'_keyD4',''),(9397,565,'_keyD5',''),(9398,565,'_keyD6',''),(9399,565,'_keyD7',''),(9400,565,'_keyD8',''),(9401,565,'_keyD9',''),(9402,565,'_keyD10',''),(9403,565,'_keyD11',''),(9404,565,'_keyD12',''),(9405,565,'_keyD13',''),(9406,565,'_keyD14',''),(9407,565,'_keyD15',''),(9408,565,'_keyD16',''),(9409,565,'_keyD17',''),(9410,565,'_keyD18',''),(9411,565,'_keyD19',''),(9412,565,'_keyD20',''),(9413,565,'_keyD21',''),(9414,565,'_keyD22',''),(9415,565,'_keyD23',''),(9416,565,'_keyD24',''),(9417,565,'_keyD25',''),(9418,565,'_keyD26',''),(9419,565,'_keyD27',''),(9420,565,'_keyD28',''),(9421,565,'_keyD29',''),(9422,565,'_keyD30',''),(9423,565,'_edit_last','1'),(9424,565,'_edit_lock','1477409811:1'),(9425,565,'_wp_page_template','default'),(9990,577,'_wp_attached_file','2015/12/Invisible_Series_04_040401.jpg'),(9991,577,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1109;s:6:\"height\";i:622;s:4:\"file\";s:38:\"2015/12/Invisible_Series_04_040401.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Invisible_Series_04_040401-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Invisible_Series_04_040401-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Invisible_Series_04_040401-1024x574.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:574;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1384512216;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(10327,604,'_wp_attached_file','2015/12/Performance_3_ALT_060303.jpg'),(10328,604,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:476;s:4:\"file\";s:36:\"2015/12/Performance_3_ALT_060303.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Performance_3_ALT_060303-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Performance_3_ALT_060303-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Performance_3_ALT_060303-1024x439.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(10472,607,'_wp_attached_file','2015/12/soundbarperformance.png'),(10473,607,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1899;s:6:\"height\";i:546;s:4:\"file\";s:31:\"2015/12/soundbarperformance.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"soundbarperformance-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"soundbarperformance-300x86.png\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"soundbarperformance-1024x294.png\";s:5:\"width\";i:1024;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(10474,608,'_wp_attached_file','2015/12/Soundbar-Slides-06_050404.jpg'),(10475,608,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1109;s:6:\"height\";i:621;s:4:\"file\";s:37:\"2015/12/Soundbar-Slides-06_050404.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Soundbar-Slides-06_050404-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Soundbar-Slides-06_050404-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Soundbar-Slides-06_050404-1024x573.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(10476,609,'_wp_attached_file','2015/12/woofer_110332.jpg'),(10477,609,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:539;s:4:\"file\";s:25:\"2015/12/woofer_110332.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"woofer_110332-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"woofer_110332-300x126.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"woofer_110332-1024x431.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(10478,610,'_wp_attached_file','2015/12/Performance_2_1.jpg'),(10479,610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:539;s:4:\"file\";s:27:\"2015/12/Performance_2_1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Performance_2_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Performance_2_1-300x126.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Performance_2_1-1024x431.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(10626,614,'_wp_attached_file','2015/12/subwooferbackground.png'),(10627,614,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1905;s:6:\"height\";i:912;s:4:\"file\";s:31:\"2015/12/subwooferbackground.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"subwooferbackground-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"subwooferbackground-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"subwooferbackground-1024x490.png\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(10632,617,'_wp_attached_file','2015/12/In-Wall_Aesthetics.jpg'),(10633,617,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:476;s:4:\"file\";s:30:\"2015/12/In-Wall_Aesthetics.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"In-Wall_Aesthetics-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"In-Wall_Aesthetics-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"In-Wall_Aesthetics-1024x439.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(10634,618,'_wp_attached_file','2015/12/Sub_Amp_120355.jpg'),(10635,618,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:476;s:4:\"file\";s:26:\"2015/12/Sub_Amp_120355.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Sub_Amp_120355-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Sub_Amp_120355-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Sub_Amp_120355-1024x439.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(11066,626,'_wp_attached_file','2015/12/Performance_6.jpg'),(11067,626,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:476;s:4:\"file\";s:25:\"2015/12/Performance_6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Performance_6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Performance_6-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Performance_6-1024x439.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(11068,627,'_wp_attached_file','2015/12/Performance_3_070346.jpg'),(11069,627,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:476;s:4:\"file\";s:32:\"2015/12/Performance_3_070346.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Performance_3_070346-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Performance_3_070346-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Performance_3_070346-1024x439.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(11213,630,'_wp_attached_file','2015/12/sonnaraybackground.png'),(11214,630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1885;s:6:\"height\";i:838;s:4:\"file\";s:30:\"2015/12/sonnaraybackground.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"sonnaraybackground-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"sonnaraybackground-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"sonnaraybackground-1024x455.png\";s:5:\"width\";i:1024;s:6:\"height\";i:455;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11215,631,'_wp_attached_file','2015/12/Sonarray_Slides-04_050429.jpg'),(11216,631,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1109;s:6:\"height\";i:622;s:4:\"file\";s:37:\"2015/12/Sonarray_Slides-04_050429.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Sonarray_Slides-04_050429-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Sonarray_Slides-04_050429-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Sonarray_Slides-04_050429-1024x574.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:574;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1389294046;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11663,646,'_wp_attached_file','2015/12/dsp_icon_091235.jpg'),(11664,646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:570;s:6:\"height\";i:392;s:4:\"file\";s:27:\"2015/12/dsp_icon_091235.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"dsp_icon_091235-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"dsp_icon_091235-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(11665,647,'_wp_attached_file','2015/12/dig_icon_091210.jpg'),(11666,647,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:570;s:6:\"height\";i:392;s:4:\"file\";s:27:\"2015/12/dig_icon_091210.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"dig_icon_091210-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"dig_icon_091210-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(11667,648,'_wp_attached_file','2015/12/sonamp_header_copy_071204.jpg'),(11668,648,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1146;s:6:\"height\";i:624;s:4:\"file\";s:37:\"2015/12/sonamp_header_copy_071204.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"sonamp_header_copy_071204-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"sonamp_header_copy_071204-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"sonamp_header_copy_071204-1024x558.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:558;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(11669,649,'_wp_attached_file','2015/12/density2_071253.jpg'),(11670,649,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:730;s:6:\"height\";i:260;s:4:\"file\";s:27:\"2015/12/density2_071253.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"density2_071253-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"density2_071253-300x107.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(11671,650,'_wp_attached_file','2015/12/rack_071255.jpg'),(11672,650,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:859;s:6:\"height\";i:624;s:4:\"file\";s:23:\"2015/12/rack_071255.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"rack_071255-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"rack_071255-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(11818,654,'_wp_attached_file','2015/12/volumecontrols.png'),(11819,654,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1892;s:6:\"height\";i:874;s:4:\"file\";s:26:\"2015/12/volumecontrols.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"volumecontrols-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"volumecontrols-300x139.png\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"volumecontrols-1024x473.png\";s:5:\"width\";i:1024;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11820,655,'_wp_attached_file','2015/12/SSVC_Slides-01_ALT_050443.jpg'),(11821,655,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1109;s:6:\"height\";i:622;s:4:\"file\";s:37:\"2015/12/SSVC_Slides-01_ALT_050443.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"SSVC_Slides-01_ALT_050443-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"SSVC_Slides-01_ALT_050443-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"SSVC_Slides-01_ALT_050443-1024x574.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:574;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1389294046;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11966,658,'_wp_attached_file','2015/12/irbackground.png'),(11967,658,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1896;s:6:\"height\";i:912;s:4:\"file\";s:24:\"2015/12/irbackground.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"irbackground-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"irbackground-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"irbackground-1024x493.png\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(12543,668,'_wp_attached_file','2015/12/IS_Commercial_Slides-01_050418.jpg'),(12544,668,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1109;s:6:\"height\";i:622;s:4:\"file\";s:42:\"2015/12/IS_Commercial_Slides-01_050418.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"IS_Commercial_Slides-01_050418-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"IS_Commercial_Slides-01_050418-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"IS_Commercial_Slides-01_050418-1024x574.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:574;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1389294046;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(12547,670,'_wp_attached_file','2015/12/isc_Performance_2.jpg'),(12548,670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:540;s:4:\"file\";s:29:\"2015/12/isc_Performance_2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"isc_Performance_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"isc_Performance_2-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"isc_Performance_2-1024x432.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(12694,674,'_wp_attached_file','2015/12/CTCMFMbackground.png'),(12695,674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1893;s:6:\"height\";i:897;s:4:\"file\";s:28:\"2015/12/CTCMFMbackground.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"CTCMFMbackground-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"CTCMFMbackground-300x142.png\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"CTCMFMbackground-1024x485.png\";s:5:\"width\";i:1024;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(12849,682,'_wp_attached_file','2015/12/CCS_110325.jpg'),(12850,682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1070;s:4:\"file\";s:22:\"2015/12/CCS_110325.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"CCS_110325-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"CCS_110325-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"CCS_110325-1024x406.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(12851,683,'_wp_attached_file','2015/12/TRUFIG_110359.jpg'),(12852,683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1070;s:4:\"file\";s:25:\"2015/12/TRUFIG_110359.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"TRUFIG_110359-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"TRUFIG_110359-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"TRUFIG_110359-1024x406.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(12996,686,'_wp_attached_file','2015/12/SLS_CEDIA_100322.jpg'),(12997,686,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:561;s:4:\"file\";s:28:\"2015/12/SLS_CEDIA_100322.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"SLS_CEDIA_100322-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"SLS_CEDIA_100322-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"SLS_CEDIA_100322-1024x442.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:442;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(12998,687,'_wp_attached_file','2015/12/Press_Artistic_6_030409.jpg'),(12999,687,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1070;s:4:\"file\";s:35:\"2015/12/Press_Artistic_6_030409.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Press_Artistic_6_030409-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Press_Artistic_6_030409-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Press_Artistic_6_030409-1024x406.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13000,688,'_wp_attached_file','2015/12/Press_Artistic_2_110304.jpg'),(13001,688,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1070;s:4:\"file\";s:35:\"2015/12/Press_Artistic_2_110304.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Press_Artistic_2_110304-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Press_Artistic_2_110304-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Press_Artistic_2_110304-1024x406.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13002,689,'_wp_attached_file','2015/12/Press_top_shot_edited_050319.jpg'),(13003,689,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:624;s:4:\"file\";s:40:\"2015/12/Press_top_shot_edited_050319.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Press_top_shot_edited_050319-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Press_top_shot_edited_050319-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Press_top_shot_edited_050319-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13005,691,'_key1',''),(13006,691,'_key2',''),(13007,691,'_key3',''),(13008,691,'_key4',''),(13009,691,'_key5',''),(13010,691,'_key6',''),(13011,691,'_key7',''),(13012,691,'_key8',''),(13013,691,'_key9',''),(13014,691,'_key10',''),(13015,691,'_key11',''),(13016,691,'_key12',''),(13017,691,'_key13',''),(13018,691,'_key14',''),(13019,691,'_key15',''),(13020,691,'_key16',''),(13021,691,'_key17',''),(13022,691,'_key18',''),(13023,691,'_key19',''),(13024,691,'_key20',''),(13025,691,'_keyA1',''),(13026,691,'_keyA2',''),(13027,691,'_keyA3',''),(13028,691,'_keyA4',''),(13029,691,'_keyA5',''),(13030,691,'_keyA6',''),(13031,691,'_keyA7',''),(13032,691,'_keyA8',''),(13033,691,'_keyA9',''),(13034,691,'_keyA10',''),(13035,691,'_keyA11',''),(13036,691,'_keyA12',''),(13037,691,'_keyA13',''),(13038,691,'_keyA14',''),(13039,691,'_keyA15',''),(13040,691,'_keyA16',''),(13041,691,'_keyA17',''),(13042,691,'_keyA18',''),(13043,691,'_keyA19',''),(13044,691,'_keyA20',''),(13045,691,'_keyA21',''),(13046,691,'_keyA22',''),(13047,691,'_keyA23',''),(13048,691,'_keyA24',''),(13049,691,'_keyA25',''),(13050,691,'_keyA26',''),(13051,691,'_keyA27',''),(13052,691,'_keyA28',''),(13053,691,'_keyA29',''),(13054,691,'_keyA30',''),(13055,691,'_keyB1',''),(13056,691,'_keyB2',''),(13057,691,'_keyB3',''),(13058,691,'_keyB4',''),(13059,691,'_keyB5',''),(13060,691,'_keyB6',''),(13061,691,'_keyB7',''),(13062,691,'_keyB8',''),(13063,691,'_keyB9',''),(13064,691,'_keyB10',''),(13065,691,'_keyB11',''),(13066,691,'_keyB12',''),(13067,691,'_keyB13',''),(13068,691,'_keyB14',''),(13069,691,'_keyB15',''),(13070,691,'_keyB16',''),(13071,691,'_keyB17',''),(13072,691,'_keyB18',''),(13073,691,'_keyB19',''),(13074,691,'_keyB20',''),(13075,691,'_keyB21',''),(13076,691,'_keyB22',''),(13077,691,'_keyB23',''),(13078,691,'_keyB24',''),(13079,691,'_keyB25',''),(13080,691,'_keyB26',''),(13081,691,'_keyB27',''),(13082,691,'_keyB28',''),(13083,691,'_keyB29',''),(13084,691,'_keyB30',''),(13085,691,'_keyC1',''),(13086,691,'_keyC2',''),(13087,691,'_keyC3',''),(13088,691,'_keyC4',''),(13089,691,'_keyC5',''),(13090,691,'_keyC6',''),(13091,691,'_keyC7',''),(13092,691,'_keyC8',''),(13093,691,'_keyC9',''),(13094,691,'_keyC10',''),(13095,691,'_keyC11',''),(13096,691,'_keyC12',''),(13097,691,'_keyC13',''),(13098,691,'_keyC14',''),(13099,691,'_keyC15',''),(13100,691,'_keyC16',''),(13101,691,'_keyC17',''),(13102,691,'_keyC18',''),(13103,691,'_keyC19',''),(13104,691,'_keyC20',''),(13105,691,'_keyC21',''),(13106,691,'_keyC22',''),(13107,691,'_keyC23',''),(13108,691,'_keyC24',''),(13109,691,'_keyC25',''),(13110,691,'_keyC26',''),(13111,691,'_keyC27',''),(13112,691,'_keyC28',''),(13113,691,'_keyC29',''),(13114,691,'_keyC30',''),(13115,691,'_keyD1',''),(13116,691,'_keyD2',''),(13117,691,'_keyD3',''),(13118,691,'_keyD4',''),(13119,691,'_keyD5',''),(13120,691,'_keyD6',''),(13121,691,'_keyD7',''),(13122,691,'_keyD8',''),(13123,691,'_keyD9',''),(13124,691,'_keyD10',''),(13125,691,'_keyD11',''),(13126,691,'_keyD12',''),(13127,691,'_keyD13',''),(13128,691,'_keyD14',''),(13129,691,'_keyD15',''),(13130,691,'_keyD16',''),(13131,691,'_keyD17',''),(13132,691,'_keyD18',''),(13133,691,'_keyD19',''),(13134,691,'_keyD20',''),(13135,691,'_keyD21',''),(13136,691,'_keyD22',''),(13137,691,'_keyD23',''),(13138,691,'_keyD24',''),(13139,691,'_keyD25',''),(13140,691,'_keyD26',''),(13141,691,'_keyD27',''),(13142,691,'_keyD28',''),(13143,691,'_keyD29',''),(13144,691,'_keyD30',''),(13145,691,'_edit_last','1'),(13146,691,'_edit_lock','1455129566:1'),(13147,691,'_wp_page_template','default'),(13153,695,'_wp_attached_file','2015/12/invisibleseriesbackground.png'),(13154,695,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1879;s:6:\"height\";i:487;s:4:\"file\";s:37:\"2015/12/invisibleseriesbackground.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"invisibleseriesbackground-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"invisibleseriesbackground-300x78.png\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"invisibleseriesbackground-1024x265.png\";s:5:\"width\";i:1024;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13166,705,'_wp_attached_file','2015/12/speakerselectbackground.png'),(13167,705,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1889;s:6:\"height\";i:892;s:4:\"file\";s:35:\"2015/12/speakerselectbackground.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"speakerselectbackground-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"speakerselectbackground-300x142.png\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"speakerselectbackground-1024x484.png\";s:5:\"width\";i:1024;s:6:\"height\";i:484;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13168,706,'_wp_attached_file','2015/12/volume.png'),(13169,706,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:622;s:6:\"height\";i:400;s:4:\"file\";s:18:\"2015/12/volume.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"volume-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"volume-300x193.png\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13172,709,'_wp_attached_file','2015/12/dspdigital.png'),(13173,709,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1888;s:6:\"height\";i:745;s:4:\"file\";s:22:\"2015/12/dspdigital.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"dspdigital-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"dspdigital-300x118.png\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"dspdigital-1024x404.png\";s:5:\"width\";i:1024;s:6:\"height\";i:404;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13615,732,'_wp_attached_file','2015/12/SLS_Bottom_Animation_050307.gif'),(13616,732,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1140;s:6:\"height\";i:556;s:4:\"file\";s:39:\"2015/12/SLS_Bottom_Animation_050307.gif\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"SLS_Bottom_Animation_050307-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"SLS_Bottom_Animation_050307-300x146.gif\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"SLS_Bottom_Animation_050307-1024x499.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:499;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13618,733,'_wp_attached_file','2015/12/invisibleseriesvideoimage.png'),(13619,733,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1150;s:6:\"height\";i:710;s:4:\"file\";s:37:\"2015/12/invisibleseriesvideoimage.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"invisibleseriesvideoimage-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"invisibleseriesvideoimage-300x185.png\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"invisibleseriesvideoimage-1024x632.png\";s:5:\"width\";i:1024;s:6:\"height\";i:632;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13621,734,'_wp_attached_file','2015/12/IS_Bottom_Asset_090355.gif'),(13622,734,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3531;s:6:\"height\";i:1649;s:4:\"file\";s:34:\"2015/12/IS_Bottom_Asset_090355.gif\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"IS_Bottom_Asset_090355-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"IS_Bottom_Asset_090355-300x140.gif\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"IS_Bottom_Asset_090355-1024x478.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:478;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(14475,733,'_edit_lock','1450814148:1'),(14476,748,'_wp_attached_file','2015/12/elurabkgrnd2.png'),(14477,748,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1925;s:6:\"height\";i:541;s:4:\"file\";s:24:\"2015/12/elurabkgrnd2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"elurabkgrnd2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"elurabkgrnd2-300x84.png\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"elurabkgrnd2-1024x288.png\";s:5:\"width\";i:1024;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(14478,749,'_wp_attached_file','2015/12/elura3spkr.png'),(14479,749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:530;s:4:\"file\";s:22:\"2015/12/elura3spkr.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"elura3spkr-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"elura3spkr-300x83.png\";s:5:\"width\";i:300;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"elura3spkr-1024x283.png\";s:5:\"width\";i:1024;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(14480,750,'_wp_attached_file','2015/12/elurabkgrnd21.png'),(14481,750,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1925;s:6:\"height\";i:541;s:4:\"file\";s:25:\"2015/12/elurabkgrnd21.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"elurabkgrnd21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"elurabkgrnd21-300x84.png\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"elurabkgrnd21-1024x288.png\";s:5:\"width\";i:1024;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(14482,751,'_wp_attached_file','2015/12/eluralogo.png'),(14483,751,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:429;s:6:\"height\";i:133;s:4:\"file\";s:21:\"2015/12/eluralogo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"eluralogo-150x133.png\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"eluralogo-300x93.png\";s:5:\"width\";i:300;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(14484,752,'_wp_attached_file','2015/12/bottom-elura-logo.png'),(14485,752,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1922;s:6:\"height\";i:455;s:4:\"file\";s:29:\"2015/12/bottom-elura-logo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"bottom-elura-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"bottom-elura-logo-300x71.png\";s:5:\"width\";i:300;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"bottom-elura-logo-1024x242.png\";s:5:\"width\";i:1024;s:6:\"height\";i:242;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(14486,753,'_wp_attached_file','2015/12/In-Wall_In-Ceiling_Pic_11.jpg'),(14487,753,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1005;s:4:\"file\";s:37:\"2015/12/In-Wall_In-Ceiling_Pic_11.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"In-Wall_In-Ceiling_Pic_11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"In-Wall_In-Ceiling_Pic_11-300x112.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"In-Wall_In-Ceiling_Pic_11-1024x381.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:381;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(14488,754,'_wp_attached_file','2015/12/In-Wall___In-Ceiling_2_Top_Parallax1.jpg'),(14489,754,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2000;s:4:\"file\";s:48:\"2015/12/In-Wall___In-Ceiling_2_Top_Parallax1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"In-Wall___In-Ceiling_2_Top_Parallax1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"In-Wall___In-Ceiling_2_Top_Parallax1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"In-Wall___In-Ceiling_2_Top_Parallax1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1394013552;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(14490,755,'_wp_attached_file','2015/12/AS_Parallax_Shot_Desktop1.jpg'),(14491,755,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2015/12/AS_Parallax_Shot_Desktop1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"AS_Parallax_Shot_Desktop1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"AS_Parallax_Shot_Desktop1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"AS_Parallax_Shot_Desktop1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(14492,756,'_wp_attached_file','2015/12/IS_Parallax_Shot_Desktop1.jpg'),(14493,756,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2015/12/IS_Parallax_Shot_Desktop1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"IS_Parallax_Shot_Desktop1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"IS_Parallax_Shot_Desktop1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"IS_Parallax_Shot_Desktop1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(14494,757,'_wp_attached_file','2015/12/inwallvideo-pic1.png'),(14495,757,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:557;s:6:\"height\";i:341;s:4:\"file\";s:28:\"2015/12/inwallvideo-pic1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"inwallvideo-pic1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"inwallvideo-pic1-300x184.png\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(14496,758,'_wp_attached_file','2015/12/VP_Product_Pic_1007091.png'),(14497,758,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:711;s:4:\"file\";s:34:\"2015/12/VP_Product_Pic_1007091.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VP_Product_Pic_1007091-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"VP_Product_Pic_1007091-300x192.png\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"VP_Product_Pic_1007091-1024x656.png\";s:5:\"width\";i:1024;s:6:\"height\";i:656;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(14498,759,'_wp_attached_file','2015/12/AS_Product_Pic_V2_1007401.jpg'),(14499,759,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:600;s:4:\"file\";s:37:\"2015/12/AS_Product_Pic_V2_1007401.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"AS_Product_Pic_V2_1007401-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"AS_Product_Pic_V2_1007401-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(14500,760,'_wp_attached_file','2015/12/IS_Product_Pic1.jpg'),(14501,760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:711;s:4:\"file\";s:27:\"2015/12/IS_Product_Pic1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"IS_Product_Pic1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"IS_Product_Pic1-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"IS_Product_Pic1-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(14502,761,'_wp_attached_file','2015/12/Home_Theater_0703151.jpg'),(14503,761,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1070;s:4:\"file\";s:32:\"2015/12/Home_Theater_0703151.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Home_Theater_0703151-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Home_Theater_0703151-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Home_Theater_0703151-1024x406.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(14504,762,'_wp_attached_file','2015/12/sonancevideopic-150x1501.png'),(14505,762,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:36:\"2015/12/sonancevideopic-150x1501.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(14506,763,'_wp_attached_file','2015/12/Home-Theater.png'),(14507,763,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:421;s:6:\"height\";i:259;s:4:\"file\";s:24:\"2015/12/Home-Theater.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Home-Theater-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Home-Theater-300x185.png\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(14508,764,'_wp_attached_file','2015/12/Cinema_Series_Shot1.jpg'),(14509,764,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1320;s:6:\"height\";i:846;s:4:\"file\";s:31:\"2015/12/Cinema_Series_Shot1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Cinema_Series_Shot1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Cinema_Series_Shot1-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Cinema_Series_Shot1-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(14510,765,'_wp_attached_file','2015/12/Soundbar2_1203432.jpg'),(14511,765,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:756;s:4:\"file\";s:29:\"2015/12/Soundbar2_1203432.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Soundbar2_1203432-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Soundbar2_1203432-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Soundbar2_1203432-1024x697.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:697;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(14512,766,'_wp_attached_file','2015/12/Subwoofer_Shot1.jpg'),(14513,766,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1320;s:6:\"height\";i:846;s:4:\"file\";s:27:\"2015/12/Subwoofer_Shot1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Subwoofer_Shot1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Subwoofer_Shot1-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Subwoofer_Shot1-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(14514,767,'_wp_attached_file','2015/12/BottomSmoke.png'),(14515,767,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:561;s:4:\"file\";s:23:\"2015/12/BottomSmoke.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"BottomSmoke-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"BottomSmoke-300x88.png\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"BottomSmoke-1024x299.png\";s:5:\"width\";i:1024;s:6:\"height\";i:299;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(14516,768,'_wp_attached_file','2015/12/Outdoor_Top_Parallax1.jpg'),(14517,768,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2000;s:4:\"file\";s:33:\"2015/12/Outdoor_Top_Parallax1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Outdoor_Top_Parallax1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Outdoor_Top_Parallax1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Outdoor_Top_Parallax1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1394012290;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(14518,769,'_wp_attached_file','2015/12/SLS_Parallax_0603161.jpg'),(14519,769,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2000;s:4:\"file\";s:32:\"2015/12/SLS_Parallax_0603161.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"SLS_Parallax_0603161-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"SLS_Parallax_0603161-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"SLS_Parallax_0603161-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(14520,770,'_wp_attached_file','2015/12/Sonarray_Parallax_0603421.jpg'),(14521,770,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2000;s:4:\"file\";s:37:\"2015/12/Sonarray_Parallax_0603421.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Sonarray_Parallax_0603421-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Sonarray_Parallax_0603421-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Sonarray_Parallax_0603421-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(14522,771,'_wp_attached_file','2015/12/Rocks-Mariners-Extreme_Parallax_Shot_Desktop_0603351.jpg'),(14523,771,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:64:\"2015/12/Rocks-Mariners-Extreme_Parallax_Shot_Desktop_0603351.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"Rocks-Mariners-Extreme_Parallax_Shot_Desktop_0603351-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:64:\"Rocks-Mariners-Extreme_Parallax_Shot_Desktop_0603351-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:65:\"Rocks-Mariners-Extreme_Parallax_Shot_Desktop_0603351-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(14524,772,'_wp_attached_file','2015/12/SLS_Product_Shot1.jpg'),(14525,772,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1320;s:6:\"height\";i:846;s:4:\"file\";s:29:\"2015/12/SLS_Product_Shot1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"SLS_Product_Shot1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"SLS_Product_Shot1-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"SLS_Product_Shot1-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(14526,773,'_wp_attached_file','2015/12/Sonarray_Product_Shot1.jpg'),(14527,773,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1320;s:6:\"height\";i:846;s:4:\"file\";s:34:\"2015/12/Sonarray_Product_Shot1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Sonarray_Product_Shot1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Sonarray_Product_Shot1-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Sonarray_Product_Shot1-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(14528,774,'_wp_attached_file','2015/12/Rocks-Mariners-Extreme_Product_Shot_1_0603351.jpg'),(14529,774,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1112;s:6:\"height\";i:626;s:4:\"file\";s:57:\"2015/12/Rocks-Mariners-Extreme_Product_Shot_1_0603351.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Rocks-Mariners-Extreme_Product_Shot_1_0603351-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"Rocks-Mariners-Extreme_Product_Shot_1_0603351-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"Rocks-Mariners-Extreme_Product_Shot_1_0603351-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(14530,775,'_wp_attached_file','2015/12/New_Updated_Electronics_Parallax_Amp__040332_0512481.jpg'),(14531,775,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1070;s:4:\"file\";s:64:\"2015/12/New_Updated_Electronics_Parallax_Amp__040332_0512481.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"New_Updated_Electronics_Parallax_Amp__040332_0512481-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:64:\"New_Updated_Electronics_Parallax_Amp__040332_0512481-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:65:\"New_Updated_Electronics_Parallax_Amp__040332_0512481-1024x406.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(14532,776,'_wp_attached_file','2015/12/Electronics_Slides-04_dspcopy_0412431.jpg'),(14533,776,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1152;s:6:\"height\";i:646;s:4:\"file\";s:49:\"2015/12/Electronics_Slides-04_dspcopy_0412431.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Electronics_Slides-04_dspcopy_0412431-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Electronics_Slides-04_dspcopy_0412431-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Electronics_Slides-04_dspcopy_0412431-1024x574.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:574;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(14534,777,'_wp_attached_file','2015/12/sonamp_header_copy_0812471.jpg'),(14535,777,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1146;s:6:\"height\";i:624;s:4:\"file\";s:38:\"2015/12/sonamp_header_copy_0812471.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"sonamp_header_copy_0812471-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"sonamp_header_copy_0812471-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"sonamp_header_copy_0812471-1024x558.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:558;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(14536,778,'_wp_attached_file','2015/12/Speak_Selector_Volume_Control_11.jpg'),(14537,778,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:711;s:4:\"file\";s:44:\"2015/12/Speak_Selector_Volume_Control_11.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Speak_Selector_Volume_Control_11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Speak_Selector_Volume_Control_11-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Speak_Selector_Volume_Control_11-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(14538,779,'_wp_attached_file','2015/12/IR_21.jpg'),(14539,779,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:711;s:4:\"file\";s:17:\"2015/12/IR_21.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"IR_21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"IR_21-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"IR_21-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(14540,780,'_wp_attached_file','2015/12/Dana_Company_Image_0403212.jpg'),(14541,780,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1070;s:4:\"file\";s:38:\"2015/12/Dana_Company_Image_0403212.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Dana_Company_Image_0403212-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Dana_Company_Image_0403212-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Dana_Company_Image_0403212-1024x406.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(14542,781,'_wp_attached_file','2015/12/Sonance_Company_Image_0403211.jpg'),(14543,781,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1070;s:4:\"file\";s:41:\"2015/12/Sonance_Company_Image_0403211.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Sonance_Company_Image_0403211-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Sonance_Company_Image_0403211-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Sonance_Company_Image_0403211-1024x406.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(14544,782,'_wp_attached_file','2015/12/iPort_Compnay_Image_V2_0504451.jpg'),(14545,782,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1070;s:4:\"file\";s:42:\"2015/12/iPort_Compnay_Image_V2_0504451.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"iPort_Compnay_Image_V2_0504451-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"iPort_Compnay_Image_V2_0504451-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"iPort_Compnay_Image_V2_0504451-1024x406.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(14546,783,'_wp_attached_file','2015/12/Dana_Logo_11.jpg'),(14547,783,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:625;s:4:\"file\";s:24:\"2015/12/Dana_Logo_11.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Dana_Logo_11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Dana_Logo_11-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Dana_Logo_11-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(14548,784,'_wp_attached_file','2015/12/Sonance_Logo_11.jpg'),(14549,784,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:625;s:4:\"file\";s:27:\"2015/12/Sonance_Logo_11.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Sonance_Logo_11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Sonance_Logo_11-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Sonance_Logo_11-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(14550,785,'_wp_attached_file','2015/12/iPort_Logo_11.jpg'),(14551,785,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:625;s:4:\"file\";s:25:\"2015/12/iPort_Logo_11.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"iPort_Logo_11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"iPort_Logo_11-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"iPort_Logo_11-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(14552,786,'_wp_attached_file','2015/12/Trufig_Logo_11.jpg'),(14553,786,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:625;s:4:\"file\";s:26:\"2015/12/Trufig_Logo_11.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Trufig_Logo_11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Trufig_Logo_11-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Trufig_Logo_11-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(14554,787,'_wp_attached_file','2015/12/Electronics_Slides-04_digitalcopy_041243.jpg'),(14555,787,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1152;s:6:\"height\";i:646;s:4:\"file\";s:52:\"2015/12/Electronics_Slides-04_digitalcopy_041243.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Electronics_Slides-04_digitalcopy_041243-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"Electronics_Slides-04_digitalcopy_041243-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"Electronics_Slides-04_digitalcopy_041243-1024x574.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:574;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(14556,789,'_wp_attached_file','2015/12/sonancevideo.png'),(14557,789,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:420;s:6:\"height\";i:258;s:4:\"file\";s:24:\"2015/12/sonancevideo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"sonancevideo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"sonancevideo-300x184.png\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(14558,790,'_wp_attached_file','2015/12/TRUFIG_Company_Image_0403561.jpg'),(14559,790,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1070;s:4:\"file\";s:40:\"2015/12/TRUFIG_Company_Image_0403561.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"TRUFIG_Company_Image_0403561-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"TRUFIG_Company_Image_0403561-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"TRUFIG_Company_Image_0403561-1024x406.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(14560,791,'_wp_attached_file','2015/12/BottomSmoke1.png'),(14561,791,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:561;s:4:\"file\";s:24:\"2015/12/BottomSmoke1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"BottomSmoke1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"BottomSmoke1-300x88.png\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"BottomSmoke1-1024x299.png\";s:5:\"width\";i:1024;s:6:\"height\";i:299;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(14562,792,'_wp_attached_file','2015/12/modernlivingroomedited.png'),(14563,792,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:645;s:4:\"file\";s:34:\"2015/12/modernlivingroomedited.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"modernlivingroomedited-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"modernlivingroomedited-300x194.png\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(14564,793,'_wp_attached_file','2015/12/modernlivingroomedited1.png'),(14565,793,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:645;s:4:\"file\";s:35:\"2015/12/modernlivingroomedited1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"modernlivingroomedited1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"modernlivingroomedited1-300x194.png\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(14566,795,'_wp_attached_file','2015/12/BlackLabelTitle.jpg'),(14567,795,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:75;s:4:\"file\";s:27:\"2015/12/BlackLabelTitle.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"BlackLabelTitle-150x75.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"BlackLabelTitle-300x56.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(14568,796,'_wp_attached_file','2015/12/RedLabelTitle.jpg'),(14569,796,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:75;s:4:\"file\";s:25:\"2015/12/RedLabelTitle.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"RedLabelTitle-150x75.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"RedLabelTitle-300x56.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(14570,797,'_wp_attached_file','2015/12/BlueLabelTitle.jpg'),(14571,797,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:75;s:4:\"file\";s:26:\"2015/12/BlueLabelTitle.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"BlueLabelTitle-150x75.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"BlueLabelTitle-300x56.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(14716,800,'_wp_attached_file','2016/01/RedLabelTitle.jpg'),(14717,800,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:75;s:4:\"file\";s:25:\"2016/01/RedLabelTitle.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"RedLabelTitle-150x75.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"RedLabelTitle-300x56.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(14718,801,'_wp_attached_file','2015/12/modernlivingroomedited2.png'),(14719,801,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:645;s:4:\"file\";s:35:\"2015/12/modernlivingroomedited2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"modernlivingroomedited2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"modernlivingroomedited2-300x194.png\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(14860,803,'_wp_attached_file','2015/12/ModernLivingRoom-Final.jpg'),(14861,803,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5616;s:6:\"height\";i:3744;s:4:\"file\";s:34:\"2015/12/ModernLivingRoom-Final.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"ModernLivingRoom-Final-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"ModernLivingRoom-Final-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"ModernLivingRoom-Final-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(14862,562,'imageSliderKey1',''),(14863,562,'imageSliderKey2',''),(14864,562,'imageSliderKey3',''),(14865,562,'imageSliderKey4',''),(14866,562,'imageSliderKey5',''),(14867,562,'imageSliderKey6',''),(14868,562,'imageSliderKey7',''),(14869,562,'imageSliderKey8',''),(14870,562,'imageSliderKey9',''),(14871,562,'imageSliderKey10',''),(14872,562,'imageSliderKey11',''),(14873,562,'imageSliderKey12',''),(14874,562,'imageSliderKey13',''),(14875,562,'imageSliderKey14',''),(14876,562,'imageSliderKey15',''),(14877,562,'imageSliderKey16',''),(14878,562,'imageSliderKey17',''),(14879,562,'imageSliderKey18',''),(14880,562,'imageSliderKey19',''),(14881,562,'imageSliderKey20',''),(14882,562,'imageSliderKey21',''),(14883,562,'imageSliderKey22',''),(14884,562,'imageSliderKey23',''),(14885,562,'imageSliderKey24',''),(14886,562,'imageSliderKey25',''),(14887,562,'imageSliderKey26',''),(14888,562,'imageSliderKey27',''),(14889,562,'imageSliderKey28',''),(14890,562,'imageSliderKey29',''),(14891,562,'imageSliderKey30',''),(15920,811,'_wp_attached_file','2015/12/Subb8bottomAngle-ConvertImage.png'),(15921,811,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3872;s:6:\"height\";i:2176;s:4:\"file\";s:41:\"2015/12/Subb8bottomAngle-ConvertImage.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Subb8bottomAngle-ConvertImage-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Subb8bottomAngle-ConvertImage-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Subb8bottomAngle-ConvertImage-1024x575.png\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(15922,812,'_wp_attached_file','2015/12/CloseupSubb8.jpg'),(15923,812,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5616;s:6:\"height\";i:3744;s:4:\"file\";s:24:\"2015/12/CloseupSubb8.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"CloseupSubb8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"CloseupSubb8-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"CloseupSubb8-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(15924,813,'_wp_attached_file','2015/12/CloseupSubb8-2.jpg'),(15925,813,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5616;s:6:\"height\";i:3744;s:4:\"file\";s:26:\"2015/12/CloseupSubb8-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"CloseupSubb8-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"CloseupSubb8-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"CloseupSubb8-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(15926,814,'_wp_attached_file','2015/12/elura2speakers.png'),(15927,814,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1921;s:6:\"height\";i:697;s:4:\"file\";s:26:\"2015/12/elura2speakers.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"elura2speakers-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"elura2speakers-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"elura2speakers-1024x372.png\";s:5:\"width\";i:1024;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(15928,556,'imageSliderKey1','SUBWOOFERS'),(15929,556,'imageSliderKey2','<a href=\"http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-SUBB8_fix2.jpg\"><img class=\"aligncenter size-full wp-image-1488\" src=\"http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-SUBB8_fix2.jpg\" alt=\"2-In-Wall-SUBB8_fix\" width=\"1920\" height=\"841\" /></a>'),(15930,556,'imageSliderKey3',''),(15931,556,'imageSliderKey4',''),(15932,556,'imageSliderKey5',''),(15933,556,'imageSliderKey6',''),(15934,556,'imageSliderKey7',''),(15935,556,'imageSliderKey8',''),(15936,556,'imageSliderKey9',''),(15937,556,'imageSliderKey10',''),(15938,556,'imageSliderKey11',''),(15939,556,'imageSliderKey12',''),(15940,556,'imageSliderKey13',''),(15941,556,'imageSliderKey14',''),(15942,556,'imageSliderKey15',''),(15943,556,'imageSliderKey16',''),(15944,556,'imageSliderKey17',''),(15945,556,'imageSliderKey18',''),(15946,556,'imageSliderKey19',''),(15947,556,'imageSliderKey20',''),(15948,556,'imageSliderKey21',''),(15949,556,'imageSliderKey22',''),(15950,556,'imageSliderKey23',''),(15951,556,'imageSliderKey24',''),(15952,556,'imageSliderKey25',''),(15953,556,'imageSliderKey26',''),(15954,556,'imageSliderKey27',''),(15955,556,'imageSliderKey28',''),(15956,556,'imageSliderKey29',''),(15957,556,'imageSliderKey30',''),(15958,815,'_wp_attached_file','2015/12/dimensiondrawings.jpg'),(15959,815,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:29:\"2015/12/dimensiondrawings.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"dimensiondrawings-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"dimensiondrawings-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"dimensiondrawings-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(18934,836,'_wp_attached_file','2016/01/Invisible_Series_Top_Shot_120339.jpg'),(18935,836,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2280;s:6:\"height\";i:796;s:4:\"file\";s:44:\"2016/01/Invisible_Series_Top_Shot_120339.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Invisible_Series_Top_Shot_120339-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Invisible_Series_Top_Shot_120339-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Invisible_Series_Top_Shot_120339-1024x358.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(18936,837,'_wp_attached_file','2016/01/Invisible_Series_Hero.jpg'),(18937,837,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2216;s:6:\"height\";i:1144;s:4:\"file\";s:33:\"2016/01/Invisible_Series_Hero.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Invisible_Series_Hero-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Invisible_Series_Hero-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Invisible_Series_Hero-1024x529.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:529;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(18938,838,'_wp_attached_file','2016/01/IS4_110330.jpg'),(18939,838,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:721;s:6:\"height\";i:1004;s:4:\"file\";s:22:\"2016/01/IS4_110330.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IS4_110330-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IS4_110330-215x300.jpg\";s:5:\"width\";i:215;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(18940,839,'_wp_attached_file','2016/01/IS4_050342.jpg'),(18941,839,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:721;s:6:\"height\";i:1004;s:4:\"file\";s:22:\"2016/01/IS4_050342.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IS4_050342-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IS4_050342-215x300.jpg\";s:5:\"width\";i:215;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(18942,840,'_wp_attached_file','2016/01/IS4_050356.jpg'),(18943,840,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:721;s:6:\"height\";i:1004;s:4:\"file\";s:22:\"2016/01/IS4_050356.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IS4_050356-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IS4_050356-215x300.jpg\";s:5:\"width\";i:215;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(18944,841,'_wp_attached_file','2016/01/IS4C_070432.jpg'),(18945,841,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:721;s:6:\"height\";i:1004;s:4:\"file\";s:23:\"2016/01/IS4C_070432.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"IS4C_070432-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"IS4C_070432-215x300.jpg\";s:5:\"width\";i:215;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(18946,842,'_wp_attached_file','2016/01/IS4_050352.jpg'),(18947,842,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:721;s:6:\"height\";i:1004;s:4:\"file\";s:22:\"2016/01/IS4_050352.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IS4_050352-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IS4_050352-215x300.jpg\";s:5:\"width\";i:215;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(18948,843,'_wp_attached_file','2016/01/CAD_Invisible_Series_110309.jpg'),(18949,843,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:890;s:4:\"file\";s:39:\"2016/01/CAD_Invisible_Series_110309.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"CAD_Invisible_Series_110309-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"CAD_Invisible_Series_110309-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"CAD_Invisible_Series_110309-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(18953,691,'imageSliderKey1',''),(18954,691,'imageSliderKey2',''),(18955,691,'imageSliderKey3',''),(18956,691,'imageSliderKey4',''),(18957,691,'imageSliderKey5',''),(18958,691,'imageSliderKey6',''),(18959,691,'imageSliderKey7',''),(18960,691,'imageSliderKey8',''),(18961,691,'imageSliderKey9',''),(18962,691,'imageSliderKey10',''),(18963,691,'imageSliderKey11',''),(18964,691,'imageSliderKey12',''),(18965,691,'imageSliderKey13',''),(18966,691,'imageSliderKey14',''),(18967,691,'imageSliderKey15',''),(18968,691,'imageSliderKey16',''),(18969,691,'imageSliderKey17',''),(18970,691,'imageSliderKey18',''),(18971,691,'imageSliderKey19',''),(18972,691,'imageSliderKey20',''),(18973,691,'imageSliderKey21',''),(18974,691,'imageSliderKey22',''),(18975,691,'imageSliderKey23',''),(18976,691,'imageSliderKey24',''),(18977,691,'imageSliderKey25',''),(18978,691,'imageSliderKey26',''),(18979,691,'imageSliderKey27',''),(18980,691,'imageSliderKey28',''),(18981,691,'imageSliderKey29',''),(18982,691,'imageSliderKey30',''),(18983,691,'individualDescriptionKey1',''),(18984,691,'individualDescriptionKey2',''),(18985,691,'individualDescriptionKey3',''),(18986,691,'individualDescriptionKey4',''),(18987,691,'individualDescriptionKey5',''),(18988,691,'individualDescriptionKey6',''),(18989,691,'individualDescriptionKey7',''),(18990,691,'individualDescriptionKey8',''),(18991,691,'individualDescriptionKey9',''),(18992,691,'individualDescriptionKey10',''),(18993,691,'individualDescriptionKey11',''),(18994,691,'individualDescriptionKey12',''),(18995,691,'individualDescriptionKey13',''),(18996,691,'individualDescriptionKey14',''),(18997,691,'individualDescriptionKey15',''),(18998,691,'individualDescriptionKey16',''),(18999,691,'individualDescriptionKey17',''),(19000,691,'individualDescriptionKey18',''),(19001,691,'individualDescriptionKey19',''),(19002,691,'individualDescriptionKey20',''),(19003,691,'individualDescriptionKey21',''),(19004,691,'individualDescriptionKey22',''),(19005,691,'individualDescriptionKey23',''),(19006,691,'individualDescriptionKey24',''),(19007,691,'individualDescriptionKey25',''),(19008,691,'individualDescriptionKey26',''),(19009,691,'individualDescriptionKey27',''),(19010,691,'individualDescriptionKey28',''),(19011,691,'individualDescriptionKey29',''),(19012,691,'individualDescriptionKey30',''),(19214,847,'_wp_attached_file','2016/01/S65LCRIW-screenless-front.png'),(19215,847,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:37:\"2016/01/S65LCRIW-screenless-front.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"S65LCRIW-screenless-front-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"S65LCRIW-screenless-front-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"S65LCRIW-screenless-front-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(19216,848,'_wp_attached_file','2016/01/BlueLabel_tweeter-pivoting.png'),(19217,848,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:38:\"2016/01/BlueLabel_tweeter-pivoting.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"BlueLabel_tweeter-pivoting-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"BlueLabel_tweeter-pivoting-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"BlueLabel_tweeter-pivoting-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(19218,849,'_wp_attached_file','2016/01/B65ST_front-screenless.png'),(19219,849,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:34:\"2016/01/B65ST_front-screenless.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"B65ST_front-screenless-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"B65ST_front-screenless-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"B65ST_front-screenless-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(19226,851,'_wp_attached_file','2016/01/r6.5.jpg'),(19227,851,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1141;s:6:\"height\";i:630;s:4:\"file\";s:16:\"2016/01/r6.5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"r6.5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"r6.5-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"r6.5-1024x565.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:565;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:12:\"Steve Carnes\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1453375157;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(20302,551,'imageSliderKey1','In-wall speakers'),(20303,551,'imageSliderKey2','<a href=\"http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-SUBB8_fix2.jpg\"><img class=\"aligncenter size-full wp-image-1488\" src=\"http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-SUBB8_fix2.jpg\" alt=\"2-In-Wall-SUBB8_fix\" width=\"1920\" height=\"841\" /></a>'),(20304,551,'imageSliderKey3',''),(20305,551,'imageSliderKey4',''),(20306,551,'imageSliderKey5',''),(20307,551,'imageSliderKey6',''),(20308,551,'imageSliderKey7',''),(20309,551,'imageSliderKey8',''),(20310,551,'imageSliderKey9',''),(20311,551,'imageSliderKey10',''),(20312,551,'imageSliderKey11',''),(20313,551,'imageSliderKey12',''),(20314,551,'imageSliderKey13',''),(20315,551,'imageSliderKey14',''),(20316,551,'imageSliderKey15',''),(20317,551,'imageSliderKey16',''),(20318,551,'imageSliderKey17',''),(20319,551,'imageSliderKey18',''),(20320,551,'imageSliderKey19',''),(20321,551,'imageSliderKey20',''),(20322,551,'imageSliderKey21',''),(20323,551,'imageSliderKey22',''),(20324,551,'imageSliderKey23',''),(20325,551,'imageSliderKey24',''),(20326,551,'imageSliderKey25',''),(20327,551,'imageSliderKey26',''),(20328,551,'imageSliderKey27',''),(20329,551,'imageSliderKey28',''),(20330,551,'imageSliderKey29',''),(20331,551,'imageSliderKey30',''),(20332,551,'individualDescriptionKey1',''),(20333,551,'individualDescriptionKey2',''),(20334,551,'individualDescriptionKey3',''),(20335,551,'individualDescriptionKey4',''),(20336,551,'individualDescriptionKey5',''),(20337,551,'individualDescriptionKey6',''),(20338,551,'individualDescriptionKey7',''),(20339,551,'individualDescriptionKey8',''),(20340,551,'individualDescriptionKey9',''),(20341,551,'individualDescriptionKey10',''),(20342,551,'individualDescriptionKey11',''),(20343,551,'individualDescriptionKey12',''),(20344,551,'individualDescriptionKey13',''),(20345,551,'individualDescriptionKey14',''),(20346,551,'individualDescriptionKey15',''),(20347,551,'individualDescriptionKey16',''),(20348,551,'individualDescriptionKey17',''),(20349,551,'individualDescriptionKey18',''),(20350,551,'individualDescriptionKey19',''),(20351,551,'individualDescriptionKey20',''),(20352,551,'individualDescriptionKey21',''),(20353,551,'individualDescriptionKey22',''),(20354,551,'individualDescriptionKey23',''),(20355,551,'individualDescriptionKey24',''),(20356,551,'individualDescriptionKey25',''),(20357,551,'individualDescriptionKey26',''),(20358,551,'individualDescriptionKey27',''),(20359,551,'individualDescriptionKey28',''),(20360,551,'individualDescriptionKey29',''),(20361,551,'individualDescriptionKey30',''),(20362,497,'imageSliderKey1','IN-CEILING SPEAKERS'),(20363,497,'imageSliderKey2','<a href=\"http://elura.audio/wp-content/uploads/2016/02/3-In-Ceiling-No-Bevel.jpg\"><img class=\"aligncenter wp-image-1060 size-full\" src=\"http://elura.audio/wp-content/uploads/2016/02/3-In-Ceiling-No-Bevel.jpg\" alt=\"3-In-Ceiling-No-Bevel\" width=\"1920\" height=\"1080\" /></a>'),(20364,497,'imageSliderKey3',''),(20365,497,'imageSliderKey4',''),(20366,497,'imageSliderKey5',''),(20367,497,'imageSliderKey6',''),(20368,497,'imageSliderKey7',''),(20369,497,'imageSliderKey8',''),(20370,497,'imageSliderKey9',''),(20371,497,'imageSliderKey10',''),(20372,497,'imageSliderKey11',''),(20373,497,'imageSliderKey12',''),(20374,497,'imageSliderKey13',''),(20375,497,'imageSliderKey14',''),(20376,497,'imageSliderKey15',''),(20377,497,'imageSliderKey16',''),(20378,497,'imageSliderKey17',''),(20379,497,'imageSliderKey18',''),(20380,497,'imageSliderKey19',''),(20381,497,'imageSliderKey20',''),(20382,497,'imageSliderKey21',''),(20383,497,'imageSliderKey22',''),(20384,497,'imageSliderKey23',''),(20385,497,'imageSliderKey24',''),(20386,497,'imageSliderKey25',''),(20387,497,'imageSliderKey26',''),(20388,497,'imageSliderKey27',''),(20389,497,'imageSliderKey28',''),(20390,497,'imageSliderKey29',''),(20391,497,'imageSliderKey30',''),(20392,497,'individualDescriptionKey1',''),(20393,497,'individualDescriptionKey2',''),(20394,497,'individualDescriptionKey3',''),(20395,497,'individualDescriptionKey4',''),(20396,497,'individualDescriptionKey5',''),(20397,497,'individualDescriptionKey6',''),(20398,497,'individualDescriptionKey7',''),(20399,497,'individualDescriptionKey8',''),(20400,497,'individualDescriptionKey9',''),(20401,497,'individualDescriptionKey10',''),(20402,497,'individualDescriptionKey11',''),(20403,497,'individualDescriptionKey12',''),(20404,497,'individualDescriptionKey13',''),(20405,497,'individualDescriptionKey14',''),(20406,497,'individualDescriptionKey15',''),(20407,497,'individualDescriptionKey16',''),(20408,497,'individualDescriptionKey17',''),(20409,497,'individualDescriptionKey18',''),(20410,497,'individualDescriptionKey19',''),(20411,497,'individualDescriptionKey20',''),(20412,497,'individualDescriptionKey21',''),(20413,497,'individualDescriptionKey22',''),(20414,497,'individualDescriptionKey23',''),(20415,497,'individualDescriptionKey24',''),(20416,497,'individualDescriptionKey25',''),(20417,497,'individualDescriptionKey26',''),(20418,497,'individualDescriptionKey27',''),(20419,497,'individualDescriptionKey28',''),(20420,497,'individualDescriptionKey29',''),(20421,497,'individualDescriptionKey30',''),(20422,556,'individualDescriptionKey1',''),(20423,556,'individualDescriptionKey2',''),(20424,556,'individualDescriptionKey3',''),(20425,556,'individualDescriptionKey4',''),(20426,556,'individualDescriptionKey5',''),(20427,556,'individualDescriptionKey6',''),(20428,556,'individualDescriptionKey7',''),(20429,556,'individualDescriptionKey8',''),(20430,556,'individualDescriptionKey9',''),(20431,556,'individualDescriptionKey10',''),(20432,556,'individualDescriptionKey11',''),(20433,556,'individualDescriptionKey12',''),(20434,556,'individualDescriptionKey13',''),(20435,556,'individualDescriptionKey14',''),(20436,556,'individualDescriptionKey15',''),(20437,556,'individualDescriptionKey16',''),(20438,556,'individualDescriptionKey17',''),(20439,556,'individualDescriptionKey18',''),(20440,556,'individualDescriptionKey19',''),(20441,556,'individualDescriptionKey20',''),(20442,556,'individualDescriptionKey21',''),(20443,556,'individualDescriptionKey22',''),(20444,556,'individualDescriptionKey23',''),(20445,556,'individualDescriptionKey24',''),(20446,556,'individualDescriptionKey25',''),(20447,556,'individualDescriptionKey26',''),(20448,556,'individualDescriptionKey27',''),(20449,556,'individualDescriptionKey28',''),(20450,556,'individualDescriptionKey29',''),(20451,556,'individualDescriptionKey30',''),(20452,558,'imageSliderKey1','OUTDOOR SPEAKERS'),(20453,558,'imageSliderKey2','<a href=\"http://elura.audio/wp-content/uploads/2016/02/2-Outdoor.jpg\"><img class=\"aligncenter size-full wp-image-1087\" src=\"http://elura.audio/wp-content/uploads/2016/02/2-Outdoor.jpg\" alt=\"2-Outdoor\" width=\"1920\" height=\"1080\" /></a>'),(20454,558,'imageSliderKey3',''),(20455,558,'imageSliderKey4',''),(20456,558,'imageSliderKey5',''),(20457,558,'imageSliderKey6',''),(20458,558,'imageSliderKey7',''),(20459,558,'imageSliderKey8',''),(20460,558,'imageSliderKey9',''),(20461,558,'imageSliderKey10',''),(20462,558,'imageSliderKey11',''),(20463,558,'imageSliderKey12',''),(20464,558,'imageSliderKey13',''),(20465,558,'imageSliderKey14',''),(20466,558,'imageSliderKey15',''),(20467,558,'imageSliderKey16',''),(20468,558,'imageSliderKey17',''),(20469,558,'imageSliderKey18',''),(20470,558,'imageSliderKey19',''),(20471,558,'imageSliderKey20',''),(20472,558,'imageSliderKey21',''),(20473,558,'imageSliderKey22',''),(20474,558,'imageSliderKey23',''),(20475,558,'imageSliderKey24',''),(20476,558,'imageSliderKey25',''),(20477,558,'imageSliderKey26',''),(20478,558,'imageSliderKey27',''),(20479,558,'imageSliderKey28',''),(20480,558,'imageSliderKey29',''),(20481,558,'imageSliderKey30',''),(20482,558,'individualDescriptionKey1',''),(20483,558,'individualDescriptionKey2',''),(20484,558,'individualDescriptionKey3',''),(20485,558,'individualDescriptionKey4',''),(20486,558,'individualDescriptionKey5',''),(20487,558,'individualDescriptionKey6',''),(20488,558,'individualDescriptionKey7',''),(20489,558,'individualDescriptionKey8',''),(20490,558,'individualDescriptionKey9',''),(20491,558,'individualDescriptionKey10',''),(20492,558,'individualDescriptionKey11',''),(20493,558,'individualDescriptionKey12',''),(20494,558,'individualDescriptionKey13',''),(20495,558,'individualDescriptionKey14',''),(20496,558,'individualDescriptionKey15',''),(20497,558,'individualDescriptionKey16',''),(20498,558,'individualDescriptionKey17',''),(20499,558,'individualDescriptionKey18',''),(20500,558,'individualDescriptionKey19',''),(20501,558,'individualDescriptionKey20',''),(20502,558,'individualDescriptionKey21',''),(20503,558,'individualDescriptionKey22',''),(20504,558,'individualDescriptionKey23',''),(20505,558,'individualDescriptionKey24',''),(20506,558,'individualDescriptionKey25',''),(20507,558,'individualDescriptionKey26',''),(20508,558,'individualDescriptionKey27',''),(20509,558,'individualDescriptionKey28',''),(20510,558,'individualDescriptionKey29',''),(20511,558,'individualDescriptionKey30',''),(20512,562,'individualDescriptionKey1',''),(20513,562,'individualDescriptionKey2',''),(20514,562,'individualDescriptionKey3',''),(20515,562,'individualDescriptionKey4',''),(20516,562,'individualDescriptionKey5',''),(20517,562,'individualDescriptionKey6',''),(20518,562,'individualDescriptionKey7',''),(20519,562,'individualDescriptionKey8',''),(20520,562,'individualDescriptionKey9',''),(20521,562,'individualDescriptionKey10',''),(20522,562,'individualDescriptionKey11',''),(20523,562,'individualDescriptionKey12',''),(20524,562,'individualDescriptionKey13',''),(20525,562,'individualDescriptionKey14',''),(20526,562,'individualDescriptionKey15',''),(20527,562,'individualDescriptionKey16',''),(20528,562,'individualDescriptionKey17',''),(20529,562,'individualDescriptionKey18',''),(20530,562,'individualDescriptionKey19',''),(20531,562,'individualDescriptionKey20',''),(20532,562,'individualDescriptionKey21',''),(20533,562,'individualDescriptionKey22',''),(20534,562,'individualDescriptionKey23',''),(20535,562,'individualDescriptionKey24',''),(20536,562,'individualDescriptionKey25',''),(20537,562,'individualDescriptionKey26',''),(20538,562,'individualDescriptionKey27',''),(20539,562,'individualDescriptionKey28',''),(20540,562,'individualDescriptionKey29',''),(20541,562,'individualDescriptionKey30',''),(20542,565,'imageSliderKey1',''),(20543,565,'imageSliderKey2',''),(20544,565,'imageSliderKey3',''),(20545,565,'imageSliderKey4',''),(20546,565,'imageSliderKey5',''),(20547,565,'imageSliderKey6',''),(20548,565,'imageSliderKey7',''),(20549,565,'imageSliderKey8',''),(20550,565,'imageSliderKey9',''),(20551,565,'imageSliderKey10',''),(20552,565,'imageSliderKey11',''),(20553,565,'imageSliderKey12',''),(20554,565,'imageSliderKey13',''),(20555,565,'imageSliderKey14',''),(20556,565,'imageSliderKey15',''),(20557,565,'imageSliderKey16',''),(20558,565,'imageSliderKey17',''),(20559,565,'imageSliderKey18',''),(20560,565,'imageSliderKey19',''),(20561,565,'imageSliderKey20',''),(20562,565,'imageSliderKey21',NULL),(20563,565,'imageSliderKey22',NULL),(20564,565,'imageSliderKey23',NULL),(20565,565,'imageSliderKey24',NULL),(20566,565,'imageSliderKey25',NULL),(20567,565,'imageSliderKey26',NULL),(20568,565,'imageSliderKey27',NULL),(20569,565,'imageSliderKey28',NULL),(20570,565,'imageSliderKey29',NULL),(20571,565,'imageSliderKey30',NULL),(20572,565,'individualDescriptionKey1',NULL),(20573,565,'individualDescriptionKey2',NULL),(20574,565,'individualDescriptionKey3',NULL),(20575,565,'individualDescriptionKey4',NULL),(20576,565,'individualDescriptionKey5',NULL),(20577,565,'individualDescriptionKey6',NULL),(20578,565,'individualDescriptionKey7',NULL),(20579,565,'individualDescriptionKey8',NULL),(20580,565,'individualDescriptionKey9',NULL),(20581,565,'individualDescriptionKey10',NULL),(20582,565,'individualDescriptionKey11',NULL),(20583,565,'individualDescriptionKey12',NULL),(20584,565,'individualDescriptionKey13',NULL),(20585,565,'individualDescriptionKey14',NULL),(20586,565,'individualDescriptionKey15',NULL),(20587,565,'individualDescriptionKey16',NULL),(20588,565,'individualDescriptionKey17',NULL),(20589,565,'individualDescriptionKey18',NULL),(20590,565,'individualDescriptionKey19',NULL),(20591,565,'individualDescriptionKey20',NULL),(20592,565,'individualDescriptionKey21',NULL),(20593,565,'individualDescriptionKey22',NULL),(20594,565,'individualDescriptionKey23',NULL),(20595,565,'individualDescriptionKey24',NULL),(20596,565,'individualDescriptionKey25',NULL),(20597,565,'individualDescriptionKey26',NULL),(20598,565,'individualDescriptionKey27',NULL),(20599,565,'individualDescriptionKey28',NULL),(20600,565,'individualDescriptionKey29',NULL),(20601,565,'individualDescriptionKey30',NULL),(21871,883,'_wp_attached_file','2016/01/In-Wall___In-Ceiling_Top_Parallax_100709.jpg'),(21872,883,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2000;s:4:\"file\";s:52:\"2016/01/In-Wall___In-Ceiling_Top_Parallax_100709.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"In-Wall___In-Ceiling_Top_Parallax_100709-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"In-Wall___In-Ceiling_Top_Parallax_100709-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"In-Wall___In-Ceiling_Top_Parallax_100709-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1393953735;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(22603,893,'_wp_attached_file','2016/01/In-Wall_Top_Shot_040412.jpg'),(22604,893,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1530;s:6:\"height\";i:534;s:4:\"file\";s:35:\"2016/01/In-Wall_Top_Shot_040412.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"In-Wall_Top_Shot_040412-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"In-Wall_Top_Shot_040412-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"In-Wall_Top_Shot_040412-1024x357.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(22605,894,'_wp_attached_file','2016/01/In-Wall_Cinema_Hero_120303.jpg'),(22606,894,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:916;s:6:\"height\";i:733;s:4:\"file\";s:38:\"2016/01/In-Wall_Cinema_Hero_120303.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"In-Wall_Cinema_Hero_120303-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"In-Wall_Cinema_Hero_120303-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(22607,895,'_wp_attached_file','2016/01/LCR1_120346.jpg'),(22608,895,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:916;s:6:\"height\";i:2800;s:4:\"file\";s:23:\"2016/01/LCR1_120346.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"LCR1_120346-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"LCR1_120346-98x300.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"LCR1_120346-335x1024.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(24327,927,'_wp_attached_file','2016/01/B8_front-screenless.png'),(24328,927,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2016/01/B8_front-screenless.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"B8_front-screenless-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"B8_front-screenless-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"B8_front-screenless-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(24330,928,'_wp_attached_file','2016/01/B8_frontangle-screenless.png'),(24331,928,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:36:\"2016/01/B8_frontangle-screenless.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"B8_frontangle-screenless-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"B8_frontangle-screenless-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"B8_frontangle-screenless-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(24337,929,'_wp_attached_file','2016/01/B8_sideangle.png'),(24338,929,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2016/01/B8_sideangle.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"B8_sideangle-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"B8_sideangle-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"B8_sideangle-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(24340,930,'_wp_attached_file','2015/12/R65Z_tweeter-pivoting.png'),(24341,930,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:33:\"2015/12/R65Z_tweeter-pivoting.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"R65Z_tweeter-pivoting-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"R65Z_tweeter-pivoting-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"R65Z_tweeter-pivoting-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(24342,931,'_wp_attached_file','2015/12/OUT65W_front.png'),(24343,931,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2015/12/OUT65W_front.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"OUT65W_front-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"OUT65W_front-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"OUT65W_front-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(24344,932,'_wp_attached_file','2015/12/B65ST_front-screenless.png'),(24345,932,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:34:\"2015/12/B65ST_front-screenless.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"B65ST_front-screenless-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"B65ST_front-screenless-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"B65ST_front-screenless-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(24346,933,'_wp_attached_file','2015/12/B65ST_front.png'),(24347,933,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2015/12/B65ST_front.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"B65ST_front-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"B65ST_front-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"B65ST_front-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(24597,942,'_key1',''),(24598,942,'_key2',''),(24599,942,'_key3',''),(24600,942,'_key4',''),(24601,942,'_key5',''),(24602,942,'_key6',''),(24603,942,'_key7',''),(24604,942,'_key8',''),(24605,942,'_key9',''),(24606,942,'_key10',''),(24607,942,'_key11',''),(24608,942,'_key12',''),(24609,942,'_key13',''),(24610,942,'_key14',''),(24611,942,'_key15',''),(24612,942,'_key16',''),(24613,942,'_key17',''),(24614,942,'_key18',''),(24615,942,'_key19',''),(24616,942,'_key20',''),(24617,942,'imageSliderKey1',''),(24618,942,'imageSliderKey2',''),(24619,942,'imageSliderKey3',''),(24620,942,'imageSliderKey4',''),(24621,942,'imageSliderKey5',''),(24622,942,'imageSliderKey6',''),(24623,942,'imageSliderKey7',''),(24624,942,'imageSliderKey8',''),(24625,942,'imageSliderKey9',''),(24626,942,'imageSliderKey10',''),(24627,942,'imageSliderKey11',''),(24628,942,'imageSliderKey12',''),(24629,942,'imageSliderKey13',''),(24630,942,'imageSliderKey14',''),(24631,942,'imageSliderKey15',''),(24632,942,'imageSliderKey16',''),(24633,942,'imageSliderKey17',''),(24634,942,'imageSliderKey18',''),(24635,942,'imageSliderKey19',''),(24636,942,'imageSliderKey20',''),(24637,942,'imageSliderKey21',''),(24638,942,'imageSliderKey22',''),(24639,942,'imageSliderKey23',''),(24640,942,'imageSliderKey24',''),(24641,942,'imageSliderKey25',''),(24642,942,'imageSliderKey26',''),(24643,942,'imageSliderKey27',''),(24644,942,'imageSliderKey28',''),(24645,942,'imageSliderKey29',''),(24646,942,'imageSliderKey30',''),(24647,942,'individualDescriptionKey1',''),(24648,942,'individualDescriptionKey2',''),(24649,942,'individualDescriptionKey3',''),(24650,942,'individualDescriptionKey4',''),(24651,942,'individualDescriptionKey5',''),(24652,942,'individualDescriptionKey6',''),(24653,942,'individualDescriptionKey7',''),(24654,942,'individualDescriptionKey8',''),(24655,942,'individualDescriptionKey9',''),(24656,942,'individualDescriptionKey10',''),(24657,942,'individualDescriptionKey11',''),(24658,942,'individualDescriptionKey12',''),(24659,942,'individualDescriptionKey13',''),(24660,942,'individualDescriptionKey14',''),(24661,942,'individualDescriptionKey15',''),(24662,942,'individualDescriptionKey16',''),(24663,942,'individualDescriptionKey17',''),(24664,942,'individualDescriptionKey18',''),(24665,942,'individualDescriptionKey19',''),(24666,942,'individualDescriptionKey20',''),(24667,942,'individualDescriptionKey21',''),(24668,942,'individualDescriptionKey22',''),(24669,942,'individualDescriptionKey23',''),(24670,942,'individualDescriptionKey24',''),(24671,942,'individualDescriptionKey25',''),(24672,942,'individualDescriptionKey26',''),(24673,942,'individualDescriptionKey27',''),(24674,942,'individualDescriptionKey28',''),(24675,942,'individualDescriptionKey29',''),(24676,942,'individualDescriptionKey30',''),(24677,942,'_edit_lock','1454351150:1'),(24678,942,'_edit_last','1'),(24679,942,'_wp_page_template','default'),(24680,944,'_wp_attached_file','2015/12/R8LCR_tweeter-angled.png'),(24681,944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:32:\"2015/12/R8LCR_tweeter-angled.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"R8LCR_tweeter-angled-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"R8LCR_tweeter-angled-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"R8LCR_tweeter-angled-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(24768,950,'_key1',NULL),(24769,950,'_key2',NULL),(24770,950,'_key3',NULL),(24771,950,'_key4',NULL),(24772,950,'_key5',NULL),(24773,950,'_key6',NULL),(24774,950,'_key7',NULL),(24775,950,'_key8',NULL),(24776,950,'_key9',NULL),(24777,950,'_key10',NULL),(24778,950,'_key11',NULL),(24779,950,'_key12',NULL),(24780,950,'_key13',NULL),(24781,950,'_key14',NULL),(24782,950,'_key15',NULL),(24783,950,'_key16',NULL),(24784,950,'_key17',NULL),(24785,950,'_key18',NULL),(24786,950,'_key19',NULL),(24787,950,'_key20',NULL),(24788,950,'imageSliderKey1',NULL),(24789,950,'imageSliderKey2',NULL),(24790,950,'imageSliderKey3',NULL),(24791,950,'imageSliderKey4',NULL),(24792,950,'imageSliderKey5',NULL),(24793,950,'imageSliderKey6',NULL),(24794,950,'imageSliderKey7',NULL),(24795,950,'imageSliderKey8',NULL),(24796,950,'imageSliderKey9',NULL),(24797,950,'imageSliderKey10',NULL),(24798,950,'imageSliderKey11',NULL),(24799,950,'imageSliderKey12',NULL),(24800,950,'imageSliderKey13',NULL),(24801,950,'imageSliderKey14',NULL),(24802,950,'imageSliderKey15',NULL),(24803,950,'imageSliderKey16',NULL),(24804,950,'imageSliderKey17',NULL),(24805,950,'imageSliderKey18',NULL),(24806,950,'imageSliderKey19',NULL),(24807,950,'imageSliderKey20',NULL),(24808,950,'imageSliderKey21',NULL),(24809,950,'imageSliderKey22',NULL),(24810,950,'imageSliderKey23',NULL),(24811,950,'imageSliderKey24',NULL),(24812,950,'imageSliderKey25',NULL),(24813,950,'imageSliderKey26',NULL),(24814,950,'imageSliderKey27',NULL),(24815,950,'imageSliderKey28',NULL),(24816,950,'imageSliderKey29',NULL),(24817,950,'imageSliderKey30',NULL),(24818,950,'individualDescriptionKey1','Black Label - Select Series'),(24819,950,'individualDescriptionKey2','<a href=\"http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-SUBB8_fix2.jpg\"><img class=\"aligncenter size-full wp-image-1488\" src=\"http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-SUBB8_fix2.jpg\" alt=\"2-In-Wall-SUBB8_fix\" width=\"1920\" height=\"841\" /></a>'),(24820,950,'individualDescriptionKey3',NULL),(24821,950,'individualDescriptionKey4','<a href=\"http://elura.audio/wp-content/uploads/2015/12/elura2speakers.png\"><img class=\"aligncenter size-full wp-image-814\" src=\"http://elura.audio/wp-content/uploads/2015/12/elura2speakers.png\" alt=\"elura2speakers\" width=\"1921\" height=\"697\" /></a>.'),(24822,950,'individualDescriptionKey5',NULL),(24823,950,'individualDescriptionKey6',NULL),(24824,950,'individualDescriptionKey7','Black Label'),(24825,950,'individualDescriptionKey8','“These speakers sound too good for the money” has become the mantra of what our Elura Black Label line represents. Black Label is Elura’s entry point into HiFi home audio. Elura Black Label will sonically outperform most speakers that are over twice their price. The same strict standards that are applied to the Elura premium offerings are present in the design and performance of the Black Label series.\r\n\r\n<hr />\r\n\r\n<b>1-YEAR WARRANTY</b> - Elura speaker products are guaranteed to meet or exceed the specifications included in this manual and carry with them a lifetime limited warranty under normal conditions of use. This warranty covers free parts and labor on all components with the obligation that Elura will repair or replace any component found defective in materials or workmanship. This warranty does not apply to products that have been abused, incorrectly installed, modified, disassembled and/or repaired by anyone other than Elura or our appointed repair facility.\r\n\r\n<br/>\r\n\r\n<img class=\"size-medium wp-image-1586 alignright\" src=\"http://elura.audio/wp-content/uploads/2017/10/Warranty-Guarantee1YEAR-150x150.png\" alt=\"Limited Lifetime Warranty\" width=\"150\" height=\"150\" style=\"position: relative;left: 300px;\" />'),(24826,950,'individualDescriptionKey9','<a href=\"http://elura.audio/wp-content/uploads/2016/02/SUBB8_frontangle.png\"><img class=\"aligncenter size-large wp-image-1152\" src=\"http://elura.audio/wp-content/uploads/2016/02/SUBB8_frontangle-1024x576.png\" alt=\"SUBB8_frontangle\" width=\"1024\" height=\"576\" /></a>'),(24827,950,'individualDescriptionKey10','<a href=\"http://elura.audio/wp-content/uploads/2016/02/SUBB8_frontangle.png\"><img class=\"aligncenter size-large wp-image-1152\" src=\"http://elura.audio/wp-content/uploads/2016/02/SUBB8_frontangle-1024x576.png\" alt=\"SUBB8_frontangle\" width=\"1024\" height=\"576\" /></a>'),(24828,950,'individualDescriptionKey11','The SUBB8 features a cabinet made from a dense fiberboard material that reduces any unwanted resonance and vibration. You only want to hear the subwoofer, not the cabinet.'),(24829,950,'individualDescriptionKey12','<a href=\"http://elura.audio/wp-content/uploads/2016/02/SUBB8_frontangle.png\"><img class=\"aligncenter size-large wp-image-1152\" src=\"http://elura.audio/wp-content/uploads/2016/02/SUBB8_frontangle-1024x576.png\" alt=\"SUBB8_frontangle\" width=\"1024\" height=\"576\" /></a>specs'),(24830,950,'individualDescriptionKey13','<span dir=\"ltr\">A paper coned woofer was chosen for its proven natural sound reproduction. Couple that with a rubber surround and you achieve a faster, more accurate bass response.</span>'),(24831,950,'individualDescriptionKey14','<p style=\"text-align: left;\"><a href=\"http://elura.audio/wp-content/uploads/2015/12/CloseupSubb8.jpg\"><img class=\"aligncenter size-large wp-image-812\" src=\"http://elura.audio/wp-content/uploads/2015/12/CloseupSubb8-1024x683.jpg\" alt=\"CloseupSubb8\" width=\"1024\" height=\"683\" /></a></p>'),(24832,950,'individualDescriptionKey15','The SUBB8 features a down-firing power port that increases the bass output and makes the subwoofer more efficient.'),(24833,950,'individualDescriptionKey16','<p style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2015/12/Subb8bottomAngle-ConvertImage.png\"><img class=\"aligncenter size-large wp-image-811\" src=\"http://elura.audio/wp-content/uploads/2015/12/Subb8bottomAngle-ConvertImage-1024x575.png\" alt=\"Subb8bottomAngle-ConvertImage\" width=\"1024\" height=\"575\" /></a></p>'),(24834,950,'individualDescriptionKey17','<span dir=\"ltr\">Line and speaker-level signal inputs allow easy installation into any system.</span>'),(24835,950,'individualDescriptionKey18','<a href=\"http://elura.audio/wp-content/uploads/2016/02/SUBB8_back.png\"><img class=\"aligncenter size-large wp-image-1155\" src=\"http://elura.audio/wp-content/uploads/2016/02/SUBB8_back-1024x576.png\" alt=\"SUBB8_back\" width=\"1024\" height=\"576\" /></a>'),(24836,950,'individualDescriptionKey19',''),(24837,950,'individualDescriptionKey20',''),(24838,950,'individualDescriptionKey21',''),(24839,950,'individualDescriptionKey22',''),(24840,950,'individualDescriptionKey23',''),(24841,950,'individualDescriptionKey24',''),(24842,950,'individualDescriptionKey25',''),(24843,950,'individualDescriptionKey26',''),(24844,950,'individualDescriptionKey27','Models and Detailed Specifictaions'),(24845,950,'individualDescriptionKey28','<a href=\"http://elura.audio/wp-content/uploads/2016/02/SUBB8_frontangle_croppedvxcvxc.png\"><img class=\"aligncenter size-full wp-image-1403\" src=\"http://elura.audio/wp-content/uploads/2016/02/SUBB8_frontangle_croppedvxcvxc.png\" alt=\"SUBB8_frontangle_croppedvxcvxc\" width=\"1418\" height=\"660\" /></a>'),(24846,950,'individualDescriptionKey29','<img class=\"aligncenter size-full wp-image-1533\" src=\"http://elura.audio/wp-content/uploads/2016/02/SUBB10_frontangle.jpg\" alt=\"SUBB10_frontangle\" width=\"1080\" height=\"632\" />'),(24847,950,'individualDescriptionKey30',''),(24848,950,'_edit_lock','1507063200:1'),(24849,950,'_edit_last','1'),(24853,954,'_key1',NULL),(24854,954,'_key2',NULL),(24855,954,'_key3',NULL),(24856,954,'_key4',NULL),(24857,954,'_key5',NULL),(24858,954,'_key6',NULL),(24859,954,'_key7',NULL),(24860,954,'_key8',NULL),(24861,954,'_key9',NULL),(24862,954,'_key10',NULL),(24863,954,'_key11',NULL),(24864,954,'_key12',NULL),(24865,954,'_key13',NULL),(24866,954,'_key14',NULL),(24867,954,'_key15',NULL),(24868,954,'_key16',NULL),(24869,954,'_key17',NULL),(24870,954,'_key18',NULL),(24871,954,'_key19',NULL),(24872,954,'_key20',NULL),(24873,954,'imageSliderKey1',NULL),(24874,954,'imageSliderKey2',NULL),(24875,954,'imageSliderKey3',NULL),(24876,954,'imageSliderKey4',NULL),(24877,954,'imageSliderKey5',NULL),(24878,954,'imageSliderKey6',NULL),(24879,954,'imageSliderKey7',NULL),(24880,954,'imageSliderKey8',NULL),(24881,954,'imageSliderKey9',NULL),(24882,954,'imageSliderKey10',NULL),(24883,954,'imageSliderKey11',NULL),(24884,954,'imageSliderKey12',NULL),(24885,954,'imageSliderKey13',NULL),(24886,954,'imageSliderKey14',NULL),(24887,954,'imageSliderKey15',NULL),(24888,954,'imageSliderKey16',NULL),(24889,954,'imageSliderKey17',NULL),(24890,954,'imageSliderKey18',NULL),(24891,954,'imageSliderKey19',NULL),(24892,954,'imageSliderKey20',NULL),(24893,954,'imageSliderKey21',NULL),(24894,954,'imageSliderKey22',NULL),(24895,954,'imageSliderKey23',NULL),(24896,954,'imageSliderKey24',NULL),(24897,954,'imageSliderKey25',NULL),(24898,954,'imageSliderKey26',NULL),(24899,954,'imageSliderKey27',NULL),(24900,954,'imageSliderKey28',NULL),(24901,954,'imageSliderKey29',NULL),(24902,954,'imageSliderKey30',NULL),(24903,954,'individualDescriptionKey1','Black Label - Select Series'),(24904,954,'individualDescriptionKey2','<a href=\"http://elura.audio/wp-content/uploads/2016/02/3-In-Ceiling-No-Bevel.jpg\"><img class=\"aligncenter size-full wp-image-1060\" src=\"http://elura.audio/wp-content/uploads/2016/02/3-In-Ceiling-No-Bevel.jpg\" alt=\"3-In-Ceiling-No-Bevel\" width=\"1920\" height=\"1080\" /></a>'),(24905,954,'individualDescriptionKey3',NULL),(24906,954,'individualDescriptionKey4','<a href=\"http://elura.audio/wp-content/uploads/2016/02/B65_FrontAngle.png\"><img class=\"aligncenter size-full wp-image-1119\" src=\"http://elura.audio/wp-content/uploads/2016/02/B65_FrontAngle.png\" alt=\"B65_FrontAngle\" width=\"1920\" height=\"1080\" /></a>'),(24907,954,'individualDescriptionKey5',NULL),(24908,954,'individualDescriptionKey6',NULL),(24909,954,'individualDescriptionKey7','Black Label'),(24910,954,'individualDescriptionKey8','“These speakers sound too good for the money” has become the mantra of what our Elura Black Label line represents. Black Label is Elura’s entry point into HiFi home audio. Elura Black Label will sonically outperform most speakers that are over twice their price. The same strict standards that are applied to the Elura premium offerings are present in the design and performance of the Black Label series.\r\n\r\n<hr />\r\n\r\n<b>LIMITED LIFETIME WARRANTY</b> - Elura speaker products are guaranteed to meet or exceed the specifications included in this manual and carry with them a lifetime limited warranty under normal conditions of use. This warranty covers free parts and labor on all components with the obligation that Elura will repair or replace any component found defective in materials or workmanship. This warranty does not apply to products that have been abused, incorrectly installed, modified, disassembled and/or repaired by anyone other than Elura or our appointed repair facility.\r\n\r\n<br/>\r\n\r\n<img class=\"size-medium wp-image-1586 alignright\" src=\"http://elura.audio/wp-content/uploads/2017/10/Warranty-GuaranteeLifeTime-150x150.png\" alt=\"Limited Lifetime Warranty\" width=\"150\" height=\"150\" style=\"position: relative;left: 300px;\" />'),(24911,954,'individualDescriptionKey9','<a href=\"http://elura.audio/wp-content/uploads/2016/02/B65ST_front-screenless_top.png\"><img class=\"aligncenter size-full wp-image-1417\" src=\"http://elura.audio/wp-content/uploads/2016/02/B65ST_front-screenless_top.png\" alt=\"B65ST_front-screenless_top\" width=\"1567\" height=\"1079\" /></a>'),(24912,954,'individualDescriptionKey10','Benefits and Features'),(24913,954,'individualDescriptionKey11','<h4 style=\"padding-left: 30px; text-align: center;\">Weather resistant aluminum paintable grills.</h4>'),(24914,954,'individualDescriptionKey12','<a href=\"http://elura.audio/wp-content/uploads/2015/12/B65ST_front.png\"><img class=\"aligncenter size-large wp-image-933\" src=\"http://elura.audio/wp-content/uploads/2015/12/B65ST_front-1024x576.png\" alt=\"B65ST_front\" width=\"1024\" height=\"576\" /></a>'),(24915,954,'individualDescriptionKey13','<h4><span dir=\"ltr\">The 1/2\" Polyether Imide tweeter is very efficient and resistant to humidity.</span></h4>'),(24916,954,'individualDescriptionKey14','<p style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/B8_Tweeter.png\"><img class=\"aligncenter size-large wp-image-1165\" src=\"http://elura.audio/wp-content/uploads/2016/02/B8_Tweeter-1024x576.png\" alt=\"B8_Tweeter\" width=\"1024\" height=\"576\" /></a></p>'),(24917,954,'individualDescriptionKey15','<h4><span dir=\"ltr\">Polypropylene woofer cone for excellent internal damping and rubber surrounds for excellent flexibility and durability. Stainless steel mounting screws were utilized to allow the Black Label speakers to be installed in outdoor applications.</span></h4>'),(24918,954,'individualDescriptionKey16','<a href=\"http://elura.audio/wp-content/uploads/2016/02/B65_Woofer.png\"><img class=\"aligncenter size-large wp-image-1166\" src=\"http://elura.audio/wp-content/uploads/2016/02/B65_Woofer-1024x576.png\" alt=\"B65_Woofer\" width=\"1024\" height=\"576\" /></a>'),(24919,954,'individualDescriptionKey17',''),(24920,954,'individualDescriptionKey18',''),(24921,954,'individualDescriptionKey19',''),(24922,954,'individualDescriptionKey20',''),(24923,954,'individualDescriptionKey21',''),(24924,954,'individualDescriptionKey22',''),(24925,954,'individualDescriptionKey23',''),(24926,954,'individualDescriptionKey24',''),(24927,954,'individualDescriptionKey25',''),(24928,954,'individualDescriptionKey26',''),(24929,954,'individualDescriptionKey27','Models and Detailed Specifications'),(24930,954,'individualDescriptionKey28','<a href=\"http://elura.audio/wp-content/uploads/2016/02/B8_Front_spec.png\"><img class=\"aligncenter size-full wp-image-1415\" src=\"http://elura.audio/wp-content/uploads/2016/02/B8_Front_spec.png\" alt=\"B8_Front_spec\" width=\"1189\" height=\"1075\" /></a>'),(24931,954,'individualDescriptionKey29','<a href=\"http://elura.audio/wp-content/uploads/2016/02/B65ST_front-screenless_spec.png\"><img class=\"aligncenter size-full wp-image-1416\" src=\"http://elura.audio/wp-content/uploads/2016/02/B65ST_front-screenless_spec.png\" alt=\"B65ST_front-screenless_spec\" width=\"1190\" height=\"1074\" /></a>'),(24932,954,'individualDescriptionKey30','<a href=\"http://elura.audio/wp-content/uploads/2016/02/B8_Front_cropped.png\"><img class=\"aligncenter size-full wp-image-1379\" src=\"http://elura.audio/wp-content/uploads/2016/02/B8_Front_cropped.png\" alt=\"B8_Front_cropped\" width=\"1095\" height=\"1079\" /></a>'),(24933,954,'_edit_lock','1507062810:1'),(24934,954,'_edit_last','1'),(24938,957,'_key1',''),(24939,957,'_key2',''),(24940,957,'_key3',NULL),(24941,957,'_key4',NULL),(24942,957,'_key5',NULL),(24943,957,'_key6',NULL),(24944,957,'_key7',''),(24945,957,'_key8',''),(24946,957,'_key9',''),(24947,957,'_key10',''),(24948,957,'_key11',''),(24949,957,'_key12',''),(24950,957,'_key13',NULL),(24951,957,'_key14',NULL),(24952,957,'_key15',NULL),(24953,957,'_key16',NULL),(24954,957,'_key17',NULL),(24955,957,'_key18',NULL),(24956,957,'_key19',NULL),(24957,957,'_key20',NULL),(24958,957,'imageSliderKey1',''),(24959,957,'imageSliderKey2',''),(24960,957,'imageSliderKey3',''),(24961,957,'imageSliderKey4',''),(24962,957,'imageSliderKey5',''),(24963,957,'imageSliderKey6',''),(24964,957,'imageSliderKey7',''),(24965,957,'imageSliderKey8',''),(24966,957,'imageSliderKey9',''),(24967,957,'imageSliderKey10',''),(24968,957,'imageSliderKey11',''),(24969,957,'imageSliderKey12',''),(24970,957,'imageSliderKey13',''),(24971,957,'imageSliderKey14',''),(24972,957,'imageSliderKey15',''),(24973,957,'imageSliderKey16',''),(24974,957,'imageSliderKey17',''),(24975,957,'imageSliderKey18',''),(24976,957,'imageSliderKey19',''),(24977,957,'imageSliderKey20',''),(24978,957,'imageSliderKey21',NULL),(24979,957,'imageSliderKey22',NULL),(24980,957,'imageSliderKey23',NULL),(24981,957,'imageSliderKey24',NULL),(24982,957,'imageSliderKey25',NULL),(24983,957,'imageSliderKey26',NULL),(24984,957,'imageSliderKey27',NULL),(24985,957,'imageSliderKey28',NULL),(24986,957,'imageSliderKey29',NULL),(24987,957,'imageSliderKey30',NULL),(24988,957,'individualDescriptionKey1',NULL),(24989,957,'individualDescriptionKey2',NULL),(24990,957,'individualDescriptionKey3',NULL),(24991,957,'individualDescriptionKey4',NULL),(24992,957,'individualDescriptionKey5',NULL),(24993,957,'individualDescriptionKey6',NULL),(24994,957,'individualDescriptionKey7',NULL),(24995,957,'individualDescriptionKey8',NULL),(24996,957,'individualDescriptionKey9',NULL),(24997,957,'individualDescriptionKey10',NULL),(24998,957,'individualDescriptionKey11',NULL),(24999,957,'individualDescriptionKey12',NULL),(25000,957,'individualDescriptionKey13',NULL),(25001,957,'individualDescriptionKey14',NULL),(25002,957,'individualDescriptionKey15',NULL),(25003,957,'individualDescriptionKey16',NULL),(25004,957,'individualDescriptionKey17',NULL),(25005,957,'individualDescriptionKey18',NULL),(25006,957,'individualDescriptionKey19',NULL),(25007,957,'individualDescriptionKey20',NULL),(25008,957,'individualDescriptionKey21',NULL),(25009,957,'individualDescriptionKey22',NULL),(25010,957,'individualDescriptionKey23',NULL),(25011,957,'individualDescriptionKey24',NULL),(25012,957,'individualDescriptionKey25',NULL),(25013,957,'individualDescriptionKey26',NULL),(25014,957,'individualDescriptionKey27',NULL),(25015,957,'individualDescriptionKey28',NULL),(25016,957,'individualDescriptionKey29',NULL),(25017,957,'individualDescriptionKey30',NULL),(25018,957,'_edit_last','1'),(25019,957,'_wp_page_template','default'),(25020,957,'_edit_lock','1507322009:1'),(25021,959,'_key1',''),(25022,959,'_key2',''),(25023,959,'_key3',''),(25024,959,'_key4',''),(25025,959,'_key5',''),(25026,959,'_key6',''),(25027,959,'_key7',''),(25028,959,'_key8',''),(25029,959,'_key9',''),(25030,959,'_key10',''),(25031,959,'_key11',''),(25032,959,'_key12',''),(25033,959,'_key13',''),(25034,959,'_key14',''),(25035,959,'_key15',''),(25036,959,'_key16',''),(25037,959,'_key17',''),(25038,959,'_key18',''),(25039,959,'_key19',''),(25040,959,'_key20',''),(25041,959,'imageSliderKey1',''),(25042,959,'imageSliderKey2',''),(25043,959,'imageSliderKey3',''),(25044,959,'imageSliderKey4',''),(25045,959,'imageSliderKey5',''),(25046,959,'imageSliderKey6',''),(25047,959,'imageSliderKey7',''),(25048,959,'imageSliderKey8',''),(25049,959,'imageSliderKey9',''),(25050,959,'imageSliderKey10',''),(25051,959,'imageSliderKey11',''),(25052,959,'imageSliderKey12',''),(25053,959,'imageSliderKey13',''),(25054,959,'imageSliderKey14',''),(25055,959,'imageSliderKey15',''),(25056,959,'imageSliderKey16',''),(25057,959,'imageSliderKey17',''),(25058,959,'imageSliderKey18',''),(25059,959,'imageSliderKey19',''),(25060,959,'imageSliderKey20',''),(25061,959,'imageSliderKey21',''),(25062,959,'imageSliderKey22',''),(25063,959,'imageSliderKey23',''),(25064,959,'imageSliderKey24',''),(25065,959,'imageSliderKey25',''),(25066,959,'imageSliderKey26',''),(25067,959,'imageSliderKey27',''),(25068,959,'imageSliderKey28',''),(25069,959,'imageSliderKey29',''),(25070,959,'imageSliderKey30',''),(25071,959,'individualDescriptionKey1',''),(25072,959,'individualDescriptionKey2',''),(25073,959,'individualDescriptionKey3',''),(25074,959,'individualDescriptionKey4',''),(25075,959,'individualDescriptionKey5',''),(25076,959,'individualDescriptionKey6',''),(25077,959,'individualDescriptionKey7',''),(25078,959,'individualDescriptionKey8',''),(25079,959,'individualDescriptionKey9',''),(25080,959,'individualDescriptionKey10',''),(25081,959,'individualDescriptionKey11',''),(25082,959,'individualDescriptionKey12',''),(25083,959,'individualDescriptionKey13',''),(25084,959,'individualDescriptionKey14',''),(25085,959,'individualDescriptionKey15',''),(25086,959,'individualDescriptionKey16',''),(25087,959,'individualDescriptionKey17',''),(25088,959,'individualDescriptionKey18',''),(25089,959,'individualDescriptionKey19',''),(25090,959,'individualDescriptionKey20',''),(25091,959,'individualDescriptionKey21',''),(25092,959,'individualDescriptionKey22',''),(25093,959,'individualDescriptionKey23',''),(25094,959,'individualDescriptionKey24',''),(25095,959,'individualDescriptionKey25',''),(25096,959,'individualDescriptionKey26',''),(25097,959,'individualDescriptionKey27',''),(25098,959,'individualDescriptionKey28',''),(25099,959,'individualDescriptionKey29',''),(25100,959,'individualDescriptionKey30',''),(25101,959,'_edit_last','1'),(25102,959,'_wp_page_template','default'),(25103,959,'_edit_lock','1506107096:1'),(25105,962,'_key1','main back ground'),(25106,962,'_key2','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S8LCR_tweeter-woofer.png\"><img class=\"alignleft size-full wp-image-972\" src=\"http://elura.audio/wp-content/uploads/2016/02/S8LCR_tweeter-woofer.png\" alt=\"S8LCR_tweeter-woofer\" width=\"1920\" height=\"1280\" /></a>'),(25107,962,'_key3',''),(25108,962,'_key4',''),(25109,962,'_key5',''),(25110,962,'_key6',''),(25111,962,'_key7',''),(25112,962,'_key8',''),(25113,962,'_key9',''),(25114,962,'_key10',''),(25115,962,'_key11',''),(25116,962,'_key12',''),(25117,962,'_key13',''),(25118,962,'_key14',''),(25119,962,'_key15',''),(25120,962,'_key16',''),(25121,962,'_key17',''),(25122,962,'_key18',''),(25123,962,'_key19',''),(25124,962,'_key20',''),(25125,962,'imageSliderKey1',''),(25126,962,'imageSliderKey2',''),(25127,962,'imageSliderKey3',''),(25128,962,'imageSliderKey4',''),(25129,962,'imageSliderKey5',''),(25130,962,'imageSliderKey6',''),(25131,962,'imageSliderKey7',''),(25132,962,'imageSliderKey8',''),(25133,962,'imageSliderKey9',''),(25134,962,'imageSliderKey10',''),(25135,962,'imageSliderKey11',''),(25136,962,'imageSliderKey12',''),(25137,962,'imageSliderKey13',''),(25138,962,'imageSliderKey14',''),(25139,962,'imageSliderKey15',''),(25140,962,'imageSliderKey16',''),(25141,962,'imageSliderKey17',''),(25142,962,'imageSliderKey18',''),(25143,962,'imageSliderKey19',''),(25144,962,'imageSliderKey20',''),(25145,962,'imageSliderKey21',''),(25146,962,'imageSliderKey22',''),(25147,962,'imageSliderKey23',''),(25148,962,'imageSliderKey24',''),(25149,962,'imageSliderKey25',''),(25150,962,'imageSliderKey26',''),(25151,962,'imageSliderKey27',''),(25152,962,'imageSliderKey28',''),(25153,962,'imageSliderKey29',''),(25154,962,'imageSliderKey30',''),(25155,962,'individualDescriptionKey1',''),(25156,962,'individualDescriptionKey2',''),(25157,962,'individualDescriptionKey3',''),(25158,962,'individualDescriptionKey4',''),(25159,962,'individualDescriptionKey5',''),(25160,962,'individualDescriptionKey6',''),(25161,962,'individualDescriptionKey7',''),(25162,962,'individualDescriptionKey8',''),(25163,962,'individualDescriptionKey9',''),(25164,962,'individualDescriptionKey10',''),(25165,962,'individualDescriptionKey11',''),(25166,962,'individualDescriptionKey12',''),(25167,962,'individualDescriptionKey13',''),(25168,962,'individualDescriptionKey14',''),(25169,962,'individualDescriptionKey15',''),(25170,962,'individualDescriptionKey16',''),(25171,962,'individualDescriptionKey17',''),(25172,962,'individualDescriptionKey18',''),(25173,962,'individualDescriptionKey19',''),(25174,962,'individualDescriptionKey20',''),(25175,962,'individualDescriptionKey21',''),(25176,962,'individualDescriptionKey22',''),(25177,962,'individualDescriptionKey23',''),(25178,962,'individualDescriptionKey24',''),(25179,962,'individualDescriptionKey25',''),(25180,962,'individualDescriptionKey26',''),(25181,962,'individualDescriptionKey27',''),(25182,962,'individualDescriptionKey28',''),(25183,962,'individualDescriptionKey29',''),(25184,962,'individualDescriptionKey30',''),(25185,962,'_edit_lock','1474386898:1'),(25186,962,'_edit_last','1'),(25187,962,'_wp_page_template','default'),(25278,968,'_wp_attached_file','2016/01/B8_back.png'),(25279,968,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:19:\"2016/01/B8_back.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"B8_back-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"B8_back-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"B8_back-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(25294,972,'_wp_attached_file','2016/02/S8LCR_tweeter-woofer.png'),(25295,972,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:32:\"2016/02/S8LCR_tweeter-woofer.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"S8LCR_tweeter-woofer-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"S8LCR_tweeter-woofer-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"S8LCR_tweeter-woofer-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(25296,973,'_wp_attached_file','2016/02/S8LCR_screenless-tweeter.png'),(25297,973,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:36:\"2016/02/S8LCR_screenless-tweeter.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"S8LCR_screenless-tweeter-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"S8LCR_screenless-tweeter-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"S8LCR_screenless-tweeter-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(25298,974,'_wp_attached_file','2016/02/S65_contour-copy.png'),(25299,974,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:28:\"2016/02/S65_contour-copy.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"S65_contour-copy-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"S65_contour-copy-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"S65_contour-copy-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(25300,975,'_wp_attached_file','2016/02/S65_woofer_closeup.png'),(25301,975,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:30:\"2016/02/S65_woofer_closeup.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"S65_woofer_closeup-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"S65_woofer_closeup-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"S65_woofer_closeup-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(25309,981,'_wp_attached_file','2016/01/B65_Back.png'),(25310,981,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:20:\"2016/01/B65_Back.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"B65_Back-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"B65_Back-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"B65_Back-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(25318,986,'_wp_attached_file','2016/01/B65_PlasticBindings.png'),(25319,986,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:31:\"2016/01/B65_PlasticBindings.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"B65_PlasticBindings-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"B65_PlasticBindings-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"B65_PlasticBindings-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(25348,991,'_wp_attached_file','2015/12/2-In-Wall.jpg'),(25349,991,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2015/12/2-In-Wall.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"2-In-Wall-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"2-In-Wall-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"2-In-Wall-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(25350,992,'_wp_attached_file','2015/12/2-In-Wall-Bezel.jpg'),(25351,992,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:27:\"2015/12/2-In-Wall-Bezel.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"2-In-Wall-Bezel-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"2-In-Wall-Bezel-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"2-In-Wall-Bezel-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(25352,993,'_wp_attached_file','2015/12/2-In-Wall-Bezel_alt.jpg'),(25353,993,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2015/12/2-In-Wall-Bezel_alt.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"2-In-Wall-Bezel_alt-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"2-In-Wall-Bezel_alt-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"2-In-Wall-Bezel_alt-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(25354,994,'_wp_attached_file','2015/12/ELURA-s65iw.jpg'),(25355,994,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:23:\"2015/12/ELURA-s65iw.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ELURA-s65iw-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(25356,995,'_key1',NULL),(25357,995,'_key2',NULL),(25358,995,'_key3',NULL),(25359,995,'_key4',NULL),(25360,995,'_key5',NULL),(25361,995,'_key6',NULL),(25362,995,'_key7',NULL),(25363,995,'_key8',NULL),(25364,995,'_key9',NULL),(25365,995,'_key10',NULL),(25366,995,'_key11',NULL),(25367,995,'_key12',NULL),(25368,995,'_key13',NULL),(25369,995,'_key14',NULL),(25370,995,'_key15',NULL),(25371,995,'_key16',NULL),(25372,995,'_key17',NULL),(25373,995,'_key18',NULL),(25374,995,'_key19',NULL),(25375,995,'_key20',NULL),(25376,995,'imageSliderKey1',NULL),(25377,995,'imageSliderKey2',NULL),(25378,995,'imageSliderKey3',NULL),(25379,995,'imageSliderKey4',NULL),(25380,995,'imageSliderKey5',NULL),(25381,995,'imageSliderKey6',NULL),(25382,995,'imageSliderKey7',NULL),(25383,995,'imageSliderKey8',NULL),(25384,995,'imageSliderKey9',NULL),(25385,995,'imageSliderKey10',NULL),(25386,995,'imageSliderKey11',NULL),(25387,995,'imageSliderKey12',NULL),(25388,995,'imageSliderKey13',NULL),(25389,995,'imageSliderKey14',NULL),(25390,995,'imageSliderKey15',NULL),(25391,995,'imageSliderKey16',NULL),(25392,995,'imageSliderKey17',NULL),(25393,995,'imageSliderKey18',NULL),(25394,995,'imageSliderKey19',NULL),(25395,995,'imageSliderKey20',NULL),(25396,995,'imageSliderKey21',NULL),(25397,995,'imageSliderKey22',NULL),(25398,995,'imageSliderKey23',NULL),(25399,995,'imageSliderKey24',NULL),(25400,995,'imageSliderKey25',NULL),(25401,995,'imageSliderKey26',NULL),(25402,995,'imageSliderKey27',NULL),(25403,995,'imageSliderKey28',NULL),(25404,995,'imageSliderKey29',NULL),(25405,995,'imageSliderKey30',NULL),(25406,995,'individualDescriptionKey1','Red Label - Performance Series'),(25407,995,'individualDescriptionKey2','<a href=\"http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-SUBB8_fix2.jpg\"><img class=\"aligncenter size-full wp-image-1488\" src=\"http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-SUBB8_fix2.jpg\" alt=\"2-In-Wall-SUBB8_fix\" width=\"1920\" height=\"841\" /></a>'),(25408,995,'individualDescriptionKey3',NULL),(25409,995,'individualDescriptionKey4','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_Tweeter-Angle.png\"><img class=\"aligncenter size-full wp-image-1177\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_Tweeter-Angle.png\" alt=\"R65LCRIWZ_Tweeter-Angle\" width=\"1080\" height=\"608\" /></a>'),(25410,995,'individualDescriptionKey5',NULL),(25411,995,'individualDescriptionKey6',NULL),(25412,995,'individualDescriptionKey7','Red Label'),(25413,995,'individualDescriptionKey8','Elura Red Label is the speaker line that pioneered the quest for a no-nonsense, uncompromised sound, combined with the best aesthetics. To create a product with this type of high quality sound, the design team at Elura compared the sonic and spectral signature of numerous architectural speakers in the industry. Based on the results of their findings, they identified deficiencies in other speakers and designed a new platform to ensure that the Red Label series provided the listener with a stunning, audible experience. The overwhelming amount of praise from the audio industry confirmed that Red Label speakers were a winner.\r\n\r\n<hr/>\r\n\r\n<b>LIMITED LIFETIME WARRANTY</b> - Elura speaker products are guaranteed to meet or exceed the specifications included in this manual and carry with them a lifetime limited warranty under normal conditions of use. This warranty covers free parts and labor on all components with the obligation that Elura will repair or replace any component found defective in materials or workmanship. This warranty does not apply to products that have been abused, incorrectly installed, modified, disassembled and/or repaired by anyone other than Elura or our appointed repair facility.\r\n\r\n<br/><br/>\r\n\r\n<img class=\"size-medium wp-image-1586 alignright\" src=\"http://elura.audio/wp-content/uploads/2017/10/Warranty-GuaranteeLifeTime-150x150.png\" alt=\"Limited Lifetime Warranty\" width=\"150\" height=\"150\" style=\"position: relative;left: 300px;\" />'),(25414,995,'individualDescriptionKey9','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65IWZ_Front_new_crop.png\"><img class=\"aligncenter size-full wp-image-1392\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65IWZ_Front_new_crop.png\" alt=\"R65IWZ_Front_new_crop\" width=\"1345\" height=\"1079\" /></a>'),(25415,995,'individualDescriptionKey10','Benefits and Features'),(25416,995,'individualDescriptionKey11','<h4><span dir=\"ltr\">We expect great performance from our speakers, but not everyone wants to see them. Elura accomplished this by removing as much material and all badging from the grill, allowing a clean and elegant profile for the acoustically transparent grill.</span></h4>'),(25417,995,'individualDescriptionKey12','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_front.png\"><img class=\"aligncenter size-large wp-image-1143\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_front-1024x576.png\" alt=\"R65LCRIWZ_front\" width=\"1024\" height=\"576\" /></a>'),(25418,995,'individualDescriptionKey13','<h4> Most tweeters only rotate 10 degrees. The Red Label tweeters rotate 20 degrees to allow the speakers to be installed in the best visual location while directing the music towards the listener.</h4>'),(25419,995,'individualDescriptionKey14','<p style=\"text-align: left;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_Tweeter-Angle2.png\"><img class=\"aligncenter size-large wp-image-1257\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_Tweeter-Angle2-1024x645.png\" alt=\"R65LCRIWZ_Tweeter-Angle2\" width=\"1024\" height=\"645\" /></a></p>'),(25420,995,'individualDescriptionKey15','<h4>Polypropylene woofer cone for excellent internal damping and rubber surrounds for excellent flexibility and durability.</h4>'),(25421,995,'individualDescriptionKey16','<p style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/R65IWZ_Woofer.png\"><img class=\"aligncenter size-large wp-image-1175\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65IWZ_Woofer-1024x576.png\" alt=\"R65IWZ_Woofer\" width=\"1024\" height=\"576\" /></a></p>'),(25422,995,'individualDescriptionKey17','<h4>Just about all rooms have acoustical challenges. The bass and treble contour switches allow you to tune the speaker to any room for optimal performance.</h4>'),(25423,995,'individualDescriptionKey18','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_ContourSwitches.png\"><img class=\"aligncenter size-large wp-image-1176\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_ContourSwitches-1024x576.png\" alt=\"R65LCRIWZ_ContourSwitches\" width=\"1024\" height=\"576\" /></a>'),(25424,995,'individualDescriptionKey19',''),(25425,995,'individualDescriptionKey20',''),(25426,995,'individualDescriptionKey21',''),(25427,995,'individualDescriptionKey22',''),(25428,995,'individualDescriptionKey23',''),(25429,995,'individualDescriptionKey24',''),(25430,995,'individualDescriptionKey25',''),(25431,995,'individualDescriptionKey26',''),(25432,995,'individualDescriptionKey27','Models and Detailed Specifications'),(25433,995,'individualDescriptionKey28','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65IWZ_Front_new_crop.png\"><img class=\"aligncenter size-full wp-image-1392\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65IWZ_Front_new_crop.png\" alt=\"R65IWZ_Front_new_crop\" width=\"1345\" height=\"1079\" /></a>'),(25434,995,'individualDescriptionKey29','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_Front_cropped.png\"><img class=\"aligncenter size-full wp-image-1383\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_Front_cropped.png\" alt=\"R65LCRIWZ_Front_cropped\" width=\"1075\" height=\"815\" /></a>'),(25435,995,'individualDescriptionKey30',''),(25436,995,'_edit_lock','1507062802:1'),(25437,995,'_edit_last','1'),(25438,996,'_wp_attached_file','2015/12/B65IW_front-straight.png'),(25439,996,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1920;s:4:\"file\";s:32:\"2015/12/B65IW_front-straight.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"B65IW_front-straight-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"B65IW_front-straight-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"B65IW_front-straight-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(25440,997,'_key1',NULL),(25441,997,'_key2',NULL),(25442,997,'_key3',NULL),(25443,997,'_key4',NULL),(25444,997,'_key5',NULL),(25445,997,'_key6',NULL),(25446,997,'_key7',NULL),(25447,997,'_key8',NULL),(25448,997,'_key9',NULL),(25449,997,'_key10',NULL),(25450,997,'_key11',NULL),(25451,997,'_key12',NULL),(25452,997,'_key13',NULL),(25453,997,'_key14',NULL),(25454,997,'_key15',NULL),(25455,997,'_key16',NULL),(25456,997,'_key17',NULL),(25457,997,'_key18',NULL),(25458,997,'_key19',NULL),(25459,997,'_key20',NULL),(25460,997,'imageSliderKey1',NULL),(25461,997,'imageSliderKey2',NULL),(25462,997,'imageSliderKey3',NULL),(25463,997,'imageSliderKey4',NULL),(25464,997,'imageSliderKey5',NULL),(25465,997,'imageSliderKey6',NULL),(25466,997,'imageSliderKey7',NULL),(25467,997,'imageSliderKey8',NULL),(25468,997,'imageSliderKey9',NULL),(25469,997,'imageSliderKey10',NULL),(25470,997,'imageSliderKey11',NULL),(25471,997,'imageSliderKey12',NULL),(25472,997,'imageSliderKey13',NULL),(25473,997,'imageSliderKey14',NULL),(25474,997,'imageSliderKey15',NULL),(25475,997,'imageSliderKey16',NULL),(25476,997,'imageSliderKey17',NULL),(25477,997,'imageSliderKey18',NULL),(25478,997,'imageSliderKey19',NULL),(25479,997,'imageSliderKey20',NULL),(25480,997,'imageSliderKey21',NULL),(25481,997,'imageSliderKey22',NULL),(25482,997,'imageSliderKey23',NULL),(25483,997,'imageSliderKey24',NULL),(25484,997,'imageSliderKey25',NULL),(25485,997,'imageSliderKey26',NULL),(25486,997,'imageSliderKey27',NULL),(25487,997,'imageSliderKey28',NULL),(25488,997,'imageSliderKey29',NULL),(25489,997,'imageSliderKey30',NULL),(25490,997,'individualDescriptionKey1','Black Label - Select Series'),(25491,997,'individualDescriptionKey2','<a href=\"http://elura.audio/wp-content/uploads/2016/02/2-In-Wall-Bezelfix.jpg\"><img class=\"aligncenter size-full wp-image-1249\" src=\"http://elura.audio/wp-content/uploads/2016/02/2-In-Wall-Bezelfix.jpg\" alt=\"2-In-Wall-Bezelfix\" width=\"1920\" height=\"1080\" /></a>'),(25492,997,'individualDescriptionKey3',NULL),(25493,997,'individualDescriptionKey4','<a href=\"http://elura.audio/wp-content/uploads/2016/02/B65IW_woofer.png\"><img class=\"aligncenter size-full wp-image-1172\" src=\"http://elura.audio/wp-content/uploads/2016/02/B65IW_woofer.png\" alt=\"B65IW_woofer\" width=\"1080\" height=\"608\" /></a>'),(25494,997,'individualDescriptionKey5',NULL),(25495,997,'individualDescriptionKey6',NULL),(25496,997,'individualDescriptionKey7','Black Label'),(25497,997,'individualDescriptionKey8','“These speakers sound too good for the money” has become the mantra of what our Elura Black Label line represents. Black Label is Elura’s entry point into HiFi home audio. Elura Black Label will sonically outperform most speakers that are over twice their price. The same strict standards that are applied to the Elura premium offerings are present in the design and performance of the Black Label series.\r\n\r\n<hr />\r\n\r\n<b>LIMITED LIFETIME WARRANTY</b> - Elura speaker products are guaranteed to meet or exceed the specifications included in this manual and carry with them a lifetime limited warranty under normal conditions of use. This warranty covers free parts and labor on all components with the obligation that Elura will repair or replace any component found defective in materials or workmanship. This warranty does not apply to products that have been abused, incorrectly installed, modified, disassembled and/or repaired by anyone other than Elura or our appointed repair facility.\r\n\r\n<br/>\r\n\r\n<img class=\"size-medium wp-image-1586 alignright\" src=\"http://elura.audio/wp-content/uploads/2017/10/Warranty-GuaranteeLifeTime-150x150.png\" alt=\"Limited Lifetime Warranty\" width=\"150\" height=\"150\" style=\"position: relative;left: 300px;\" />'),(25498,997,'individualDescriptionKey9','<a href=\"http://elura.audio/wp-content/uploads/2016/02/B65IW_front-straight_new_crop1.png\"><img class=\"aligncenter size-full wp-image-1400\" src=\"http://elura.audio/wp-content/uploads/2016/02/B65IW_front-straight_new_crop1.png\" alt=\"B65IW_front-straight_new_crop\" width=\"744\" height=\"607\" /></a>'),(25499,997,'individualDescriptionKey10','Benefits and Features'),(25500,997,'individualDescriptionKey11','<h4 style=\"text-align: center;\">Aluminum weather resistant paintable grills</h4>'),(25501,997,'individualDescriptionKey12','<a href=\"http://elura.audio/wp-content/uploads/2016/02/B65IW_screen1.png\"><img class=\"aligncenter wp-image-1170 size-large\" src=\"http://elura.audio/wp-content/uploads/2016/02/B65IW_screen1-1024x576.png\" alt=\"B65IW_screen\" width=\"1024\" height=\"576\" /></a>'),(25502,997,'individualDescriptionKey13','<h4><span dir=\"ltr\">The 1\" Silk dome tweeter is very efficient and resistant to humidity.</span></h4>'),(25503,997,'individualDescriptionKey14','<p style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/B65IW_tweeters.png\"><img class=\"aligncenter wp-image-1171 size-large\" src=\"http://elura.audio/wp-content/uploads/2016/02/B65IW_tweeters-1024x576.png\" alt=\"B65IW_tweeters\" width=\"1024\" height=\"576\" /></a></p>'),(25504,997,'individualDescriptionKey15','<h4><span dir=\"ltr\">Polypropylene woofer cone for excellent internal damping and rubber surrounds for excellent flexibility and durability. Stainless steel mounting screws were utilized to allow the Black Label speakers to be installed in outdoor applications.</span></h4>'),(25505,997,'individualDescriptionKey16','<a href=\"http://elura.audio/wp-content/uploads/2016/02/B65IW_woofer.png\"><img class=\"aligncenter size-large wp-image-1172\" src=\"http://elura.audio/wp-content/uploads/2016/02/B65IW_woofer-1024x576.png\" alt=\"B65IW_woofer\" width=\"1024\" height=\"576\" /></a>'),(25506,997,'individualDescriptionKey17',''),(25507,997,'individualDescriptionKey18',''),(25508,997,'individualDescriptionKey19',''),(25509,997,'individualDescriptionKey20',''),(25510,997,'individualDescriptionKey21',''),(25511,997,'individualDescriptionKey22',''),(25512,997,'individualDescriptionKey23',''),(25513,997,'individualDescriptionKey24',''),(25514,997,'individualDescriptionKey25',''),(25515,997,'individualDescriptionKey26',''),(25516,997,'individualDescriptionKey27','Models and Detailed Specifications'),(25517,997,'individualDescriptionKey28','<a href=\"http://elura.audio/wp-content/uploads/2016/02/new-speaker.png\"><img class=\"aligncenter size-full wp-image-1402\" src=\"http://elura.audio/wp-content/uploads/2016/02/new-speaker.png\" alt=\"new-speaker\" width=\"1272\" height=\"826\" /></a>'),(25518,997,'individualDescriptionKey29',''),(25519,997,'individualDescriptionKey30',''),(25520,997,'_edit_lock','1507062804:1'),(25521,997,'_edit_last','1'),(25523,1000,'_wp_attached_file','2016/02/R65IWZ_back.png'),(25524,1000,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1920;s:4:\"file\";s:23:\"2016/02/R65IWZ_back.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"R65IWZ_back-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"R65IWZ_back-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"R65IWZ_back-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(25528,1002,'_wp_attached_file','2016/02/R65IWZ_front-screenless.png'),(25529,1002,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1920;s:4:\"file\";s:35:\"2016/02/R65IWZ_front-screenless.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"R65IWZ_front-screenless-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"R65IWZ_front-screenless-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"R65IWZ_front-screenless-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(25535,1005,'_wp_attached_file','2016/02/R65LCRIWZ_front-screenless.png'),(25536,1005,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:38:\"2016/02/R65LCRIWZ_front-screenless.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"R65LCRIWZ_front-screenless-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"R65LCRIWZ_front-screenless-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"R65LCRIWZ_front-screenless-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(25633,1009,'_key1',NULL),(25634,1009,'_key2',NULL),(25635,1009,'_key3',NULL),(25636,1009,'_key4',NULL),(25637,1009,'_key5',NULL),(25638,1009,'_key6',NULL),(25639,1009,'_key7',NULL),(25640,1009,'_key8',NULL),(25641,1009,'_key9',NULL),(25642,1009,'_key10',NULL),(25643,1009,'_key11',NULL),(25644,1009,'_key12',NULL),(25645,1009,'_key13',NULL),(25646,1009,'_key14',NULL),(25647,1009,'_key15',NULL),(25648,1009,'_key16',NULL),(25649,1009,'_key17',NULL),(25650,1009,'_key18',NULL),(25651,1009,'_key19',NULL),(25652,1009,'_key20',NULL),(25653,1009,'imageSliderKey1',NULL),(25654,1009,'imageSliderKey2',NULL),(25655,1009,'imageSliderKey3',NULL),(25656,1009,'imageSliderKey4',NULL),(25657,1009,'imageSliderKey5',NULL),(25658,1009,'imageSliderKey6',NULL),(25659,1009,'imageSliderKey7',NULL),(25660,1009,'imageSliderKey8',NULL),(25661,1009,'imageSliderKey9',NULL),(25662,1009,'imageSliderKey10',NULL),(25663,1009,'imageSliderKey11',NULL),(25664,1009,'imageSliderKey12',NULL),(25665,1009,'imageSliderKey13',NULL),(25666,1009,'imageSliderKey14',NULL),(25667,1009,'imageSliderKey15',NULL),(25668,1009,'imageSliderKey16',NULL),(25669,1009,'imageSliderKey17',NULL),(25670,1009,'imageSliderKey18',NULL),(25671,1009,'imageSliderKey19',NULL),(25672,1009,'imageSliderKey20',NULL),(25673,1009,'imageSliderKey21',NULL),(25674,1009,'imageSliderKey22',NULL),(25675,1009,'imageSliderKey23',NULL),(25676,1009,'imageSliderKey24',NULL),(25677,1009,'imageSliderKey25',NULL),(25678,1009,'imageSliderKey26',NULL),(25679,1009,'imageSliderKey27',NULL),(25680,1009,'imageSliderKey28',NULL),(25681,1009,'imageSliderKey29',NULL),(25682,1009,'imageSliderKey30',NULL),(25683,1009,'individualDescriptionKey1','Blue Label by Sonance - Premium Series'),(25684,1009,'individualDescriptionKey2','<a href=\"http://elura.audio/wp-content/uploads/2016/02/2-In-Wall.jpg\"><img class=\"aligncenter size-full wp-image-1071\" src=\"http://elura.audio/wp-content/uploads/2016/02/2-In-Wall.jpg\" alt=\"2-In-Wall\" width=\"1920\" height=\"1080\" /></a>'),(25685,1009,'individualDescriptionKey3',NULL),(25686,1009,'individualDescriptionKey4','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65LCRIW_woofer-tweeter.png\"><img class=\"aligncenter size-full wp-image-1443\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65LCRIW_woofer-tweeter.png\" alt=\"S65LCRIW_woofer-tweeter\" width=\"1080\" height=\"608\" /></a>'),(25687,1009,'individualDescriptionKey5',NULL),(25688,1009,'individualDescriptionKey6',NULL),(25689,1009,'individualDescriptionKey7','Blue Label by Sonance'),(25690,1009,'individualDescriptionKey8','Blue label is the collaborative efforts of the Elura team and Sonance (Dana Innovations), the inventor of the in-wall speaker, to create a series of premium architectural speakers. The primary design objective for Blue Label is to provide a realistic true to recording sound in any room in your home regardless if you are listening to music or watching a movie. To achieve this goal, the team had to find materials that had inherently superior sound characteristics, and that could be acoustically tuned to perfection. The Elura team is confident that the Blue Label speakers by Sonance will sonically outperform any speaker in its category.\r\n\r\n<hr/>\r\n\r\n<b>LIMITED LIFETIME WARRANTY</b> - Elura speaker products are guaranteed to meet or exceed the specifications included in this manual and carry with them a lifetime limited warranty under normal conditions of use. This warranty covers free parts and labor on all components with the obligation that Elura will repair or replace any component found defective in materials or workmanship. This warranty does not apply to products that have been abused, incorrectly installed, modified, disassembled and/or repaired by anyone other than Elura or our appointed repair facility.\r\n\r\n<br/><br/>\r\n\r\n<img class=\"size-medium wp-image-1586 alignright\" src=\"http://elura.audio/wp-content/uploads/2017/10/Warranty-GuaranteeLifeTime-150x150.png\" alt=\"Limited Lifetime Warranty\" width=\"150\" height=\"150\" style=\"position: relative;left: 300px;\" />'),(25691,1009,'individualDescriptionKey9','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65LCRIW-screenless-front1.png\"><img class=\"aligncenter size-full wp-image-1370\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65LCRIW-screenless-front1.png\" alt=\"S65LCRIW-screenless-front\" width=\"1080\" height=\"680\" /></a>'),(25692,1009,'individualDescriptionKey10','<a href=\"http://elura.audio/wp-content/uploads/2016/01/S65LCRIW-screenless-front.png\"><img class=\"aligncenter wp-image-847 size-large\" src=\"http://elura.audio/wp-content/uploads/2016/01/S65LCRIW-screenless-front-1024x576.png\" alt=\"S65LCRIW-screenless-front\" width=\"1024\" height=\"576\" /></a>'),(25693,1009,'individualDescriptionKey11','<h4><span dir=\"ltr\">We expect great performance from our speakers, but not everyone wants to see them. Elura accomplished this by removing as much material and all badging from the grill, allowing a clean and elegant profile for the acoustically transparent grill.</span></h4>'),(25694,1009,'individualDescriptionKey12','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_front.png\"><img class=\"aligncenter size-large wp-image-1143\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_front-1024x576.png\" alt=\"R65LCRIWZ_front\" width=\"1024\" height=\"576\" /></a>'),(25695,1009,'individualDescriptionKey13','<h4>Chambered tweeters are expensive and are usually found on premium Hi-Fi speakers. Since the Blue Label series are the flagship of the Elura brand, they had to have a chambered tweeter. The 1” Coated silk dome chambered tweeter coupled with an extra-large surround allows <strong><u>Chambered XL tweeter</u></strong> to play lower and blend seamlessly with the CarbonX woofer.</h4>'),(25696,1009,'individualDescriptionKey14','<p style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/S65IW_tweeter_angle.png\"><img class=\"aligncenter size-large wp-image-1261\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65IW_tweeter_angle-1024x576.png\" alt=\"S65IW_tweeter_angle\" width=\"1024\" height=\"576\" /></a></p>'),(25697,1009,'individualDescriptionKey15','<h4>The <strong><u>CarbonX Woofer</u></strong> is constructed from dry carbon impregnated paper. This unique material is very lightweight but incredibly stiff. The benefit is increased power handling, pronounced mid-range, and exceptional bass extension. The surround is the suspension of every speaker. The problem is that most surrounds get in the way of the actual sound that leaves the speakers cone. The Blue Label <strong><u>Silhouette surround</u></strong> smoothly transitions into the CarbonX woofer for smoother frequency response which results in a pure, clean sound.</h4>'),(25698,1009,'individualDescriptionKey16','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65IW_Woofer_1080-5902.png\"><img class=\"aligncenter size-full wp-image-1407\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65IW_Woofer_1080-5902.png\" alt=\"S65IW_Woofer_1080-590\" width=\"1079\" height=\"615\" /></a>'),(25699,1009,'individualDescriptionKey17','<h4>Just about all rooms have acoustical challenges. The treble contour switch will allow you to tune the speaker to any room for optimal performance.</h4>'),(25700,1009,'individualDescriptionKey18','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65LCRIW_contourswitch.png\"><img class=\"aligncenter size-large wp-image-1188\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65LCRIW_contourswitch-1024x576.png\" alt=\"S65LCRIW_contourswitch\" width=\"1024\" height=\"576\" /></a>'),(25701,1009,'individualDescriptionKey19','<h4>Gold binding post connections along with over-sized dog-ear style mounting clips make for a simple and easy install.</h4>'),(25702,1009,'individualDescriptionKey20','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65IW_bindings.png\"><img class=\"aligncenter size-large wp-image-1186\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65IW_bindings-1024x576.png\" alt=\"S65IW_bindings\" width=\"1024\" height=\"576\" /></a>'),(25703,1009,'individualDescriptionKey21','<h4>The only thing that should move or vibrate on a speaker is the speaker cone itself. Any vibration within the chassis of the speaker can cause unwanted audible results. The Elura Blue Label frame and baffle is more ridged than most standard designs.</h4>'),(25704,1009,'individualDescriptionKey22','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65LCRIW_back-cropped1.png\"><img class=\"aligncenter size-full wp-image-1454\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65LCRIW_back-cropped1.png\" alt=\"S65LCRIW_back-cropped\" width=\"1133\" height=\"550\" /></a>\r\n\r\n \r\n\r\n '),(25705,1009,'individualDescriptionKey23',''),(25706,1009,'individualDescriptionKey24',''),(25707,1009,'individualDescriptionKey25',''),(25708,1009,'individualDescriptionKey26',''),(25709,1009,'individualDescriptionKey27','Models and detailed Specifications'),(25710,1009,'individualDescriptionKey28','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65IW_screenless_new_cropped.png\"><img class=\"aligncenter size-full wp-image-1398\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65IW_screenless_new_cropped.png\" alt=\"S65IW_screenless_new_cropped\" width=\"776\" height=\"607\" /></a>'),(25711,1009,'individualDescriptionKey29','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65LCRIW-screenless-front_cropped1.png\"><img class=\"aligncenter size-full wp-image-1395\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65LCRIW-screenless-front_cropped1.png\" alt=\"S65LCRIW-screenless-front_cropped\" width=\"1350\" height=\"850\" /></a>'),(25712,1009,'individualDescriptionKey30',''),(25713,1009,'_edit_lock','1507062800:1'),(25714,1009,'_edit_last','1'),(25715,1010,'_wp_attached_file','2016/02/R65Z_screenless-front.png'),(25716,1010,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:33:\"2016/02/R65Z_screenless-front.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"R65Z_screenless-front-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"R65Z_screenless-front-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"R65Z_screenless-front-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(25720,1012,'_wp_attached_file','2016/02/R65STZ_front-screenless.png'),(25721,1012,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2016/02/R65STZ_front-screenless.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"R65STZ_front-screenless-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"R65STZ_front-screenless-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"R65STZ_front-screenless-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(25722,1013,'_wp_attached_file','2016/02/R8LCR_front-screenless.png'),(25723,1013,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:34:\"2016/02/R8LCR_front-screenless.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"R8LCR_front-screenless-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"R8LCR_front-screenless-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"R8LCR_front-screenless-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(25725,1014,'_key1',NULL),(25726,1014,'_key2',NULL),(25727,1014,'_key3',NULL),(25728,1014,'_key4',NULL),(25729,1014,'_key5',NULL),(25730,1014,'_key6',NULL),(25731,1014,'_key7',NULL),(25732,1014,'_key8',NULL),(25733,1014,'_key9',NULL),(25734,1014,'_key10',NULL),(25735,1014,'_key11',NULL),(25736,1014,'_key12',NULL),(25737,1014,'_key13',NULL),(25738,1014,'_key14',NULL),(25739,1014,'_key15',NULL),(25740,1014,'_key16',NULL),(25741,1014,'_key17',NULL),(25742,1014,'_key18',NULL),(25743,1014,'_key19',NULL),(25744,1014,'_key20',NULL),(25745,1014,'imageSliderKey1',NULL),(25746,1014,'imageSliderKey2',NULL),(25747,1014,'imageSliderKey3',NULL),(25748,1014,'imageSliderKey4',NULL),(25749,1014,'imageSliderKey5',NULL),(25750,1014,'imageSliderKey6',NULL),(25751,1014,'imageSliderKey7',NULL),(25752,1014,'imageSliderKey8',NULL),(25753,1014,'imageSliderKey9',NULL),(25754,1014,'imageSliderKey10',NULL),(25755,1014,'imageSliderKey11',NULL),(25756,1014,'imageSliderKey12',NULL),(25757,1014,'imageSliderKey13',NULL),(25758,1014,'imageSliderKey14',NULL),(25759,1014,'imageSliderKey15',NULL),(25760,1014,'imageSliderKey16',NULL),(25761,1014,'imageSliderKey17',NULL),(25762,1014,'imageSliderKey18',NULL),(25763,1014,'imageSliderKey19',NULL),(25764,1014,'imageSliderKey20',NULL),(25765,1014,'imageSliderKey21',NULL),(25766,1014,'imageSliderKey22',NULL),(25767,1014,'imageSliderKey23',NULL),(25768,1014,'imageSliderKey24',NULL),(25769,1014,'imageSliderKey25',NULL),(25770,1014,'imageSliderKey26',NULL),(25771,1014,'imageSliderKey27',NULL),(25772,1014,'imageSliderKey28',NULL),(25773,1014,'imageSliderKey29',NULL),(25774,1014,'imageSliderKey30',NULL),(25775,1014,'individualDescriptionKey1','Red Label - Performance Series'),(25776,1014,'individualDescriptionKey2','.<a href=\"http://elura.audio/wp-content/uploads/2015/12/R8LCR_tweeter-angled.png\"><img class=\"aligncenter size-full wp-image-944\" src=\"http://elura.audio/wp-content/uploads/2015/12/R8LCR_tweeter-angled.png\" alt=\"R8LCR_tweeter-angled\" width=\"1920\" height=\"1280\" /></a>'),(25777,1014,'individualDescriptionKey3',NULL),(25778,1014,'individualDescriptionKey4','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R8Z_front-angle.png\"><img class=\"aligncenter size-full wp-image-1124\" src=\"http://elura.audio/wp-content/uploads/2016/02/R8Z_front-angle.png\" alt=\"R8Z_front-angle\" width=\"1920\" height=\"1080\" /></a>'),(25779,1014,'individualDescriptionKey5',NULL),(25780,1014,'individualDescriptionKey6',NULL),(25781,1014,'individualDescriptionKey7','Red Label'),(25782,1014,'individualDescriptionKey8','Elura Red Label is the speaker line that pioneered the quest for a no-nonsense, uncompromised sound, combined with the best aesthetics. To create a product with this type of high quality sound, the design team at Elura compared the sonic and spectral signature of numerous architectural speakers in the industry. Based on the results of their findings, they identified deficiencies in other speakers and designed a new platform to ensure that the Red Label series provided the listener with a stunning, audible experience. The overwhelming amount of praise from the audio industry confirmed that Red Label speakers were a winner.\r\n\r\n<hr />\r\n\r\n<b>LIMITED LIFETIME WARRANTY</b> - Elura speaker products are guaranteed to meet or exceed the specifications included in this manual and carry with them a lifetime limited warranty under normal conditions of use. This warranty covers free parts and labor on all components with the obligation that Elura will repair or replace any component found defective in materials or workmanship. This warranty does not apply to products that have been abused, incorrectly installed, modified, disassembled and/or repaired by anyone other than Elura or our appointed repair facility.\r\n\r\n<br/>\r\n\r\n<img class=\"size-medium wp-image-1586 alignright\" src=\"http://elura.audio/wp-content/uploads/2017/10/Warranty-GuaranteeLifeTime-150x150.png\" alt=\"Limited Lifetime Warranty\" width=\"150\" height=\"150\" style=\"position: relative;left: 300px;\" />'),(25783,1014,'individualDescriptionKey9','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-screenless.png\"><img class=\"aligncenter size-full wp-image-1012\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-screenless.png\" alt=\"R65STZ_front-screenless\" width=\"1920\" height=\"1080\" /></a>'),(25784,1014,'individualDescriptionKey10','Benefits and Features'),(25785,1014,'individualDescriptionKey11','<h4><span dir=\"ltr\">We expect great performance from our speakers, but not everyone wants to see them. Elura accomplished this by removing as much material and all badging from the grill, allowing a clean and elegant profile for the acoustically transparent grill.</span></h4>'),(25786,1014,'individualDescriptionKey12','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front.png\"><img class=\"aligncenter size-large wp-image-1145\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-1024x576.png\" alt=\"R65STZ_front\" width=\"1024\" height=\"576\" /></a>'),(25787,1014,'individualDescriptionKey13','<h4>The tweeter bridge design on the Red Label series increases rigidity and reduces acoustic interference. Most tweeters only rotate 10 degrees. The Red Label tweeters rotate 20 degrees to allow the speakers to be installed in the best visual location while directing the music towards the listener.</h4>'),(25788,1014,'individualDescriptionKey14','<p style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/R8Z_tweeter-pivoting.png\"><img class=\"aligncenter size-large wp-image-1180\" src=\"http://elura.audio/wp-content/uploads/2016/02/R8Z_tweeter-pivoting-1024x576.png\" alt=\"R8Z_tweeter-pivoting\" width=\"1024\" height=\"576\" /></a></p>'),(25789,1014,'individualDescriptionKey15','<h4>Polypropylene woofer cone for excellent internal damping and rubber surrounds for excellent flexibility and durability.</h4>'),(25790,1014,'individualDescriptionKey16','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R8Z_woofer.png\"><img class=\"aligncenter size-large wp-image-1182\" src=\"http://elura.audio/wp-content/uploads/2016/02/R8Z_woofer-1024x576.png\" alt=\"R8Z_woofer\" width=\"1024\" height=\"576\" /></a>'),(25791,1014,'individualDescriptionKey17','<h4>Just about all rooms have acoustical challenges. The bass and treble contour switches will allow you to tune the speaker to any room for optimal performance.</h4>'),(25792,1014,'individualDescriptionKey18','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R8LCR_contourswitches.png\"><img class=\"aligncenter size-large wp-image-1147\" src=\"http://elura.audio/wp-content/uploads/2016/02/R8LCR_contourswitches-1024x576.png\" alt=\"R8LCR_contourswitches\" width=\"1024\" height=\"576\" /></a>'),(25793,1014,'individualDescriptionKey19','<h4>Gold binding post connections along with over-sized dog ear style mounting clips make for a simple and easy install.</h4>'),(25794,1014,'individualDescriptionKey20','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_Binding_Dogears.png\"><img class=\"aligncenter size-large wp-image-1238\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_Binding_Dogears-1024x645.png\" alt=\"R65STZ_Binding_Dogears\" width=\"1024\" height=\"645\" /></a>'),(25795,1014,'individualDescriptionKey21','<h4>The R8LCR is designed for home theater applications where the speakers are installed 10+ feet away from the listener. Not only does the tweeter and mid-range pivot independently but the bridge that houses both speakers also pivots. The sound is easily pointed directly to the listening positon so that you never miss a movie moment.</h4>'),(25796,1014,'individualDescriptionKey22','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R8LCR_tweeter-angled-1024-645.png\"><img class=\"aligncenter size-full wp-image-1465\" src=\"http://elura.audio/wp-content/uploads/2016/02/R8LCR_tweeter-angled-1024-645.png\" alt=\"R8LCR_tweeter-angled-1024-645\" width=\"1024\" height=\"645\" /></a>'),(25797,1014,'individualDescriptionKey23',''),(25798,1014,'individualDescriptionKey24',''),(25799,1014,'individualDescriptionKey25',''),(25800,1014,'individualDescriptionKey26',''),(25801,1014,'individualDescriptionKey27','Models and Detailed Specifications'),(25802,1014,'individualDescriptionKey28','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R8Z_screenless_spec1.png\"><img class=\"aligncenter size-full wp-image-1419\" src=\"http://elura.audio/wp-content/uploads/2016/02/R8Z_screenless_spec1.png\" alt=\"R8Z_screenless_spec\" width=\"770\" height=\"680\" /></a>'),(25803,1014,'individualDescriptionKey29','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-screenless_spec1.png\"><img class=\"aligncenter size-full wp-image-1421\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-screenless_spec1.png\" alt=\"R65STZ_front-screenless_spec\" width=\"1253\" height=\"1087\" /></a>'),(25804,1014,'individualDescriptionKey30','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R8Z_screenless_cropped.png\"><img class=\"aligncenter size-full wp-image-1380\" src=\"http://elura.audio/wp-content/uploads/2016/02/R8Z_screenless_cropped.png\" alt=\"R8Z_screenless_cropped\" width=\"660\" height=\"606\" /></a>'),(25805,1014,'_edit_lock','1507062808:1'),(25806,1014,'_edit_last','1'),(25976,1021,'_wp_attached_file','2016/02/S8_front-screenless.png'),(25977,1021,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2016/02/S8_front-screenless.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"S8_front-screenless-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"S8_front-screenless-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"S8_front-screenless-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(25982,1027,'_wp_attached_file','2016/02/S65_woofer_closeup1.png'),(25983,1027,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:31:\"2016/02/S65_woofer_closeup1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"S65_woofer_closeup1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"S65_woofer_closeup1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"S65_woofer_closeup1-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26055,1033,'_key1',NULL),(26056,1033,'_key2',NULL),(26057,1033,'_key3',NULL),(26058,1033,'_key4',NULL),(26059,1033,'_key5',NULL),(26060,1033,'_key6',NULL),(26061,1033,'_key7',NULL),(26062,1033,'_key8',NULL),(26063,1033,'_key9',NULL),(26064,1033,'_key10',NULL),(26065,1033,'_key11',NULL),(26066,1033,'_key12',NULL),(26067,1033,'_key13',NULL),(26068,1033,'_key14',NULL),(26069,1033,'_key15',NULL),(26070,1033,'_key16',NULL),(26071,1033,'_key17',NULL),(26072,1033,'_key18',NULL),(26073,1033,'_key19',NULL),(26074,1033,'_key20',NULL),(26075,1033,'imageSliderKey1',NULL),(26076,1033,'imageSliderKey2',NULL),(26077,1033,'imageSliderKey3',NULL),(26078,1033,'imageSliderKey4',NULL),(26079,1033,'imageSliderKey5',NULL),(26080,1033,'imageSliderKey6',NULL),(26081,1033,'imageSliderKey7',NULL),(26082,1033,'imageSliderKey8',NULL),(26083,1033,'imageSliderKey9',NULL),(26084,1033,'imageSliderKey10',NULL),(26085,1033,'imageSliderKey11',NULL),(26086,1033,'imageSliderKey12',NULL),(26087,1033,'imageSliderKey13',NULL),(26088,1033,'imageSliderKey14',NULL),(26089,1033,'imageSliderKey15',NULL),(26090,1033,'imageSliderKey16',NULL),(26091,1033,'imageSliderKey17',NULL),(26092,1033,'imageSliderKey18',NULL),(26093,1033,'imageSliderKey19',NULL),(26094,1033,'imageSliderKey20',NULL),(26095,1033,'imageSliderKey21',NULL),(26096,1033,'imageSliderKey22',NULL),(26097,1033,'imageSliderKey23',NULL),(26098,1033,'imageSliderKey24',NULL),(26099,1033,'imageSliderKey25',NULL),(26100,1033,'imageSliderKey26',NULL),(26101,1033,'imageSliderKey27',NULL),(26102,1033,'imageSliderKey28',NULL),(26103,1033,'imageSliderKey29',NULL),(26104,1033,'imageSliderKey30',NULL),(26105,1033,'individualDescriptionKey1','Blue Label by Sonance - Premium Series'),(26106,1033,'individualDescriptionKey2','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S8LCR_tweeter-woofer.png\"><img class=\"aligncenter size-full wp-image-972\" src=\"http://elura.audio/wp-content/uploads/2016/02/S8LCR_tweeter-woofer.png\" alt=\"S8LCR_tweeter-woofer\" width=\"1920\" height=\"1280\" /></a>'),(26107,1033,'individualDescriptionKey3',NULL),(26108,1033,'individualDescriptionKey4','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65_woofer_closeup.png\"><img class=\"aligncenter size-full wp-image-975\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65_woofer_closeup.png\" alt=\"S65_woofer_closeup\" width=\"1920\" height=\"1280\" /></a>'),(26109,1033,'individualDescriptionKey5',NULL),(26110,1033,'individualDescriptionKey6',NULL),(26111,1033,'individualDescriptionKey7','Blue Label by Sonance'),(26112,1033,'individualDescriptionKey8','Blue Label is the collaborative effort of Elura and Sonance (Dana Innovations), the inventor of the in-wall speaker, to create a series of premium architectural speakers. The primary design objective for Blue Label is to provide a realistic, true-to-recording sound in every room of your home, regardless if you are listening to music or watching a movie. In order to achieve this goal, the Elura and Sonance team searched for materials that had superior sound characteristics, and could be acoustically tuned to perfection. The Elura team is confident that the Blue Label speakers by Sonance will sonically outperform any speaker in its category.\r\n\r\n<hr />\r\n\r\n<b>LIMITED LIFETIME WARRANTY</b> - Elura speaker products are guaranteed to meet or exceed the specifications included in this manual and carry with them a lifetime limited warranty under normal conditions of use. This warranty covers free parts and labor on all components with the obligation that Elura will repair or replace any component found defective in materials or workmanship. This warranty does not apply to products that have been abused, incorrectly installed, modified, disassembled and/or repaired by anyone other than Elura or our appointed repair facility.\r\n\r\n<br/>\r\n\r\n<img class=\"size-medium wp-image-1586 alignright\" src=\"http://elura.audio/wp-content/uploads/2017/10/Warranty-GuaranteeLifeTime-150x150.png\" alt=\"Limited Lifetime Warranty\" width=\"150\" height=\"150\" style=\"position: relative;left: 300px;\" />'),(26113,1033,'individualDescriptionKey9','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65_front-screenless_1500-1100.png\"><img class=\"aligncenter size-full wp-image-1409\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65_front-screenless_1500-1100.png\" alt=\"S65_front-screenless_1500-1100\" width=\"1501\" height=\"1101\" /></a>'),(26114,1033,'individualDescriptionKey10','Benefits and Features'),(26115,1033,'individualDescriptionKey11','<h4></h4>\r\n<h4><span dir=\"ltr\">We expect great performance from our speakers, but not everyone wants to see them. Elura accomplished this by removing as much material and all badging from the grill, allowing a clean and elegant profile for the acoustically transparent grill.</span></h4>\r\n<h2 style=\"text-align: center;\"></h2>'),(26116,1033,'individualDescriptionKey12','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front.png\"><img class=\"alignleft wp-image-1145\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front.png\" alt=\"R65STZ_front\" width=\"227696\" height=\"128079\" /></a>'),(26117,1033,'individualDescriptionKey13','<h4>Chambered tweeters are expensive and are usually found on premium Hi-Fi speakers. Since the Blue Label series are the flagship of the Elura brand, they had to have a chambered tweeter. The 1” Coated silk dome chambered tweeter coupled with an extra-large surround allows <strong><u>Chambered XL tweeter</u></strong> to play lower and blend seamlessly with the CarbonX woofer.</h4>'),(26118,1033,'individualDescriptionKey14','<p style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/S8LCR_screenless-tweeter.png\"><img class=\"alignleft wp-image-973 size-full\" src=\"http://elura.audio/wp-content/uploads/2016/02/S8LCR_screenless-tweeter.png\" alt=\"S8LCR_screenless-tweeter\" width=\"1920\" height=\"1280\" /></a></p>'),(26119,1033,'individualDescriptionKey15','<h4>The <strong><u>CarbonX Woofer</u></strong> is constructed from dry carbon impregnated paper. This unique material is very lightweight but incredibly stiff. The benefit is increased power handling, pronounced mid-range, and exceptional bass extension. The surround is the suspension of every speaker. The problem is that most surrounds get in the way of the actual sound that leaves the speakers cone. The Blue Label <strong><u>Silhouette surround</u></strong> smoothly transitions into the CarbonX woofer for smoother frequency response which results in a pure, clean sound.</h4>'),(26120,1033,'individualDescriptionKey16','<img class=\"alignleft wp-image-1027 size-full\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65_woofer_closeup1.png\" alt=\"S65_woofer_closeup\" width=\"1920\" height=\"1280\" />'),(26121,1033,'individualDescriptionKey17','<h4>Just about all rooms have acoustical challenges. The treble contour switch will allow you to tune the speaker to any room for optimal performance.</h4>'),(26122,1033,'individualDescriptionKey18','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65_contour-copy.png\"><img class=\"alignleft wp-image-974 size-full\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65_contour-copy.png\" alt=\"S65_contour copy\" width=\"1920\" height=\"1280\" /></a>'),(26123,1033,'individualDescriptionKey19',''),(26124,1033,'individualDescriptionKey20',''),(26125,1033,'individualDescriptionKey21',''),(26126,1033,'individualDescriptionKey22',''),(26127,1033,'individualDescriptionKey23',''),(26128,1033,'individualDescriptionKey24',''),(26129,1033,'individualDescriptionKey25',''),(26130,1033,'individualDescriptionKey26',''),(26131,1033,'individualDescriptionKey27','Models and Detailed Specifications'),(26132,1033,'individualDescriptionKey28','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65_front-screenless_Spec2.png\"><img class=\"aligncenter size-full wp-image-1412\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65_front-screenless_Spec2.png\" alt=\"S65_front-screenless_Spec\" width=\"1189\" height=\"1074\" /></a>'),(26133,1033,'individualDescriptionKey29','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65ST_screenless-front_spec.png\"><img class=\"aligncenter size-full wp-image-1413\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65ST_screenless-front_spec.png\" alt=\"S65ST_screenless-front_spec\" width=\"1189\" height=\"1077\" /></a>'),(26134,1033,'individualDescriptionKey30','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S8_front-screenless_cropped.png\"><img class=\"aligncenter size-full wp-image-1374\" src=\"http://elura.audio/wp-content/uploads/2016/02/S8_front-screenless_cropped.png\" alt=\"S8_front-screenless_cropped\" width=\"1078\" height=\"1078\" /></a>'),(26135,1033,'_edit_lock','1507130286:1'),(26136,1033,'_edit_last','1'),(26305,1039,'_wp_attached_file','2016/02/S65_side.png'),(26306,1039,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2016/02/S65_side.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"S65_side-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"S65_side-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"S65_side-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26307,1040,'_wp_attached_file','2016/02/S65_back.png'),(26308,1040,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2016/02/S65_back.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"S65_back-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"S65_back-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"S65_back-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26311,1042,'_wp_attached_file','2016/02/S65_front-screenless1.png'),(26312,1042,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:33:\"2016/02/S65_front-screenless1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"S65_front-screenless1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"S65_front-screenless1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"S65_front-screenless1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26313,1043,'_wp_attached_file','2016/02/S65ST_screenless-front.png'),(26314,1043,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:34:\"2016/02/S65ST_screenless-front.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"S65ST_screenless-front-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"S65ST_screenless-front-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"S65ST_screenless-front-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26315,1044,'_wp_attached_file','2016/02/S65LCR_front-screenless.png'),(26316,1044,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2016/02/S65LCR_front-screenless.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"S65LCR_front-screenless-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"S65LCR_front-screenless-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"S65LCR_front-screenless-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26317,1045,'_wp_attached_file','2016/02/S8LCR_screenless-front.png'),(26318,1045,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:34:\"2016/02/S8LCR_screenless-front.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"S8LCR_screenless-front-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"S8LCR_screenless-front-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"S8LCR_screenless-front-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26324,1048,'_wp_attached_file','2015/12/2-In-Wall-SUBB8.jpg'),(26325,1048,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:27:\"2015/12/2-In-Wall-SUBB8.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"2-In-Wall-SUBB8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"2-In-Wall-SUBB8-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"2-In-Wall-SUBB8-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(26335,1054,'_wp_attached_file','2016/02/R65Z_back.png'),(26336,1054,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2016/02/R65Z_back.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"R65Z_back-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"R65Z_back-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"R65Z_back-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26339,1056,'_wp_attached_file','2016/02/R65IWZ_frontangle-screenless.png'),(26340,1056,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:40:\"2016/02/R65IWZ_frontangle-screenless.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"R65IWZ_frontangle-screenless-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"R65IWZ_frontangle-screenless-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"R65IWZ_frontangle-screenless-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26342,1057,'_wp_attached_file','2016/02/S65_specs.pdf'),(26351,1060,'_wp_attached_file','2016/02/3-In-Ceiling-No-Bevel.jpg'),(26352,1060,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:33:\"2016/02/3-In-Ceiling-No-Bevel.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"3-In-Ceiling-No-Bevel-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"3-In-Ceiling-No-Bevel-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"3-In-Ceiling-No-Bevel-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(26354,1061,'_wp_attached_file','2016/02/S65ST_specs.pdf'),(26355,1062,'_wp_attached_file','2016/02/S8_specs.pdf'),(26356,1063,'_wp_attached_file','2016/02/S65LCR_specs.pdf'),(26357,1064,'_wp_attached_file','2016/02/S8LCR_specs.pdf'),(26366,1070,'_wp_attached_file','2016/02/S65LCRIW-screenless-frontangle.png'),(26367,1070,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:42:\"2016/02/S65LCRIW-screenless-frontangle.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"S65LCRIW-screenless-frontangle-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"S65LCRIW-screenless-frontangle-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"S65LCRIW-screenless-frontangle-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26368,1071,'_wp_attached_file','2016/02/2-In-Wall.jpg'),(26369,1071,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2016/02/2-In-Wall.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"2-In-Wall-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"2-In-Wall-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"2-In-Wall-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(26370,1072,'_wp_attached_file','2016/02/S65_tweeter-pivoting.png'),(26371,1072,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:32:\"2016/02/S65_tweeter-pivoting.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"S65_tweeter-pivoting-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"S65_tweeter-pivoting-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"S65_tweeter-pivoting-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26377,1077,'_wp_attached_file','2016/02/S65LCRIW_specs.pdf'),(26378,1078,'_wp_attached_file','2016/02/S65IW_specs.pdf'),(26403,1086,'_key1',NULL),(26404,1086,'_key2',NULL),(26405,1086,'_key3',NULL),(26406,1086,'_key4',NULL),(26407,1086,'_key5',NULL),(26408,1086,'_key6',NULL),(26409,1086,'_key7',NULL),(26410,1086,'_key8',NULL),(26411,1086,'_key9',NULL),(26412,1086,'_key10',NULL),(26413,1086,'_key11',NULL),(26414,1086,'_key12',NULL),(26415,1086,'_key13',NULL),(26416,1086,'_key14',NULL),(26417,1086,'_key15',NULL),(26418,1086,'_key16',NULL),(26419,1086,'_key17',NULL),(26420,1086,'_key18',NULL),(26421,1086,'_key19',NULL),(26422,1086,'_key20',NULL),(26423,1086,'imageSliderKey1',NULL),(26424,1086,'imageSliderKey2',NULL),(26425,1086,'imageSliderKey3',NULL),(26426,1086,'imageSliderKey4',NULL),(26427,1086,'imageSliderKey5',NULL),(26428,1086,'imageSliderKey6',NULL),(26429,1086,'imageSliderKey7',NULL),(26430,1086,'imageSliderKey8',NULL),(26431,1086,'imageSliderKey9',NULL),(26432,1086,'imageSliderKey10',NULL),(26433,1086,'imageSliderKey11',NULL),(26434,1086,'imageSliderKey12',NULL),(26435,1086,'imageSliderKey13',NULL),(26436,1086,'imageSliderKey14',NULL),(26437,1086,'imageSliderKey15',NULL),(26438,1086,'imageSliderKey16',NULL),(26439,1086,'imageSliderKey17',NULL),(26440,1086,'imageSliderKey18',NULL),(26441,1086,'imageSliderKey19',NULL),(26442,1086,'imageSliderKey20',NULL),(26443,1086,'imageSliderKey21',NULL),(26444,1086,'imageSliderKey22',NULL),(26445,1086,'imageSliderKey23',NULL),(26446,1086,'imageSliderKey24',NULL),(26447,1086,'imageSliderKey25',NULL),(26448,1086,'imageSliderKey26',NULL),(26449,1086,'imageSliderKey27',NULL),(26450,1086,'imageSliderKey28',NULL),(26451,1086,'imageSliderKey29',NULL),(26452,1086,'imageSliderKey30',NULL),(26453,1086,'individualDescriptionKey1','Black Label - Select Series'),(26454,1086,'individualDescriptionKey2','<a href=\"http://elura.audio/wp-content/uploads/2016/02/2-Outdoor.jpg\"><img class=\"aligncenter size-full wp-image-1087\" src=\"http://elura.audio/wp-content/uploads/2016/02/2-Outdoor.jpg\" alt=\"2-Outdoor\" width=\"1920\" height=\"1080\" /></a>'),(26455,1086,'individualDescriptionKey3',NULL),(26456,1086,'individualDescriptionKey4','<a href=\"http://elura.audio/wp-content/uploads/2016/02/dj-black-background-full-hd-wallpapers.jpg\"><img class=\"aligncenter size-full wp-image-1099\" src=\"http://elura.audio/wp-content/uploads/2016/02/dj-black-background-full-hd-wallpapers.jpg\" alt=\"dj-black-background-full-hd-wallpapers\" width=\"1920\" height=\"1200\" /></a>'),(26457,1086,'individualDescriptionKey5',NULL),(26458,1086,'individualDescriptionKey6',NULL),(26459,1086,'individualDescriptionKey7','Black Label'),(26460,1086,'individualDescriptionKey8','“These speakers sound too good for the money” has become the mantra of what our Elura Black Label line represents. Black Label is Elura’s entry point into HiFi home audio. Elura Black Label will sonically outperform most speakers that are over twice their price. The same strict standards that are applied to the Elura premium offerings are present in the design and performance of the Black Label series.\r\n\r\n<hr />\r\n\r\n<b>LIMITED LIFETIME WARRANTY</b> - Elura speaker products are guaranteed to meet or exceed the specifications included in this manual and carry with them a lifetime limited warranty under normal conditions of use. This warranty covers free parts and labor on all components with the obligation that Elura will repair or replace any component found defective in materials or workmanship. This warranty does not apply to products that have been abused, incorrectly installed, modified, disassembled and/or repaired by anyone other than Elura or our appointed repair facility.\r\n\r\n<br/>\r\n\r\n<img class=\"size-medium wp-image-1586 alignright\" src=\"http://elura.audio/wp-content/uploads/2017/10/Warranty-GuaranteeLifeTime-150x150.png\" alt=\"Limited Lifetime Warranty\" width=\"150\" height=\"150\" style=\"position: relative;left: 300px;\" />'),(26461,1086,'individualDescriptionKey9','<a href=\"http://elura.audio/wp-content/uploads/2015/12/OUT65W_front.png\"><img class=\"aligncenter size-large wp-image-931\" src=\"http://elura.audio/wp-content/uploads/2015/12/OUT65W_front-1024x576.png\" alt=\"OUT65W_front\" width=\"1024\" height=\"576\" /></a>'),(26462,1086,'individualDescriptionKey10','Benefits and Features Heading'),(26463,1086,'individualDescriptionKey11','<h4 style=\"text-align: center;\"><span dir=\"ltr\">All weather aluminum grill.</span></h4>'),(26464,1086,'individualDescriptionKey12','<a href=\"http://elura.audio/wp-content/uploads/2015/12/OUT65W_front.png\"><img class=\"aligncenter wp-image-931 size-full\" src=\"http://elura.audio/wp-content/uploads/2015/12/OUT65W_front.png\" alt=\"OUT65W_front\" width=\"1920\" height=\"1080\" /></a>'),(26465,1086,'individualDescriptionKey13','<h4><span dir=\"ltr\">The 1\" Aluminum dome tweeter coupled with a 6.5\" Polypropylene woofer does an excellent job at filling large outdoor spaces with high quality sound.</span></h4>'),(26466,1086,'individualDescriptionKey14','<p style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/OUT65W_angle.png\"><img class=\"aligncenter wp-image-1108 size-full\" src=\"http://elura.audio/wp-content/uploads/2016/02/OUT65W_angle.png\" alt=\"OUT65W_angle\" width=\"1920\" height=\"1080\" /></a></p>'),(26467,1086,'individualDescriptionKey15','<h4><span dir=\"ltr\">The speakers can be rotated on their aluminum mounting brackets to point the music in your listening environment.</span></h4>'),(26468,1086,'individualDescriptionKey16','<a href=\"http://elura.audio/wp-content/uploads/2016/02/OUT65W_side.png\"><img class=\"aligncenter wp-image-1109 size-full\" src=\"http://elura.audio/wp-content/uploads/2016/02/OUT65W_side.png\" alt=\"OUT65W_side\" width=\"1920\" height=\"1080\" /></a>'),(26469,1086,'individualDescriptionKey17',''),(26470,1086,'individualDescriptionKey18',''),(26471,1086,'individualDescriptionKey19',''),(26472,1086,'individualDescriptionKey20',''),(26473,1086,'individualDescriptionKey21',''),(26474,1086,'individualDescriptionKey22',''),(26475,1086,'individualDescriptionKey23',''),(26476,1086,'individualDescriptionKey24',''),(26477,1086,'individualDescriptionKey25',''),(26478,1086,'individualDescriptionKey26',''),(26479,1086,'individualDescriptionKey27','Models and Detailed Specifictaions'),(26480,1086,'individualDescriptionKey28','<a href=\"http://elura.audio/wp-content/uploads/2016/02/SPKR-OUT65-BK.jpg\"><img class=\"aligncenter size-full wp-image-1194\" src=\"http://elura.audio/wp-content/uploads/2016/02/SPKR-OUT65-BK.jpg\" alt=\"SPKR-OUT65-BK\" width=\"300\" height=\"300\" /></a>'),(26481,1086,'individualDescriptionKey29','<a href=\"http://elura.audio/wp-content/uploads/2016/02/SPKR-OUT65-WHT.jpg\"><img class=\"aligncenter size-full wp-image-1195\" src=\"http://elura.audio/wp-content/uploads/2016/02/SPKR-OUT65-WHT.jpg\" alt=\"SPKR-OUT65-WHT\" width=\"300\" height=\"300\" /></a>'),(26482,1086,'individualDescriptionKey30',''),(26483,1086,'_edit_lock','1507131983:1'),(26484,1086,'_edit_last','1'),(26485,1087,'_wp_attached_file','2016/02/2-Outdoor.jpg'),(26486,1087,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2016/02/2-Outdoor.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"2-Outdoor-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"2-Outdoor-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"2-Outdoor-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(26495,1091,'_wp_attached_file','2016/02/SPKR-R8_specs.pdf'),(26510,1099,'_wp_attached_file','2016/02/dj-black-background-full-hd-wallpapers.jpg'),(26511,1099,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:50:\"2016/02/dj-black-background-full-hd-wallpapers.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"dj-black-background-full-hd-wallpapers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"dj-black-background-full-hd-wallpapers-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"dj-black-background-full-hd-wallpapers-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26542,1108,'_wp_attached_file','2016/02/OUT65W_angle.png'),(26543,1108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2016/02/OUT65W_angle.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"OUT65W_angle-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"OUT65W_angle-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"OUT65W_angle-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26545,1109,'_wp_attached_file','2016/02/OUT65W_side.png'),(26546,1109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2016/02/OUT65W_side.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"OUT65W_side-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"OUT65W_side-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"OUT65W_side-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26554,1113,'_wp_attached_file','2016/02/B65IW_front-straight.png'),(26555,1113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:32:\"2016/02/B65IW_front-straight.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"B65IW_front-straight-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"B65IW_front-straight-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"B65IW_front-straight-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26557,1114,'_wp_attached_file','2016/02/B8_front-screenless1.png'),(26558,1114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:32:\"2016/02/B8_front-screenless1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"B8_front-screenless1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"B8_front-screenless1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"B8_front-screenless1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26564,1118,'_wp_attached_file','2016/02/R65STZ_sideangle-screen.png'),(26565,1118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2016/02/R65STZ_sideangle-screen.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"R65STZ_sideangle-screen-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"R65STZ_sideangle-screen-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"R65STZ_sideangle-screen-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26566,1119,'_wp_attached_file','2016/02/B65_FrontAngle.png'),(26567,1119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:26:\"2016/02/B65_FrontAngle.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"B65_FrontAngle-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"B65_FrontAngle-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"B65_FrontAngle-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26571,1124,'_wp_attached_file','2016/02/R8Z_front-angle.png'),(26572,1124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:27:\"2016/02/R8Z_front-angle.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"R8Z_front-angle-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"R8Z_front-angle-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"R8Z_front-angle-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26573,1126,'_wp_attached_file','2016/02/R8Z_screen.png'),(26574,1126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2016/02/R8Z_screen.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"R8Z_screen-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"R8Z_screen-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"R8Z_screen-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26581,1133,'_wp_attached_file','2016/02/S65LCR_FrontAngle.png'),(26582,1133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:29:\"2016/02/S65LCR_FrontAngle.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"S65LCR_FrontAngle-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"S65LCR_FrontAngle-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"S65LCR_FrontAngle-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26587,1138,'_wp_attached_file','2016/02/S65LCRIW_back.png'),(26588,1138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:25:\"2016/02/S65LCRIW_back.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"S65LCRIW_back-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"S65LCRIW_back-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"S65LCRIW_back-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26591,1142,'_wp_attached_file','2016/02/R65IWZ_front1.png'),(26592,1142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:25:\"2016/02/R65IWZ_front1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"R65IWZ_front1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"R65IWZ_front1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"R65IWZ_front1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26593,1143,'_wp_attached_file','2016/02/R65LCRIWZ_front.png'),(26594,1143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:27:\"2016/02/R65LCRIWZ_front.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"R65LCRIWZ_front-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"R65LCRIWZ_front-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"R65LCRIWZ_front-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26596,1144,'_wp_attached_file','2016/02/R65Z_tweeter.png'),(26597,1144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2016/02/R65Z_tweeter.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"R65Z_tweeter-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"R65Z_tweeter-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"R65Z_tweeter-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26598,1145,'_wp_attached_file','2016/02/R65STZ_front-e1455633296278.png'),(26599,1145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:39:\"2016/02/R65STZ_front-e1455633296278.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"R65STZ_front-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"R65STZ_front-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"R65STZ_front-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26601,1146,'_wp_attached_file','2016/02/R8LCR_side.png'),(26602,1146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2016/02/R8LCR_side.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"R8LCR_side-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"R8LCR_side-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"R8LCR_side-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26603,1147,'_wp_attached_file','2016/02/R8LCR_contourswitches.png'),(26604,1147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:33:\"2016/02/R8LCR_contourswitches.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"R8LCR_contourswitches-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"R8LCR_contourswitches-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"R8LCR_contourswitches-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26605,1148,'_wp_attached_file','2016/02/R65Z_woofer-copy1.png'),(26606,1148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:29:\"2016/02/R65Z_woofer-copy1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"R65Z_woofer-copy1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"R65Z_woofer-copy1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"R65Z_woofer-copy1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26610,1152,'_wp_attached_file','2016/02/SUBB8_frontangle.png'),(26611,1152,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:28:\"2016/02/SUBB8_frontangle.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"SUBB8_frontangle-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"SUBB8_frontangle-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"SUBB8_frontangle-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26612,1153,'_wp_attached_file','2016/02/SUBB8_specs.pdf'),(26615,1155,'_wp_attached_file','2016/02/SUBB8_back.png'),(26616,1155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2016/02/SUBB8_back.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"SUBB8_back-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"SUBB8_back-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"SUBB8_back-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26874,1165,'_wp_attached_file','2016/02/B8_Tweeter.png'),(26875,1165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:22:\"2016/02/B8_Tweeter.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"B8_Tweeter-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"B8_Tweeter-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"B8_Tweeter-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26876,1166,'_wp_attached_file','2016/02/B65_Woofer.png'),(26877,1166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:22:\"2016/02/B65_Woofer.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"B65_Woofer-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"B65_Woofer-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"B65_Woofer-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26878,1167,'_wp_attached_file','2016/02/B65_PlasticBindings.png'),(26879,1167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:31:\"2016/02/B65_PlasticBindings.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"B65_PlasticBindings-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"B65_PlasticBindings-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"B65_PlasticBindings-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26881,1168,'_wp_attached_file','2016/02/B65IW_front-angle.png'),(26882,1168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:29:\"2016/02/B65IW_front-angle.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"B65IW_front-angle-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"B65IW_front-angle-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"B65IW_front-angle-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26883,1169,'_wp_attached_file','2016/02/B65IW_front-straight1.png'),(26884,1169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:33:\"2016/02/B65IW_front-straight1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"B65IW_front-straight1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"B65IW_front-straight1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"B65IW_front-straight1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26885,1170,'_wp_attached_file','2016/02/B65IW_screen1.png'),(26886,1170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:25:\"2016/02/B65IW_screen1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"B65IW_screen1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"B65IW_screen1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"B65IW_screen1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26887,1171,'_wp_attached_file','2016/02/B65IW_tweeters.png'),(26888,1171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:26:\"2016/02/B65IW_tweeters.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"B65IW_tweeters-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"B65IW_tweeters-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"B65IW_tweeters-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26889,1172,'_wp_attached_file','2016/02/B65IW_woofer.png'),(26890,1172,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:24:\"2016/02/B65IW_woofer.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"B65IW_woofer-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"B65IW_woofer-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"B65IW_woofer-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26891,1173,'_wp_attached_file','2016/02/B65IW_bindings.png'),(26892,1173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:26:\"2016/02/B65IW_bindings.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"B65IW_bindings-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"B65IW_bindings-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"B65IW_bindings-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26896,1174,'_wp_attached_file','2016/02/R65IWZ_Tweeter.png'),(26897,1174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:26:\"2016/02/R65IWZ_Tweeter.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"R65IWZ_Tweeter-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"R65IWZ_Tweeter-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"R65IWZ_Tweeter-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26898,1175,'_wp_attached_file','2016/02/R65IWZ_Woofer.png'),(26899,1175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:25:\"2016/02/R65IWZ_Woofer.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"R65IWZ_Woofer-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"R65IWZ_Woofer-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"R65IWZ_Woofer-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26900,1176,'_wp_attached_file','2016/02/R65LCRIWZ_ContourSwitches.png'),(26901,1176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:37:\"2016/02/R65LCRIWZ_ContourSwitches.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"R65LCRIWZ_ContourSwitches-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"R65LCRIWZ_ContourSwitches-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"R65LCRIWZ_ContourSwitches-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26902,1177,'_wp_attached_file','2016/02/R65LCRIWZ_Tweeter-Angle.png'),(26903,1177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:35:\"2016/02/R65LCRIWZ_Tweeter-Angle.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"R65LCRIWZ_Tweeter-Angle-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"R65LCRIWZ_Tweeter-Angle-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"R65LCRIWZ_Tweeter-Angle-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26906,1178,'_wp_attached_file','2016/02/R65IWZ_ContourSwitches.png'),(26907,1178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:34:\"2016/02/R65IWZ_ContourSwitches.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"R65IWZ_ContourSwitches-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"R65IWZ_ContourSwitches-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"R65IWZ_ContourSwitches-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26908,1179,'_wp_attached_file','2016/02/R65IWZ_Back1.png'),(26909,1179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2016/02/R65IWZ_Back1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"R65IWZ_Back1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"R65IWZ_Back1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"R65IWZ_Back1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26911,1180,'_wp_attached_file','2016/02/R8Z_tweeter-pivoting.png'),(26912,1180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:32:\"2016/02/R8Z_tweeter-pivoting.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"R8Z_tweeter-pivoting-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"R8Z_tweeter-pivoting-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"R8Z_tweeter-pivoting-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26913,1181,'_wp_attached_file','2016/02/R8Z_front-angle1.png'),(26914,1181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:28:\"2016/02/R8Z_front-angle1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"R8Z_front-angle1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"R8Z_front-angle1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"R8Z_front-angle1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26915,1182,'_wp_attached_file','2016/02/R8Z_woofer.png'),(26916,1182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:22:\"2016/02/R8Z_woofer.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"R8Z_woofer-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"R8Z_woofer-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"R8Z_woofer-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26917,1183,'_wp_attached_file','2016/02/R65STZ_backangle.png'),(26918,1183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:28:\"2016/02/R65STZ_backangle.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"R65STZ_backangle-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"R65STZ_backangle-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"R65STZ_backangle-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26924,1185,'_wp_attached_file','2016/02/S65_bindings.png'),(26925,1185,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:24:\"2016/02/S65_bindings.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"S65_bindings-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"S65_bindings-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"S65_bindings-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26927,1186,'_wp_attached_file','2016/02/S65IW_bindings.png'),(26928,1186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:26:\"2016/02/S65IW_bindings.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"S65IW_bindings-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"S65IW_bindings-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"S65IW_bindings-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26929,1187,'_wp_attached_file','2016/02/S65IW_Back.png'),(26930,1187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2016/02/S65IW_Back.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"S65IW_Back-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"S65IW_Back-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"S65IW_Back-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26931,1188,'_wp_attached_file','2016/02/S65LCRIW_contourswitch.png'),(26932,1188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:34:\"2016/02/S65LCRIW_contourswitch.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"S65LCRIW_contourswitch-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"S65LCRIW_contourswitch-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"S65LCRIW_contourswitch-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26933,1189,'_wp_attached_file','2016/02/S65IW_Woofer.png'),(26934,1189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:24:\"2016/02/S65IW_Woofer.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"S65IW_Woofer-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"S65IW_Woofer-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"S65IW_Woofer-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26935,1190,'_wp_attached_file','2016/02/S65IW_tweeter.png'),(26936,1190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:25:\"2016/02/S65IW_tweeter.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"S65IW_tweeter-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"S65IW_tweeter-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"S65IW_tweeter-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26941,1192,'_wp_attached_file','2016/02/S65IWBRKT.png'),(26942,1192,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2016/02/S65IWBRKT.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"S65IWBRKT-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"S65IWBRKT-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"S65IWBRKT-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26944,1194,'_wp_attached_file','2016/02/SPKR-OUT65-BK.jpg'),(26945,1194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:25:\"2016/02/SPKR-OUT65-BK.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"SPKR-OUT65-BK-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26947,1195,'_wp_attached_file','2016/02/SPKR-OUT65-WHT.jpg'),(26948,1195,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:26:\"2016/02/SPKR-OUT65-WHT.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"SPKR-OUT65-WHT-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26950,1197,'_wp_attached_file','2016/02/nature_river_wooden_path-wallpaper-1920x1080.jpg'),(26951,1197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:56:\"2016/02/nature_river_wooden_path-wallpaper-1920x1080.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"nature_river_wooden_path-wallpaper-1920x1080-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"nature_river_wooden_path-wallpaper-1920x1080-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"nature_river_wooden_path-wallpaper-1920x1080-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(26971,1204,'_wp_attached_file','2016/02/S65LCR_back.png'),(26972,1204,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2016/02/S65LCR_back.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"S65LCR_back-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"S65LCR_back-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"S65LCR_back-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(27074,1208,'_wp_attached_file','2016/02/R65Z_specs.pdf'),(27075,1209,'_wp_attached_file','2016/02/R65STZ_specs.pdf'),(27076,1210,'_wp_attached_file','2016/02/R8Z_specs.pdf'),(27077,1211,'_wp_attached_file','2016/02/R8LCRZ_specs.pdf'),(27079,1213,'_wp_attached_file','2016/02/R65IWZ_specs.pdf'),(27080,1214,'_wp_attached_file','2016/02/R65LCRIWZ_specs.pdf'),(27123,1222,'_wp_attached_file','2016/02/B65_specs.pdf'),(27124,1223,'_wp_attached_file','2016/02/B65IW_specs1.pdf'),(27126,1224,'_wp_attached_file','2016/02/B65ST_specs.pdf'),(27127,1225,'_wp_attached_file','2016/02/B8_specs1.pdf'),(27129,1226,'_wp_attached_file','2016/02/OUT65_specs.pdf'),(27191,1237,'_wp_attached_file','2015/12/2-In-Wall-SUBB8-1133x477.jpg'),(27192,1237,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1132;s:6:\"height\";i:477;s:4:\"file\";s:36:\"2015/12/2-In-Wall-SUBB8-1133x477.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"2-In-Wall-SUBB8-1133x477-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"2-In-Wall-SUBB8-1133x477-300x126.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"2-In-Wall-SUBB8-1133x477-1024x431.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(27193,1238,'_wp_attached_file','2016/02/R65STZ_Binding_Dogears.png'),(27194,1238,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:680;s:4:\"file\";s:34:\"2016/02/R65STZ_Binding_Dogears.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"R65STZ_Binding_Dogears-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"R65STZ_Binding_Dogears-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"R65STZ_Binding_Dogears-1024x645.png\";s:5:\"width\";i:1024;s:6:\"height\";i:645;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(27197,1241,'_wp_attached_file','2015/12/SpeakerTest.jpg'),(27198,1241,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:23:\"2015/12/SpeakerTest.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"SpeakerTest-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"SpeakerTest-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"SpeakerTest-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(27199,1242,'_wp_attached_file','2015/12/TheaterSpeakers.jpg'),(27200,1242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:27:\"2015/12/TheaterSpeakers.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"TheaterSpeakers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"TheaterSpeakers-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"TheaterSpeakers-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(27201,1243,'_wp_attached_file','2015/12/SoundTest.jpg'),(27202,1243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2015/12/SoundTest.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"SoundTest-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"SoundTest-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"SoundTest-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(27204,1247,'_wp_attached_file','2015/12/2-In-Wall-SUBB8_fix.jpg'),(27205,1247,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2015/12/2-In-Wall-SUBB8_fix.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"2-In-Wall-SUBB8_fix-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"2-In-Wall-SUBB8_fix-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"2-In-Wall-SUBB8_fix-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(27206,1249,'_wp_attached_file','2016/02/2-In-Wall-Bezelfix.jpg'),(27207,1249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:30:\"2016/02/2-In-Wall-Bezelfix.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"2-In-Wall-Bezelfix-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"2-In-Wall-Bezelfix-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"2-In-Wall-Bezelfix-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(27208,1257,'_wp_attached_file','2016/02/R65LCRIWZ_Tweeter-Angle2.png'),(27209,1257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:680;s:4:\"file\";s:36:\"2016/02/R65LCRIWZ_Tweeter-Angle2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"R65LCRIWZ_Tweeter-Angle2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"R65LCRIWZ_Tweeter-Angle2-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"R65LCRIWZ_Tweeter-Angle2-1024x645.png\";s:5:\"width\";i:1024;s:6:\"height\";i:645;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(27211,1259,'_wp_attached_file','2016/02/R65IWZ_ContourSwitches-cropped.png'),(27212,1259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:897;s:6:\"height\";i:534;s:4:\"file\";s:42:\"2016/02/R65IWZ_ContourSwitches-cropped.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"R65IWZ_ContourSwitches-cropped-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"R65IWZ_ContourSwitches-cropped-300x179.png\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(27217,1261,'_wp_attached_file','2016/02/S65IW_tweeter_angle.png'),(27218,1261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:31:\"2016/02/S65IW_tweeter_angle.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"S65IW_tweeter_angle-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"S65IW_tweeter_angle-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"S65IW_tweeter_angle-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(27308,1282,'_key1',''),(27309,1282,'_key2',''),(27310,1282,'_key3',''),(27311,1282,'_key4',''),(27312,1282,'_key5',''),(27313,1282,'_key6',''),(27314,1282,'_key7',''),(27315,1282,'_key8',''),(27316,1282,'_key9',''),(27317,1282,'_key10',''),(27318,1282,'_key11',''),(27319,1282,'_key12',''),(27320,1282,'_key13',''),(27321,1282,'_key14',''),(27322,1282,'_key15',''),(27323,1282,'_key16',''),(27324,1282,'_key17',''),(27325,1282,'_key18',''),(27326,1282,'_key19',''),(27327,1282,'_key20',''),(27328,1282,'imageSliderKey1',''),(27329,1282,'imageSliderKey2',''),(27330,1282,'imageSliderKey3',''),(27331,1282,'imageSliderKey4',''),(27332,1282,'imageSliderKey5',''),(27333,1282,'imageSliderKey6',''),(27334,1282,'imageSliderKey7',''),(27335,1282,'imageSliderKey8',''),(27336,1282,'imageSliderKey9',''),(27337,1282,'imageSliderKey10',''),(27338,1282,'imageSliderKey11',''),(27339,1282,'imageSliderKey12',''),(27340,1282,'imageSliderKey13',''),(27341,1282,'imageSliderKey14',''),(27342,1282,'imageSliderKey15',''),(27343,1282,'imageSliderKey16',''),(27344,1282,'imageSliderKey17',''),(27345,1282,'imageSliderKey18',''),(27346,1282,'imageSliderKey19',''),(27347,1282,'imageSliderKey20',''),(27348,1282,'imageSliderKey21',''),(27349,1282,'imageSliderKey22',''),(27350,1282,'imageSliderKey23',''),(27351,1282,'imageSliderKey24',''),(27352,1282,'imageSliderKey25',''),(27353,1282,'imageSliderKey26',''),(27354,1282,'imageSliderKey27',''),(27355,1282,'imageSliderKey28',''),(27356,1282,'imageSliderKey29',''),(27357,1282,'imageSliderKey30',''),(27358,1282,'individualDescriptionKey1',''),(27359,1282,'individualDescriptionKey2',''),(27360,1282,'individualDescriptionKey3',''),(27361,1282,'individualDescriptionKey4',''),(27362,1282,'individualDescriptionKey5',''),(27363,1282,'individualDescriptionKey6',''),(27364,1282,'individualDescriptionKey7',''),(27365,1282,'individualDescriptionKey8',''),(27366,1282,'individualDescriptionKey9',''),(27367,1282,'individualDescriptionKey10',''),(27368,1282,'individualDescriptionKey11',''),(27369,1282,'individualDescriptionKey12',''),(27370,1282,'individualDescriptionKey13',''),(27371,1282,'individualDescriptionKey14',''),(27372,1282,'individualDescriptionKey15',''),(27373,1282,'individualDescriptionKey16',''),(27374,1282,'individualDescriptionKey17',''),(27375,1282,'individualDescriptionKey18',''),(27376,1282,'individualDescriptionKey19',''),(27377,1282,'individualDescriptionKey20',''),(27378,1282,'individualDescriptionKey21',''),(27379,1282,'individualDescriptionKey22',''),(27380,1282,'individualDescriptionKey23',''),(27381,1282,'individualDescriptionKey24',''),(27382,1282,'individualDescriptionKey25',''),(27383,1282,'individualDescriptionKey26',''),(27384,1282,'individualDescriptionKey27',''),(27385,1282,'individualDescriptionKey28',''),(27386,1282,'individualDescriptionKey29',''),(27387,1282,'individualDescriptionKey30',''),(27388,1282,'_edit_lock','1455919834:1'),(27389,1282,'_edit_last','1'),(27390,1282,'_wp_page_template','default'),(27478,1086,'individualDescriptionKey31',''),(27479,1086,'individualDescriptionKey32',''),(27480,1086,'individualDescriptionKey33',''),(27481,1086,'individualDescriptionKey34',''),(27482,1086,'individualDescriptionKey35',NULL),(27483,1086,'individualDescriptionKey36',NULL),(27484,1086,'individualDescriptionKey37',NULL),(27485,1086,'individualDescriptionKey38','OUT6.5B'),(27486,1086,'individualDescriptionKey39','OUT6.5W'),(27487,1086,'individualDescriptionKey40',''),(27488,1086,'individualDescriptionKey41',''),(27489,1086,'individualDescriptionKey42',''),(27490,1086,'individualDescriptionKey43',''),(27491,1086,'individualDescriptionKey44',''),(27492,1086,'individualDescriptionKey45',NULL),(27493,1086,'individualDescriptionKey46','$449.99/PR.'),(27494,1086,'individualDescriptionKey47','$449.99/PR.'),(27495,1086,'individualDescriptionKey48',''),(27496,1086,'individualDescriptionKey49',''),(27497,1086,'individualDescriptionKey50',''),(27498,1086,'individualDescriptionKey51',''),(27499,1086,'individualDescriptionKey52',''),(27500,1086,'individualDescriptionKey53','6.5 inch'),(27501,1086,'individualDescriptionKey54','6.5 inch'),(27502,1086,'individualDescriptionKey55',''),(27503,1086,'individualDescriptionKey56',''),(27504,1086,'individualDescriptionKey57',''),(27505,1086,'individualDescriptionKey58',''),(27506,1086,'individualDescriptionKey59',''),(27507,1086,'individualDescriptionKey60','Polypropylene cone'),(27508,1086,'individualDescriptionKey61','Polypropylene cone'),(27509,1086,'individualDescriptionKey62',' '),(27510,1086,'individualDescriptionKey63',''),(27511,1086,'individualDescriptionKey64',''),(27512,1086,'individualDescriptionKey65',''),(27513,1086,'individualDescriptionKey66',''),(27514,1086,'individualDescriptionKey67',''),(27515,1086,'individualDescriptionKey68',''),(27516,1086,'individualDescriptionKey69',''),(27517,1086,'individualDescriptionKey70',''),(27518,1086,'individualDescriptionKey71',''),(27519,1086,'individualDescriptionKey72',''),(27520,1086,'individualDescriptionKey73',''),(27521,1086,'individualDescriptionKey74',''),(27522,1086,'individualDescriptionKey75',''),(27523,1086,'individualDescriptionKey76',''),(27524,1086,'individualDescriptionKey77',''),(27525,1086,'individualDescriptionKey78',''),(27526,1086,'individualDescriptionKey79',''),(27527,1086,'individualDescriptionKey80',''),(27528,1086,'individualDescriptionKey81','Aluminum dome'),(27529,1086,'individualDescriptionKey82',NULL),(27530,1086,'individualDescriptionKey83',NULL),(27531,1086,'individualDescriptionKey84',NULL),(27532,1086,'individualDescriptionKey85',NULL),(27533,1086,'individualDescriptionKey86',NULL),(27534,1086,'individualDescriptionKey87',NULL),(27535,1086,'individualDescriptionKey88',NULL),(27536,1086,'individualDescriptionKey89','8 Ohms'),(27537,1086,'individualDescriptionKey90','Aluminum dome'),(27538,1086,'individualDescriptionKey91',''),(27539,1086,'individualDescriptionKey92',''),(27540,1086,'individualDescriptionKey93',''),(27541,1086,'individualDescriptionKey94',''),(27542,1086,'individualDescriptionKey95',''),(27543,1086,'individualDescriptionKey96','1 inch'),(27544,1086,'individualDescriptionKey97','1 inch'),(27545,1086,'individualDescriptionKey98',''),(27546,1086,'individualDescriptionKey99',''),(27547,1086,'individualDescriptionKey100',''),(27548,1086,'individualDescriptionKey101',''),(27549,1086,'individualDescriptionKey102',''),(27550,1086,'individualDescriptionKey103','91 db'),(27551,1086,'individualDescriptionKey104','91 db'),(27552,1086,'individualDescriptionKey105',''),(27553,1086,'individualDescriptionKey106',''),(27554,1086,'individualDescriptionKey107',''),(27555,1086,'individualDescriptionKey108',''),(27556,1086,'individualDescriptionKey109',''),(27557,1086,'individualDescriptionKey110','8 Ohms'),(27558,1086,'individualDescriptionKey111',''),(27559,1086,'individualDescriptionKey112',''),(27560,1086,'individualDescriptionKey113',''),(27561,1086,'individualDescriptionKey114',''),(27562,1086,'individualDescriptionKey115',''),(27563,1086,'individualDescriptionKey116','13.4 in(h) x 8.45 in(w) x 8.66 in(d)'),(27564,1086,'individualDescriptionKey117','13.4 in(h) x 8.45 in(w) x 8.66 in(d)'),(27565,1086,'individualDescriptionKey118',''),(27566,1086,'individualDescriptionKey119',''),(27567,1086,'individualDescriptionKey120',''),(27568,1086,'individualDescriptionKey121',''),(27569,1086,'individualDescriptionKey122',''),(27570,1086,'individualDescriptionKey123',''),(27571,1086,'individualDescriptionKey124',''),(27572,1086,'individualDescriptionKey125',''),(27573,1086,'individualDescriptionKey126',''),(27574,1086,'individualDescriptionKey127',''),(27575,1086,'individualDescriptionKey128',''),(27576,1086,'individualDescriptionKey129',''),(27577,1086,'individualDescriptionKey130',''),(27578,1086,'individualDescriptionKey131',''),(27579,1086,'individualDescriptionKey132',''),(27580,1086,'individualDescriptionKey133',''),(27581,1086,'individualDescriptionKey134',''),(27582,1086,'individualDescriptionKey135',''),(27583,1086,'individualDescriptionKey136',''),(27584,1086,'individualDescriptionKey137',''),(27585,1086,'individualDescriptionKey138',''),(27586,1086,'individualDescriptionKey139',''),(27587,1086,'individualDescriptionKey140',''),(27588,1086,'individualDescriptionKey141',''),(27589,1086,'individualDescriptionKey142',''),(27590,1086,'individualDescriptionKey143',''),(27591,1086,'individualDescriptionKey144','5 -100 watts'),(27592,1086,'individualDescriptionKey145','5 -100 watts'),(27593,1086,'individualDescriptionKey146',''),(27594,1086,'individualDescriptionKey147',''),(27595,1086,'individualDescriptionKey148',''),(27596,1086,'individualDescriptionKey149',''),(27597,1086,'individualDescriptionKey150',''),(27598,1086,'individualDescriptionKey151',''),(27599,1086,'individualDescriptionKey152',''),(27600,1086,'individualDescriptionKey153',''),(27601,1086,'individualDescriptionKey154',''),(27602,1086,'individualDescriptionKey155',''),(27603,1086,'individualDescriptionKey156',''),(27604,1086,'individualDescriptionKey157',''),(27605,1086,'individualDescriptionKey158',''),(27606,1086,'individualDescriptionKey159',''),(27607,1086,'individualDescriptionKey160',''),(27608,1086,'individualDescriptionKey161',''),(27609,1086,'individualDescriptionKey162',''),(27610,1086,'individualDescriptionKey163',''),(27611,1086,'individualDescriptionKey164',''),(27612,1086,'individualDescriptionKey165',''),(27613,1086,'individualDescriptionKey166',''),(27614,1086,'individualDescriptionKey167',''),(27615,1086,'individualDescriptionKey168',''),(27616,1086,'individualDescriptionKey169',''),(27617,1086,'individualDescriptionKey170',''),(27618,1086,'individualDescriptionKey171',''),(27619,1086,'individualDescriptionKey172',''),(27620,1086,'individualDescriptionKey173','<a href=\"http://elura.audio/wp-content/uploads/2016/02/OUT65_specs.pdf\" target=\"_blank\">OUT65_specs</a>'),(27621,1086,'individualDescriptionKey174','<a href=\"http://elura.audio/wp-content/uploads/2016/02/OUT65_specs.pdf\" target=\"_blank\">OUT65_specs</a>'),(27622,1086,'individualDescriptionKey175',''),(27623,1086,'individualDescriptionKey176',''),(27624,1086,'individualDescriptionKey177',''),(27625,1086,'individualDescriptionKey178',''),(27626,1086,'individualDescriptionKey179',''),(27627,1086,'individualDescriptionKey180','<h2 style=\"text-align: center;\">** All Elura speakers come with a Limited Lifetime Warranty **</h2>\r\n \r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2015/12/BlackLabelTitle.jpg\"><img class=\"size-full wp-image-795 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/BlackLabelTitle.jpg\" alt=\"BlackLabelTitle\" width=\"400\" height=\"75\" /></a>'),(27634,1033,'individualDescriptionKey31','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65LCR_front-screenless_spec.png\"><img class=\"aligncenter size-full wp-image-1414\" src=\"http://elura.audio/wp-content/uploads/2016/02/S65LCR_front-screenless_spec.png\" alt=\"S65LCR_front-screenless_spec\" width=\"1189\" height=\"1073\" /></a>'),(27635,1033,'individualDescriptionKey32','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S8LCR_screenless-front_cropped.png\"><img class=\"aligncenter size-full wp-image-1376\" src=\"http://elura.audio/wp-content/uploads/2016/02/S8LCR_screenless-front_cropped.png\" alt=\"S8LCR_screenless-front_cropped\" width=\"1079\" height=\"1079\" /></a>'),(27636,1033,'individualDescriptionKey33',''),(27637,1033,'individualDescriptionKey34',''),(27638,1033,'individualDescriptionKey35',NULL),(27639,1033,'individualDescriptionKey36',NULL),(27640,1033,'individualDescriptionKey37',NULL),(27641,1033,'individualDescriptionKey38','S6.5'),(27642,1033,'individualDescriptionKey39','S6.5ST'),(27643,1033,'individualDescriptionKey40','S8'),(27644,1033,'individualDescriptionKey41','S6.5LCR'),(27645,1033,'individualDescriptionKey42','S8LCR'),(27646,1033,'individualDescriptionKey43',''),(27647,1033,'individualDescriptionKey44',''),(27648,1033,'individualDescriptionKey45',NULL),(27649,1033,'individualDescriptionKey46','$799.99/PR.'),(27650,1033,'individualDescriptionKey47','$399.99/EA.'),(27651,1033,'individualDescriptionKey48','$899.99/PR.'),(27652,1033,'individualDescriptionKey49','$499.99/EA.'),(27653,1033,'individualDescriptionKey50','$599.99/EA.'),(27654,1033,'individualDescriptionKey51',''),(27655,1033,'individualDescriptionKey52',''),(27656,1033,'individualDescriptionKey53','6.5 inch'),(27657,1033,'individualDescriptionKey54','6.5 inch'),(27658,1033,'individualDescriptionKey55','8 inch'),(27659,1033,'individualDescriptionKey56','6.5 inch'),(27660,1033,'individualDescriptionKey57','8 inch'),(27661,1033,'individualDescriptionKey58',''),(27662,1033,'individualDescriptionKey59',''),(27663,1033,'individualDescriptionKey60','Carbon Fiber Impregnated paper cone'),(27664,1033,'individualDescriptionKey61','Carbon Fiber Impregnated paper cone'),(27665,1033,'individualDescriptionKey62','Carbon Fiber Impregnated paper cone'),(27666,1033,'individualDescriptionKey63','Carbon Fiber Impregnated paper cone'),(27667,1033,'individualDescriptionKey64','Carbon Fiber Impregnated paper cone'),(27668,1033,'individualDescriptionKey65',''),(27669,1033,'individualDescriptionKey66',''),(27670,1033,'individualDescriptionKey67',''),(27671,1033,'individualDescriptionKey68',''),(27672,1033,'individualDescriptionKey69',''),(27673,1033,'individualDescriptionKey70',''),(27674,1033,'individualDescriptionKey71',''),(27675,1033,'individualDescriptionKey72',''),(27676,1033,'individualDescriptionKey73',''),(27677,1033,'individualDescriptionKey74',''),(27678,1033,'individualDescriptionKey75',''),(27679,1033,'individualDescriptionKey76',''),(27680,1033,'individualDescriptionKey77',''),(27681,1033,'individualDescriptionKey78',''),(27682,1033,'individualDescriptionKey79',''),(27683,1033,'individualDescriptionKey80',''),(27684,1033,'individualDescriptionKey81','XL Chambered silk dome'),(27685,1033,'individualDescriptionKey82',NULL),(27686,1033,'individualDescriptionKey83',NULL),(27687,1033,'individualDescriptionKey84',NULL),(27688,1033,'individualDescriptionKey85',NULL),(27689,1033,'individualDescriptionKey86',NULL),(27690,1033,'individualDescriptionKey87',NULL),(27691,1033,'individualDescriptionKey88',NULL),(27692,1033,'individualDescriptionKey89','8 ohms'),(27693,1033,'individualDescriptionKey90','XL Chambered silk dome'),(27694,1033,'individualDescriptionKey91','XL Chambered silk dome'),(27695,1033,'individualDescriptionKey92','XL Chambered silk dome'),(27696,1033,'individualDescriptionKey93','XL Chambered silk dome'),(27697,1033,'individualDescriptionKey94',''),(27698,1033,'individualDescriptionKey95',''),(27699,1033,'individualDescriptionKey96','1 inch'),(27700,1033,'individualDescriptionKey97','1 inch'),(27701,1033,'individualDescriptionKey98','1 inch'),(27702,1033,'individualDescriptionKey99','1 inch'),(27703,1033,'individualDescriptionKey100','1 inch'),(27704,1033,'individualDescriptionKey101',''),(27705,1033,'individualDescriptionKey102',''),(27706,1033,'individualDescriptionKey103','91 db.'),(27707,1033,'individualDescriptionKey104','91 db.'),(27708,1033,'individualDescriptionKey105','91 db.'),(27709,1033,'individualDescriptionKey106','91 db.'),(27710,1033,'individualDescriptionKey107','91 db.'),(27711,1033,'individualDescriptionKey108',''),(27712,1033,'individualDescriptionKey109',''),(27713,1033,'individualDescriptionKey110','8 ohms'),(27714,1033,'individualDescriptionKey111','8 ohms'),(27715,1033,'individualDescriptionKey112','8 ohms'),(27716,1033,'individualDescriptionKey113','8 ohms'),(27717,1033,'individualDescriptionKey114',''),(27718,1033,'individualDescriptionKey115',''),(27719,1033,'individualDescriptionKey116','9.25 in(w) x 4.2 in(d'),(27720,1033,'individualDescriptionKey117','9.25 in(w) x 4.2 in(d'),(27721,1033,'individualDescriptionKey118','11.6 in(w) x 3.6 in(d)'),(27722,1033,'individualDescriptionKey119','9.27 in(w) x 4.90 inch(d) '),(27723,1033,'individualDescriptionKey120','11.6 in(w) x 6.3 in(d)'),(27724,1033,'individualDescriptionKey121',''),(27725,1033,'individualDescriptionKey122',''),(27726,1033,'individualDescriptionKey123','8.25 inches'),(27727,1033,'individualDescriptionKey124','8.25 inches'),(27728,1033,'individualDescriptionKey125','10.5 inches'),(27729,1033,'individualDescriptionKey126','8.25 inches'),(27730,1033,'individualDescriptionKey127','10.5 inches'),(27731,1033,'individualDescriptionKey128',''),(27732,1033,'individualDescriptionKey129',''),(27733,1033,'individualDescriptionKey130','R6.5BRKT'),(27734,1033,'individualDescriptionKey131','R6.5BRKT'),(27735,1033,'individualDescriptionKey132','R8BRKT'),(27736,1033,'individualDescriptionKey133','R6.5BRKT'),(27737,1033,'individualDescriptionKey134','R8BRKT'),(27738,1033,'individualDescriptionKey135',''),(27739,1033,'individualDescriptionKey136',''),(27740,1033,'individualDescriptionKey137','45Hz - 20Khz'),(27741,1033,'individualDescriptionKey138','45Hz - 20Khz'),(27742,1033,'individualDescriptionKey139','40Hz - 20Khz'),(27743,1033,'individualDescriptionKey140','45Hz - 20Khz'),(27744,1033,'individualDescriptionKey141','45Hz - 20Khz'),(27745,1033,'individualDescriptionKey142',''),(27746,1033,'individualDescriptionKey143',''),(27747,1033,'individualDescriptionKey144','5-130 watts'),(27748,1033,'individualDescriptionKey145','5-130 watts'),(27749,1033,'individualDescriptionKey146','5-140 watts'),(27750,1033,'individualDescriptionKey147','5-130 watts'),(27751,1033,'individualDescriptionKey148','5-130 watts'),(27752,1033,'individualDescriptionKey149',''),(27753,1033,'individualDescriptionKey150',''),(27754,1033,'individualDescriptionKey151',''),(27755,1033,'individualDescriptionKey152',''),(27756,1033,'individualDescriptionKey153',''),(27757,1033,'individualDescriptionKey154',''),(27758,1033,'individualDescriptionKey155',''),(27759,1033,'individualDescriptionKey156',''),(27760,1033,'individualDescriptionKey157',''),(27761,1033,'individualDescriptionKey158',''),(27762,1033,'individualDescriptionKey159',''),(27763,1033,'individualDescriptionKey160',''),(27764,1033,'individualDescriptionKey161',''),(27765,1033,'individualDescriptionKey162',''),(27766,1033,'individualDescriptionKey163',''),(27767,1033,'individualDescriptionKey164',''),(27768,1033,'individualDescriptionKey165',''),(27769,1033,'individualDescriptionKey166',''),(27770,1033,'individualDescriptionKey167',''),(27771,1033,'individualDescriptionKey168',''),(27772,1033,'individualDescriptionKey169',''),(27773,1033,'individualDescriptionKey170',''),(27774,1033,'individualDescriptionKey171',''),(27775,1033,'individualDescriptionKey172',''),(27776,1033,'individualDescriptionKey173','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65_specs.pdf\" target=\"_blank\">S65_specs</a>'),(27777,1033,'individualDescriptionKey174','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65ST_specs.pdf\" target=\"_blank\">S65ST_specs</a>'),(27778,1033,'individualDescriptionKey175','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S8_specs.pdf\" target=\"_blank\">S8_specs</a>'),(27779,1033,'individualDescriptionKey176','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65LCR_specs.pdf\" target=\"_blank\">S65LCR_specs</a>'),(27780,1033,'individualDescriptionKey177','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S8LCR_specs.pdf\" target=\"_blank\">S8LCR_specs</a>'),(27781,1033,'individualDescriptionKey178',''),(27782,1033,'individualDescriptionKey179',''),(27783,1033,'individualDescriptionKey180','<p style=\"text-align: center;\"><strong>** All Elura Blue Label by Sonance speakers come with a Limited Lifetime Warranty **</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2015/12/BlueLabelTitle.jpg\"><img class=\"aligncenter size-full wp-image-797\" src=\"http://elura.audio/wp-content/uploads/2015/12/BlueLabelTitle.jpg\" alt=\"BlueLabelTitle\" width=\"400\" height=\"75\" /></a></p>'),(27785,1014,'individualDescriptionKey31','<img class=\"aligncenter wp-image-1547 size-large\" src=\"http://elura.audio/wp-content/uploads/2016/02/R6.5LCRZ_front-screenless-963x1024.png\" alt=\"R6.5LCRZ_front-screenless\" width=\"963\" height=\"1024\" />'),(27786,1014,'individualDescriptionKey32','<img class=\"aligncenter size-full wp-image-1381\" src=\"http://elura.audio/wp-content/uploads/2016/02/R8LCRZ_front-screenless_cropped.png\" alt=\"R8LCRZ_front-screenless_cropped\" width=\"1079\" height=\"1079\" />'),(27787,1014,'individualDescriptionKey33',''),(27788,1014,'individualDescriptionKey34',''),(27789,1014,'individualDescriptionKey35',NULL),(27790,1014,'individualDescriptionKey36',NULL),(27791,1014,'individualDescriptionKey37',NULL),(27792,1014,'individualDescriptionKey38','R6.5Z'),(27793,1014,'individualDescriptionKey39','R6.5STZ'),(27794,1014,'individualDescriptionKey40','R8Z'),(27795,1014,'individualDescriptionKey41','R6.5LCRZ'),(27796,1014,'individualDescriptionKey42','R8LCRZ'),(27797,1014,'individualDescriptionKey43',''),(27798,1014,'individualDescriptionKey44',''),(27799,1014,'individualDescriptionKey45',NULL),(27800,1014,'individualDescriptionKey46','$599.99/PR.'),(27801,1014,'individualDescriptionKey47','$349.99/EA.'),(27802,1014,'individualDescriptionKey48','$799.99/PR.'),(27803,1014,'individualDescriptionKey49','$399.99/EA.'),(27804,1014,'individualDescriptionKey50','$499.99/EA.'),(27805,1014,'individualDescriptionKey51',''),(27806,1014,'individualDescriptionKey52',''),(27807,1014,'individualDescriptionKey53','6.5 inch'),(27808,1014,'individualDescriptionKey54','6.5 inch'),(27809,1014,'individualDescriptionKey55','8 inch'),(27810,1014,'individualDescriptionKey56','6.5 inch'),(27811,1014,'individualDescriptionKey57','8 inch'),(27812,1014,'individualDescriptionKey58',''),(27813,1014,'individualDescriptionKey59',''),(27814,1014,'individualDescriptionKey60','Polypropylene cone'),(27815,1014,'individualDescriptionKey61','Polypropylene cone'),(27816,1014,'individualDescriptionKey62','Polypropylene cone'),(27817,1014,'individualDescriptionKey63','Polypropylene cone'),(27818,1014,'individualDescriptionKey64','Polypropylene cone'),(27819,1014,'individualDescriptionKey65',''),(27820,1014,'individualDescriptionKey66',''),(27821,1014,'individualDescriptionKey67','N/A'),(27822,1014,'individualDescriptionKey68','N/A'),(27823,1014,'individualDescriptionKey69','N/A'),(27824,1014,'individualDescriptionKey70','Aluminum pivoting'),(27825,1014,'individualDescriptionKey71','Aluminum pivoting'),(27826,1014,'individualDescriptionKey72',''),(27827,1014,'individualDescriptionKey73',''),(27828,1014,'individualDescriptionKey74','N/A'),(27829,1014,'individualDescriptionKey75','N/A'),(27830,1014,'individualDescriptionKey76','N/A'),(27831,1014,'individualDescriptionKey77','1.5 inch'),(27832,1014,'individualDescriptionKey78','2 inch'),(27833,1014,'individualDescriptionKey79',''),(27834,1014,'individualDescriptionKey80',''),(27835,1014,'individualDescriptionKey81','Silk Dome, pivoting'),(27836,1014,'individualDescriptionKey82',NULL),(27837,1014,'individualDescriptionKey83',NULL),(27838,1014,'individualDescriptionKey84',NULL),(27839,1014,'individualDescriptionKey85',NULL),(27840,1014,'individualDescriptionKey86',NULL),(27841,1014,'individualDescriptionKey87',NULL),(27842,1014,'individualDescriptionKey88',NULL),(27843,1014,'individualDescriptionKey89','8 ohms'),(27844,1014,'individualDescriptionKey90','Silk Dome, pivoting'),(27845,1014,'individualDescriptionKey91','Silk Dome, pivoting'),(27846,1014,'individualDescriptionKey92','Aluminum pivoting'),(27847,1014,'individualDescriptionKey93','Aluminum pivoting'),(27848,1014,'individualDescriptionKey94',''),(27849,1014,'individualDescriptionKey95',''),(27850,1014,'individualDescriptionKey96','1 inch'),(27851,1014,'individualDescriptionKey97','Dual 3/4 inch'),(27852,1014,'individualDescriptionKey98','1 inch'),(27853,1014,'individualDescriptionKey99','3/4 inch'),(27854,1014,'individualDescriptionKey100','1 inch'),(27855,1014,'individualDescriptionKey101',''),(27856,1014,'individualDescriptionKey102',''),(27857,1014,'individualDescriptionKey103','91 db.'),(27858,1014,'individualDescriptionKey104','91 db.'),(27859,1014,'individualDescriptionKey105','91 db.'),(27860,1014,'individualDescriptionKey106','88 db.'),(27861,1014,'individualDescriptionKey107','90 db.'),(27862,1014,'individualDescriptionKey108',''),(27863,1014,'individualDescriptionKey109',''),(27864,1014,'individualDescriptionKey110','8 ohms'),(27865,1014,'individualDescriptionKey111','8 ohms'),(27866,1014,'individualDescriptionKey112','6 ohms'),(27867,1014,'individualDescriptionKey113','8 ohms'),(27868,1014,'individualDescriptionKey114',''),(27869,1014,'individualDescriptionKey115',''),(27870,1014,'individualDescriptionKey116','9.25 in(w) x 4.2 in(d)'),(27871,1014,'individualDescriptionKey117','9.25 in(w) x 4.2 in(d)'),(27872,1014,'individualDescriptionKey118','11.6 in(w) x 3.6 in(d)'),(27873,1014,'individualDescriptionKey119','9.25 in(W) X 5.35 in(d)'),(27874,1014,'individualDescriptionKey120','11.5 in(W) X 6.63 in(d)'),(27875,1014,'individualDescriptionKey121',''),(27876,1014,'individualDescriptionKey122',''),(27877,1014,'individualDescriptionKey123','8.25 inches'),(27878,1014,'individualDescriptionKey124','8.25 inches'),(27879,1014,'individualDescriptionKey125','10.5 inches'),(27880,1014,'individualDescriptionKey126','8.25 inches'),(27881,1014,'individualDescriptionKey127','10.5 inches'),(27882,1014,'individualDescriptionKey128',''),(27883,1014,'individualDescriptionKey129',''),(27884,1014,'individualDescriptionKey130','R6.5BRKT'),(27885,1014,'individualDescriptionKey131','R6.5BRKT'),(27886,1014,'individualDescriptionKey132','R8BRKT'),(27887,1014,'individualDescriptionKey133','R6.5BRKT'),(27888,1014,'individualDescriptionKey134','R8BRKT'),(27889,1014,'individualDescriptionKey135',''),(27890,1014,'individualDescriptionKey136',''),(27891,1014,'individualDescriptionKey137','50Hz - 20Khz'),(27892,1014,'individualDescriptionKey138','50Hz - 20Khz'),(27893,1014,'individualDescriptionKey139','45Hz - 20Khz'),(27894,1014,'individualDescriptionKey140','44Hz - 20Khz'),(27895,1014,'individualDescriptionKey141','45Hz - 20Khz'),(27896,1014,'individualDescriptionKey142',''),(27897,1014,'individualDescriptionKey143',''),(27898,1014,'individualDescriptionKey144','5-100 watts'),(27899,1014,'individualDescriptionKey145','5-100 watts'),(27900,1014,'individualDescriptionKey146','5-120 watts'),(27901,1014,'individualDescriptionKey147','5-100 watts'),(27902,1014,'individualDescriptionKey148','5 - 150 watts'),(27903,1014,'individualDescriptionKey149',''),(27904,1014,'individualDescriptionKey150',''),(27905,1014,'individualDescriptionKey151',''),(27906,1014,'individualDescriptionKey152',''),(27907,1014,'individualDescriptionKey153',''),(27908,1014,'individualDescriptionKey154',''),(27909,1014,'individualDescriptionKey155',''),(27910,1014,'individualDescriptionKey156',''),(27911,1014,'individualDescriptionKey157',''),(27912,1014,'individualDescriptionKey158',''),(27913,1014,'individualDescriptionKey159',''),(27914,1014,'individualDescriptionKey160',''),(27915,1014,'individualDescriptionKey161',''),(27916,1014,'individualDescriptionKey162',''),(27917,1014,'individualDescriptionKey163',''),(27918,1014,'individualDescriptionKey164',''),(27919,1014,'individualDescriptionKey165',''),(27920,1014,'individualDescriptionKey166',''),(27921,1014,'individualDescriptionKey167',''),(27922,1014,'individualDescriptionKey168',''),(27923,1014,'individualDescriptionKey169',''),(27924,1014,'individualDescriptionKey170',''),(27925,1014,'individualDescriptionKey171',''),(27926,1014,'individualDescriptionKey172',''),(27927,1014,'individualDescriptionKey173','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65Z_specs.pdf\" target=\"_blank\">R65Z_specs</a>'),(27928,1014,'individualDescriptionKey174','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_specs.pdf\" target=\"_blank\">R65STZ_specs</a>'),(27929,1014,'individualDescriptionKey175','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R8Z_specs.pdf\" target=\"_blank\">R8Z_specs</a>'),(27930,1014,'individualDescriptionKey176','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65LCRZ_specs.pdf\" target=\"_blank\" rel=\"\">R65LCRZ_specs</a>'),(27931,1014,'individualDescriptionKey177','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R8LCRZ_specs.pdf\" target=\"_blank\">R8LCRZ_specs</a>'),(27932,1014,'individualDescriptionKey178',''),(27933,1014,'individualDescriptionKey179',''),(27934,1014,'individualDescriptionKey180','<p style=\"text-align: center;\">** All Elura Red Label series speakers come with a Limited Lifetime Warranty **</p>\r\n<p style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2015/12/RedLabelTitle.jpg\"><img class=\"aligncenter size-full wp-image-796\" src=\"http://elura.audio/wp-content/uploads/2015/12/RedLabelTitle.jpg\" alt=\"RedLabelTitle\" width=\"400\" height=\"75\" /></a></p>'),(27937,1009,'individualDescriptionKey31',''),(27938,1009,'individualDescriptionKey32',''),(27939,1009,'individualDescriptionKey33',''),(27940,1009,'individualDescriptionKey34',''),(27941,1009,'individualDescriptionKey35',NULL),(27942,1009,'individualDescriptionKey36',NULL),(27943,1009,'individualDescriptionKey37',NULL),(27944,1009,'individualDescriptionKey38','S6.5IW'),(27945,1009,'individualDescriptionKey39','S6.5LCRIW'),(27946,1009,'individualDescriptionKey40',''),(27947,1009,'individualDescriptionKey41',''),(27948,1009,'individualDescriptionKey42',''),(27949,1009,'individualDescriptionKey43',''),(27950,1009,'individualDescriptionKey44',''),(27951,1009,'individualDescriptionKey45',NULL),(27952,1009,'individualDescriptionKey46','$899.99/PR.'),(27953,1009,'individualDescriptionKey47','$549.99/EA.'),(27954,1009,'individualDescriptionKey48',''),(27955,1009,'individualDescriptionKey49',''),(27956,1009,'individualDescriptionKey50',''),(27957,1009,'individualDescriptionKey51',''),(27958,1009,'individualDescriptionKey52',''),(27959,1009,'individualDescriptionKey53','6.5 inch'),(27960,1009,'individualDescriptionKey54','6.5 inch'),(27961,1009,'individualDescriptionKey55',''),(27962,1009,'individualDescriptionKey56',''),(27963,1009,'individualDescriptionKey57',''),(27964,1009,'individualDescriptionKey58',''),(27965,1009,'individualDescriptionKey59',''),(27966,1009,'individualDescriptionKey60','Carbon fiber impregnated paper'),(27967,1009,'individualDescriptionKey61','Carbon fiber impregnated paper'),(27968,1009,'individualDescriptionKey62',''),(27969,1009,'individualDescriptionKey63',''),(27970,1009,'individualDescriptionKey64',''),(27971,1009,'individualDescriptionKey65',''),(27972,1009,'individualDescriptionKey66',''),(27973,1009,'individualDescriptionKey67',''),(27974,1009,'individualDescriptionKey68',''),(27975,1009,'individualDescriptionKey69',''),(27976,1009,'individualDescriptionKey70',''),(27977,1009,'individualDescriptionKey71',''),(27978,1009,'individualDescriptionKey72',''),(27979,1009,'individualDescriptionKey73',''),(27980,1009,'individualDescriptionKey74',''),(27981,1009,'individualDescriptionKey75',''),(27982,1009,'individualDescriptionKey76',''),(27983,1009,'individualDescriptionKey77',''),(27984,1009,'individualDescriptionKey78',''),(27985,1009,'individualDescriptionKey79',''),(27986,1009,'individualDescriptionKey80',''),(27987,1009,'individualDescriptionKey81','XL Chambered Silk Dome, Pivoting'),(27988,1009,'individualDescriptionKey82',NULL),(27989,1009,'individualDescriptionKey83',NULL),(27990,1009,'individualDescriptionKey84',NULL),(27991,1009,'individualDescriptionKey85',NULL),(27992,1009,'individualDescriptionKey86',NULL),(27993,1009,'individualDescriptionKey87',NULL),(27994,1009,'individualDescriptionKey88',NULL),(27995,1009,'individualDescriptionKey89','8 ohms'),(27996,1009,'individualDescriptionKey90','XL Chambered Silk Dome, Pivoting'),(27997,1009,'individualDescriptionKey91',''),(27998,1009,'individualDescriptionKey92',''),(27999,1009,'individualDescriptionKey93',''),(28000,1009,'individualDescriptionKey94',''),(28001,1009,'individualDescriptionKey95',''),(28002,1009,'individualDescriptionKey96','1 inch'),(28003,1009,'individualDescriptionKey97','1 inch'),(28004,1009,'individualDescriptionKey98',''),(28005,1009,'individualDescriptionKey99',''),(28006,1009,'individualDescriptionKey100',''),(28007,1009,'individualDescriptionKey101',''),(28008,1009,'individualDescriptionKey102',''),(28009,1009,'individualDescriptionKey103','91 db.'),(28010,1009,'individualDescriptionKey104','91 db.'),(28011,1009,'individualDescriptionKey105',''),(28012,1009,'individualDescriptionKey106',''),(28013,1009,'individualDescriptionKey107',''),(28014,1009,'individualDescriptionKey108',''),(28015,1009,'individualDescriptionKey109',''),(28016,1009,'individualDescriptionKey110','8 ohms'),(28017,1009,'individualDescriptionKey111',''),(28018,1009,'individualDescriptionKey112',''),(28019,1009,'individualDescriptionKey113',''),(28020,1009,'individualDescriptionKey114',''),(28021,1009,'individualDescriptionKey115',''),(28022,1009,'individualDescriptionKey116','7.87” (w), 11.76“ (h), 3.43” (d)'),(28023,1009,'individualDescriptionKey117','7.87” (h), 15.57“ (w), 3.47” (d)'),(28024,1009,'individualDescriptionKey118',''),(28025,1009,'individualDescriptionKey119',''),(28026,1009,'individualDescriptionKey120',''),(28027,1009,'individualDescriptionKey121',''),(28028,1009,'individualDescriptionKey122',''),(28029,1009,'individualDescriptionKey123','6.89” (w), 10.83” (h)'),(28030,1009,'individualDescriptionKey124','6.89” (h), 14.57” (w)'),(28031,1009,'individualDescriptionKey125',''),(28032,1009,'individualDescriptionKey126',''),(28033,1009,'individualDescriptionKey127',''),(28034,1009,'individualDescriptionKey128',''),(28035,1009,'individualDescriptionKey129',''),(28036,1009,'individualDescriptionKey130','B6.5IWBRKT '),(28037,1009,'individualDescriptionKey131','S6.5LCRIWBRKT'),(28038,1009,'individualDescriptionKey132',''),(28039,1009,'individualDescriptionKey133',''),(28040,1009,'individualDescriptionKey134',''),(28041,1009,'individualDescriptionKey135',''),(28042,1009,'individualDescriptionKey136',''),(28043,1009,'individualDescriptionKey137','45Hz - 20Khz'),(28044,1009,'individualDescriptionKey138','45Hz - 20Khz'),(28045,1009,'individualDescriptionKey139',''),(28046,1009,'individualDescriptionKey140',''),(28047,1009,'individualDescriptionKey141',''),(28048,1009,'individualDescriptionKey142',''),(28049,1009,'individualDescriptionKey143',''),(28050,1009,'individualDescriptionKey144','5-130 watts'),(28051,1009,'individualDescriptionKey145','5-130 watts'),(28052,1009,'individualDescriptionKey146',''),(28053,1009,'individualDescriptionKey147',''),(28054,1009,'individualDescriptionKey148',''),(28055,1009,'individualDescriptionKey149',''),(28056,1009,'individualDescriptionKey150',''),(28057,1009,'individualDescriptionKey151',''),(28058,1009,'individualDescriptionKey152',''),(28059,1009,'individualDescriptionKey153',''),(28060,1009,'individualDescriptionKey154',''),(28061,1009,'individualDescriptionKey155',''),(28062,1009,'individualDescriptionKey156',''),(28063,1009,'individualDescriptionKey157',''),(28064,1009,'individualDescriptionKey158',''),(28065,1009,'individualDescriptionKey159',''),(28066,1009,'individualDescriptionKey160',''),(28067,1009,'individualDescriptionKey161',''),(28068,1009,'individualDescriptionKey162',''),(28069,1009,'individualDescriptionKey163',''),(28070,1009,'individualDescriptionKey164',''),(28071,1009,'individualDescriptionKey165',''),(28072,1009,'individualDescriptionKey166',''),(28073,1009,'individualDescriptionKey167',''),(28074,1009,'individualDescriptionKey168',''),(28075,1009,'individualDescriptionKey169',''),(28076,1009,'individualDescriptionKey170',''),(28077,1009,'individualDescriptionKey171',''),(28078,1009,'individualDescriptionKey172',''),(28079,1009,'individualDescriptionKey173','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65IW_specs.pdf\" target=\"_blank\">S65IW_specs</a>'),(28080,1009,'individualDescriptionKey174','<a href=\"http://elura.audio/wp-content/uploads/2016/02/S65LCRIW_specs.pdf\" target=\"_blank\">S65LCRIW_specs</a>'),(28081,1009,'individualDescriptionKey175',''),(28082,1009,'individualDescriptionKey176',''),(28083,1009,'individualDescriptionKey177',''),(28084,1009,'individualDescriptionKey178',''),(28085,1009,'individualDescriptionKey179',''),(28086,1009,'individualDescriptionKey180','<p style=\"text-align: center;\">** All Elura Blue Label by Sonance speakers come with a Limited Lifetime Warranty **</p>\r\n<p style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2015/12/BlueLabelTitle.jpg\"><img class=\"aligncenter size-full wp-image-797\" src=\"http://elura.audio/wp-content/uploads/2015/12/BlueLabelTitle.jpg\" alt=\"BlueLabelTitle\" width=\"400\" height=\"75\" /></a></p>'),(28090,995,'individualDescriptionKey31',''),(28091,995,'individualDescriptionKey32',''),(28092,995,'individualDescriptionKey33',''),(28093,995,'individualDescriptionKey34',''),(28094,995,'individualDescriptionKey35',NULL),(28095,995,'individualDescriptionKey36',NULL),(28096,995,'individualDescriptionKey37',NULL),(28097,995,'individualDescriptionKey38','R6.5IWZ'),(28098,995,'individualDescriptionKey39','R6.5LCRIWZ'),(28099,995,'individualDescriptionKey40',''),(28100,995,'individualDescriptionKey41',''),(28101,995,'individualDescriptionKey42',''),(28102,995,'individualDescriptionKey43',''),(28103,995,'individualDescriptionKey44',''),(28104,995,'individualDescriptionKey45',NULL),(28105,995,'individualDescriptionKey46','$699.99/PR.'),(28106,995,'individualDescriptionKey47','$399..99/EA.'),(28107,995,'individualDescriptionKey48',''),(28108,995,'individualDescriptionKey49',''),(28109,995,'individualDescriptionKey50',''),(28110,995,'individualDescriptionKey51',''),(28111,995,'individualDescriptionKey52',''),(28112,995,'individualDescriptionKey53','6.5 inch'),(28113,995,'individualDescriptionKey54','Dual 6.5 inch'),(28114,995,'individualDescriptionKey55',''),(28115,995,'individualDescriptionKey56',''),(28116,995,'individualDescriptionKey57',''),(28117,995,'individualDescriptionKey58',''),(28118,995,'individualDescriptionKey59',''),(28119,995,'individualDescriptionKey60','Polypropylene cone'),(28120,995,'individualDescriptionKey61','Polypropylene cone'),(28121,995,'individualDescriptionKey62',''),(28122,995,'individualDescriptionKey63',''),(28123,995,'individualDescriptionKey64',''),(28124,995,'individualDescriptionKey65',''),(28125,995,'individualDescriptionKey66',''),(28126,995,'individualDescriptionKey67',''),(28127,995,'individualDescriptionKey68',''),(28128,995,'individualDescriptionKey69',''),(28129,995,'individualDescriptionKey70',''),(28130,995,'individualDescriptionKey71',''),(28131,995,'individualDescriptionKey72',''),(28132,995,'individualDescriptionKey73',''),(28133,995,'individualDescriptionKey74',''),(28134,995,'individualDescriptionKey75',''),(28135,995,'individualDescriptionKey76',''),(28136,995,'individualDescriptionKey77',''),(28137,995,'individualDescriptionKey78',''),(28138,995,'individualDescriptionKey79',''),(28139,995,'individualDescriptionKey80',''),(28140,995,'individualDescriptionKey81','Silk dome pivoting'),(28141,995,'individualDescriptionKey82',NULL),(28142,995,'individualDescriptionKey83',NULL),(28143,995,'individualDescriptionKey84',NULL),(28144,995,'individualDescriptionKey85',NULL),(28145,995,'individualDescriptionKey86',NULL),(28146,995,'individualDescriptionKey87',NULL),(28147,995,'individualDescriptionKey88',NULL),(28148,995,'individualDescriptionKey89','8 ohms'),(28149,995,'individualDescriptionKey90','Silk dome pivoting'),(28150,995,'individualDescriptionKey91',''),(28151,995,'individualDescriptionKey92',''),(28152,995,'individualDescriptionKey93',''),(28153,995,'individualDescriptionKey94',''),(28154,995,'individualDescriptionKey95',''),(28155,995,'individualDescriptionKey96','1 inch'),(28156,995,'individualDescriptionKey97','1 inch'),(28157,995,'individualDescriptionKey98',''),(28158,995,'individualDescriptionKey99',''),(28159,995,'individualDescriptionKey100',''),(28160,995,'individualDescriptionKey101',''),(28161,995,'individualDescriptionKey102',''),(28162,995,'individualDescriptionKey103','92 db.'),(28163,995,'individualDescriptionKey104','89 db.'),(28164,995,'individualDescriptionKey105',''),(28165,995,'individualDescriptionKey106',''),(28166,995,'individualDescriptionKey107',''),(28167,995,'individualDescriptionKey108',''),(28168,995,'individualDescriptionKey109',''),(28169,995,'individualDescriptionKey110','8 ohms'),(28170,995,'individualDescriptionKey111',''),(28171,995,'individualDescriptionKey112',''),(28172,995,'individualDescriptionKey113',''),(28173,995,'individualDescriptionKey114',''),(28174,995,'individualDescriptionKey115',''),(28175,995,'individualDescriptionKey116','11.82 in(h) x 8.42 in(w)'),(28176,995,'individualDescriptionKey117','9.8 in(h) x 15.11 in(w)'),(28177,995,'individualDescriptionKey118',''),(28178,995,'individualDescriptionKey119',''),(28179,995,'individualDescriptionKey120',''),(28180,995,'individualDescriptionKey121',''),(28181,995,'individualDescriptionKey122',''),(28182,995,'individualDescriptionKey123','10.69 in(h) x 7.28 in(w)'),(28183,995,'individualDescriptionKey124','8.66 in(h) x 13.97 in(w)'),(28184,995,'individualDescriptionKey125',''),(28185,995,'individualDescriptionKey126',''),(28186,995,'individualDescriptionKey127',''),(28187,995,'individualDescriptionKey128',''),(28188,995,'individualDescriptionKey129',''),(28189,995,'individualDescriptionKey130','B6.5IWBRKT'),(28190,995,'individualDescriptionKey131','R6.5LCRIWBRKT'),(28191,995,'individualDescriptionKey132',''),(28192,995,'individualDescriptionKey133',''),(28193,995,'individualDescriptionKey134',''),(28194,995,'individualDescriptionKey135',''),(28195,995,'individualDescriptionKey136',''),(28196,995,'individualDescriptionKey137','50Hz - 20Khz'),(28197,995,'individualDescriptionKey138','60Hz - 20Khz'),(28198,995,'individualDescriptionKey139',''),(28199,995,'individualDescriptionKey140',''),(28200,995,'individualDescriptionKey141',''),(28201,995,'individualDescriptionKey142',''),(28202,995,'individualDescriptionKey143',''),(28203,995,'individualDescriptionKey144','5 -100 watts'),(28204,995,'individualDescriptionKey145','5 - 150 watts'),(28205,995,'individualDescriptionKey146',''),(28206,995,'individualDescriptionKey147',''),(28207,995,'individualDescriptionKey148',''),(28208,995,'individualDescriptionKey149',''),(28209,995,'individualDescriptionKey150',''),(28210,995,'individualDescriptionKey151',''),(28211,995,'individualDescriptionKey152',''),(28212,995,'individualDescriptionKey153',''),(28213,995,'individualDescriptionKey154',''),(28214,995,'individualDescriptionKey155',''),(28215,995,'individualDescriptionKey156',''),(28216,995,'individualDescriptionKey157',''),(28217,995,'individualDescriptionKey158',''),(28218,995,'individualDescriptionKey159',''),(28219,995,'individualDescriptionKey160',''),(28220,995,'individualDescriptionKey161',''),(28221,995,'individualDescriptionKey162',''),(28222,995,'individualDescriptionKey163',''),(28223,995,'individualDescriptionKey164',''),(28224,995,'individualDescriptionKey165',''),(28225,995,'individualDescriptionKey166',''),(28226,995,'individualDescriptionKey167',''),(28227,995,'individualDescriptionKey168',''),(28228,995,'individualDescriptionKey169',''),(28229,995,'individualDescriptionKey170',''),(28230,995,'individualDescriptionKey171',''),(28231,995,'individualDescriptionKey172',''),(28232,995,'individualDescriptionKey173','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65IWZ_specs.pdf\" target=\"_blank\">R65IWZ_specs</a>'),(28233,995,'individualDescriptionKey174','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_specs.pdf\" target=\"_blank\">R65LCRIWZ_specs</a>'),(28234,995,'individualDescriptionKey175',''),(28235,995,'individualDescriptionKey176',''),(28236,995,'individualDescriptionKey177',''),(28237,995,'individualDescriptionKey178',''),(28238,995,'individualDescriptionKey179',''),(28239,995,'individualDescriptionKey180','<p style=\"text-align: center;\">** All Elura Red Label speakers come with a Limited Lifetime Warranty **</p>\r\n<p style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2015/12/RedLabelTitle.jpg\"><img class=\"aligncenter size-full wp-image-796\" src=\"http://elura.audio/wp-content/uploads/2015/12/RedLabelTitle.jpg\" alt=\"RedLabelTitle\" width=\"400\" height=\"75\" /></a></p>'),(28241,997,'individualDescriptionKey31',''),(28242,997,'individualDescriptionKey32',''),(28243,997,'individualDescriptionKey33',''),(28244,997,'individualDescriptionKey34',''),(28245,997,'individualDescriptionKey35',NULL),(28246,997,'individualDescriptionKey36',NULL),(28247,997,'individualDescriptionKey37',NULL),(28248,997,'individualDescriptionKey38','B6.5IW'),(28249,997,'individualDescriptionKey39',''),(28250,997,'individualDescriptionKey40',''),(28251,997,'individualDescriptionKey41',''),(28252,997,'individualDescriptionKey42',''),(28253,997,'individualDescriptionKey43',''),(28254,997,'individualDescriptionKey44',''),(28255,997,'individualDescriptionKey45',NULL),(28256,997,'individualDescriptionKey46','$349.99/PR.'),(28257,997,'individualDescriptionKey47',''),(28258,997,'individualDescriptionKey48',''),(28259,997,'individualDescriptionKey49',''),(28260,997,'individualDescriptionKey50',''),(28261,997,'individualDescriptionKey51',''),(28262,997,'individualDescriptionKey52',''),(28263,997,'individualDescriptionKey53','6.5 inch'),(28264,997,'individualDescriptionKey54',''),(28265,997,'individualDescriptionKey55',''),(28266,997,'individualDescriptionKey56',''),(28267,997,'individualDescriptionKey57',''),(28268,997,'individualDescriptionKey58',''),(28269,997,'individualDescriptionKey59',''),(28270,997,'individualDescriptionKey60','Polypropylene cone'),(28271,997,'individualDescriptionKey61',''),(28272,997,'individualDescriptionKey62',''),(28273,997,'individualDescriptionKey63',''),(28274,997,'individualDescriptionKey64',''),(28275,997,'individualDescriptionKey65',''),(28276,997,'individualDescriptionKey66',''),(28277,997,'individualDescriptionKey67',''),(28278,997,'individualDescriptionKey68',''),(28279,997,'individualDescriptionKey69',''),(28280,997,'individualDescriptionKey70',''),(28281,997,'individualDescriptionKey71',''),(28282,997,'individualDescriptionKey72',''),(28283,997,'individualDescriptionKey73',''),(28284,997,'individualDescriptionKey74',''),(28285,997,'individualDescriptionKey75',''),(28286,997,'individualDescriptionKey76',''),(28287,997,'individualDescriptionKey77',''),(28288,997,'individualDescriptionKey78',''),(28289,997,'individualDescriptionKey79',''),(28290,997,'individualDescriptionKey80',''),(28291,997,'individualDescriptionKey81','Silk dome, pivoting'),(28292,997,'individualDescriptionKey82',NULL),(28293,997,'individualDescriptionKey83',NULL),(28294,997,'individualDescriptionKey84',NULL),(28295,997,'individualDescriptionKey85',NULL),(28296,997,'individualDescriptionKey86',NULL),(28297,997,'individualDescriptionKey87',NULL),(28298,997,'individualDescriptionKey88',NULL),(28299,997,'individualDescriptionKey89','8 ohms'),(28300,997,'individualDescriptionKey90',''),(28301,997,'individualDescriptionKey91',''),(28302,997,'individualDescriptionKey92',''),(28303,997,'individualDescriptionKey93',''),(28304,997,'individualDescriptionKey94',''),(28305,997,'individualDescriptionKey95',''),(28306,997,'individualDescriptionKey96','1 inch'),(28307,997,'individualDescriptionKey97',''),(28308,997,'individualDescriptionKey98',''),(28309,997,'individualDescriptionKey99',''),(28310,997,'individualDescriptionKey100',''),(28311,997,'individualDescriptionKey101',''),(28312,997,'individualDescriptionKey102',''),(28313,997,'individualDescriptionKey103','91 db.'),(28314,997,'individualDescriptionKey104',''),(28315,997,'individualDescriptionKey105',''),(28316,997,'individualDescriptionKey106',''),(28317,997,'individualDescriptionKey107',''),(28318,997,'individualDescriptionKey108',''),(28319,997,'individualDescriptionKey109',''),(28320,997,'individualDescriptionKey110',''),(28321,997,'individualDescriptionKey111',''),(28322,997,'individualDescriptionKey112',''),(28323,997,'individualDescriptionKey113',''),(28324,997,'individualDescriptionKey114',''),(28325,997,'individualDescriptionKey115',''),(28326,997,'individualDescriptionKey116','12.13 in(h) x 8.66 in(w) x 3.23 in(d)'),(28327,997,'individualDescriptionKey117',''),(28328,997,'individualDescriptionKey118',''),(28329,997,'individualDescriptionKey119',''),(28330,997,'individualDescriptionKey120',''),(28331,997,'individualDescriptionKey121',''),(28332,997,'individualDescriptionKey122',''),(28333,997,'individualDescriptionKey123','10.71 in(h) x 7.28 in(w)'),(28334,997,'individualDescriptionKey124',''),(28335,997,'individualDescriptionKey125',''),(28336,997,'individualDescriptionKey126',''),(28337,997,'individualDescriptionKey127',''),(28338,997,'individualDescriptionKey128',''),(28339,997,'individualDescriptionKey129',''),(28340,997,'individualDescriptionKey130','B6.5IWBRKT'),(28341,997,'individualDescriptionKey131',''),(28342,997,'individualDescriptionKey132',''),(28343,997,'individualDescriptionKey133',''),(28344,997,'individualDescriptionKey134',''),(28345,997,'individualDescriptionKey135',''),(28346,997,'individualDescriptionKey136',''),(28347,997,'individualDescriptionKey137','55Hz - 20Khz'),(28348,997,'individualDescriptionKey138',''),(28349,997,'individualDescriptionKey139',''),(28350,997,'individualDescriptionKey140',''),(28351,997,'individualDescriptionKey141',''),(28352,997,'individualDescriptionKey142',''),(28353,997,'individualDescriptionKey143',''),(28354,997,'individualDescriptionKey144','5-70 watts'),(28355,997,'individualDescriptionKey145',''),(28356,997,'individualDescriptionKey146',''),(28357,997,'individualDescriptionKey147',''),(28358,997,'individualDescriptionKey148',''),(28359,997,'individualDescriptionKey149',''),(28360,997,'individualDescriptionKey150',''),(28361,997,'individualDescriptionKey151',''),(28362,997,'individualDescriptionKey152',''),(28363,997,'individualDescriptionKey153',''),(28364,997,'individualDescriptionKey154',''),(28365,997,'individualDescriptionKey155',''),(28366,997,'individualDescriptionKey156',''),(28367,997,'individualDescriptionKey157',''),(28368,997,'individualDescriptionKey158',''),(28369,997,'individualDescriptionKey159',''),(28370,997,'individualDescriptionKey160',''),(28371,997,'individualDescriptionKey161',''),(28372,997,'individualDescriptionKey162',''),(28373,997,'individualDescriptionKey163',''),(28374,997,'individualDescriptionKey164',''),(28375,997,'individualDescriptionKey165',''),(28376,997,'individualDescriptionKey166',''),(28377,997,'individualDescriptionKey167',''),(28378,997,'individualDescriptionKey168',''),(28379,997,'individualDescriptionKey169',''),(28380,997,'individualDescriptionKey170',''),(28381,997,'individualDescriptionKey171',''),(28382,997,'individualDescriptionKey172',''),(28383,997,'individualDescriptionKey173','<a href=\"http://elura.audio/wp-content/uploads/2016/02/B65IW_specs1.pdf\" target=\"_blank\">B65IW_specs</a>'),(28384,997,'individualDescriptionKey174',''),(28385,997,'individualDescriptionKey175',''),(28386,997,'individualDescriptionKey176',''),(28387,997,'individualDescriptionKey177',''),(28388,997,'individualDescriptionKey178',''),(28389,997,'individualDescriptionKey179',''),(28390,997,'individualDescriptionKey180','<p style=\"text-align: center;\">** All Elura Black Label speakers come with a Limited Lifetime Warranty **</p>\r\n<p style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2015/12/BlackLabelTitle.jpg\"><img class=\"aligncenter size-medium wp-image-795\" src=\"http://elura.audio/wp-content/uploads/2015/12/BlackLabelTitle-300x56.jpg\" alt=\"BlackLabelTitle\" width=\"300\" height=\"56\" /></a></p>'),(28392,954,'individualDescriptionKey31',''),(28393,954,'individualDescriptionKey32',''),(28394,954,'individualDescriptionKey33',''),(28395,954,'individualDescriptionKey34',''),(28396,954,'individualDescriptionKey35',NULL),(28397,954,'individualDescriptionKey36',NULL),(28398,954,'individualDescriptionKey37',NULL),(28399,954,'individualDescriptionKey38','B6.5'),(28400,954,'individualDescriptionKey39','B6.5ST'),(28401,954,'individualDescriptionKey40','B8'),(28402,954,'individualDescriptionKey41',''),(28403,954,'individualDescriptionKey42',''),(28404,954,'individualDescriptionKey43',''),(28405,954,'individualDescriptionKey44',''),(28406,954,'individualDescriptionKey45',NULL),(28407,954,'individualDescriptionKey46','$249.99/PR.'),(28408,954,'individualDescriptionKey47','$199.99/EA.'),(28409,954,'individualDescriptionKey48','$349.99/PR.'),(28410,954,'individualDescriptionKey49',''),(28411,954,'individualDescriptionKey50',''),(28412,954,'individualDescriptionKey51',''),(28413,954,'individualDescriptionKey52',''),(28414,954,'individualDescriptionKey53','6.5 inch'),(28415,954,'individualDescriptionKey54','6.5 inch'),(28416,954,'individualDescriptionKey55','8 inch'),(28417,954,'individualDescriptionKey56',''),(28418,954,'individualDescriptionKey57',''),(28419,954,'individualDescriptionKey58',''),(28420,954,'individualDescriptionKey59',''),(28421,954,'individualDescriptionKey60','Polypropylene cone'),(28422,954,'individualDescriptionKey61','Polypropylene cone'),(28423,954,'individualDescriptionKey62','Polypropylene cone'),(28424,954,'individualDescriptionKey63',''),(28425,954,'individualDescriptionKey64',''),(28426,954,'individualDescriptionKey65',''),(28427,954,'individualDescriptionKey66',''),(28428,954,'individualDescriptionKey67',''),(28429,954,'individualDescriptionKey68',''),(28430,954,'individualDescriptionKey69',''),(28431,954,'individualDescriptionKey70',''),(28432,954,'individualDescriptionKey71',''),(28433,954,'individualDescriptionKey72',''),(28434,954,'individualDescriptionKey73',''),(28435,954,'individualDescriptionKey74',''),(28436,954,'individualDescriptionKey75',''),(28437,954,'individualDescriptionKey76',''),(28438,954,'individualDescriptionKey77',''),(28439,954,'individualDescriptionKey78',''),(28440,954,'individualDescriptionKey79',''),(28441,954,'individualDescriptionKey80',''),(28442,954,'individualDescriptionKey81','Polyether Imide'),(28443,954,'individualDescriptionKey82',NULL),(28444,954,'individualDescriptionKey83',NULL),(28445,954,'individualDescriptionKey84',NULL),(28446,954,'individualDescriptionKey85',NULL),(28447,954,'individualDescriptionKey86',NULL),(28448,954,'individualDescriptionKey87',NULL),(28449,954,'individualDescriptionKey88',NULL),(28450,954,'individualDescriptionKey89','8 ohms'),(28451,954,'individualDescriptionKey90','Polyether Imide'),(28452,954,'individualDescriptionKey91','Polyether Imide'),(28453,954,'individualDescriptionKey92',''),(28454,954,'individualDescriptionKey93',''),(28455,954,'individualDescriptionKey94',''),(28456,954,'individualDescriptionKey95',''),(28457,954,'individualDescriptionKey96','1/2 inch'),(28458,954,'individualDescriptionKey97','Dual 1/2 inch'),(28459,954,'individualDescriptionKey98','1/2 inch'),(28460,954,'individualDescriptionKey99',''),(28461,954,'individualDescriptionKey100',''),(28462,954,'individualDescriptionKey101',''),(28463,954,'individualDescriptionKey102',''),(28464,954,'individualDescriptionKey103','91 db.'),(28465,954,'individualDescriptionKey104','91 db.'),(28466,954,'individualDescriptionKey105','92 db.'),(28467,954,'individualDescriptionKey106',''),(28468,954,'individualDescriptionKey107',''),(28469,954,'individualDescriptionKey108',''),(28470,954,'individualDescriptionKey109',''),(28471,954,'individualDescriptionKey110','8 ohms'),(28472,954,'individualDescriptionKey111','8 ohms'),(28473,954,'individualDescriptionKey112',''),(28474,954,'individualDescriptionKey113',''),(28475,954,'individualDescriptionKey114',''),(28476,954,'individualDescriptionKey115',''),(28477,954,'individualDescriptionKey116','8.95 in(w) x 3.3 in(d)'),(28478,954,'individualDescriptionKey117','8.95 in(w) x 3.3 in(d)'),(28479,954,'individualDescriptionKey118','10.7 in(w) x 3.6 in(d)'),(28480,954,'individualDescriptionKey119',''),(28481,954,'individualDescriptionKey120',''),(28482,954,'individualDescriptionKey121',''),(28483,954,'individualDescriptionKey122',''),(28484,954,'individualDescriptionKey123','7.6 inches'),(28485,954,'individualDescriptionKey124','7.6 inches'),(28486,954,'individualDescriptionKey125','9.3 inches'),(28487,954,'individualDescriptionKey126',''),(28488,954,'individualDescriptionKey127',''),(28489,954,'individualDescriptionKey128',''),(28490,954,'individualDescriptionKey129',''),(28491,954,'individualDescriptionKey130','B6.5BRKT'),(28492,954,'individualDescriptionKey131','B6.5BRKT'),(28493,954,'individualDescriptionKey132','B8BRKT'),(28494,954,'individualDescriptionKey133',''),(28495,954,'individualDescriptionKey134',''),(28496,954,'individualDescriptionKey135',''),(28497,954,'individualDescriptionKey136',''),(28498,954,'individualDescriptionKey137','55Hz - 20Khz'),(28499,954,'individualDescriptionKey138','55Hz - 20Khz'),(28500,954,'individualDescriptionKey139','45Hz - 20 Khz'),(28501,954,'individualDescriptionKey140',''),(28502,954,'individualDescriptionKey141',''),(28503,954,'individualDescriptionKey142',''),(28504,954,'individualDescriptionKey143',''),(28505,954,'individualDescriptionKey144','5-70 watts'),(28506,954,'individualDescriptionKey145','5-70 watts'),(28507,954,'individualDescriptionKey146','5-90 watts'),(28508,954,'individualDescriptionKey147',''),(28509,954,'individualDescriptionKey148',''),(28510,954,'individualDescriptionKey149',''),(28511,954,'individualDescriptionKey150',''),(28512,954,'individualDescriptionKey151',''),(28513,954,'individualDescriptionKey152',''),(28514,954,'individualDescriptionKey153',''),(28515,954,'individualDescriptionKey154',''),(28516,954,'individualDescriptionKey155',''),(28517,954,'individualDescriptionKey156',''),(28518,954,'individualDescriptionKey157',''),(28519,954,'individualDescriptionKey158',''),(28520,954,'individualDescriptionKey159',''),(28521,954,'individualDescriptionKey160',''),(28522,954,'individualDescriptionKey161',''),(28523,954,'individualDescriptionKey162',''),(28524,954,'individualDescriptionKey163',''),(28525,954,'individualDescriptionKey164',''),(28526,954,'individualDescriptionKey165',''),(28527,954,'individualDescriptionKey166',''),(28528,954,'individualDescriptionKey167',''),(28529,954,'individualDescriptionKey168',''),(28530,954,'individualDescriptionKey169',''),(28531,954,'individualDescriptionKey170',''),(28532,954,'individualDescriptionKey171',''),(28533,954,'individualDescriptionKey172',''),(28534,954,'individualDescriptionKey173','<a href=\"http://elura.audio/wp-content/uploads/2016/02/B65_specs.pdf\" target=\"_blank\">B65_specs</a>'),(28535,954,'individualDescriptionKey174','<a href=\"http://elura.audio/wp-content/uploads/2016/02/B65ST_specs.pdf\" target=\"_blank\">B65ST_specs</a>'),(28536,954,'individualDescriptionKey175','<a href=\"http://elura.audio/wp-content/uploads/2016/02/B8_specs1.pdf\" target=\"_blank\">B8_specs</a>'),(28537,954,'individualDescriptionKey176',''),(28538,954,'individualDescriptionKey177',''),(28539,954,'individualDescriptionKey178',''),(28540,954,'individualDescriptionKey179',''),(28541,954,'individualDescriptionKey180','<p style=\"text-align: center;\">**All Black Labels architectural speakers come with a Limited Lifetime Warranty **</p>\r\n<p style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2015/12/BlackLabelTitle.jpg\"><img class=\"aligncenter size-full wp-image-795\" src=\"http://elura.audio/wp-content/uploads/2015/12/BlackLabelTitle.jpg\" alt=\"BlackLabelTitle\" width=\"400\" height=\"75\" /></a></p>'),(28543,950,'individualDescriptionKey31',''),(28544,950,'individualDescriptionKey32',''),(28545,950,'individualDescriptionKey33',''),(28546,950,'individualDescriptionKey34',''),(28547,950,'individualDescriptionKey35',NULL),(28548,950,'individualDescriptionKey36',NULL),(28549,950,'individualDescriptionKey37',NULL),(28550,950,'individualDescriptionKey38','SUBB8'),(28551,950,'individualDescriptionKey39','SUBB10'),(28552,950,'individualDescriptionKey40',''),(28553,950,'individualDescriptionKey41',''),(28554,950,'individualDescriptionKey42',''),(28555,950,'individualDescriptionKey43',''),(28556,950,'individualDescriptionKey44',''),(28557,950,'individualDescriptionKey45',NULL),(28558,950,'individualDescriptionKey46','$299.99'),(28559,950,'individualDescriptionKey47','$549.99'),(28560,950,'individualDescriptionKey48',''),(28561,950,'individualDescriptionKey49',''),(28562,950,'individualDescriptionKey50',''),(28563,950,'individualDescriptionKey51',''),(28564,950,'individualDescriptionKey52',''),(28565,950,'individualDescriptionKey53','8 inch'),(28566,950,'individualDescriptionKey54','10 inch'),(28567,950,'individualDescriptionKey55',''),(28568,950,'individualDescriptionKey56',''),(28569,950,'individualDescriptionKey57',''),(28570,950,'individualDescriptionKey58',''),(28571,950,'individualDescriptionKey59',''),(28572,950,'individualDescriptionKey60','Paper cone'),(28573,950,'individualDescriptionKey61','Paper Cone'),(28574,950,'individualDescriptionKey62',''),(28575,950,'individualDescriptionKey63',''),(28576,950,'individualDescriptionKey64',''),(28577,950,'individualDescriptionKey65',''),(28578,950,'individualDescriptionKey66',''),(28579,950,'individualDescriptionKey67',''),(28580,950,'individualDescriptionKey68',''),(28581,950,'individualDescriptionKey69',''),(28582,950,'individualDescriptionKey70',''),(28583,950,'individualDescriptionKey71',''),(28584,950,'individualDescriptionKey72',''),(28585,950,'individualDescriptionKey73',''),(28586,950,'individualDescriptionKey74',''),(28587,950,'individualDescriptionKey75',''),(28588,950,'individualDescriptionKey76',''),(28589,950,'individualDescriptionKey77',''),(28590,950,'individualDescriptionKey78',''),(28591,950,'individualDescriptionKey79',''),(28592,950,'individualDescriptionKey80',''),(28593,950,'individualDescriptionKey81',''),(28594,950,'individualDescriptionKey82',NULL),(28595,950,'individualDescriptionKey83',NULL),(28596,950,'individualDescriptionKey84',NULL),(28597,950,'individualDescriptionKey85',NULL),(28598,950,'individualDescriptionKey86',NULL),(28599,950,'individualDescriptionKey87',NULL),(28600,950,'individualDescriptionKey88',NULL),(28601,950,'individualDescriptionKey89','8 ohms'),(28602,950,'individualDescriptionKey90',''),(28603,950,'individualDescriptionKey91',''),(28604,950,'individualDescriptionKey92',''),(28605,950,'individualDescriptionKey93',''),(28606,950,'individualDescriptionKey94',''),(28607,950,'individualDescriptionKey95',''),(28608,950,'individualDescriptionKey96',''),(28609,950,'individualDescriptionKey97',''),(28610,950,'individualDescriptionKey98',''),(28611,950,'individualDescriptionKey99',''),(28612,950,'individualDescriptionKey100',''),(28613,950,'individualDescriptionKey101',''),(28614,950,'individualDescriptionKey102',''),(28615,950,'individualDescriptionKey103',''),(28616,950,'individualDescriptionKey104',''),(28617,950,'individualDescriptionKey105',''),(28618,950,'individualDescriptionKey106',''),(28619,950,'individualDescriptionKey107',''),(28620,950,'individualDescriptionKey108',''),(28621,950,'individualDescriptionKey109',''),(28622,950,'individualDescriptionKey110','8 ohm'),(28623,950,'individualDescriptionKey111',''),(28624,950,'individualDescriptionKey112',''),(28625,950,'individualDescriptionKey113',''),(28626,950,'individualDescriptionKey114',''),(28627,950,'individualDescriptionKey115',''),(28628,950,'individualDescriptionKey116',' 11.8 in(w) x 12.8 in(h) x 11.8 in(d)'),(28629,950,'individualDescriptionKey117',''),(28630,950,'individualDescriptionKey118',''),(28631,950,'individualDescriptionKey119',''),(28632,950,'individualDescriptionKey120',''),(28633,950,'individualDescriptionKey121',''),(28634,950,'individualDescriptionKey122',''),(28635,950,'individualDescriptionKey123',''),(28636,950,'individualDescriptionKey124',''),(28637,950,'individualDescriptionKey125',''),(28638,950,'individualDescriptionKey126',''),(28639,950,'individualDescriptionKey127',''),(28640,950,'individualDescriptionKey128',''),(28641,950,'individualDescriptionKey129',''),(28642,950,'individualDescriptionKey130',''),(28643,950,'individualDescriptionKey131',''),(28644,950,'individualDescriptionKey132',''),(28645,950,'individualDescriptionKey133',''),(28646,950,'individualDescriptionKey134',''),(28647,950,'individualDescriptionKey135',''),(28648,950,'individualDescriptionKey136',''),(28649,950,'individualDescriptionKey137','40Hz - 150Hz'),(28650,950,'individualDescriptionKey138','40Hz - 150Hz'),(28651,950,'individualDescriptionKey139',''),(28652,950,'individualDescriptionKey140',''),(28653,950,'individualDescriptionKey141',''),(28654,950,'individualDescriptionKey142',''),(28655,950,'individualDescriptionKey143',''),(28656,950,'individualDescriptionKey144','150 watts'),(28657,950,'individualDescriptionKey145','225 watts'),(28658,950,'individualDescriptionKey146',''),(28659,950,'individualDescriptionKey147',''),(28660,950,'individualDescriptionKey148',''),(28661,950,'individualDescriptionKey149',''),(28662,950,'individualDescriptionKey150',''),(28663,950,'individualDescriptionKey151','1 1/2 inch'),(28664,950,'individualDescriptionKey152','1 1/2 inch'),(28665,950,'individualDescriptionKey153',''),(28666,950,'individualDescriptionKey154',''),(28667,950,'individualDescriptionKey155',''),(28668,950,'individualDescriptionKey156',''),(28669,950,'individualDescriptionKey157',''),(28670,950,'individualDescriptionKey158','0 - 180°'),(28671,950,'individualDescriptionKey159','0 - 180°'),(28672,950,'individualDescriptionKey160',''),(28673,950,'individualDescriptionKey161',''),(28674,950,'individualDescriptionKey162',''),(28675,950,'individualDescriptionKey163',''),(28676,950,'individualDescriptionKey164',''),(28677,950,'individualDescriptionKey165',''),(28678,950,'individualDescriptionKey166',''),(28679,950,'individualDescriptionKey167',''),(28680,950,'individualDescriptionKey168',''),(28681,950,'individualDescriptionKey169',''),(28682,950,'individualDescriptionKey170',''),(28683,950,'individualDescriptionKey171',''),(28684,950,'individualDescriptionKey172',''),(28685,950,'individualDescriptionKey173','<a href=\"http://elura.audio/wp-content/uploads/2016/02/SUBB8_specs.pdf\" target=\"_blank\">SUBB8_specs</a>'),(28686,950,'individualDescriptionKey174',''),(28687,950,'individualDescriptionKey175',''),(28688,950,'individualDescriptionKey176',''),(28689,950,'individualDescriptionKey177',''),(28690,950,'individualDescriptionKey178',''),(28691,950,'individualDescriptionKey179',''),(28692,950,'individualDescriptionKey180','<p style=\"text-align: center;\">** All Elura subwoofers come with a 1 year warranty **</p>\r\n<p style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2015/12/BlackLabelTitle.jpg\"><img class=\"aligncenter size-full wp-image-795\" src=\"http://elura.audio/wp-content/uploads/2015/12/BlackLabelTitle.jpg\" alt=\"BlackLabelTitle\" width=\"400\" height=\"75\" /></a></p>'),(28701,1282,'individualDescriptionKey31',''),(28702,1282,'individualDescriptionKey32',''),(28703,1282,'individualDescriptionKey33',''),(28704,1282,'individualDescriptionKey34',''),(28705,1282,'individualDescriptionKey35',''),(28706,1282,'individualDescriptionKey36',''),(28707,1282,'individualDescriptionKey37',''),(28708,1282,'individualDescriptionKey38',''),(28709,1282,'individualDescriptionKey39',''),(28710,1282,'individualDescriptionKey40',''),(28711,1282,'individualDescriptionKey41',''),(28712,1282,'individualDescriptionKey42',''),(28713,1282,'individualDescriptionKey43',''),(28714,1282,'individualDescriptionKey44',''),(28715,1282,'individualDescriptionKey45',''),(28716,1282,'individualDescriptionKey46',''),(28717,1282,'individualDescriptionKey47',''),(28718,1282,'individualDescriptionKey48',''),(28719,1282,'individualDescriptionKey49',''),(28720,1282,'individualDescriptionKey50',''),(28721,1282,'individualDescriptionKey51',''),(28722,1282,'individualDescriptionKey52',''),(28723,1282,'individualDescriptionKey53',''),(28724,1282,'individualDescriptionKey54',''),(28725,1282,'individualDescriptionKey55',''),(28726,1282,'individualDescriptionKey56',''),(28727,1282,'individualDescriptionKey57',''),(28728,1282,'individualDescriptionKey58',''),(28729,1282,'individualDescriptionKey59',''),(28730,1282,'individualDescriptionKey60',''),(28731,1282,'individualDescriptionKey61',''),(28732,1282,'individualDescriptionKey62',''),(28733,1282,'individualDescriptionKey63',''),(28734,1282,'individualDescriptionKey64',''),(28735,1282,'individualDescriptionKey65',''),(28736,1282,'individualDescriptionKey66',''),(28737,1282,'individualDescriptionKey67',''),(28738,1282,'individualDescriptionKey68',''),(28739,1282,'individualDescriptionKey69',''),(28740,1282,'individualDescriptionKey70',''),(28741,1282,'individualDescriptionKey71',''),(28742,1282,'individualDescriptionKey72',''),(28743,1282,'individualDescriptionKey73',''),(28744,1282,'individualDescriptionKey74',''),(28745,1282,'individualDescriptionKey75',''),(28746,1282,'individualDescriptionKey76',''),(28747,1282,'individualDescriptionKey77',''),(28748,1282,'individualDescriptionKey78',''),(28749,1282,'individualDescriptionKey79',''),(28750,1282,'individualDescriptionKey80',''),(28751,1282,'individualDescriptionKey81',''),(28752,1282,'individualDescriptionKey82',''),(28753,1282,'individualDescriptionKey83',''),(28754,1282,'individualDescriptionKey84',''),(28755,1282,'individualDescriptionKey85',''),(28756,1282,'individualDescriptionKey86',''),(28757,1282,'individualDescriptionKey87',''),(28758,1282,'individualDescriptionKey88',''),(28759,1282,'individualDescriptionKey89',''),(28760,1282,'individualDescriptionKey90',''),(28761,1282,'individualDescriptionKey91',''),(28762,1282,'individualDescriptionKey92',''),(28763,1282,'individualDescriptionKey93',''),(28764,1282,'individualDescriptionKey94',''),(28765,1282,'individualDescriptionKey95',''),(28766,1282,'individualDescriptionKey96',''),(28767,1282,'individualDescriptionKey97',''),(28768,1282,'individualDescriptionKey98',''),(28769,1282,'individualDescriptionKey99',''),(28770,1282,'individualDescriptionKey100',''),(28771,1282,'individualDescriptionKey101',''),(28772,1282,'individualDescriptionKey102',''),(28773,1282,'individualDescriptionKey103',''),(28774,1282,'individualDescriptionKey104',''),(28775,1282,'individualDescriptionKey105',''),(28776,1282,'individualDescriptionKey106',''),(28777,1282,'individualDescriptionKey107',''),(28778,1282,'individualDescriptionKey108',''),(28779,1282,'individualDescriptionKey109',''),(28780,1282,'individualDescriptionKey110',''),(28781,1282,'individualDescriptionKey111',''),(28782,1282,'individualDescriptionKey112',''),(28783,1282,'individualDescriptionKey113',''),(28784,1282,'individualDescriptionKey114',''),(28785,1282,'individualDescriptionKey115',''),(28786,1282,'individualDescriptionKey116',''),(28787,1282,'individualDescriptionKey117',''),(28788,1282,'individualDescriptionKey118',''),(28789,1282,'individualDescriptionKey119',''),(28790,1282,'individualDescriptionKey120',''),(28791,1282,'individualDescriptionKey121',''),(28792,1282,'individualDescriptionKey122',''),(28793,1282,'individualDescriptionKey123',''),(28794,1282,'individualDescriptionKey124',''),(28795,1282,'individualDescriptionKey125',''),(28796,1282,'individualDescriptionKey126',''),(28797,1282,'individualDescriptionKey127',''),(28798,1282,'individualDescriptionKey128',''),(28799,1282,'individualDescriptionKey129',''),(28800,1282,'individualDescriptionKey130',''),(28801,1282,'individualDescriptionKey131',''),(28802,1282,'individualDescriptionKey132',''),(28803,1282,'individualDescriptionKey133',''),(28804,1282,'individualDescriptionKey134',''),(28805,1282,'individualDescriptionKey135',''),(28806,1282,'individualDescriptionKey136',''),(28807,1282,'individualDescriptionKey137',''),(28808,1282,'individualDescriptionKey138',''),(28809,1282,'individualDescriptionKey139',''),(28810,1282,'individualDescriptionKey140',''),(28811,1282,'individualDescriptionKey141',''),(28812,1282,'individualDescriptionKey142',''),(28813,1282,'individualDescriptionKey143',''),(28814,1282,'individualDescriptionKey144',''),(28815,1282,'individualDescriptionKey145',''),(28816,1282,'individualDescriptionKey146',''),(28817,1282,'individualDescriptionKey147',''),(28818,1282,'individualDescriptionKey148',''),(28819,1282,'individualDescriptionKey149',''),(28820,1282,'individualDescriptionKey150',''),(28821,1282,'individualDescriptionKey151',''),(28822,1282,'individualDescriptionKey152',''),(28823,1282,'individualDescriptionKey153',''),(28824,1282,'individualDescriptionKey154',''),(28825,1282,'individualDescriptionKey155',''),(28826,1282,'individualDescriptionKey156',''),(28827,1282,'individualDescriptionKey157',''),(28828,1282,'individualDescriptionKey158',''),(28829,1282,'individualDescriptionKey159',''),(28830,1282,'individualDescriptionKey160',''),(28831,1282,'individualDescriptionKey161',''),(28832,1282,'individualDescriptionKey162',''),(28833,1282,'individualDescriptionKey163',''),(28834,1282,'individualDescriptionKey164',''),(28835,1282,'individualDescriptionKey165',''),(28836,1282,'individualDescriptionKey166',''),(28837,1282,'individualDescriptionKey167',''),(28838,1282,'individualDescriptionKey168',''),(28839,1282,'individualDescriptionKey169',''),(28840,1282,'individualDescriptionKey170',''),(28841,1282,'individualDescriptionKey171',''),(28842,1282,'individualDescriptionKey172',''),(28843,1282,'individualDescriptionKey173',''),(28844,1282,'individualDescriptionKey174',''),(28845,1282,'individualDescriptionKey175',''),(28846,1282,'individualDescriptionKey176',''),(28847,1282,'individualDescriptionKey177',''),(28848,1282,'individualDescriptionKey178',''),(28849,1282,'individualDescriptionKey179',''),(28850,1282,'individualDescriptionKey180',''),(28851,957,'individualDescriptionKey31',NULL),(28852,957,'individualDescriptionKey32',NULL),(28853,957,'individualDescriptionKey33',NULL),(28854,957,'individualDescriptionKey34',NULL),(28855,957,'individualDescriptionKey35',NULL),(28856,957,'individualDescriptionKey36',NULL),(28857,957,'individualDescriptionKey37',NULL),(28858,957,'individualDescriptionKey38',NULL),(28859,957,'individualDescriptionKey39',NULL),(28860,957,'individualDescriptionKey40',NULL),(28861,957,'individualDescriptionKey41',NULL),(28862,957,'individualDescriptionKey42',NULL),(28863,957,'individualDescriptionKey43',NULL),(28864,957,'individualDescriptionKey44',NULL),(28865,957,'individualDescriptionKey45',NULL),(28866,957,'individualDescriptionKey46',NULL),(28867,957,'individualDescriptionKey47',NULL),(28868,957,'individualDescriptionKey48',NULL),(28869,957,'individualDescriptionKey49',NULL),(28870,957,'individualDescriptionKey50',NULL),(28871,957,'individualDescriptionKey51',NULL),(28872,957,'individualDescriptionKey52',NULL),(28873,957,'individualDescriptionKey53',NULL),(28874,957,'individualDescriptionKey54',NULL),(28875,957,'individualDescriptionKey55',NULL),(28876,957,'individualDescriptionKey56',NULL),(28877,957,'individualDescriptionKey57',NULL),(28878,957,'individualDescriptionKey58',NULL),(28879,957,'individualDescriptionKey59',NULL),(28880,957,'individualDescriptionKey60',NULL),(28881,957,'individualDescriptionKey61',NULL),(28882,957,'individualDescriptionKey62',NULL),(28883,957,'individualDescriptionKey63',NULL),(28884,957,'individualDescriptionKey64',NULL),(28885,957,'individualDescriptionKey65',NULL),(28886,957,'individualDescriptionKey66',NULL),(28887,957,'individualDescriptionKey67',NULL),(28888,957,'individualDescriptionKey68',NULL),(28889,957,'individualDescriptionKey69',NULL),(28890,957,'individualDescriptionKey70',NULL),(28891,957,'individualDescriptionKey71',NULL),(28892,957,'individualDescriptionKey72',NULL),(28893,957,'individualDescriptionKey73',NULL),(28894,957,'individualDescriptionKey74',NULL),(28895,957,'individualDescriptionKey75',NULL),(28896,957,'individualDescriptionKey76',NULL),(28897,957,'individualDescriptionKey77',NULL),(28898,957,'individualDescriptionKey78',NULL),(28899,957,'individualDescriptionKey79',NULL),(28900,957,'individualDescriptionKey80',NULL),(28901,957,'individualDescriptionKey81',NULL),(28902,957,'individualDescriptionKey82',NULL),(28903,957,'individualDescriptionKey83',NULL),(28904,957,'individualDescriptionKey84',NULL),(28905,957,'individualDescriptionKey85',NULL),(28906,957,'individualDescriptionKey86',NULL),(28907,957,'individualDescriptionKey87',NULL),(28908,957,'individualDescriptionKey88',NULL),(28909,957,'individualDescriptionKey89',NULL),(28910,957,'individualDescriptionKey90',NULL),(28911,957,'individualDescriptionKey91',NULL),(28912,957,'individualDescriptionKey92',NULL),(28913,957,'individualDescriptionKey93',NULL),(28914,957,'individualDescriptionKey94',NULL),(28915,957,'individualDescriptionKey95',NULL),(28916,957,'individualDescriptionKey96',NULL),(28917,957,'individualDescriptionKey97',NULL),(28918,957,'individualDescriptionKey98',NULL),(28919,957,'individualDescriptionKey99',NULL),(28920,957,'individualDescriptionKey100',NULL),(28921,957,'individualDescriptionKey101',NULL),(28922,957,'individualDescriptionKey102',NULL),(28923,957,'individualDescriptionKey103',NULL),(28924,957,'individualDescriptionKey104',NULL),(28925,957,'individualDescriptionKey105',NULL),(28926,957,'individualDescriptionKey106',NULL),(28927,957,'individualDescriptionKey107',NULL),(28928,957,'individualDescriptionKey108',NULL),(28929,957,'individualDescriptionKey109',NULL),(28930,957,'individualDescriptionKey110',NULL),(28931,957,'individualDescriptionKey111',NULL),(28932,957,'individualDescriptionKey112',NULL),(28933,957,'individualDescriptionKey113',NULL),(28934,957,'individualDescriptionKey114',NULL),(28935,957,'individualDescriptionKey115',NULL),(28936,957,'individualDescriptionKey116',NULL),(28937,957,'individualDescriptionKey117',NULL),(28938,957,'individualDescriptionKey118',NULL),(28939,957,'individualDescriptionKey119',NULL),(28940,957,'individualDescriptionKey120',NULL),(28941,957,'individualDescriptionKey121',NULL),(28942,957,'individualDescriptionKey122',NULL),(28943,957,'individualDescriptionKey123',NULL),(28944,957,'individualDescriptionKey124',NULL),(28945,957,'individualDescriptionKey125',NULL),(28946,957,'individualDescriptionKey126',NULL),(28947,957,'individualDescriptionKey127',NULL),(28948,957,'individualDescriptionKey128',NULL),(28949,957,'individualDescriptionKey129',NULL),(28950,957,'individualDescriptionKey130',NULL),(28951,957,'individualDescriptionKey131',NULL),(28952,957,'individualDescriptionKey132',NULL),(28953,957,'individualDescriptionKey133',NULL),(28954,957,'individualDescriptionKey134',NULL),(28955,957,'individualDescriptionKey135',NULL),(28956,957,'individualDescriptionKey136',NULL),(28957,957,'individualDescriptionKey137',NULL),(28958,957,'individualDescriptionKey138',NULL),(28959,957,'individualDescriptionKey139',NULL),(28960,957,'individualDescriptionKey140',NULL),(28961,957,'individualDescriptionKey141',NULL),(28962,957,'individualDescriptionKey142',NULL),(28963,957,'individualDescriptionKey143',NULL),(28964,957,'individualDescriptionKey144',NULL),(28965,957,'individualDescriptionKey145',NULL),(28966,957,'individualDescriptionKey146',NULL),(28967,957,'individualDescriptionKey147',NULL),(28968,957,'individualDescriptionKey148',NULL),(28969,957,'individualDescriptionKey149',NULL),(28970,957,'individualDescriptionKey150',NULL),(28971,957,'individualDescriptionKey151',NULL),(28972,957,'individualDescriptionKey152',NULL),(28973,957,'individualDescriptionKey153',NULL),(28974,957,'individualDescriptionKey154',NULL),(28975,957,'individualDescriptionKey155',NULL),(28976,957,'individualDescriptionKey156',NULL),(28977,957,'individualDescriptionKey157',NULL),(28978,957,'individualDescriptionKey158',NULL),(28979,957,'individualDescriptionKey159',NULL),(28980,957,'individualDescriptionKey160',NULL),(28981,957,'individualDescriptionKey161',NULL),(28982,957,'individualDescriptionKey162',NULL),(28983,957,'individualDescriptionKey163',NULL),(28984,957,'individualDescriptionKey164',NULL),(28985,957,'individualDescriptionKey165',NULL),(28986,957,'individualDescriptionKey166',NULL),(28987,957,'individualDescriptionKey167',NULL),(28988,957,'individualDescriptionKey168',NULL),(28989,957,'individualDescriptionKey169',NULL),(28990,957,'individualDescriptionKey170',NULL),(28991,957,'individualDescriptionKey171',NULL),(28992,957,'individualDescriptionKey172',NULL),(28993,957,'individualDescriptionKey173',NULL),(28994,957,'individualDescriptionKey174',NULL),(28995,957,'individualDescriptionKey175',NULL),(28996,957,'individualDescriptionKey176',NULL),(28997,957,'individualDescriptionKey177',NULL),(28998,957,'individualDescriptionKey178',NULL),(28999,957,'individualDescriptionKey179',NULL),(29000,957,'individualDescriptionKey180',NULL),(29242,1316,'_wp_attached_file','2016/02/S65IW_screenless.png'),(29243,1316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:28:\"2016/02/S65IW_screenless.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"S65IW_screenless-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"S65IW_screenless-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"S65IW_screenless-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(29248,1318,'_wp_attached_file','2016/02/locations-map.jpg'),(29249,1318,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:395;s:4:\"file\";s:25:\"2016/02/locations-map.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"locations-map-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"locations-map-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(29250,562,'individualDescriptionKey31',''),(29251,562,'individualDescriptionKey32',''),(29252,562,'individualDescriptionKey33',''),(29253,562,'individualDescriptionKey34',''),(29254,562,'individualDescriptionKey35',''),(29255,562,'individualDescriptionKey36',''),(29256,562,'individualDescriptionKey37',''),(29257,562,'individualDescriptionKey38',''),(29258,562,'individualDescriptionKey39',''),(29259,562,'individualDescriptionKey40',''),(29260,562,'individualDescriptionKey41',''),(29261,562,'individualDescriptionKey42',''),(29262,562,'individualDescriptionKey43',''),(29263,562,'individualDescriptionKey44',''),(29264,562,'individualDescriptionKey45',''),(29265,562,'individualDescriptionKey46',''),(29266,562,'individualDescriptionKey47',''),(29267,562,'individualDescriptionKey48',''),(29268,562,'individualDescriptionKey49',''),(29269,562,'individualDescriptionKey50',''),(29270,562,'individualDescriptionKey51',''),(29271,562,'individualDescriptionKey52',''),(29272,562,'individualDescriptionKey53',''),(29273,562,'individualDescriptionKey54',''),(29274,562,'individualDescriptionKey55',''),(29275,562,'individualDescriptionKey56',''),(29276,562,'individualDescriptionKey57',''),(29277,562,'individualDescriptionKey58',''),(29278,562,'individualDescriptionKey59',''),(29279,562,'individualDescriptionKey60',''),(29280,562,'individualDescriptionKey61',''),(29281,562,'individualDescriptionKey62',''),(29282,562,'individualDescriptionKey63',''),(29283,562,'individualDescriptionKey64',''),(29284,562,'individualDescriptionKey65',''),(29285,562,'individualDescriptionKey66',''),(29286,562,'individualDescriptionKey67',''),(29287,562,'individualDescriptionKey68',''),(29288,562,'individualDescriptionKey69',''),(29289,562,'individualDescriptionKey70',''),(29290,562,'individualDescriptionKey71',''),(29291,562,'individualDescriptionKey72',''),(29292,562,'individualDescriptionKey73',''),(29293,562,'individualDescriptionKey74',''),(29294,562,'individualDescriptionKey75',''),(29295,562,'individualDescriptionKey76',''),(29296,562,'individualDescriptionKey77',''),(29297,562,'individualDescriptionKey78',''),(29298,562,'individualDescriptionKey79',''),(29299,562,'individualDescriptionKey80',''),(29300,562,'individualDescriptionKey81',''),(29301,562,'individualDescriptionKey82',''),(29302,562,'individualDescriptionKey83',''),(29303,562,'individualDescriptionKey84',''),(29304,562,'individualDescriptionKey85',''),(29305,562,'individualDescriptionKey86',''),(29306,562,'individualDescriptionKey87',''),(29307,562,'individualDescriptionKey88',''),(29308,562,'individualDescriptionKey89',''),(29309,562,'individualDescriptionKey90',''),(29310,562,'individualDescriptionKey91',''),(29311,562,'individualDescriptionKey92',''),(29312,562,'individualDescriptionKey93',''),(29313,562,'individualDescriptionKey94',''),(29314,562,'individualDescriptionKey95',''),(29315,562,'individualDescriptionKey96',''),(29316,562,'individualDescriptionKey97',''),(29317,562,'individualDescriptionKey98',''),(29318,562,'individualDescriptionKey99',''),(29319,562,'individualDescriptionKey100',''),(29320,562,'individualDescriptionKey101',''),(29321,562,'individualDescriptionKey102',''),(29322,562,'individualDescriptionKey103',''),(29323,562,'individualDescriptionKey104',''),(29324,562,'individualDescriptionKey105',''),(29325,562,'individualDescriptionKey106',''),(29326,562,'individualDescriptionKey107',''),(29327,562,'individualDescriptionKey108',''),(29328,562,'individualDescriptionKey109',''),(29329,562,'individualDescriptionKey110',''),(29330,562,'individualDescriptionKey111',''),(29331,562,'individualDescriptionKey112',''),(29332,562,'individualDescriptionKey113',''),(29333,562,'individualDescriptionKey114',''),(29334,562,'individualDescriptionKey115',''),(29335,562,'individualDescriptionKey116',''),(29336,562,'individualDescriptionKey117',''),(29337,562,'individualDescriptionKey118',''),(29338,562,'individualDescriptionKey119',''),(29339,562,'individualDescriptionKey120',''),(29340,562,'individualDescriptionKey121',''),(29341,562,'individualDescriptionKey122',''),(29342,562,'individualDescriptionKey123',''),(29343,562,'individualDescriptionKey124',''),(29344,562,'individualDescriptionKey125',''),(29345,562,'individualDescriptionKey126',''),(29346,562,'individualDescriptionKey127',''),(29347,562,'individualDescriptionKey128',''),(29348,562,'individualDescriptionKey129',''),(29349,562,'individualDescriptionKey130',''),(29350,562,'individualDescriptionKey131',''),(29351,562,'individualDescriptionKey132',''),(29352,562,'individualDescriptionKey133',''),(29353,562,'individualDescriptionKey134',''),(29354,562,'individualDescriptionKey135',''),(29355,562,'individualDescriptionKey136',''),(29356,562,'individualDescriptionKey137',''),(29357,562,'individualDescriptionKey138',''),(29358,562,'individualDescriptionKey139',''),(29359,562,'individualDescriptionKey140',''),(29360,562,'individualDescriptionKey141',''),(29361,562,'individualDescriptionKey142',''),(29362,562,'individualDescriptionKey143',''),(29363,562,'individualDescriptionKey144',''),(29364,562,'individualDescriptionKey145',''),(29365,562,'individualDescriptionKey146',''),(29366,562,'individualDescriptionKey147',''),(29367,562,'individualDescriptionKey148',''),(29368,562,'individualDescriptionKey149',''),(29369,562,'individualDescriptionKey150',''),(29370,562,'individualDescriptionKey151',''),(29371,562,'individualDescriptionKey152',''),(29372,562,'individualDescriptionKey153',''),(29373,562,'individualDescriptionKey154',''),(29374,562,'individualDescriptionKey155',''),(29375,562,'individualDescriptionKey156',''),(29376,562,'individualDescriptionKey157',''),(29377,562,'individualDescriptionKey158',''),(29378,562,'individualDescriptionKey159',''),(29379,562,'individualDescriptionKey160',''),(29380,562,'individualDescriptionKey161',''),(29381,562,'individualDescriptionKey162',''),(29382,562,'individualDescriptionKey163',''),(29383,562,'individualDescriptionKey164',''),(29384,562,'individualDescriptionKey165',''),(29385,562,'individualDescriptionKey166',''),(29386,562,'individualDescriptionKey167',''),(29387,562,'individualDescriptionKey168',''),(29388,562,'individualDescriptionKey169',''),(29389,562,'individualDescriptionKey170',''),(29390,562,'individualDescriptionKey171',''),(29391,562,'individualDescriptionKey172',''),(29392,562,'individualDescriptionKey173',''),(29393,562,'individualDescriptionKey174',''),(29394,562,'individualDescriptionKey175',''),(29395,562,'individualDescriptionKey176',''),(29396,562,'individualDescriptionKey177',''),(29397,562,'individualDescriptionKey178',''),(29398,562,'individualDescriptionKey179',''),(29399,562,'individualDescriptionKey180',''),(29400,497,'individualDescriptionKey31',''),(29401,497,'individualDescriptionKey32',''),(29402,497,'individualDescriptionKey33',''),(29403,497,'individualDescriptionKey34',''),(29404,497,'individualDescriptionKey35',''),(29405,497,'individualDescriptionKey36',''),(29406,497,'individualDescriptionKey37',''),(29407,497,'individualDescriptionKey38',''),(29408,497,'individualDescriptionKey39',''),(29409,497,'individualDescriptionKey40',''),(29410,497,'individualDescriptionKey41',''),(29411,497,'individualDescriptionKey42',''),(29412,497,'individualDescriptionKey43',''),(29413,497,'individualDescriptionKey44',''),(29414,497,'individualDescriptionKey45',''),(29415,497,'individualDescriptionKey46',''),(29416,497,'individualDescriptionKey47',''),(29417,497,'individualDescriptionKey48',''),(29418,497,'individualDescriptionKey49',''),(29419,497,'individualDescriptionKey50',''),(29420,497,'individualDescriptionKey51',''),(29421,497,'individualDescriptionKey52',''),(29422,497,'individualDescriptionKey53',''),(29423,497,'individualDescriptionKey54',''),(29424,497,'individualDescriptionKey55',''),(29425,497,'individualDescriptionKey56',''),(29426,497,'individualDescriptionKey57',''),(29427,497,'individualDescriptionKey58',''),(29428,497,'individualDescriptionKey59',''),(29429,497,'individualDescriptionKey60',''),(29430,497,'individualDescriptionKey61',''),(29431,497,'individualDescriptionKey62',''),(29432,497,'individualDescriptionKey63',''),(29433,497,'individualDescriptionKey64',''),(29434,497,'individualDescriptionKey65',''),(29435,497,'individualDescriptionKey66',''),(29436,497,'individualDescriptionKey67',''),(29437,497,'individualDescriptionKey68',''),(29438,497,'individualDescriptionKey69',''),(29439,497,'individualDescriptionKey70',''),(29440,497,'individualDescriptionKey71',''),(29441,497,'individualDescriptionKey72',''),(29442,497,'individualDescriptionKey73',''),(29443,497,'individualDescriptionKey74',''),(29444,497,'individualDescriptionKey75',''),(29445,497,'individualDescriptionKey76',''),(29446,497,'individualDescriptionKey77',''),(29447,497,'individualDescriptionKey78',''),(29448,497,'individualDescriptionKey79',''),(29449,497,'individualDescriptionKey80',''),(29450,497,'individualDescriptionKey81',''),(29451,497,'individualDescriptionKey82',''),(29452,497,'individualDescriptionKey83',''),(29453,497,'individualDescriptionKey84',''),(29454,497,'individualDescriptionKey85',''),(29455,497,'individualDescriptionKey86',''),(29456,497,'individualDescriptionKey87',''),(29457,497,'individualDescriptionKey88',''),(29458,497,'individualDescriptionKey89',''),(29459,497,'individualDescriptionKey90',''),(29460,497,'individualDescriptionKey91',''),(29461,497,'individualDescriptionKey92',''),(29462,497,'individualDescriptionKey93',''),(29463,497,'individualDescriptionKey94',''),(29464,497,'individualDescriptionKey95',''),(29465,497,'individualDescriptionKey96',''),(29466,497,'individualDescriptionKey97',''),(29467,497,'individualDescriptionKey98',''),(29468,497,'individualDescriptionKey99',''),(29469,497,'individualDescriptionKey100',''),(29470,497,'individualDescriptionKey101',''),(29471,497,'individualDescriptionKey102',''),(29472,497,'individualDescriptionKey103',''),(29473,497,'individualDescriptionKey104',''),(29474,497,'individualDescriptionKey105',''),(29475,497,'individualDescriptionKey106',''),(29476,497,'individualDescriptionKey107',''),(29477,497,'individualDescriptionKey108',''),(29478,497,'individualDescriptionKey109',''),(29479,497,'individualDescriptionKey110',''),(29480,497,'individualDescriptionKey111',''),(29481,497,'individualDescriptionKey112',''),(29482,497,'individualDescriptionKey113',''),(29483,497,'individualDescriptionKey114',''),(29484,497,'individualDescriptionKey115',''),(29485,497,'individualDescriptionKey116',''),(29486,497,'individualDescriptionKey117',''),(29487,497,'individualDescriptionKey118',''),(29488,497,'individualDescriptionKey119',''),(29489,497,'individualDescriptionKey120',''),(29490,497,'individualDescriptionKey121',''),(29491,497,'individualDescriptionKey122',''),(29492,497,'individualDescriptionKey123',''),(29493,497,'individualDescriptionKey124',''),(29494,497,'individualDescriptionKey125',''),(29495,497,'individualDescriptionKey126',''),(29496,497,'individualDescriptionKey127',''),(29497,497,'individualDescriptionKey128',''),(29498,497,'individualDescriptionKey129',''),(29499,497,'individualDescriptionKey130',''),(29500,497,'individualDescriptionKey131',''),(29501,497,'individualDescriptionKey132',''),(29502,497,'individualDescriptionKey133',''),(29503,497,'individualDescriptionKey134',''),(29504,497,'individualDescriptionKey135',''),(29505,497,'individualDescriptionKey136',''),(29506,497,'individualDescriptionKey137',''),(29507,497,'individualDescriptionKey138',''),(29508,497,'individualDescriptionKey139',''),(29509,497,'individualDescriptionKey140',''),(29510,497,'individualDescriptionKey141',''),(29511,497,'individualDescriptionKey142',''),(29512,497,'individualDescriptionKey143',''),(29513,497,'individualDescriptionKey144',''),(29514,497,'individualDescriptionKey145',''),(29515,497,'individualDescriptionKey146',''),(29516,497,'individualDescriptionKey147',''),(29517,497,'individualDescriptionKey148',''),(29518,497,'individualDescriptionKey149',''),(29519,497,'individualDescriptionKey150',''),(29520,497,'individualDescriptionKey151',''),(29521,497,'individualDescriptionKey152',''),(29522,497,'individualDescriptionKey153',''),(29523,497,'individualDescriptionKey154',''),(29524,497,'individualDescriptionKey155',''),(29525,497,'individualDescriptionKey156',''),(29526,497,'individualDescriptionKey157',''),(29527,497,'individualDescriptionKey158',''),(29528,497,'individualDescriptionKey159',''),(29529,497,'individualDescriptionKey160',''),(29530,497,'individualDescriptionKey161',''),(29531,497,'individualDescriptionKey162',''),(29532,497,'individualDescriptionKey163',''),(29533,497,'individualDescriptionKey164',''),(29534,497,'individualDescriptionKey165',''),(29535,497,'individualDescriptionKey166',''),(29536,497,'individualDescriptionKey167',''),(29537,497,'individualDescriptionKey168',''),(29538,497,'individualDescriptionKey169',''),(29539,497,'individualDescriptionKey170',''),(29540,497,'individualDescriptionKey171',''),(29541,497,'individualDescriptionKey172',''),(29542,497,'individualDescriptionKey173',''),(29543,497,'individualDescriptionKey174',''),(29544,497,'individualDescriptionKey175',''),(29545,497,'individualDescriptionKey176',''),(29546,497,'individualDescriptionKey177',''),(29547,497,'individualDescriptionKey178',''),(29548,497,'individualDescriptionKey179',''),(29549,497,'individualDescriptionKey180',''),(29553,1145,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:16:\"R65STZ_front.png\";}}'),(29556,1364,'_wp_attached_file','2016/02/S65LCRIW_back1.png'),(29557,1364,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:680;s:4:\"file\";s:26:\"2016/02/S65LCRIW_back1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"S65LCRIW_back1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"S65LCRIW_back1-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"S65LCRIW_back1-1024x645.png\";s:5:\"width\";i:1024;s:6:\"height\";i:645;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(29558,1365,'_wp_attached_file','2016/02/S65LCRIW-screenless-front.png'),(29559,1365,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:680;s:4:\"file\";s:37:\"2016/02/S65LCRIW-screenless-front.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"S65LCRIW-screenless-front-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"S65LCRIW-screenless-front-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"S65LCRIW-screenless-front-1024x645.png\";s:5:\"width\";i:1024;s:6:\"height\";i:645;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(29560,1366,'_wp_attached_file','2016/02/S65IW_Woofer1.png'),(29561,1366,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:680;s:4:\"file\";s:25:\"2016/02/S65IW_Woofer1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"S65IW_Woofer1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"S65IW_Woofer1-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"S65IW_Woofer1-1024x645.png\";s:5:\"width\";i:1024;s:6:\"height\";i:645;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(29565,1368,'_wp_attached_file','2016/02/new-image.png'),(29566,1368,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:603;s:6:\"height\";i:570;s:4:\"file\";s:21:\"2016/02/new-image.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"new-image-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"new-image-300x284.png\";s:5:\"width\";i:300;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(29874,1369,'_wp_attached_file','2016/02/S65LCRIW_back2.png'),(29875,1369,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:680;s:4:\"file\";s:26:\"2016/02/S65LCRIW_back2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"S65LCRIW_back2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"S65LCRIW_back2-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"S65LCRIW_back2-1024x645.png\";s:5:\"width\";i:1024;s:6:\"height\";i:645;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(29877,1370,'_wp_attached_file','2016/02/S65LCRIW-screenless-front1.png'),(29878,1370,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:680;s:4:\"file\";s:38:\"2016/02/S65LCRIW-screenless-front1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"S65LCRIW-screenless-front1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"S65LCRIW-screenless-front1-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"S65LCRIW-screenless-front1-1024x645.png\";s:5:\"width\";i:1024;s:6:\"height\";i:645;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(29884,1372,'_wp_attached_file','2016/02/S65_front-screenless_cropped.png'),(29885,1372,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1079;s:6:\"height\";i:1079;s:4:\"file\";s:40:\"2016/02/S65_front-screenless_cropped.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"S65_front-screenless_cropped-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"S65_front-screenless_cropped-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"S65_front-screenless_cropped-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(29889,1374,'_wp_attached_file','2016/02/S8_front-screenless_cropped.png'),(29890,1374,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:1078;s:4:\"file\";s:39:\"2016/02/S8_front-screenless_cropped.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"S8_front-screenless_cropped-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"S8_front-screenless_cropped-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"S8_front-screenless_cropped-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(29892,1375,'_wp_attached_file','2016/02/S65LCR_front-screenless_cropped.png'),(29893,1375,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1079;s:6:\"height\";i:1079;s:4:\"file\";s:43:\"2016/02/S65LCR_front-screenless_cropped.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"S65LCR_front-screenless_cropped-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"S65LCR_front-screenless_cropped-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"S65LCR_front-screenless_cropped-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(29894,1376,'_wp_attached_file','2016/02/S8LCR_screenless-front_cropped.png'),(29895,1376,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1079;s:6:\"height\";i:1079;s:4:\"file\";s:42:\"2016/02/S8LCR_screenless-front_cropped.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"S8LCR_screenless-front_cropped-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"S8LCR_screenless-front_cropped-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"S8LCR_screenless-front_cropped-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(29898,1378,'_wp_attached_file','2016/02/B65ST_front-screenless_cropped.png'),(29899,1378,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1079;s:6:\"height\";i:1079;s:4:\"file\";s:42:\"2016/02/B65ST_front-screenless_cropped.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"B65ST_front-screenless_cropped-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"B65ST_front-screenless_cropped-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"B65ST_front-screenless_cropped-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(29900,1379,'_wp_attached_file','2016/02/B8_Front_cropped.png'),(29901,1379,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1095;s:6:\"height\";i:1079;s:4:\"file\";s:28:\"2016/02/B8_Front_cropped.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"B8_Front_cropped-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"B8_Front_cropped-300x296.png\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"B8_Front_cropped-1024x1009.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1009;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(29903,1380,'_wp_attached_file','2016/02/R8Z_screenless_cropped.png'),(29904,1380,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:660;s:6:\"height\";i:606;s:4:\"file\";s:34:\"2016/02/R8Z_screenless_cropped.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"R8Z_screenless_cropped-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"R8Z_screenless_cropped-300x275.png\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(29905,1381,'_wp_attached_file','2016/02/R8LCRZ_front-screenless_cropped.png'),(29906,1381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1079;s:6:\"height\";i:1079;s:4:\"file\";s:43:\"2016/02/R8LCRZ_front-screenless_cropped.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"R8LCRZ_front-screenless_cropped-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"R8LCRZ_front-screenless_cropped-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"R8LCRZ_front-screenless_cropped-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(29909,1382,'_wp_attached_file','2016/02/B65IW_front-straight_cropped.png'),(29910,1382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:607;s:4:\"file\";s:40:\"2016/02/B65IW_front-straight_cropped.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"B65IW_front-straight_cropped-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"B65IW_front-straight_cropped-247x300.png\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(29913,1383,'_wp_attached_file','2016/02/R65LCRIWZ_Front_cropped.png'),(29914,1383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1075;s:6:\"height\";i:815;s:4:\"file\";s:35:\"2016/02/R65LCRIWZ_Front_cropped.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"R65LCRIWZ_Front_cropped-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"R65LCRIWZ_Front_cropped-300x227.png\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"R65LCRIWZ_Front_cropped-1024x776.png\";s:5:\"width\";i:1024;s:6:\"height\";i:776;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(29917,1385,'_wp_attached_file','2016/02/S65LCRIW-screenless-front2.png'),(29918,1385,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:680;s:4:\"file\";s:38:\"2016/02/S65LCRIW-screenless-front2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"S65LCRIW-screenless-front2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"S65LCRIW-screenless-front2-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"S65LCRIW-screenless-front2-1024x645.png\";s:5:\"width\";i:1024;s:6:\"height\";i:645;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(29920,1386,'_wp_attached_file','2016/02/S65LCRIW-screenless-front_cropped.png'),(29921,1386,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:850;s:4:\"file\";s:45:\"2016/02/S65LCRIW-screenless-front_cropped.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"S65LCRIW-screenless-front_cropped-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"S65LCRIW-screenless-front_cropped-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"S65LCRIW-screenless-front_cropped-1024x645.png\";s:5:\"width\";i:1024;s:6:\"height\";i:645;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(29923,1387,'_wp_attached_file','2016/02/R65STZ_front-screenless_cropped.png'),(29924,1387,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1201;s:6:\"height\";i:1075;s:4:\"file\";s:43:\"2016/02/R65STZ_front-screenless_cropped.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"R65STZ_front-screenless_cropped-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"R65STZ_front-screenless_cropped-300x269.png\";s:5:\"width\";i:300;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"R65STZ_front-screenless_cropped-1024x917.png\";s:5:\"width\";i:1024;s:6:\"height\";i:917;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(29928,565,'individualDescriptionKey31',NULL),(29929,565,'individualDescriptionKey32',NULL),(29930,565,'individualDescriptionKey33',NULL),(29931,565,'individualDescriptionKey34',NULL),(29932,565,'individualDescriptionKey35',NULL),(29933,565,'individualDescriptionKey36',NULL),(29934,565,'individualDescriptionKey37',NULL),(29935,565,'individualDescriptionKey38',NULL),(29936,565,'individualDescriptionKey39',NULL),(29937,565,'individualDescriptionKey40',NULL),(29938,565,'individualDescriptionKey41',NULL),(29939,565,'individualDescriptionKey42',NULL),(29940,565,'individualDescriptionKey43',NULL),(29941,565,'individualDescriptionKey44',NULL),(29942,565,'individualDescriptionKey45',NULL),(29943,565,'individualDescriptionKey46',NULL),(29944,565,'individualDescriptionKey47',NULL),(29945,565,'individualDescriptionKey48',NULL),(29946,565,'individualDescriptionKey49',NULL),(29947,565,'individualDescriptionKey50',NULL),(29948,565,'individualDescriptionKey51',NULL),(29949,565,'individualDescriptionKey52',NULL),(29950,565,'individualDescriptionKey53',NULL),(29951,565,'individualDescriptionKey54',NULL),(29952,565,'individualDescriptionKey55',NULL),(29953,565,'individualDescriptionKey56',NULL),(29954,565,'individualDescriptionKey57',NULL),(29955,565,'individualDescriptionKey58',NULL),(29956,565,'individualDescriptionKey59',NULL),(29957,565,'individualDescriptionKey60',NULL),(29958,565,'individualDescriptionKey61',NULL),(29959,565,'individualDescriptionKey62',NULL),(29960,565,'individualDescriptionKey63',NULL),(29961,565,'individualDescriptionKey64',NULL),(29962,565,'individualDescriptionKey65',NULL),(29963,565,'individualDescriptionKey66',NULL),(29964,565,'individualDescriptionKey67',NULL),(29965,565,'individualDescriptionKey68',NULL),(29966,565,'individualDescriptionKey69',NULL),(29967,565,'individualDescriptionKey70',NULL),(29968,565,'individualDescriptionKey71',NULL),(29969,565,'individualDescriptionKey72',NULL),(29970,565,'individualDescriptionKey73',NULL),(29971,565,'individualDescriptionKey74',NULL),(29972,565,'individualDescriptionKey75',NULL),(29973,565,'individualDescriptionKey76',NULL),(29974,565,'individualDescriptionKey77',NULL),(29975,565,'individualDescriptionKey78',NULL),(29976,565,'individualDescriptionKey79',NULL),(29977,565,'individualDescriptionKey80',NULL),(29978,565,'individualDescriptionKey81',NULL),(29979,565,'individualDescriptionKey82',NULL),(29980,565,'individualDescriptionKey83',NULL),(29981,565,'individualDescriptionKey84',NULL),(29982,565,'individualDescriptionKey85',NULL),(29983,565,'individualDescriptionKey86',NULL),(29984,565,'individualDescriptionKey87',NULL),(29985,565,'individualDescriptionKey88',NULL),(29986,565,'individualDescriptionKey89',NULL),(29987,565,'individualDescriptionKey90',NULL),(29988,565,'individualDescriptionKey91',NULL),(29989,565,'individualDescriptionKey92',NULL),(29990,565,'individualDescriptionKey93',NULL),(29991,565,'individualDescriptionKey94',NULL),(29992,565,'individualDescriptionKey95',NULL),(29993,565,'individualDescriptionKey96',NULL),(29994,565,'individualDescriptionKey97',NULL),(29995,565,'individualDescriptionKey98',NULL),(29996,565,'individualDescriptionKey99',NULL),(29997,565,'individualDescriptionKey100',NULL),(29998,565,'individualDescriptionKey101',NULL),(29999,565,'individualDescriptionKey102',NULL),(30000,565,'individualDescriptionKey103',NULL),(30001,565,'individualDescriptionKey104',NULL),(30002,565,'individualDescriptionKey105',NULL),(30003,565,'individualDescriptionKey106',NULL),(30004,565,'individualDescriptionKey107',NULL),(30005,565,'individualDescriptionKey108',NULL),(30006,565,'individualDescriptionKey109',NULL),(30007,565,'individualDescriptionKey110',NULL),(30008,565,'individualDescriptionKey111',NULL),(30009,565,'individualDescriptionKey112',NULL),(30010,565,'individualDescriptionKey113',NULL),(30011,565,'individualDescriptionKey114',NULL),(30012,565,'individualDescriptionKey115',NULL),(30013,565,'individualDescriptionKey116',NULL),(30014,565,'individualDescriptionKey117',NULL),(30015,565,'individualDescriptionKey118',NULL),(30016,565,'individualDescriptionKey119',NULL),(30017,565,'individualDescriptionKey120',NULL),(30018,565,'individualDescriptionKey121',NULL),(30019,565,'individualDescriptionKey122',NULL),(30020,565,'individualDescriptionKey123',NULL),(30021,565,'individualDescriptionKey124',NULL),(30022,565,'individualDescriptionKey125',NULL),(30023,565,'individualDescriptionKey126',NULL),(30024,565,'individualDescriptionKey127',NULL),(30025,565,'individualDescriptionKey128',NULL),(30026,565,'individualDescriptionKey129',NULL),(30027,565,'individualDescriptionKey130',NULL),(30028,565,'individualDescriptionKey131',NULL),(30029,565,'individualDescriptionKey132',NULL),(30030,565,'individualDescriptionKey133',NULL),(30031,565,'individualDescriptionKey134',NULL),(30032,565,'individualDescriptionKey135',NULL),(30033,565,'individualDescriptionKey136',NULL),(30034,565,'individualDescriptionKey137',NULL),(30035,565,'individualDescriptionKey138',NULL),(30036,565,'individualDescriptionKey139',NULL),(30037,565,'individualDescriptionKey140',NULL),(30038,565,'individualDescriptionKey141',NULL),(30039,565,'individualDescriptionKey142',NULL),(30040,565,'individualDescriptionKey143',NULL),(30041,565,'individualDescriptionKey144',NULL),(30042,565,'individualDescriptionKey145',NULL),(30043,565,'individualDescriptionKey146',NULL),(30044,565,'individualDescriptionKey147',NULL),(30045,565,'individualDescriptionKey148',NULL),(30046,565,'individualDescriptionKey149',NULL),(30047,565,'individualDescriptionKey150',NULL),(30048,565,'individualDescriptionKey151',NULL),(30049,565,'individualDescriptionKey152',NULL),(30050,565,'individualDescriptionKey153',NULL),(30051,565,'individualDescriptionKey154',NULL),(30052,565,'individualDescriptionKey155',NULL),(30053,565,'individualDescriptionKey156',NULL),(30054,565,'individualDescriptionKey157',NULL),(30055,565,'individualDescriptionKey158',NULL),(30056,565,'individualDescriptionKey159',NULL),(30057,565,'individualDescriptionKey160',NULL),(30058,565,'individualDescriptionKey161',NULL),(30059,565,'individualDescriptionKey162',NULL),(30060,565,'individualDescriptionKey163',NULL),(30061,565,'individualDescriptionKey164',NULL),(30062,565,'individualDescriptionKey165',NULL),(30063,565,'individualDescriptionKey166',NULL),(30064,565,'individualDescriptionKey167',NULL),(30065,565,'individualDescriptionKey168',NULL),(30066,565,'individualDescriptionKey169',NULL),(30067,565,'individualDescriptionKey170',NULL),(30068,565,'individualDescriptionKey171',NULL),(30069,565,'individualDescriptionKey172',NULL),(30070,565,'individualDescriptionKey173',NULL),(30071,565,'individualDescriptionKey174',NULL),(30072,565,'individualDescriptionKey175',NULL),(30073,565,'individualDescriptionKey176',NULL),(30074,565,'individualDescriptionKey177',NULL),(30075,565,'individualDescriptionKey178',NULL),(30076,565,'individualDescriptionKey179',NULL),(30077,565,'individualDescriptionKey180',NULL),(30078,1390,'_wp_attached_file','2016/02/R65IWZ_Front_cropped.png'),(30079,1390,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1075;s:6:\"height\";i:1075;s:4:\"file\";s:32:\"2016/02/R65IWZ_Front_cropped.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"R65IWZ_Front_cropped-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"R65IWZ_Front_cropped-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"R65IWZ_Front_cropped-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(30081,1391,'_wp_attached_file','2016/02/SUBB8_frontangle_cropped.png'),(30082,1391,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:656;s:6:\"height\";i:607;s:4:\"file\";s:36:\"2016/02/SUBB8_frontangle_cropped.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"SUBB8_frontangle_cropped-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"SUBB8_frontangle_cropped-300x278.png\";s:5:\"width\";i:300;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(30085,1392,'_wp_attached_file','2016/02/R65IWZ_Front_new_crop.png'),(30086,1392,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1345;s:6:\"height\";i:1079;s:4:\"file\";s:33:\"2016/02/R65IWZ_Front_new_crop.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"R65IWZ_Front_new_crop-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"R65IWZ_Front_new_crop-300x241.png\";s:5:\"width\";i:300;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"R65IWZ_Front_new_crop-1024x821.png\";s:5:\"width\";i:1024;s:6:\"height\";i:821;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(30088,1394,'_wp_attached_file','2016/02/B65IW_front-straight_new_crop.png'),(30089,1394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:744;s:6:\"height\";i:607;s:4:\"file\";s:41:\"2016/02/B65IW_front-straight_new_crop.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"B65IW_front-straight_new_crop-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"B65IW_front-straight_new_crop-300x245.png\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(30095,1395,'_wp_attached_file','2016/02/S65LCRIW-screenless-front_cropped1.png'),(30096,1395,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:850;s:4:\"file\";s:46:\"2016/02/S65LCRIW-screenless-front_cropped1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"S65LCRIW-screenless-front_cropped1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"S65LCRIW-screenless-front_cropped1-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"S65LCRIW-screenless-front_cropped1-1024x645.png\";s:5:\"width\";i:1024;s:6:\"height\";i:645;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(30103,1398,'_wp_attached_file','2016/02/S65IW_screenless_new_cropped.png'),(30104,1398,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:776;s:6:\"height\";i:607;s:4:\"file\";s:40:\"2016/02/S65IW_screenless_new_cropped.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"S65IW_screenless_new_cropped-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"S65IW_screenless_new_cropped-300x235.png\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(30111,1400,'_wp_attached_file','2016/02/B65IW_front-straight_new_crop1.png'),(30112,1400,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:744;s:6:\"height\";i:607;s:4:\"file\";s:42:\"2016/02/B65IW_front-straight_new_crop1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"B65IW_front-straight_new_crop1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"B65IW_front-straight_new_crop1-300x245.png\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(30114,1401,'_wp_attached_file','2016/02/B65IW_front-straight_new_size.png'),(30115,1401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:663;s:6:\"height\";i:607;s:4:\"file\";s:41:\"2016/02/B65IW_front-straight_new_size.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"B65IW_front-straight_new_size-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"B65IW_front-straight_new_size-300x275.png\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(30117,1402,'_wp_attached_file','2016/02/new-speaker.png'),(30118,1402,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1272;s:6:\"height\";i:826;s:4:\"file\";s:23:\"2016/02/new-speaker.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"new-speaker-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"new-speaker-300x195.png\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"new-speaker-1024x665.png\";s:5:\"width\";i:1024;s:6:\"height\";i:665;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(30120,1403,'_wp_attached_file','2016/02/SUBB8_frontangle_croppedvxcvxc.png'),(30121,1403,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1418;s:6:\"height\";i:660;s:4:\"file\";s:42:\"2016/02/SUBB8_frontangle_croppedvxcvxc.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"SUBB8_frontangle_croppedvxcvxc-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"SUBB8_frontangle_croppedvxcvxc-300x140.png\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"SUBB8_frontangle_croppedvxcvxc-1024x477.png\";s:5:\"width\";i:1024;s:6:\"height\";i:477;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(30123,1404,'_wp_attached_file','2016/02/S65_front-screenless_1920-1280.png'),(30124,1404,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:42:\"2016/02/S65_front-screenless_1920-1280.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"S65_front-screenless_1920-1280-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"S65_front-screenless_1920-1280-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"S65_front-screenless_1920-1280-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(30132,1407,'_wp_attached_file','2016/02/S65IW_Woofer_1080-5902.png'),(30133,1407,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1079;s:6:\"height\";i:615;s:4:\"file\";s:34:\"2016/02/S65IW_Woofer_1080-5902.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"S65IW_Woofer_1080-5902-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"S65IW_Woofer_1080-5902-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"S65IW_Woofer_1080-5902-1024x584.png\";s:5:\"width\";i:1024;s:6:\"height\";i:584;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(30135,1408,'_wp_attached_file','2016/02/S65LCRIW_back_cropped.png'),(30136,1408,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1102;s:6:\"height\";i:710;s:4:\"file\";s:33:\"2016/02/S65LCRIW_back_cropped.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"S65LCRIW_back_cropped-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"S65LCRIW_back_cropped-300x193.png\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"S65LCRIW_back_cropped-1024x660.png\";s:5:\"width\";i:1024;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(30138,1409,'_wp_attached_file','2016/02/S65_front-screenless_1500-1100.png'),(30139,1409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1501;s:6:\"height\";i:1101;s:4:\"file\";s:42:\"2016/02/S65_front-screenless_1500-1100.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"S65_front-screenless_1500-1100-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"S65_front-screenless_1500-1100-300x220.png\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"S65_front-screenless_1500-1100-1024x751.png\";s:5:\"width\";i:1024;s:6:\"height\";i:751;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(30147,1412,'_wp_attached_file','2016/02/S65_front-screenless_Spec2.png'),(30148,1412,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1189;s:6:\"height\";i:1074;s:4:\"file\";s:38:\"2016/02/S65_front-screenless_Spec2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"S65_front-screenless_Spec2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"S65_front-screenless_Spec2-300x271.png\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"S65_front-screenless_Spec2-1024x925.png\";s:5:\"width\";i:1024;s:6:\"height\";i:925;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(30150,1413,'_wp_attached_file','2016/02/S65ST_screenless-front_spec.png'),(30151,1413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1189;s:6:\"height\";i:1077;s:4:\"file\";s:39:\"2016/02/S65ST_screenless-front_spec.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"S65ST_screenless-front_spec-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"S65ST_screenless-front_spec-300x272.png\";s:5:\"width\";i:300;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"S65ST_screenless-front_spec-1024x928.png\";s:5:\"width\";i:1024;s:6:\"height\";i:928;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(30153,1414,'_wp_attached_file','2016/02/S65LCR_front-screenless_spec.png'),(30154,1414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1189;s:6:\"height\";i:1073;s:4:\"file\";s:40:\"2016/02/S65LCR_front-screenless_spec.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"S65LCR_front-screenless_spec-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"S65LCR_front-screenless_spec-300x271.png\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"S65LCR_front-screenless_spec-1024x924.png\";s:5:\"width\";i:1024;s:6:\"height\";i:924;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(30156,1415,'_wp_attached_file','2016/02/B8_Front_spec.png'),(30157,1415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1189;s:6:\"height\";i:1075;s:4:\"file\";s:25:\"2016/02/B8_Front_spec.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"B8_Front_spec-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"B8_Front_spec-300x271.png\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"B8_Front_spec-1024x926.png\";s:5:\"width\";i:1024;s:6:\"height\";i:926;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(30159,1416,'_wp_attached_file','2016/02/B65ST_front-screenless_spec.png'),(30160,1416,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1190;s:6:\"height\";i:1074;s:4:\"file\";s:39:\"2016/02/B65ST_front-screenless_spec.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"B65ST_front-screenless_spec-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"B65ST_front-screenless_spec-300x271.png\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"B65ST_front-screenless_spec-1024x924.png\";s:5:\"width\";i:1024;s:6:\"height\";i:924;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(30163,1417,'_wp_attached_file','2016/02/B65ST_front-screenless_top.png'),(30164,1417,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1567;s:6:\"height\";i:1079;s:4:\"file\";s:38:\"2016/02/B65ST_front-screenless_top.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"B65ST_front-screenless_top-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"B65ST_front-screenless_top-300x207.png\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"B65ST_front-screenless_top-1024x705.png\";s:5:\"width\";i:1024;s:6:\"height\";i:705;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(30169,1419,'_wp_attached_file','2016/02/R8Z_screenless_spec1.png'),(30170,1419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:770;s:6:\"height\";i:680;s:4:\"file\";s:32:\"2016/02/R8Z_screenless_spec1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"R8Z_screenless_spec1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"R8Z_screenless_spec1-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(30175,1421,'_wp_attached_file','2016/02/R65STZ_front-screenless_spec1.png'),(30176,1421,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1253;s:6:\"height\";i:1087;s:4:\"file\";s:41:\"2016/02/R65STZ_front-screenless_spec1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"R65STZ_front-screenless_spec1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"R65STZ_front-screenless_spec1-300x260.png\";s:5:\"width\";i:300;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"R65STZ_front-screenless_spec1-1024x888.png\";s:5:\"width\";i:1024;s:6:\"height\";i:888;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(30182,551,'individualDescriptionKey31',''),(30183,551,'individualDescriptionKey32',''),(30184,551,'individualDescriptionKey33',''),(30185,551,'individualDescriptionKey34',''),(30186,551,'individualDescriptionKey35',''),(30187,551,'individualDescriptionKey36',''),(30188,551,'individualDescriptionKey37',''),(30189,551,'individualDescriptionKey38',''),(30190,551,'individualDescriptionKey39',''),(30191,551,'individualDescriptionKey40',''),(30192,551,'individualDescriptionKey41',''),(30193,551,'individualDescriptionKey42',''),(30194,551,'individualDescriptionKey43',''),(30195,551,'individualDescriptionKey44',''),(30196,551,'individualDescriptionKey45',''),(30197,551,'individualDescriptionKey46',''),(30198,551,'individualDescriptionKey47',''),(30199,551,'individualDescriptionKey48',''),(30200,551,'individualDescriptionKey49',''),(30201,551,'individualDescriptionKey50',''),(30202,551,'individualDescriptionKey51',''),(30203,551,'individualDescriptionKey52',''),(30204,551,'individualDescriptionKey53',''),(30205,551,'individualDescriptionKey54',''),(30206,551,'individualDescriptionKey55',''),(30207,551,'individualDescriptionKey56',''),(30208,551,'individualDescriptionKey57',''),(30209,551,'individualDescriptionKey58',''),(30210,551,'individualDescriptionKey59',''),(30211,551,'individualDescriptionKey60',''),(30212,551,'individualDescriptionKey61',''),(30213,551,'individualDescriptionKey62',''),(30214,551,'individualDescriptionKey63',''),(30215,551,'individualDescriptionKey64',''),(30216,551,'individualDescriptionKey65',''),(30217,551,'individualDescriptionKey66',''),(30218,551,'individualDescriptionKey67',''),(30219,551,'individualDescriptionKey68',''),(30220,551,'individualDescriptionKey69',''),(30221,551,'individualDescriptionKey70',''),(30222,551,'individualDescriptionKey71',''),(30223,551,'individualDescriptionKey72',''),(30224,551,'individualDescriptionKey73',''),(30225,551,'individualDescriptionKey74',''),(30226,551,'individualDescriptionKey75',''),(30227,551,'individualDescriptionKey76',''),(30228,551,'individualDescriptionKey77',''),(30229,551,'individualDescriptionKey78',''),(30230,551,'individualDescriptionKey79',''),(30231,551,'individualDescriptionKey80',''),(30232,551,'individualDescriptionKey81',''),(30233,551,'individualDescriptionKey82',''),(30234,551,'individualDescriptionKey83',''),(30235,551,'individualDescriptionKey84',''),(30236,551,'individualDescriptionKey85',''),(30237,551,'individualDescriptionKey86',''),(30238,551,'individualDescriptionKey87',''),(30239,551,'individualDescriptionKey88',''),(30240,551,'individualDescriptionKey89',''),(30241,551,'individualDescriptionKey90',''),(30242,551,'individualDescriptionKey91',''),(30243,551,'individualDescriptionKey92',''),(30244,551,'individualDescriptionKey93',''),(30245,551,'individualDescriptionKey94',''),(30246,551,'individualDescriptionKey95',''),(30247,551,'individualDescriptionKey96',''),(30248,551,'individualDescriptionKey97',''),(30249,551,'individualDescriptionKey98',''),(30250,551,'individualDescriptionKey99',''),(30251,551,'individualDescriptionKey100',''),(30252,551,'individualDescriptionKey101',''),(30253,551,'individualDescriptionKey102',''),(30254,551,'individualDescriptionKey103',''),(30255,551,'individualDescriptionKey104',''),(30256,551,'individualDescriptionKey105',''),(30257,551,'individualDescriptionKey106',''),(30258,551,'individualDescriptionKey107',''),(30259,551,'individualDescriptionKey108',''),(30260,551,'individualDescriptionKey109',''),(30261,551,'individualDescriptionKey110',''),(30262,551,'individualDescriptionKey111',''),(30263,551,'individualDescriptionKey112',''),(30264,551,'individualDescriptionKey113',''),(30265,551,'individualDescriptionKey114',''),(30266,551,'individualDescriptionKey115',''),(30267,551,'individualDescriptionKey116',''),(30268,551,'individualDescriptionKey117',''),(30269,551,'individualDescriptionKey118',''),(30270,551,'individualDescriptionKey119',''),(30271,551,'individualDescriptionKey120',''),(30272,551,'individualDescriptionKey121',''),(30273,551,'individualDescriptionKey122',''),(30274,551,'individualDescriptionKey123',''),(30275,551,'individualDescriptionKey124',''),(30276,551,'individualDescriptionKey125',''),(30277,551,'individualDescriptionKey126',''),(30278,551,'individualDescriptionKey127',''),(30279,551,'individualDescriptionKey128',''),(30280,551,'individualDescriptionKey129',''),(30281,551,'individualDescriptionKey130',''),(30282,551,'individualDescriptionKey131',''),(30283,551,'individualDescriptionKey132',''),(30284,551,'individualDescriptionKey133',''),(30285,551,'individualDescriptionKey134',''),(30286,551,'individualDescriptionKey135',''),(30287,551,'individualDescriptionKey136',''),(30288,551,'individualDescriptionKey137',''),(30289,551,'individualDescriptionKey138',''),(30290,551,'individualDescriptionKey139',''),(30291,551,'individualDescriptionKey140',''),(30292,551,'individualDescriptionKey141',''),(30293,551,'individualDescriptionKey142',''),(30294,551,'individualDescriptionKey143',''),(30295,551,'individualDescriptionKey144',''),(30296,551,'individualDescriptionKey145',''),(30297,551,'individualDescriptionKey146',''),(30298,551,'individualDescriptionKey147',''),(30299,551,'individualDescriptionKey148',''),(30300,551,'individualDescriptionKey149',''),(30301,551,'individualDescriptionKey150',''),(30302,551,'individualDescriptionKey151',''),(30303,551,'individualDescriptionKey152',''),(30304,551,'individualDescriptionKey153',''),(30305,551,'individualDescriptionKey154',''),(30306,551,'individualDescriptionKey155',''),(30307,551,'individualDescriptionKey156',''),(30308,551,'individualDescriptionKey157',''),(30309,551,'individualDescriptionKey158',''),(30310,551,'individualDescriptionKey159',''),(30311,551,'individualDescriptionKey160',''),(30312,551,'individualDescriptionKey161',''),(30313,551,'individualDescriptionKey162',''),(30314,551,'individualDescriptionKey163',''),(30315,551,'individualDescriptionKey164',''),(30316,551,'individualDescriptionKey165',''),(30317,551,'individualDescriptionKey166',''),(30318,551,'individualDescriptionKey167',''),(30319,551,'individualDescriptionKey168',''),(30320,551,'individualDescriptionKey169',''),(30321,551,'individualDescriptionKey170',''),(30322,551,'individualDescriptionKey171',''),(30323,551,'individualDescriptionKey172',''),(30324,551,'individualDescriptionKey173',''),(30325,551,'individualDescriptionKey174',''),(30326,551,'individualDescriptionKey175',''),(30327,551,'individualDescriptionKey176',''),(30328,551,'individualDescriptionKey177',''),(30329,551,'individualDescriptionKey178',''),(30330,551,'individualDescriptionKey179',''),(30331,551,'individualDescriptionKey180',''),(30332,556,'individualDescriptionKey31',''),(30333,556,'individualDescriptionKey32',''),(30334,556,'individualDescriptionKey33',''),(30335,556,'individualDescriptionKey34',''),(30336,556,'individualDescriptionKey35',''),(30337,556,'individualDescriptionKey36',''),(30338,556,'individualDescriptionKey37',''),(30339,556,'individualDescriptionKey38',''),(30340,556,'individualDescriptionKey39',''),(30341,556,'individualDescriptionKey40',''),(30342,556,'individualDescriptionKey41',''),(30343,556,'individualDescriptionKey42',''),(30344,556,'individualDescriptionKey43',''),(30345,556,'individualDescriptionKey44',''),(30346,556,'individualDescriptionKey45',''),(30347,556,'individualDescriptionKey46',''),(30348,556,'individualDescriptionKey47',''),(30349,556,'individualDescriptionKey48',''),(30350,556,'individualDescriptionKey49',''),(30351,556,'individualDescriptionKey50',''),(30352,556,'individualDescriptionKey51',''),(30353,556,'individualDescriptionKey52',''),(30354,556,'individualDescriptionKey53',''),(30355,556,'individualDescriptionKey54',''),(30356,556,'individualDescriptionKey55',''),(30357,556,'individualDescriptionKey56',''),(30358,556,'individualDescriptionKey57',''),(30359,556,'individualDescriptionKey58',''),(30360,556,'individualDescriptionKey59',''),(30361,556,'individualDescriptionKey60',''),(30362,556,'individualDescriptionKey61',''),(30363,556,'individualDescriptionKey62',''),(30364,556,'individualDescriptionKey63',''),(30365,556,'individualDescriptionKey64',''),(30366,556,'individualDescriptionKey65',''),(30367,556,'individualDescriptionKey66',''),(30368,556,'individualDescriptionKey67',''),(30369,556,'individualDescriptionKey68',''),(30370,556,'individualDescriptionKey69',''),(30371,556,'individualDescriptionKey70',''),(30372,556,'individualDescriptionKey71',''),(30373,556,'individualDescriptionKey72',''),(30374,556,'individualDescriptionKey73',''),(30375,556,'individualDescriptionKey74',''),(30376,556,'individualDescriptionKey75',''),(30377,556,'individualDescriptionKey76',''),(30378,556,'individualDescriptionKey77',''),(30379,556,'individualDescriptionKey78',''),(30380,556,'individualDescriptionKey79',''),(30381,556,'individualDescriptionKey80',''),(30382,556,'individualDescriptionKey81',''),(30383,556,'individualDescriptionKey82',''),(30384,556,'individualDescriptionKey83',''),(30385,556,'individualDescriptionKey84',''),(30386,556,'individualDescriptionKey85',''),(30387,556,'individualDescriptionKey86',''),(30388,556,'individualDescriptionKey87',''),(30389,556,'individualDescriptionKey88',''),(30390,556,'individualDescriptionKey89',''),(30391,556,'individualDescriptionKey90',''),(30392,556,'individualDescriptionKey91',''),(30393,556,'individualDescriptionKey92',''),(30394,556,'individualDescriptionKey93',''),(30395,556,'individualDescriptionKey94',''),(30396,556,'individualDescriptionKey95',''),(30397,556,'individualDescriptionKey96',''),(30398,556,'individualDescriptionKey97',''),(30399,556,'individualDescriptionKey98',''),(30400,556,'individualDescriptionKey99',''),(30401,556,'individualDescriptionKey100',''),(30402,556,'individualDescriptionKey101',''),(30403,556,'individualDescriptionKey102',''),(30404,556,'individualDescriptionKey103',''),(30405,556,'individualDescriptionKey104',''),(30406,556,'individualDescriptionKey105',''),(30407,556,'individualDescriptionKey106',''),(30408,556,'individualDescriptionKey107',''),(30409,556,'individualDescriptionKey108',''),(30410,556,'individualDescriptionKey109',''),(30411,556,'individualDescriptionKey110',''),(30412,556,'individualDescriptionKey111',''),(30413,556,'individualDescriptionKey112',''),(30414,556,'individualDescriptionKey113',''),(30415,556,'individualDescriptionKey114',''),(30416,556,'individualDescriptionKey115',''),(30417,556,'individualDescriptionKey116',''),(30418,556,'individualDescriptionKey117',''),(30419,556,'individualDescriptionKey118',''),(30420,556,'individualDescriptionKey119',''),(30421,556,'individualDescriptionKey120',''),(30422,556,'individualDescriptionKey121',''),(30423,556,'individualDescriptionKey122',''),(30424,556,'individualDescriptionKey123',''),(30425,556,'individualDescriptionKey124',''),(30426,556,'individualDescriptionKey125',''),(30427,556,'individualDescriptionKey126',''),(30428,556,'individualDescriptionKey127',''),(30429,556,'individualDescriptionKey128',''),(30430,556,'individualDescriptionKey129',''),(30431,556,'individualDescriptionKey130',''),(30432,556,'individualDescriptionKey131',''),(30433,556,'individualDescriptionKey132',''),(30434,556,'individualDescriptionKey133',''),(30435,556,'individualDescriptionKey134',''),(30436,556,'individualDescriptionKey135',''),(30437,556,'individualDescriptionKey136',''),(30438,556,'individualDescriptionKey137',''),(30439,556,'individualDescriptionKey138',''),(30440,556,'individualDescriptionKey139',''),(30441,556,'individualDescriptionKey140',''),(30442,556,'individualDescriptionKey141',''),(30443,556,'individualDescriptionKey142',''),(30444,556,'individualDescriptionKey143',''),(30445,556,'individualDescriptionKey144',''),(30446,556,'individualDescriptionKey145',''),(30447,556,'individualDescriptionKey146',''),(30448,556,'individualDescriptionKey147',''),(30449,556,'individualDescriptionKey148',''),(30450,556,'individualDescriptionKey149',''),(30451,556,'individualDescriptionKey150',''),(30452,556,'individualDescriptionKey151',''),(30453,556,'individualDescriptionKey152',''),(30454,556,'individualDescriptionKey153',''),(30455,556,'individualDescriptionKey154',''),(30456,556,'individualDescriptionKey155',''),(30457,556,'individualDescriptionKey156',''),(30458,556,'individualDescriptionKey157',''),(30459,556,'individualDescriptionKey158',''),(30460,556,'individualDescriptionKey159',''),(30461,556,'individualDescriptionKey160',''),(30462,556,'individualDescriptionKey161',''),(30463,556,'individualDescriptionKey162',''),(30464,556,'individualDescriptionKey163',''),(30465,556,'individualDescriptionKey164',''),(30466,556,'individualDescriptionKey165',''),(30467,556,'individualDescriptionKey166',''),(30468,556,'individualDescriptionKey167',''),(30469,556,'individualDescriptionKey168',''),(30470,556,'individualDescriptionKey169',''),(30471,556,'individualDescriptionKey170',''),(30472,556,'individualDescriptionKey171',''),(30473,556,'individualDescriptionKey172',''),(30474,556,'individualDescriptionKey173',''),(30475,556,'individualDescriptionKey174',''),(30476,556,'individualDescriptionKey175',''),(30477,556,'individualDescriptionKey176',''),(30478,556,'individualDescriptionKey177',''),(30479,556,'individualDescriptionKey178',''),(30480,556,'individualDescriptionKey179',''),(30481,556,'individualDescriptionKey180',''),(30482,558,'individualDescriptionKey31',''),(30483,558,'individualDescriptionKey32',''),(30484,558,'individualDescriptionKey33',''),(30485,558,'individualDescriptionKey34',''),(30486,558,'individualDescriptionKey35',''),(30487,558,'individualDescriptionKey36',''),(30488,558,'individualDescriptionKey37',''),(30489,558,'individualDescriptionKey38',''),(30490,558,'individualDescriptionKey39',''),(30491,558,'individualDescriptionKey40',''),(30492,558,'individualDescriptionKey41',''),(30493,558,'individualDescriptionKey42',''),(30494,558,'individualDescriptionKey43',''),(30495,558,'individualDescriptionKey44',''),(30496,558,'individualDescriptionKey45',''),(30497,558,'individualDescriptionKey46',''),(30498,558,'individualDescriptionKey47',''),(30499,558,'individualDescriptionKey48',''),(30500,558,'individualDescriptionKey49',''),(30501,558,'individualDescriptionKey50',''),(30502,558,'individualDescriptionKey51',''),(30503,558,'individualDescriptionKey52',''),(30504,558,'individualDescriptionKey53',''),(30505,558,'individualDescriptionKey54',''),(30506,558,'individualDescriptionKey55',''),(30507,558,'individualDescriptionKey56',''),(30508,558,'individualDescriptionKey57',''),(30509,558,'individualDescriptionKey58',''),(30510,558,'individualDescriptionKey59',''),(30511,558,'individualDescriptionKey60',''),(30512,558,'individualDescriptionKey61',''),(30513,558,'individualDescriptionKey62',''),(30514,558,'individualDescriptionKey63',''),(30515,558,'individualDescriptionKey64',''),(30516,558,'individualDescriptionKey65',''),(30517,558,'individualDescriptionKey66',''),(30518,558,'individualDescriptionKey67',''),(30519,558,'individualDescriptionKey68',''),(30520,558,'individualDescriptionKey69',''),(30521,558,'individualDescriptionKey70',''),(30522,558,'individualDescriptionKey71',''),(30523,558,'individualDescriptionKey72',''),(30524,558,'individualDescriptionKey73',''),(30525,558,'individualDescriptionKey74',''),(30526,558,'individualDescriptionKey75',''),(30527,558,'individualDescriptionKey76',''),(30528,558,'individualDescriptionKey77',''),(30529,558,'individualDescriptionKey78',''),(30530,558,'individualDescriptionKey79',''),(30531,558,'individualDescriptionKey80',''),(30532,558,'individualDescriptionKey81',''),(30533,558,'individualDescriptionKey82',''),(30534,558,'individualDescriptionKey83',''),(30535,558,'individualDescriptionKey84',''),(30536,558,'individualDescriptionKey85',''),(30537,558,'individualDescriptionKey86',''),(30538,558,'individualDescriptionKey87',''),(30539,558,'individualDescriptionKey88',''),(30540,558,'individualDescriptionKey89',''),(30541,558,'individualDescriptionKey90',''),(30542,558,'individualDescriptionKey91',''),(30543,558,'individualDescriptionKey92',''),(30544,558,'individualDescriptionKey93',''),(30545,558,'individualDescriptionKey94',''),(30546,558,'individualDescriptionKey95',''),(30547,558,'individualDescriptionKey96',''),(30548,558,'individualDescriptionKey97',''),(30549,558,'individualDescriptionKey98',''),(30550,558,'individualDescriptionKey99',''),(30551,558,'individualDescriptionKey100',''),(30552,558,'individualDescriptionKey101',''),(30553,558,'individualDescriptionKey102',''),(30554,558,'individualDescriptionKey103',''),(30555,558,'individualDescriptionKey104',''),(30556,558,'individualDescriptionKey105',''),(30557,558,'individualDescriptionKey106',''),(30558,558,'individualDescriptionKey107',''),(30559,558,'individualDescriptionKey108',''),(30560,558,'individualDescriptionKey109',''),(30561,558,'individualDescriptionKey110',''),(30562,558,'individualDescriptionKey111',''),(30563,558,'individualDescriptionKey112',''),(30564,558,'individualDescriptionKey113',''),(30565,558,'individualDescriptionKey114',''),(30566,558,'individualDescriptionKey115',''),(30567,558,'individualDescriptionKey116',''),(30568,558,'individualDescriptionKey117',''),(30569,558,'individualDescriptionKey118',''),(30570,558,'individualDescriptionKey119',''),(30571,558,'individualDescriptionKey120',''),(30572,558,'individualDescriptionKey121',''),(30573,558,'individualDescriptionKey122',''),(30574,558,'individualDescriptionKey123',''),(30575,558,'individualDescriptionKey124',''),(30576,558,'individualDescriptionKey125',''),(30577,558,'individualDescriptionKey126',''),(30578,558,'individualDescriptionKey127',''),(30579,558,'individualDescriptionKey128',''),(30580,558,'individualDescriptionKey129',''),(30581,558,'individualDescriptionKey130',''),(30582,558,'individualDescriptionKey131',''),(30583,558,'individualDescriptionKey132',''),(30584,558,'individualDescriptionKey133',''),(30585,558,'individualDescriptionKey134',''),(30586,558,'individualDescriptionKey135',''),(30587,558,'individualDescriptionKey136',''),(30588,558,'individualDescriptionKey137',''),(30589,558,'individualDescriptionKey138',''),(30590,558,'individualDescriptionKey139',''),(30591,558,'individualDescriptionKey140',''),(30592,558,'individualDescriptionKey141',''),(30593,558,'individualDescriptionKey142',''),(30594,558,'individualDescriptionKey143',''),(30595,558,'individualDescriptionKey144',''),(30596,558,'individualDescriptionKey145',''),(30597,558,'individualDescriptionKey146',''),(30598,558,'individualDescriptionKey147',''),(30599,558,'individualDescriptionKey148',''),(30600,558,'individualDescriptionKey149',''),(30601,558,'individualDescriptionKey150',''),(30602,558,'individualDescriptionKey151',''),(30603,558,'individualDescriptionKey152',''),(30604,558,'individualDescriptionKey153',''),(30605,558,'individualDescriptionKey154',''),(30606,558,'individualDescriptionKey155',''),(30607,558,'individualDescriptionKey156',''),(30608,558,'individualDescriptionKey157',''),(30609,558,'individualDescriptionKey158',''),(30610,558,'individualDescriptionKey159',''),(30611,558,'individualDescriptionKey160',''),(30612,558,'individualDescriptionKey161',''),(30613,558,'individualDescriptionKey162',''),(30614,558,'individualDescriptionKey163',''),(30615,558,'individualDescriptionKey164',''),(30616,558,'individualDescriptionKey165',''),(30617,558,'individualDescriptionKey166',''),(30618,558,'individualDescriptionKey167',''),(30619,558,'individualDescriptionKey168',''),(30620,558,'individualDescriptionKey169',''),(30621,558,'individualDescriptionKey170',''),(30622,558,'individualDescriptionKey171',''),(30623,558,'individualDescriptionKey172',''),(30624,558,'individualDescriptionKey173',''),(30625,558,'individualDescriptionKey174',''),(30626,558,'individualDescriptionKey175',''),(30627,558,'individualDescriptionKey176',''),(30628,558,'individualDescriptionKey177',''),(30629,558,'individualDescriptionKey178',''),(30630,558,'individualDescriptionKey179',''),(30631,558,'individualDescriptionKey180',''),(30640,1440,'_wp_attached_file','2016/02/S65LCRIW-screenless-frontangle-edited.png'),(30641,1440,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:49:\"2016/02/S65LCRIW-screenless-frontangle-edited.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"S65LCRIW-screenless-frontangle-edited-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"S65LCRIW-screenless-frontangle-edited-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"S65LCRIW-screenless-frontangle-edited-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(30646,1443,'_wp_attached_file','2016/02/S65LCRIW_woofer-tweeter.png'),(30647,1443,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:35:\"2016/02/S65LCRIW_woofer-tweeter.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"S65LCRIW_woofer-tweeter-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"S65LCRIW_woofer-tweeter-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"S65LCRIW_woofer-tweeter-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(30656,1454,'_wp_attached_file','2016/02/S65LCRIW_back-cropped1.png'),(30657,1454,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1133;s:6:\"height\";i:550;s:4:\"file\";s:34:\"2016/02/S65LCRIW_back-cropped1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"S65LCRIW_back-cropped1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"S65LCRIW_back-cropped1-300x146.png\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"S65LCRIW_back-cropped1-1024x497.png\";s:5:\"width\";i:1024;s:6:\"height\";i:497;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(30696,1465,'_wp_attached_file','2016/02/R8LCR_tweeter-angled-1024-645.png'),(30697,1465,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:645;s:4:\"file\";s:41:\"2016/02/R8LCR_tweeter-angled-1024-645.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"R8LCR_tweeter-angled-1024-645-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"R8LCR_tweeter-angled-1024-645-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"R8LCR_tweeter-angled-1024-645-1024x645.png\";s:5:\"width\";i:1024;s:6:\"height\";i:645;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(30707,1488,'_wp_attached_file','2015/12/2-In-Wall-SUBB8_fix2.jpg'),(30708,1488,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:841;s:4:\"file\";s:32:\"2015/12/2-In-Wall-SUBB8_fix2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"2-In-Wall-SUBB8_fix2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"2-In-Wall-SUBB8_fix2-300x131.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"2-In-Wall-SUBB8_fix2-1024x449.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(31397,1505,'_wp_attached_file','2015/12/BlueLabelTitle_by-Sonance.png'),(31400,1505,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:75;s:4:\"file\";s:37:\"2015/12/BlueLabelTitle_by-Sonance.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"BlueLabelTitle_by-Sonance-150x75.png\";s:5:\"width\";i:150;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"BlueLabelTitle_by-Sonance-300x56.png\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(31861,1508,'_key1',NULL),(31862,1508,'_key2',NULL),(31863,1508,'_key3',NULL),(31864,1508,'_key4',NULL),(31865,1508,'_key5',NULL),(31866,1508,'_key6',NULL),(31867,1508,'_key7',NULL),(31868,1508,'_key8',NULL),(31869,1508,'_key9',NULL),(31870,1508,'_key10',NULL),(31871,1508,'_key11',NULL),(31872,1508,'_key12',NULL),(31873,1508,'_key13',NULL),(31874,1508,'_key14',NULL),(31875,1508,'_key15',NULL),(31876,1508,'_key16',NULL),(31877,1508,'_key17',NULL),(31878,1508,'_key18',NULL),(31879,1508,'_key19',NULL),(31880,1508,'_key20',NULL),(31881,1508,'imageSliderKey1',NULL),(31882,1508,'imageSliderKey2',NULL),(31883,1508,'imageSliderKey3',NULL),(31884,1508,'imageSliderKey4',NULL),(31885,1508,'imageSliderKey5',NULL),(31886,1508,'imageSliderKey6',NULL),(31887,1508,'imageSliderKey7',NULL),(31888,1508,'imageSliderKey8',NULL),(31889,1508,'imageSliderKey9',NULL),(31890,1508,'imageSliderKey10',NULL),(31891,1508,'imageSliderKey11',NULL),(31892,1508,'imageSliderKey12',NULL),(31893,1508,'imageSliderKey13',NULL),(31894,1508,'imageSliderKey14',NULL),(31895,1508,'imageSliderKey15',NULL),(31896,1508,'imageSliderKey16',NULL),(31897,1508,'imageSliderKey17',NULL),(31898,1508,'imageSliderKey18',NULL),(31899,1508,'imageSliderKey19',NULL),(31900,1508,'imageSliderKey20',NULL),(31901,1508,'imageSliderKey21',NULL),(31902,1508,'imageSliderKey22',NULL),(31903,1508,'imageSliderKey23',NULL),(31904,1508,'imageSliderKey24',NULL),(31905,1508,'imageSliderKey25',NULL),(31906,1508,'imageSliderKey26',NULL),(31907,1508,'imageSliderKey27',NULL),(31908,1508,'imageSliderKey28',NULL),(31909,1508,'imageSliderKey29',NULL),(31910,1508,'imageSliderKey30',NULL),(31911,1508,'individualDescriptionKey1','Red Label'),(31912,1508,'individualDescriptionKey2','<img class=\"aligncenter size-full wp-image-1249\" src=\"http://elura.audio/wp-content/uploads/2016/02/2-In-Wall-Bezelfix.jpg\" alt=\"2-In-Wall-Bezelfix\" width=\"1920\" height=\"1080\" />'),(31913,1508,'individualDescriptionKey3',NULL),(31914,1508,'individualDescriptionKey4','<img class=\"aligncenter size-full wp-image-1517\" src=\"http://elura.audio/wp-content/uploads/2016/10/SUBR10_Front-Screenless.jpg\" alt=\"SUBR10_Front-Screenless\" width=\"1410\" height=\"1326\" />'),(31915,1508,'individualDescriptionKey5',NULL),(31916,1508,'individualDescriptionKey6',NULL),(31917,1508,'individualDescriptionKey7',''),(31918,1508,'individualDescriptionKey8','Elura Red Label is the speaker line that pioneered the quest for a no-nonsense, uncompromised sound, combined with the best aesthetics. To create a product with this type of high quality sound, the design team at Elura compared the sonic and spectral signature of numerous architectural speakers in the industry. Based on the results of their findings, they identified deficiencies in other speakers and designed a new platform to ensure that the Red Label series provided the listener with a stunning, audible experience. The overwhelming amount of praise from the audio industry confirmed that Red Label speakers were a winner.\r\n\r\n<hr />\r\n\r\n<b>2-YEAR WARRANTY</b> - Elura speaker products are guaranteed to meet or exceed the specifications included in this manual and carry with them a lifetime limited warranty under normal conditions of use. This warranty covers free parts and labor on all components with the obligation that Elura will repair or replace any component found defective in materials or workmanship. This warranty does not apply to products that have been abused, incorrectly installed, modified, disassembled and/or repaired by anyone other than Elura or our appointed repair facility.\r\n\r\n<br/>\r\n\r\n<img class=\"size-medium wp-image-1586 alignright\" src=\"http://elura.audio/wp-content/uploads/2017/10/Warranty-Guarantee2YEAR-150x150.png\" alt=\"Limited Lifetime Warranty\" width=\"150\" height=\"150\" style=\"position: relative;left: 300px;\" />'),(31919,1508,'individualDescriptionKey9','<img class=\"aligncenter size-large wp-image-1572\" src=\"http://elura.audio/wp-content/uploads/2017/07/TRISUB-8-and-10-Together-ISO-1024x757.png\" alt=\"TRISUB-8-and-10-Together-ISO\" width=\"1024\" height=\"757\" />'),(31920,1508,'individualDescriptionKey10','Benefits And Features'),(31921,1508,'individualDescriptionKey11','The Ultra-strong but lightweight fiber woven cone is not only great looking but also produces less distortion. Small enough to hide in cabinets and under end tables but elegant enough to not hide at all.\r\n\r\n '),(31922,1508,'individualDescriptionKey12','<img class=\"aligncenter size-full wp-image-1551\" src=\"http://elura.audio/wp-content/uploads/2016/10/SUBR8_Woofer_closeup-1.jpg\" alt=\"SUBR8_Woofer_closeup\" width=\"770\" height=\"760\" />'),(31923,1508,'individualDescriptionKey13','The 180W (SUBR8) and 230W (SUBR10) amplifiers are a perfect match for small sealed enclosures. Go ahead, crank the volume all the way up.\r\n\r\n '),(31924,1508,'individualDescriptionKey14','<img class=\"aligncenter wp-image-1525 size-full\" src=\"http://elura.audio/wp-content/uploads/2016/10/SUBR8_Back_closeup.jpg\" alt=\"SUBR8_Back_closeup\" width=\"700\" height=\"700\" />'),(31925,1508,'individualDescriptionKey15',''),(31926,1508,'individualDescriptionKey16','<img class=\"aligncenter size-large wp-image-1581\" src=\"http://elura.audio/wp-content/uploads/2017/07/TRISUB-10-ISO-Back-Screenless-1024x1024.png\" alt=\"TRISUB-10-ISO-Back-Screenless\" width=\"1024\" height=\"1024\" />'),(31927,1508,'individualDescriptionKey17',''),(31928,1508,'individualDescriptionKey18','<img class=\"aligncenter size-large wp-image-1574\" src=\"http://elura.audio/wp-content/uploads/2017/07/TRISUB-8-Back-1024x1024.png\" alt=\"TRISUB-8-Back\" width=\"1024\" height=\"1024\" />'),(31929,1508,'individualDescriptionKey19',''),(31930,1508,'individualDescriptionKey20','<img class=\"aligncenter size-large wp-image-1573\" src=\"http://elura.audio/wp-content/uploads/2017/07/TRISUB-8-and-10-Together-ISO-Screen-Less-1024x757.png\" alt=\"TRISUB-8-and-10-Together-ISO-Screen-Less\" width=\"1024\" height=\"757\" />'),(31931,1508,'individualDescriptionKey21','As if there wasn\'t enough power and clearity in the Red Label Subs. Say hello to Tri-SubR10. A triple 10\" powered sub with 800 watt peak.'),(31932,1508,'individualDescriptionKey22','<img class=\"aligncenter size-large wp-image-1579\" src=\"http://elura.audio/wp-content/uploads/2017/07/TRISUB-10-ISO-Screenless-1024x1024.png\" alt=\"TRISUB-10 ISO-Screenless\" width=\"1024\" height=\"1024\" />'),(31933,1508,'individualDescriptionKey23',''),(31934,1508,'individualDescriptionKey24',''),(31935,1508,'individualDescriptionKey25',''),(31936,1508,'individualDescriptionKey26',''),(31937,1508,'individualDescriptionKey27','Specs'),(31938,1508,'individualDescriptionKey28','<img class=\"aligncenter size-full wp-image-1540\" src=\"http://elura.audio/wp-content/uploads/2016/10/SUBR8_Angle.jpg\" alt=\"SUBR8_Angle\" width=\"1410\" height=\"1326\" />'),(31939,1508,'individualDescriptionKey29','<img class=\"aligncenter size-full wp-image-1541\" src=\"http://elura.audio/wp-content/uploads/2016/10/SUBR10_Angle-1.jpg\" alt=\"SUBR10_Angle\" width=\"1410\" height=\"1326\" />'),(31940,1508,'individualDescriptionKey30','<img class=\"aligncenter size-full wp-image-1582\" src=\"http://elura.audio/wp-content/uploads/2017/07/TRISUB-8-ISO-SMALL.png\" alt=\"TRISUB-8-ISO-SMALL\" width=\"250\" height=\"250\" />'),(31941,1508,'individualDescriptionKey31','<img class=\"aligncenter wp-image-1578 size-medium\" src=\"http://elura.audio/wp-content/uploads/2017/07/TRISUB-10-ISO-300x300.png\" alt=\"TRISUB-10 ISO\" width=\"300\" height=\"300\" />'),(31942,1508,'individualDescriptionKey32',''),(31943,1508,'individualDescriptionKey33',''),(31944,1508,'individualDescriptionKey34',''),(31945,1508,'individualDescriptionKey35',NULL),(31946,1508,'individualDescriptionKey36',NULL),(31947,1508,'individualDescriptionKey37',NULL),(31948,1508,'individualDescriptionKey38','SUBR8'),(31949,1508,'individualDescriptionKey39','SUBR10'),(31950,1508,'individualDescriptionKey40','TRI-SUBR8'),(31951,1508,'individualDescriptionKey41','TRI-SUBR10'),(31952,1508,'individualDescriptionKey42',''),(31953,1508,'individualDescriptionKey43',''),(31954,1508,'individualDescriptionKey44',''),(31955,1508,'individualDescriptionKey45',NULL),(31956,1508,'individualDescriptionKey46','$499.99'),(31957,1508,'individualDescriptionKey47','$599.99'),(31958,1508,'individualDescriptionKey48','$899.99'),(31959,1508,'individualDescriptionKey49','$1099.00'),(31960,1508,'individualDescriptionKey50',''),(31961,1508,'individualDescriptionKey51',''),(31962,1508,'individualDescriptionKey52',''),(31963,1508,'individualDescriptionKey53','8 inch'),(31964,1508,'individualDescriptionKey54','10 inch'),(31965,1508,'individualDescriptionKey55','8 inch'),(31966,1508,'individualDescriptionKey56','10 inch'),(31967,1508,'individualDescriptionKey57',''),(31968,1508,'individualDescriptionKey58',''),(31969,1508,'individualDescriptionKey59',''),(31970,1508,'individualDescriptionKey60','Kevlar Fiber Cone'),(31971,1508,'individualDescriptionKey61','Kevlar Fiber Cone'),(31972,1508,'individualDescriptionKey62','Kevlar Fiber Cone'),(31973,1508,'individualDescriptionKey63','Kevlar Fiber Cone'),(31974,1508,'individualDescriptionKey64',''),(31975,1508,'individualDescriptionKey65',''),(31976,1508,'individualDescriptionKey66',''),(31977,1508,'individualDescriptionKey67',''),(31978,1508,'individualDescriptionKey68',''),(31979,1508,'individualDescriptionKey69',''),(31980,1508,'individualDescriptionKey70',''),(31981,1508,'individualDescriptionKey71',''),(31982,1508,'individualDescriptionKey72',''),(31983,1508,'individualDescriptionKey73',''),(31984,1508,'individualDescriptionKey74',''),(31985,1508,'individualDescriptionKey75',''),(31986,1508,'individualDescriptionKey76',''),(31987,1508,'individualDescriptionKey77',''),(31988,1508,'individualDescriptionKey78',''),(31989,1508,'individualDescriptionKey79',''),(31990,1508,'individualDescriptionKey80',''),(31991,1508,'individualDescriptionKey81',''),(31992,1508,'individualDescriptionKey82',NULL),(31993,1508,'individualDescriptionKey83',NULL),(31994,1508,'individualDescriptionKey84',NULL),(31995,1508,'individualDescriptionKey85',NULL),(31996,1508,'individualDescriptionKey86',NULL),(31997,1508,'individualDescriptionKey87',NULL),(31998,1508,'individualDescriptionKey88',NULL),(31999,1508,'individualDescriptionKey89',''),(32000,1508,'individualDescriptionKey90',''),(32001,1508,'individualDescriptionKey91',''),(32002,1508,'individualDescriptionKey92',''),(32003,1508,'individualDescriptionKey93',''),(32004,1508,'individualDescriptionKey94',''),(32005,1508,'individualDescriptionKey95',''),(32006,1508,'individualDescriptionKey96',''),(32007,1508,'individualDescriptionKey97',''),(32008,1508,'individualDescriptionKey98',''),(32009,1508,'individualDescriptionKey99',''),(32010,1508,'individualDescriptionKey100',''),(32011,1508,'individualDescriptionKey101',''),(32012,1508,'individualDescriptionKey102',''),(32013,1508,'individualDescriptionKey103',''),(32014,1508,'individualDescriptionKey104',''),(32015,1508,'individualDescriptionKey105',''),(32016,1508,'individualDescriptionKey106',''),(32017,1508,'individualDescriptionKey107',''),(32018,1508,'individualDescriptionKey108',''),(32019,1508,'individualDescriptionKey109',''),(32020,1508,'individualDescriptionKey110',''),(32021,1508,'individualDescriptionKey111',''),(32022,1508,'individualDescriptionKey112',''),(32023,1508,'individualDescriptionKey113',''),(32024,1508,'individualDescriptionKey114',''),(32025,1508,'individualDescriptionKey115',''),(32026,1508,'individualDescriptionKey116','9.8” x 10.2” x 10.3”'),(32027,1508,'individualDescriptionKey117','12.5” x 12.8” x 12.9”'),(32028,1508,'individualDescriptionKey118','13” x 12.7” x 11.4”'),(32029,1508,'individualDescriptionKey119','14.5” x 14” x 13.1”'),(32030,1508,'individualDescriptionKey120',''),(32031,1508,'individualDescriptionKey121',''),(32032,1508,'individualDescriptionKey122',''),(32033,1508,'individualDescriptionKey123',''),(32034,1508,'individualDescriptionKey124',''),(32035,1508,'individualDescriptionKey125',''),(32036,1508,'individualDescriptionKey126',''),(32037,1508,'individualDescriptionKey127',''),(32038,1508,'individualDescriptionKey128',''),(32039,1508,'individualDescriptionKey129',''),(32040,1508,'individualDescriptionKey130',''),(32041,1508,'individualDescriptionKey131',''),(32042,1508,'individualDescriptionKey132',''),(32043,1508,'individualDescriptionKey133',''),(32044,1508,'individualDescriptionKey134',''),(32045,1508,'individualDescriptionKey135',''),(32046,1508,'individualDescriptionKey136',''),(32047,1508,'individualDescriptionKey137','30Hz - 200Hz'),(32048,1508,'individualDescriptionKey138','26Hz - 200Hz'),(32049,1508,'individualDescriptionKey139','28Hz - 200Hz'),(32050,1508,'individualDescriptionKey140','24Hz - 200Hz'),(32051,1508,'individualDescriptionKey141',''),(32052,1508,'individualDescriptionKey142',''),(32053,1508,'individualDescriptionKey143',''),(32054,1508,'individualDescriptionKey144','180 watts'),(32055,1508,'individualDescriptionKey145','230 watts'),(32056,1508,'individualDescriptionKey146','400 watts'),(32057,1508,'individualDescriptionKey147','500 watts'),(32058,1508,'individualDescriptionKey148',''),(32059,1508,'individualDescriptionKey149',''),(32060,1508,'individualDescriptionKey150',''),(32061,1508,'individualDescriptionKey151',''),(32062,1508,'individualDescriptionKey152',''),(32063,1508,'individualDescriptionKey153',''),(32064,1508,'individualDescriptionKey154',''),(32065,1508,'individualDescriptionKey155',''),(32066,1508,'individualDescriptionKey156',''),(32067,1508,'individualDescriptionKey157',''),(32068,1508,'individualDescriptionKey158','0 - 180°'),(32069,1508,'individualDescriptionKey159','0 - 180°'),(32070,1508,'individualDescriptionKey160','0 - 180°'),(32071,1508,'individualDescriptionKey161','0 - 180°'),(32072,1508,'individualDescriptionKey162',''),(32073,1508,'individualDescriptionKey163',''),(32074,1508,'individualDescriptionKey164',''),(32075,1508,'individualDescriptionKey165',''),(32076,1508,'individualDescriptionKey166',''),(32077,1508,'individualDescriptionKey167',''),(32078,1508,'individualDescriptionKey168',''),(32079,1508,'individualDescriptionKey169',''),(32080,1508,'individualDescriptionKey170',''),(32081,1508,'individualDescriptionKey171',''),(32082,1508,'individualDescriptionKey172',''),(32083,1508,'individualDescriptionKey173','<a href=\"http://elura.audio/wp-content/uploads/2016/10/SUBR8_specs.pdf\" target=\"_blank\" rel=\"\">SUBR8_specs</a>'),(32084,1508,'individualDescriptionKey174','<a href=\"http://elura.audio/wp-content/uploads/2016/10/SUBR10_specs.pdf\" target=\"_blank\" rel=\"\">SUBR10_specs</a>'),(32085,1508,'individualDescriptionKey175','<a href=\"http://elura.audio/wp-content/uploads/2017/06/Elura-TRI-SUBR8_specs.pdf\" target=\"_blank\" rel=\"\">TRI-SUBR8_specs</a>'),(32086,1508,'individualDescriptionKey176','<a href=\"http://elura.audio/wp-content/uploads/2017/06/Elura-TRI-SUBR10_specs.pdf\" target=\"_blank\" rel=\"\">TRI-SUBR10_specs</a>'),(32087,1508,'individualDescriptionKey177',''),(32088,1508,'individualDescriptionKey178',''),(32089,1508,'individualDescriptionKey179',''),(32090,1508,'individualDescriptionKey180',''),(32091,1508,'_edit_last','1'),(32092,1508,'_edit_lock','1507063097:1'),(32095,1510,'_wp_attached_file','2016/10/ELU-SUBR8_web.jpg'),(32096,1510,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:25:\"2016/10/ELU-SUBR8_web.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ELU-SUBR8_web-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"ELU-SUBR8_web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(32097,1511,'_wp_attached_file','2016/10/ELU-SUBR8.jpg'),(32098,1511,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:21:\"2016/10/ELU-SUBR8.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ELU-SUBR8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(32099,1512,'_wp_attached_file','2016/10/ELU-SUBR10.jpg'),(32100,1512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:22:\"2016/10/ELU-SUBR10.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"ELU-SUBR10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(32561,1516,'_wp_attached_file','2016/10/SUBR10_Angle.jpg'),(32562,1516,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1410;s:6:\"height\";i:1326;s:4:\"file\";s:24:\"2016/10/SUBR10_Angle.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"SUBR10_Angle-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"SUBR10_Angle-300x282.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"SUBR10_Angle-768x722.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:722;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"SUBR10_Angle-1024x963.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:963;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(32563,1517,'_wp_attached_file','2016/10/SUBR10_Front-Screenless.jpg'),(32564,1517,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1410;s:6:\"height\";i:1326;s:4:\"file\";s:35:\"2016/10/SUBR10_Front-Screenless.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"SUBR10_Front-Screenless-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"SUBR10_Front-Screenless-300x282.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"SUBR10_Front-Screenless-768x722.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:722;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"SUBR10_Front-Screenless-1024x963.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:963;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(32565,1508,'slide_template','default'),(32566,1519,'_wp_attached_file','2016/10/SUBR8_Woofer_closeup.jpg'),(32567,1519,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:770;s:6:\"height\";i:760;s:4:\"file\";s:32:\"2016/10/SUBR8_Woofer_closeup.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"SUBR8_Woofer_closeup-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"SUBR8_Woofer_closeup-300x296.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"SUBR8_Woofer_closeup-768x758.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:758;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(32568,1520,'_wp_attached_file','2016/10/SUBR10_Back.jpg'),(32569,1520,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1410;s:6:\"height\";i:1326;s:4:\"file\";s:23:\"2016/10/SUBR10_Back.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"SUBR10_Back-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"SUBR10_Back-300x282.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"SUBR10_Back-768x722.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:722;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"SUBR10_Back-1024x963.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:963;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(32570,1521,'_wp_attached_file','2016/10/SUBR10_Front.jpg'),(32571,1521,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1410;s:6:\"height\";i:1326;s:4:\"file\";s:24:\"2016/10/SUBR10_Front.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"SUBR10_Front-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"SUBR10_Front-300x282.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"SUBR10_Front-768x722.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:722;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"SUBR10_Front-1024x963.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:963;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(32572,1522,'_wp_attached_file','2016/10/SUBR8_Amp_Closeup.jpg'),(32573,1522,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1119;s:6:\"height\";i:899;s:4:\"file\";s:29:\"2016/10/SUBR8_Amp_Closeup.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"SUBR8_Amp_Closeup-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"SUBR8_Amp_Closeup-300x241.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"SUBR8_Amp_Closeup-768x617.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"SUBR8_Amp_Closeup-1024x823.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:823;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(32575,1525,'_wp_attached_file','2016/10/SUBR8_Back_closeup.jpg'),(32576,1525,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:700;s:4:\"file\";s:30:\"2016/10/SUBR8_Back_closeup.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"SUBR8_Back_closeup-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"SUBR8_Back_closeup-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(32577,1527,'_wp_attached_file','2016/10/SUBR10_Front_Closeup.jpg'),(32578,1527,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:32:\"2016/10/SUBR10_Front_Closeup.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"SUBR10_Front_Closeup-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"SUBR10_Front_Closeup-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"SUBR10_Front_Closeup-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(32579,1528,'_wp_attached_file','2016/10/SUBR10_Front-Screenless_Closeup.jpg'),(32580,1528,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:43:\"2016/10/SUBR10_Front-Screenless_Closeup.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"SUBR10_Front-Screenless_Closeup-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"SUBR10_Front-Screenless_Closeup-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"SUBR10_Front-Screenless_Closeup-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(32581,1529,'_wp_attached_file','2016/10/SUBR10_Angle_Closeup.jpg'),(32582,1529,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:900;s:4:\"file\";s:32:\"2016/10/SUBR10_Angle_Closeup.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"SUBR10_Angle_Closeup-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"SUBR10_Angle_Closeup-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"SUBR10_Angle_Closeup-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(32588,950,'slide_template','default'),(32590,1533,'_wp_attached_file','2016/02/SUBB10_frontangle.jpg'),(32591,1533,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:632;s:4:\"file\";s:29:\"2016/02/SUBB10_frontangle.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"SUBB10_frontangle-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"SUBB10_frontangle-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"SUBB10_frontangle-768x449.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"SUBB10_frontangle-1024x599.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(32593,1535,'_wp_attached_file','2016/10/SUBR8_specs.pdf'),(32594,1536,'_wp_attached_file','2016/10/SUBR10_specs.pdf'),(32596,1540,'_wp_attached_file','2016/10/SUBR8_Angle.jpg'),(32597,1540,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1410;s:6:\"height\";i:1326;s:4:\"file\";s:23:\"2016/10/SUBR8_Angle.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"SUBR8_Angle-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"SUBR8_Angle-300x282.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"SUBR8_Angle-768x722.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:722;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"SUBR8_Angle-1024x963.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:963;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(32598,1541,'_wp_attached_file','2016/10/SUBR10_Angle-1.jpg'),(32599,1541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1410;s:6:\"height\";i:1326;s:4:\"file\";s:26:\"2016/10/SUBR10_Angle-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"SUBR10_Angle-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"SUBR10_Angle-1-300x282.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"SUBR10_Angle-1-768x722.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:722;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"SUBR10_Angle-1-1024x963.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:963;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(32833,1014,'slide_template','default'),(32836,1547,'_wp_attached_file','2016/02/R6.5LCRZ_front-screenless.png'),(32837,1547,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1016;s:6:\"height\";i:1080;s:4:\"file\";s:37:\"2016/02/R6.5LCRZ_front-screenless.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"R6.5LCRZ_front-screenless-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"R6.5LCRZ_front-screenless-282x300.png\";s:5:\"width\";i:282;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"R6.5LCRZ_front-screenless-768x816.png\";s:5:\"width\";i:768;s:6:\"height\";i:816;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"R6.5LCRZ_front-screenless-963x1024.png\";s:5:\"width\";i:963;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(32838,1549,'_wp_attached_file','2016/02/R65LCRZ_specs.pdf'),(32840,1551,'_wp_attached_file','2016/10/SUBR8_Woofer_closeup-1.jpg'),(32841,1551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:770;s:6:\"height\";i:760;s:4:\"file\";s:34:\"2016/10/SUBR8_Woofer_closeup-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"SUBR8_Woofer_closeup-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"SUBR8_Woofer_closeup-1-300x296.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"SUBR8_Woofer_closeup-1-768x758.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:758;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(33073,1553,'_wp_attached_file','2016/10/SUBR10_Amp_Closeup.jpg'),(33074,1553,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:900;s:4:\"file\";s:30:\"2016/10/SUBR10_Amp_Closeup.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"SUBR10_Amp_Closeup-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"SUBR10_Amp_Closeup-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"SUBR10_Amp_Closeup-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(33305,1553,'_edit_lock','1497037804:1'),(33306,1555,'_wp_attached_file','2017/06/Elura-TRISUB-Angle1.jpg'),(33307,1555,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/Elura-TRISUB-Angle1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Elura-TRISUB-Angle1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Elura-TRISUB-Angle1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(33310,1557,'_wp_attached_file','2017/06/Elura-TRI-SUBR10_specs.pdf'),(33311,1558,'_wp_attached_file','2017/06/Elura-TRI-SUBR8_specs.pdf'),(33312,1558,'_edit_lock','1497038476:1'),(33313,1557,'_edit_lock','1497038968:1'),(33318,1559,'_wp_attached_file','2017/06/Elura-TRISUB8-Angle.jpg'),(33319,1559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:700;s:4:\"file\";s:31:\"2017/06/Elura-TRISUB8-Angle.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Elura-TRISUB8-Angle-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Elura-TRISUB8-Angle-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(33322,519,'resmushed_quality','92'),(33323,519,'resmushed_cumulated_original_sizes','222412'),(33324,519,'resmushed_cumulated_optimized_sizes','192145'),(33325,521,'resmushed_quality','92'),(33326,521,'resmushed_cumulated_original_sizes','456266'),(33327,521,'resmushed_cumulated_optimized_sizes','444341'),(33328,522,'resmushed_quality','92'),(33329,522,'resmushed_cumulated_original_sizes','610695'),(33330,522,'resmushed_cumulated_optimized_sizes','392159'),(33331,528,'resmushed_quality','92'),(33332,528,'resmushed_cumulated_original_sizes','628092'),(33333,528,'resmushed_cumulated_optimized_sizes','592630'),(33334,533,'resmushed_quality','92'),(33335,533,'resmushed_cumulated_original_sizes','1606577'),(33336,533,'resmushed_cumulated_optimized_sizes','1548075'),(33337,534,'resmushed_quality','92'),(33338,534,'resmushed_cumulated_original_sizes','869924'),(33339,534,'resmushed_cumulated_optimized_sizes','812904'),(33340,540,'resmushed_quality','92'),(33341,540,'resmushed_cumulated_original_sizes','502838'),(33342,540,'resmushed_cumulated_optimized_sizes','492448'),(33343,541,'resmushed_quality','92'),(33344,541,'resmushed_cumulated_original_sizes','1231315'),(33345,541,'resmushed_cumulated_optimized_sizes','488881'),(33346,544,'resmushed_quality','92'),(33347,544,'resmushed_cumulated_original_sizes','562470'),(33348,544,'resmushed_cumulated_optimized_sizes','531896'),(33349,545,'resmushed_quality','92'),(33350,545,'resmushed_cumulated_original_sizes','1399960'),(33351,545,'resmushed_cumulated_optimized_sizes','900728'),(33352,546,'resmushed_quality','92'),(33353,546,'resmushed_cumulated_original_sizes','973655'),(33354,546,'resmushed_cumulated_optimized_sizes','729640'),(33355,554,'resmushed_quality','92'),(33356,554,'resmushed_cumulated_original_sizes','587168'),(33357,554,'resmushed_cumulated_optimized_sizes','468234'),(33358,577,'resmushed_quality','92'),(33359,577,'resmushed_cumulated_original_sizes','515721'),(33360,577,'resmushed_cumulated_optimized_sizes','416522'),(33362,607,'resmushed_quality','92'),(33363,607,'resmushed_cumulated_original_sizes','957237'),(33364,607,'resmushed_cumulated_optimized_sizes','292931'),(33365,608,'resmushed_quality','92'),(33366,608,'resmushed_cumulated_original_sizes','167791'),(33367,608,'resmushed_cumulated_optimized_sizes','116739'),(33368,614,'resmushed_quality','92'),(33369,614,'resmushed_cumulated_original_sizes','1453634'),(33370,614,'resmushed_cumulated_optimized_sizes','444253'),(33371,617,'resmushed_quality','92'),(33372,617,'resmushed_cumulated_original_sizes','277747'),(33373,617,'resmushed_cumulated_optimized_sizes','266607'),(33374,618,'resmushed_quality','92'),(33375,618,'resmushed_cumulated_original_sizes','208924'),(33376,618,'resmushed_cumulated_optimized_sizes','188824'),(33377,626,'resmushed_quality','92'),(33378,626,'resmushed_cumulated_original_sizes','79716'),(33379,626,'resmushed_cumulated_optimized_sizes','61033'),(33380,627,'resmushed_quality','92'),(33381,627,'resmushed_cumulated_original_sizes','107400'),(33382,627,'resmushed_cumulated_optimized_sizes','83550'),(33383,630,'resmushed_quality','92'),(33384,630,'resmushed_cumulated_original_sizes','2324331'),(33385,630,'resmushed_cumulated_optimized_sizes','572057'),(33386,631,'resmushed_quality','92'),(33387,631,'resmushed_cumulated_original_sizes','851730'),(33388,631,'resmushed_cumulated_optimized_sizes','610950'),(33389,646,'resmushed_quality','92'),(33390,646,'resmushed_cumulated_original_sizes','232301'),(33391,646,'resmushed_cumulated_optimized_sizes','95790'),(33392,647,'resmushed_quality','92'),(33393,647,'resmushed_cumulated_original_sizes','145750'),(33394,647,'resmushed_cumulated_optimized_sizes','41616'),(33395,650,'resmushed_quality','92'),(33396,650,'resmushed_cumulated_original_sizes','462010'),(33397,650,'resmushed_cumulated_optimized_sizes','191885'),(33398,654,'resmushed_quality','92'),(33399,654,'resmushed_cumulated_original_sizes','946898'),(33400,654,'resmushed_cumulated_optimized_sizes','304634'),(33401,658,'resmushed_quality','92'),(33402,658,'resmushed_cumulated_original_sizes','590437'),(33403,658,'resmushed_cumulated_optimized_sizes','213016'),(33404,668,'resmushed_quality','92'),(33405,668,'resmushed_cumulated_original_sizes','591758'),(33406,668,'resmushed_cumulated_optimized_sizes','431999'),(33407,670,'resmushed_quality','92'),(33408,670,'resmushed_cumulated_original_sizes','73887'),(33409,670,'resmushed_cumulated_optimized_sizes','39541'),(33410,682,'resmushed_quality','92'),(33411,682,'resmushed_cumulated_original_sizes','327681'),(33412,682,'resmushed_cumulated_optimized_sizes','308493'),(33413,683,'resmushed_quality','92'),(33414,683,'resmushed_cumulated_original_sizes','306562'),(33415,683,'resmushed_cumulated_optimized_sizes','292707'),(33416,687,'resmushed_quality','92'),(33417,687,'resmushed_cumulated_original_sizes','892865'),(33418,687,'resmushed_cumulated_optimized_sizes','701864'),(33419,688,'resmushed_quality','92'),(33420,688,'resmushed_cumulated_original_sizes','643095'),(33421,688,'resmushed_cumulated_optimized_sizes','527203'),(33422,695,'resmushed_quality','92'),(33423,695,'resmushed_cumulated_original_sizes','737560'),(33424,695,'resmushed_cumulated_optimized_sizes','280489'),(33425,705,'resmushed_quality','92'),(33426,705,'resmushed_cumulated_original_sizes','987929'),(33427,705,'resmushed_cumulated_optimized_sizes','324261'),(33428,706,'resmushed_quality','92'),(33429,706,'resmushed_cumulated_original_sizes','181202'),(33430,706,'resmushed_cumulated_optimized_sizes','72820'),(33431,709,'resmushed_quality','92'),(33432,709,'resmushed_cumulated_original_sizes','1006414'),(33433,709,'resmushed_cumulated_optimized_sizes','456291'),(33434,732,'resmushed_quality','92'),(33435,732,'resmushed_cumulated_original_sizes','277428'),(33436,732,'resmushed_cumulated_optimized_sizes','261577'),(33437,733,'resmushed_quality','92'),(33438,733,'resmushed_cumulated_original_sizes','2700006'),(33439,733,'resmushed_cumulated_optimized_sizes','671084'),(33440,734,'resmushed_quality','92'),(33441,734,'resmushed_cumulated_original_sizes','206094'),(33442,734,'resmushed_cumulated_optimized_sizes','203678'),(33443,748,'resmushed_quality','92'),(33444,748,'resmushed_cumulated_original_sizes','1368435'),(33445,748,'resmushed_cumulated_optimized_sizes','951664'),(33446,749,'resmushed_quality','92'),(33447,749,'resmushed_cumulated_original_sizes','1348085'),(33448,749,'resmushed_cumulated_optimized_sizes','998649'),(33449,750,'resmushed_quality','92'),(33450,750,'resmushed_cumulated_original_sizes','1368435'),(33451,750,'resmushed_cumulated_optimized_sizes','951664'),(33452,751,'resmushed_quality','92'),(33453,751,'resmushed_cumulated_original_sizes','37913'),(33454,751,'resmushed_cumulated_optimized_sizes','19650'),(33455,752,'resmushed_quality','92'),(33456,752,'resmushed_cumulated_original_sizes','409442'),(33457,752,'resmushed_cumulated_optimized_sizes','244765'),(33458,753,'resmushed_quality','92'),(33459,753,'resmushed_cumulated_original_sizes','421481'),(33460,753,'resmushed_cumulated_optimized_sizes','419360'),(33461,754,'resmushed_quality','92'),(33462,754,'resmushed_cumulated_original_sizes','1096496'),(33463,754,'resmushed_cumulated_optimized_sizes','1060977'),(33464,755,'resmushed_quality','92'),(33465,755,'resmushed_cumulated_original_sizes','1231315'),(33466,755,'resmushed_cumulated_optimized_sizes','488881'),(33467,756,'resmushed_quality','92'),(33468,756,'resmushed_cumulated_original_sizes','828076'),(33469,756,'resmushed_cumulated_optimized_sizes','313007'),(33470,757,'resmushed_quality','92'),(33471,757,'resmushed_cumulated_original_sizes','417562'),(33472,757,'resmushed_cumulated_optimized_sizes','115397'),(33473,758,'resmushed_quality','92'),(33474,758,'resmushed_cumulated_original_sizes','2004780'),(33475,758,'resmushed_cumulated_optimized_sizes','881232'),(33476,760,'resmushed_quality','92'),(33477,760,'resmushed_cumulated_original_sizes','610695'),(33478,760,'resmushed_cumulated_optimized_sizes','392159'),(33479,761,'resmushed_quality','92'),(33480,761,'resmushed_cumulated_original_sizes','639531'),(33481,761,'resmushed_cumulated_optimized_sizes','581197'),(33482,762,'resmushed_quality','92'),(33483,762,'resmushed_cumulated_original_sizes','50910'),(33484,762,'resmushed_cumulated_optimized_sizes','17089'),(33485,763,'resmushed_quality','92'),(33486,763,'resmushed_cumulated_original_sizes','266301'),(33487,763,'resmushed_cumulated_optimized_sizes','78372'),(33488,764,'resmushed_quality','92'),(33489,764,'resmushed_cumulated_original_sizes','562470'),(33490,764,'resmushed_cumulated_optimized_sizes','529109'),(33491,765,'resmushed_quality','92'),(33492,765,'resmushed_cumulated_original_sizes','587168'),(33493,765,'resmushed_cumulated_optimized_sizes','468234'),(33494,766,'resmushed_quality','92'),(33495,766,'resmushed_cumulated_original_sizes','350175'),(33496,766,'resmushed_cumulated_optimized_sizes','321848'),(33497,767,'resmushed_quality','92'),(33498,767,'resmushed_cumulated_original_sizes','238293'),(33499,767,'resmushed_cumulated_optimized_sizes','175231'),(33500,768,'resmushed_quality','92'),(33501,768,'resmushed_cumulated_original_sizes','1529541'),(33502,768,'resmushed_cumulated_optimized_sizes','1390231'),(33503,769,'resmushed_quality','92'),(33504,769,'resmushed_cumulated_original_sizes','1701839'),(33505,769,'resmushed_cumulated_optimized_sizes','1626533'),(33506,770,'resmushed_quality','92'),(33507,770,'resmushed_cumulated_original_sizes','1606577'),(33508,770,'resmushed_cumulated_optimized_sizes','1548075'),(33509,771,'resmushed_quality','92'),(33510,771,'resmushed_cumulated_original_sizes','537004'),(33511,771,'resmushed_cumulated_optimized_sizes','503982'),(33512,772,'resmushed_quality','92'),(33513,772,'resmushed_cumulated_original_sizes','656919'),(33514,772,'resmushed_cumulated_optimized_sizes','614019'),(33515,773,'resmushed_quality','92'),(33516,773,'resmushed_cumulated_original_sizes','869924'),(33517,773,'resmushed_cumulated_optimized_sizes','812904'),(33518,604,'resmushed_quality','92'),(33519,604,'resmushed_cumulated_original_sizes','161163'),(33520,604,'resmushed_cumulated_optimized_sizes','120060'),(33521,610,'resmushed_quality','92'),(33522,610,'resmushed_cumulated_original_sizes','409992'),(33523,610,'resmushed_cumulated_optimized_sizes','386623'),(33524,648,'resmushed_quality','92'),(33525,648,'resmushed_cumulated_original_sizes','340640'),(33526,648,'resmushed_cumulated_optimized_sizes','164837'),(33527,655,'resmushed_quality','92'),(33528,655,'resmushed_cumulated_original_sizes','223933'),(33529,655,'resmushed_cumulated_optimized_sizes','145118'),(33530,674,'resmushed_quality','92'),(33531,674,'resmushed_cumulated_original_sizes','1059013'),(33532,674,'resmushed_cumulated_optimized_sizes','382015'),(33533,778,'resmushed_quality','92'),(33534,778,'resmushed_cumulated_original_sizes','114555'),(33535,778,'resmushed_cumulated_optimized_sizes','81694'),(33536,779,'resmushed_quality','92'),(33537,779,'resmushed_cumulated_original_sizes','222412'),(33538,779,'resmushed_cumulated_optimized_sizes','192145'),(33539,780,'resmushed_quality','92'),(33540,780,'resmushed_cumulated_original_sizes','1971504'),(33541,780,'resmushed_cumulated_optimized_sizes','707670'),(33542,781,'resmushed_quality','92'),(33543,781,'resmushed_cumulated_original_sizes','470198'),(33544,781,'resmushed_cumulated_optimized_sizes','425996'),(33545,782,'resmushed_quality','92'),(33546,782,'resmushed_cumulated_original_sizes','269307'),(33547,782,'resmushed_cumulated_optimized_sizes','229902'),(33548,783,'resmushed_quality','92'),(33549,783,'resmushed_cumulated_original_sizes','143813'),(33550,783,'resmushed_cumulated_optimized_sizes','119853'),(33551,784,'resmushed_quality','92'),(33552,784,'resmushed_cumulated_original_sizes','77891'),(33553,784,'resmushed_cumulated_optimized_sizes','55732'),(33554,785,'resmushed_quality','92'),(33555,785,'resmushed_cumulated_original_sizes','110976'),(33556,785,'resmushed_cumulated_optimized_sizes','85209'),(33557,786,'resmushed_quality','92'),(33558,786,'resmushed_cumulated_original_sizes','75688'),(33559,786,'resmushed_cumulated_optimized_sizes','51388'),(33560,789,'resmushed_quality','92'),(33561,789,'resmushed_cumulated_original_sizes','439066'),(33562,789,'resmushed_cumulated_optimized_sizes','126383'),(33563,790,'resmushed_quality','92'),(33564,790,'resmushed_cumulated_original_sizes','484762'),(33565,790,'resmushed_cumulated_optimized_sizes','254040'),(33566,791,'resmushed_quality','92'),(33567,791,'resmushed_cumulated_original_sizes','238293'),(33568,791,'resmushed_cumulated_optimized_sizes','175231'),(33569,792,'resmushed_quality','92'),(33570,792,'resmushed_cumulated_original_sizes','1777914'),(33571,792,'resmushed_cumulated_optimized_sizes','582402'),(33572,793,'resmushed_quality','92'),(33573,793,'resmushed_cumulated_original_sizes','1777914'),(33574,793,'resmushed_cumulated_optimized_sizes','582402'),(33575,795,'resmushed_quality','92'),(33576,795,'resmushed_cumulated_original_sizes','14632'),(33577,795,'resmushed_cumulated_optimized_sizes','13671'),(33578,796,'resmushed_quality','92'),(33579,796,'resmushed_cumulated_original_sizes','16696'),(33580,796,'resmushed_cumulated_optimized_sizes','15656'),(33581,797,'resmushed_quality','92'),(33582,797,'resmushed_cumulated_original_sizes','18659'),(33583,797,'resmushed_cumulated_optimized_sizes','16687'),(33584,800,'resmushed_quality','92'),(33585,800,'resmushed_cumulated_original_sizes','17611'),(33586,800,'resmushed_cumulated_optimized_sizes','15656'),(33587,801,'resmushed_quality','92'),(33588,801,'resmushed_cumulated_original_sizes','1777914'),(33589,801,'resmushed_cumulated_optimized_sizes','582402'),(33590,814,'resmushed_quality','92'),(33591,814,'resmushed_cumulated_original_sizes','1011330'),(33592,814,'resmushed_cumulated_optimized_sizes','510484'),(33593,815,'resmushed_quality','92'),(33594,815,'resmushed_cumulated_original_sizes','500041'),(33595,815,'resmushed_cumulated_optimized_sizes','257045'),(33596,836,'resmushed_quality','92'),(33597,836,'resmushed_cumulated_original_sizes','173114'),(33598,836,'resmushed_cumulated_optimized_sizes','140890'),(33599,837,'resmushed_quality','92'),(33600,837,'resmushed_cumulated_original_sizes','175277'),(33601,837,'resmushed_cumulated_optimized_sizes','117166'),(33602,839,'resmushed_quality','92'),(33603,839,'resmushed_cumulated_original_sizes','125006'),(33604,839,'resmushed_cumulated_optimized_sizes','29208'),(33605,840,'resmushed_quality','92'),(33606,840,'resmushed_cumulated_original_sizes','125006'),(33607,840,'resmushed_cumulated_optimized_sizes','29208'),(33608,841,'resmushed_quality','92'),(33609,841,'resmushed_cumulated_original_sizes','113693'),(33610,841,'resmushed_cumulated_optimized_sizes','97247'),(33611,842,'resmushed_quality','92'),(33612,842,'resmushed_cumulated_original_sizes','125006'),(33613,842,'resmushed_cumulated_optimized_sizes','29208'),(33614,847,'resmushed_quality','92'),(33615,847,'resmushed_cumulated_original_sizes','806196'),(33616,847,'resmushed_cumulated_optimized_sizes','544578'),(33617,848,'resmushed_quality','92'),(33618,848,'resmushed_cumulated_original_sizes','4445932'),(33619,848,'resmushed_cumulated_optimized_sizes','2420881'),(33620,849,'resmushed_quality','92'),(33621,849,'resmushed_cumulated_original_sizes','1201390'),(33622,849,'resmushed_cumulated_optimized_sizes','812028'),(33623,851,'resmushed_quality','92'),(33624,851,'resmushed_cumulated_original_sizes','386626'),(33625,851,'resmushed_cumulated_optimized_sizes','350343'),(33626,883,'resmushed_quality','92'),(33627,883,'resmushed_cumulated_original_sizes','890356'),(33628,883,'resmushed_cumulated_optimized_sizes','846385'),(33629,893,'resmushed_quality','92'),(33630,893,'resmushed_cumulated_original_sizes','274123'),(33631,893,'resmushed_cumulated_optimized_sizes','245948'),(33632,894,'resmushed_quality','92'),(33633,894,'resmushed_cumulated_original_sizes','176329'),(33634,894,'resmushed_cumulated_optimized_sizes','127650'),(33635,895,'resmushed_quality','92'),(33636,895,'resmushed_cumulated_original_sizes','344090'),(33637,895,'resmushed_cumulated_optimized_sizes','298695'),(33638,927,'resmushed_quality','92'),(33639,927,'resmushed_cumulated_original_sizes','1109995'),(33640,927,'resmushed_cumulated_optimized_sizes','746733'),(33641,928,'resmushed_quality','92'),(33642,928,'resmushed_cumulated_original_sizes','3831676'),(33643,928,'resmushed_cumulated_optimized_sizes','1909908'),(33644,929,'resmushed_quality','92'),(33645,929,'resmushed_cumulated_original_sizes','308999'),(33646,929,'resmushed_cumulated_optimized_sizes','188221'),(33647,930,'resmushed_quality','92'),(33648,930,'resmushed_cumulated_original_sizes','4047404'),(33649,930,'resmushed_cumulated_optimized_sizes','2576372'),(33650,931,'resmushed_quality','92'),(33651,931,'resmushed_cumulated_original_sizes','1225032'),(33652,931,'resmushed_cumulated_optimized_sizes','808327'),(33653,932,'resmushed_quality','92'),(33654,932,'resmushed_cumulated_original_sizes','1201390'),(33655,932,'resmushed_cumulated_optimized_sizes','812028'),(33656,933,'resmushed_quality','92'),(33657,933,'resmushed_cumulated_original_sizes','1448177'),(33658,933,'resmushed_cumulated_optimized_sizes','831961'),(33659,944,'resmushed_quality','92'),(33660,944,'resmushed_cumulated_original_sizes','4079100'),(33661,944,'resmushed_cumulated_optimized_sizes','2445254'),(33662,968,'resmushed_quality','92'),(33663,968,'resmushed_cumulated_original_sizes','1127088'),(33664,968,'resmushed_cumulated_optimized_sizes','702873'),(33665,972,'resmushed_quality','92'),(33666,972,'resmushed_cumulated_original_sizes','3948071'),(33667,972,'resmushed_cumulated_optimized_sizes','2606545'),(33668,973,'resmushed_quality','92'),(33669,973,'resmushed_cumulated_original_sizes','5125312'),(33670,973,'resmushed_cumulated_optimized_sizes','2503313'),(33671,974,'resmushed_quality','92'),(33672,974,'resmushed_cumulated_original_sizes','4088743'),(33673,974,'resmushed_cumulated_optimized_sizes','2385025'),(33674,975,'resmushed_quality','92'),(33675,975,'resmushed_cumulated_original_sizes','4363335'),(33676,975,'resmushed_cumulated_optimized_sizes','2507227'),(33677,981,'resmushed_quality','92'),(33678,981,'resmushed_cumulated_original_sizes','1483718'),(33679,981,'resmushed_cumulated_optimized_sizes','869431'),(33680,986,'resmushed_quality','92'),(33681,986,'resmushed_cumulated_original_sizes','3076633'),(33682,986,'resmushed_cumulated_optimized_sizes','1624506'),(33683,991,'resmushed_quality','92'),(33684,991,'resmushed_cumulated_original_sizes','890906'),(33685,991,'resmushed_cumulated_optimized_sizes','303327'),(33686,992,'resmushed_quality','92'),(33687,992,'resmushed_cumulated_original_sizes','808304'),(33688,992,'resmushed_cumulated_optimized_sizes','357271'),(33689,993,'resmushed_quality','92'),(33690,993,'resmushed_cumulated_original_sizes','1290242'),(33691,993,'resmushed_cumulated_optimized_sizes','522492'),(33692,994,'resmushed_quality','92'),(33693,994,'resmushed_cumulated_original_sizes','35676'),(33694,994,'resmushed_cumulated_optimized_sizes','15970'),(33695,996,'resmushed_quality','92'),(33696,996,'resmushed_cumulated_original_sizes','2971073'),(33697,996,'resmushed_cumulated_optimized_sizes','1091464'),(33698,1000,'resmushed_quality','92'),(33699,1000,'resmushed_cumulated_original_sizes','3973821'),(33700,1000,'resmushed_cumulated_optimized_sizes','1149676'),(33701,1002,'resmushed_quality','92'),(33702,1002,'resmushed_cumulated_original_sizes','3443846'),(33703,1002,'resmushed_cumulated_optimized_sizes','1269838'),(33704,1005,'resmushed_quality','92'),(33705,1005,'resmushed_cumulated_original_sizes','1153372'),(33706,1005,'resmushed_cumulated_optimized_sizes','983622'),(33707,1010,'resmushed_quality','92'),(33708,1010,'resmushed_cumulated_original_sizes','1133484'),(33709,1010,'resmushed_cumulated_optimized_sizes','801014'),(33710,1012,'resmushed_quality','92'),(33711,1012,'resmushed_cumulated_original_sizes','1301339'),(33712,1012,'resmushed_cumulated_optimized_sizes','967616'),(33713,1013,'resmushed_quality','92'),(33714,1013,'resmushed_cumulated_original_sizes','1285227'),(33715,1013,'resmushed_cumulated_optimized_sizes','906924'),(33716,1021,'resmushed_quality','92'),(33717,1021,'resmushed_cumulated_original_sizes','1367082'),(33718,1021,'resmushed_cumulated_optimized_sizes','950765'),(33963,1559,'resmushed_quality','92'),(33964,1559,'resmushed_cumulated_original_sizes','58196'),(33965,1559,'resmushed_cumulated_optimized_sizes','55771'),(33966,1521,'resmushed_quality','92'),(33967,1521,'resmushed_cumulated_original_sizes','547376'),(33968,1521,'resmushed_cumulated_optimized_sizes','323482'),(33969,1522,'resmushed_quality','92'),(33970,1522,'resmushed_cumulated_original_sizes','478701'),(33971,1522,'resmushed_cumulated_optimized_sizes','430496'),(33972,1525,'resmushed_quality','92'),(33973,1525,'resmushed_cumulated_original_sizes','132957'),(33974,1525,'resmushed_cumulated_optimized_sizes','111501'),(33975,1528,'resmushed_quality','92'),(33976,1528,'resmushed_cumulated_original_sizes','313148'),(33977,1528,'resmushed_cumulated_optimized_sizes','278588'),(33978,1529,'resmushed_quality','92'),(33979,1529,'resmushed_cumulated_original_sizes','290184'),(33980,1529,'resmushed_cumulated_optimized_sizes','255602'),(33981,1547,'resmushed_quality','92'),(33982,1547,'resmushed_cumulated_original_sizes','2873969'),(33983,1547,'resmushed_cumulated_optimized_sizes','1307089'),(33984,759,'resmushed_quality','92'),(33985,759,'resmushed_cumulated_original_sizes','220084'),(33986,759,'resmushed_cumulated_optimized_sizes','71882'),(33987,1027,'resmushed_quality','92'),(33988,1027,'resmushed_cumulated_original_sizes','4363335'),(33989,1027,'resmushed_cumulated_optimized_sizes','2507227'),(33990,1039,'resmushed_quality','92'),(33991,1039,'resmushed_cumulated_original_sizes','673659'),(33992,1039,'resmushed_cumulated_optimized_sizes','446244'),(33993,1040,'resmushed_quality','92'),(33994,1040,'resmushed_cumulated_original_sizes','1389813'),(33995,1040,'resmushed_cumulated_optimized_sizes','851374'),(33996,1045,'resmushed_quality','92'),(33997,1045,'resmushed_cumulated_original_sizes','1227033'),(33998,1045,'resmushed_cumulated_optimized_sizes','827562'),(33999,1048,'resmushed_quality','92'),(34000,1048,'resmushed_cumulated_original_sizes','1062656'),(34001,1048,'resmushed_cumulated_optimized_sizes','462055'),(34002,1054,'resmushed_quality','92'),(34003,1054,'resmushed_cumulated_original_sizes','2484636'),(34004,1054,'resmushed_cumulated_optimized_sizes','759701'),(34005,1087,'resmushed_quality','92'),(34006,1087,'resmushed_cumulated_original_sizes','1943562'),(34007,1087,'resmushed_cumulated_optimized_sizes','745832'),(34008,1114,'resmushed_quality','92'),(34009,1114,'resmushed_cumulated_original_sizes','1109995'),(34010,1114,'resmushed_cumulated_optimized_sizes','746733'),(34011,1118,'resmushed_quality','92'),(34012,1118,'resmushed_cumulated_original_sizes','522426'),(34013,1118,'resmushed_cumulated_optimized_sizes','288409'),(34014,1119,'resmushed_quality','92'),(34015,1119,'resmushed_cumulated_original_sizes','992124'),(34016,1119,'resmushed_cumulated_optimized_sizes','721682'),(34017,1124,'resmushed_quality','92'),(34018,1124,'resmushed_cumulated_original_sizes','447733'),(34019,1124,'resmushed_cumulated_optimized_sizes','290070'),(34020,1144,'resmushed_quality','92'),(34021,1144,'resmushed_cumulated_original_sizes','2312548'),(34022,1144,'resmushed_cumulated_optimized_sizes','1857183'),(34023,1152,'resmushed_quality','92'),(34024,1152,'resmushed_cumulated_original_sizes','1316343'),(34025,1152,'resmushed_cumulated_optimized_sizes','922582'),(34026,1168,'resmushed_quality','92'),(34027,1168,'resmushed_cumulated_original_sizes','963067'),(34028,1168,'resmushed_cumulated_optimized_sizes','520184'),(34029,1169,'resmushed_quality','92'),(34030,1169,'resmushed_cumulated_original_sizes','729178'),(34031,1169,'resmushed_cumulated_optimized_sizes','384014'),(34032,1170,'resmushed_quality','92'),(34033,1170,'resmushed_cumulated_original_sizes','976984'),(34034,1170,'resmushed_cumulated_optimized_sizes','486832'),(34035,1171,'resmushed_quality','92'),(34036,1171,'resmushed_cumulated_original_sizes','1900594'),(34037,1171,'resmushed_cumulated_optimized_sizes','1113202'),(34038,1174,'resmushed_quality','92'),(34039,1174,'resmushed_cumulated_original_sizes','1194330'),(34040,1174,'resmushed_cumulated_optimized_sizes','813145'),(34041,1176,'resmushed_quality','92'),(34042,1176,'resmushed_cumulated_original_sizes','1477218'),(34043,1176,'resmushed_cumulated_optimized_sizes','1034372'),(34044,1180,'resmushed_quality','92'),(34045,1180,'resmushed_cumulated_original_sizes','1492893'),(34046,1180,'resmushed_cumulated_optimized_sizes','987783'),(34047,1181,'resmushed_quality','92'),(34048,1181,'resmushed_cumulated_original_sizes','888372'),(34049,1181,'resmushed_cumulated_optimized_sizes','452684'),(34050,1185,'resmushed_quality','92'),(34051,1185,'resmushed_cumulated_original_sizes','1335537'),(34052,1185,'resmushed_cumulated_optimized_sizes','603742'),(34053,1186,'resmushed_quality','92'),(34054,1186,'resmushed_cumulated_original_sizes','1450283'),(34055,1186,'resmushed_cumulated_optimized_sizes','730498'),(34056,1188,'resmushed_quality','92'),(34057,1188,'resmushed_cumulated_original_sizes','1917484'),(34058,1188,'resmushed_cumulated_optimized_sizes','1174161'),(34059,1192,'resmushed_quality','92'),(34060,1192,'resmushed_cumulated_original_sizes','153005'),(34061,1192,'resmushed_cumulated_optimized_sizes','102955'),(34062,1194,'resmushed_quality','92'),(34063,1194,'resmushed_cumulated_original_sizes','30045'),(34064,1194,'resmushed_cumulated_optimized_sizes','16016'),(34065,1197,'resmushed_quality','92'),(34066,1197,'resmushed_cumulated_original_sizes','1568216'),(34067,1197,'resmushed_cumulated_optimized_sizes','1252093'),(34068,1243,'resmushed_quality','92'),(34069,1243,'resmushed_cumulated_original_sizes','1818504'),(34070,1243,'resmushed_cumulated_optimized_sizes','691448'),(34071,1249,'resmushed_quality','92'),(34072,1249,'resmushed_cumulated_original_sizes','1132249'),(34073,1249,'resmushed_cumulated_optimized_sizes','505006'),(34074,1257,'resmushed_quality','92'),(34075,1257,'resmushed_cumulated_original_sizes','1789498'),(34076,1257,'resmushed_cumulated_optimized_sizes','1130474'),(34077,1316,'resmushed_quality','92'),(34078,1316,'resmushed_cumulated_original_sizes','770881'),(34079,1316,'resmushed_cumulated_optimized_sizes','462484'),(34080,1318,'resmushed_quality','92'),(34081,1318,'resmushed_cumulated_original_sizes','49498'),(34082,1318,'resmushed_cumulated_optimized_sizes','47987'),(34083,1364,'resmushed_quality','92'),(34084,1364,'resmushed_cumulated_original_sizes','2348772'),(34085,1364,'resmushed_cumulated_optimized_sizes','1105333'),(34086,1376,'resmushed_quality','92'),(34087,1376,'resmushed_cumulated_original_sizes','3305304'),(34088,1376,'resmushed_cumulated_optimized_sizes','1490362'),(34089,1379,'resmushed_quality','92'),(34090,1379,'resmushed_cumulated_original_sizes','3041640'),(34091,1379,'resmushed_cumulated_optimized_sizes','1363201'),(34092,1380,'resmushed_quality','92'),(34093,1380,'resmushed_cumulated_original_sizes','561788'),(34094,1380,'resmushed_cumulated_optimized_sizes','263054'),(34095,1387,'resmushed_quality','92'),(34096,1387,'resmushed_cumulated_original_sizes','3961465'),(34097,1387,'resmushed_cumulated_optimized_sizes','1907310'),(34098,1391,'resmushed_quality','92'),(34099,1391,'resmushed_cumulated_original_sizes','551626'),(34100,1391,'resmushed_cumulated_optimized_sizes','249421'),(34101,1400,'resmushed_quality','92'),(34102,1400,'resmushed_cumulated_original_sizes','400088'),(34103,1400,'resmushed_cumulated_optimized_sizes','178557'),(34104,1401,'resmushed_quality','92'),(34105,1401,'resmushed_cumulated_original_sizes','417070'),(34106,1401,'resmushed_cumulated_optimized_sizes','185068'),(34107,1403,'resmushed_quality','92'),(34108,1403,'resmushed_cumulated_original_sizes','1039618'),(34109,1403,'resmushed_cumulated_optimized_sizes','476356'),(34110,1409,'resmushed_quality','92'),(34111,1409,'resmushed_cumulated_original_sizes','3058202'),(34112,1409,'resmushed_cumulated_optimized_sizes','1298075'),(34113,1443,'resmushed_quality','92'),(34114,1443,'resmushed_cumulated_original_sizes','1616631'),(34115,1443,'resmushed_cumulated_optimized_sizes','974799'),(34116,1511,'resmushed_quality','92'),(34117,1511,'resmushed_cumulated_original_sizes','53697'),(34118,1511,'resmushed_cumulated_optimized_sizes','16998'),(34119,1516,'resmushed_quality','92'),(34120,1516,'resmushed_cumulated_original_sizes','470244'),(34121,1516,'resmushed_cumulated_optimized_sizes','258210'),(34122,1519,'resmushed_quality','92'),(34123,1519,'resmushed_cumulated_original_sizes','246472'),(34124,1519,'resmushed_cumulated_optimized_sizes','220885'),(34125,1555,'resmushed_quality','92'),(34126,1555,'resmushed_cumulated_original_sizes','81522'),(34127,1555,'resmushed_cumulated_optimized_sizes','77493'),(34128,1563,'_wp_attached_file','2017/06/TRISUB-Angle-Screenless.jpg'),(34129,1563,'resmushed_quality','92'),(34130,1563,'resmushed_cumulated_original_sizes','236410'),(34131,1563,'resmushed_cumulated_optimized_sizes','230234'),(34132,1563,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:35:\"2017/06/TRISUB-Angle-Screenless.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"TRISUB-Angle-Screenless-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"TRISUB-Angle-Screenless-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"TRISUB-Angle-Screenless-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34133,1564,'_wp_attached_file','2017/06/TRI-SUBR10-Back.jpg'),(34134,1564,'resmushed_quality','92'),(34135,1564,'resmushed_cumulated_original_sizes','71182'),(34136,1564,'resmushed_cumulated_optimized_sizes','69426'),(34137,1564,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:700;s:4:\"file\";s:27:\"2017/06/TRI-SUBR10-Back.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"TRI-SUBR10-Back-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"TRI-SUBR10-Back-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34138,1565,'_wp_attached_file','2017/06/TRI-SUBR8-Back.jpg'),(34139,1565,'resmushed_quality','92'),(34140,1565,'resmushed_cumulated_original_sizes','79611'),(34141,1565,'resmushed_cumulated_optimized_sizes','77410'),(34142,1565,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:700;s:4:\"file\";s:26:\"2017/06/TRI-SUBR8-Back.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"TRI-SUBR8-Back-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"TRI-SUBR8-Back-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34143,1566,'_wp_attached_file','2017/06/TRISUB-Front.jpg'),(34144,1566,'resmushed_quality','92'),(34145,1566,'resmushed_cumulated_original_sizes','263406'),(34146,1566,'resmushed_cumulated_optimized_sizes','257926'),(34147,1566,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2017/06/TRISUB-Front.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"TRISUB-Front-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"TRISUB-Front-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"TRISUB-Front-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34380,1568,'_wp_attached_file','2017/07/TRISUB-8-Front.png'),(34381,1568,'resmushed_quality','92'),(34382,1568,'resmushed_cumulated_original_sizes','4864759'),(34383,1568,'resmushed_cumulated_optimized_sizes','3154206'),(34384,1568,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2812;s:6:\"height\";i:2812;s:4:\"file\";s:26:\"2017/07/TRISUB-8-Front.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"TRISUB-8-Front-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"TRISUB-8-Front-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"TRISUB-8-Front-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"TRISUB-8-Front-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34385,1569,'_wp_attached_file','2017/07/TRISUB-8-Front-Screenless.png'),(34386,1569,'resmushed_quality','92'),(34387,1569,'resmushed_cumulated_original_sizes','6281965'),(34388,1569,'resmushed_cumulated_optimized_sizes','3598037'),(34389,1569,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2812;s:6:\"height\";i:2812;s:4:\"file\";s:37:\"2017/07/TRISUB-8-Front-Screenless.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"TRISUB-8-Front-Screenless-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"TRISUB-8-Front-Screenless-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"TRISUB-8-Front-Screenless-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"TRISUB-8-Front-Screenless-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34390,1570,'_wp_attached_file','2017/07/TRISUB-8-ISO.png'),(34391,1570,'resmushed_quality','92'),(34392,1570,'resmushed_cumulated_original_sizes','4247113'),(34393,1570,'resmushed_cumulated_optimized_sizes','2122237'),(34394,1570,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2326;s:6:\"height\";i:2326;s:4:\"file\";s:24:\"2017/07/TRISUB-8-ISO.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"TRISUB-8-ISO-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"TRISUB-8-ISO-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"TRISUB-8-ISO-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"TRISUB-8-ISO-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34395,1571,'_wp_attached_file','2017/07/TRISUB-8-ISO-Screenless.png'),(34396,1571,'resmushed_quality','92'),(34397,1571,'resmushed_cumulated_original_sizes','4919006'),(34398,1571,'resmushed_cumulated_optimized_sizes','2095224'),(34399,1571,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2326;s:6:\"height\";i:2326;s:4:\"file\";s:35:\"2017/07/TRISUB-8-ISO-Screenless.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"TRISUB-8-ISO-Screenless-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"TRISUB-8-ISO-Screenless-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"TRISUB-8-ISO-Screenless-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"TRISUB-8-ISO-Screenless-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34400,1572,'_wp_attached_file','2017/07/TRISUB-8-and-10-Together-ISO.png'),(34401,1572,'resmushed_quality','92'),(34402,1572,'resmushed_cumulated_original_sizes','3819420'),(34403,1572,'resmushed_cumulated_optimized_sizes','2456352'),(34404,1572,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3254;s:6:\"height\";i:2406;s:4:\"file\";s:40:\"2017/07/TRISUB-8-and-10-Together-ISO.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"TRISUB-8-and-10-Together-ISO-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"TRISUB-8-and-10-Together-ISO-300x222.png\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"TRISUB-8-and-10-Together-ISO-768x568.png\";s:5:\"width\";i:768;s:6:\"height\";i:568;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"TRISUB-8-and-10-Together-ISO-1024x757.png\";s:5:\"width\";i:1024;s:6:\"height\";i:757;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34405,1573,'_wp_attached_file','2017/07/TRISUB-8-and-10-Together-ISO-Screen-Less.png'),(34406,1573,'resmushed_quality','92'),(34407,1573,'resmushed_cumulated_original_sizes','3745273'),(34408,1573,'resmushed_cumulated_optimized_sizes','2421403'),(34409,1573,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3254;s:6:\"height\";i:2406;s:4:\"file\";s:52:\"2017/07/TRISUB-8-and-10-Together-ISO-Screen-Less.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"TRISUB-8-and-10-Together-ISO-Screen-Less-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"TRISUB-8-and-10-Together-ISO-Screen-Less-300x222.png\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"TRISUB-8-and-10-Together-ISO-Screen-Less-768x568.png\";s:5:\"width\";i:768;s:6:\"height\";i:568;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"TRISUB-8-and-10-Together-ISO-Screen-Less-1024x757.png\";s:5:\"width\";i:1024;s:6:\"height\";i:757;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34410,1574,'_wp_attached_file','2017/07/TRISUB-8-Back.png'),(34411,1574,'resmushed_quality','92'),(34412,1574,'resmushed_cumulated_original_sizes','3672891'),(34413,1574,'resmushed_cumulated_optimized_sizes','2539816'),(34414,1574,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2812;s:6:\"height\";i:2812;s:4:\"file\";s:25:\"2017/07/TRISUB-8-Back.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"TRISUB-8-Back-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"TRISUB-8-Back-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"TRISUB-8-Back-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"TRISUB-8-Back-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34415,1575,'_wp_attached_file','2017/07/TRISUB-8-ISO-Back-Screenless.png'),(34416,1575,'resmushed_quality','92'),(34417,1575,'resmushed_cumulated_original_sizes','3246349'),(34418,1575,'resmushed_cumulated_optimized_sizes','2083573'),(34419,1575,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2326;s:6:\"height\";i:2326;s:4:\"file\";s:40:\"2017/07/TRISUB-8-ISO-Back-Screenless.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"TRISUB-8-ISO-Back-Screenless-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"TRISUB-8-ISO-Back-Screenless-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"TRISUB-8-ISO-Back-Screenless-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"TRISUB-8-ISO-Back-Screenless-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34420,1576,'_wp_attached_file','2017/07/TRISUB-10-Front.png'),(34421,1576,'resmushed_quality','92'),(34422,1576,'resmushed_cumulated_original_sizes','4864759'),(34423,1576,'resmushed_cumulated_optimized_sizes','3153168'),(34424,1576,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2812;s:6:\"height\";i:2812;s:4:\"file\";s:27:\"2017/07/TRISUB-10-Front.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"TRISUB-10-Front-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"TRISUB-10-Front-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"TRISUB-10-Front-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"TRISUB-10-Front-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34425,1577,'_wp_attached_file','2017/07/TRISUB-10-Front-Screenless.png'),(34426,1577,'resmushed_quality','92'),(34427,1577,'resmushed_cumulated_original_sizes','6281965'),(34428,1577,'resmushed_cumulated_optimized_sizes','3598040'),(34429,1577,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2812;s:6:\"height\";i:2812;s:4:\"file\";s:38:\"2017/07/TRISUB-10-Front-Screenless.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"TRISUB-10-Front-Screenless-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"TRISUB-10-Front-Screenless-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"TRISUB-10-Front-Screenless-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"TRISUB-10-Front-Screenless-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34430,1578,'_wp_attached_file','2017/07/TRISUB-10-ISO.png'),(34431,1578,'resmushed_quality','92'),(34432,1578,'resmushed_cumulated_original_sizes','4247113'),(34433,1578,'resmushed_cumulated_optimized_sizes','2119847'),(34434,1578,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2326;s:6:\"height\";i:2326;s:4:\"file\";s:25:\"2017/07/TRISUB-10-ISO.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"TRISUB-10-ISO-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"TRISUB-10-ISO-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"TRISUB-10-ISO-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"TRISUB-10-ISO-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34435,1579,'_wp_attached_file','2017/07/TRISUB-10-ISO-Screenless.png'),(34436,1579,'resmushed_quality','92'),(34437,1579,'resmushed_cumulated_original_sizes','4919006'),(34438,1579,'resmushed_cumulated_optimized_sizes','2099020'),(34439,1579,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2326;s:6:\"height\";i:2326;s:4:\"file\";s:36:\"2017/07/TRISUB-10-ISO-Screenless.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"TRISUB-10-ISO-Screenless-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"TRISUB-10-ISO-Screenless-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"TRISUB-10-ISO-Screenless-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"TRISUB-10-ISO-Screenless-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34440,1580,'_wp_attached_file','2017/07/TRISUB-10-Back.png'),(34441,1580,'resmushed_quality','92'),(34442,1580,'resmushed_cumulated_original_sizes','5968536'),(34443,1580,'resmushed_cumulated_optimized_sizes','3213023'),(34444,1580,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2812;s:6:\"height\";i:2812;s:4:\"file\";s:26:\"2017/07/TRISUB-10-Back.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"TRISUB-10-Back-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"TRISUB-10-Back-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"TRISUB-10-Back-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"TRISUB-10-Back-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34445,1581,'_wp_attached_file','2017/07/TRISUB-10-ISO-Back-Screenless.png'),(34446,1581,'resmushed_quality','92'),(34447,1581,'resmushed_cumulated_original_sizes','5793027'),(34448,1581,'resmushed_cumulated_optimized_sizes','2410656'),(34449,1581,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2326;s:6:\"height\";i:2326;s:4:\"file\";s:41:\"2017/07/TRISUB-10-ISO-Back-Screenless.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"TRISUB-10-ISO-Back-Screenless-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"TRISUB-10-ISO-Back-Screenless-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"TRISUB-10-ISO-Back-Screenless-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"TRISUB-10-ISO-Back-Screenless-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34468,1584,'_wp_attached_file','2017/07/TRISUB-8-ISO-SMALL.png'),(34469,1584,'resmushed_quality','92'),(34470,1584,'resmushed_cumulated_original_sizes','41348'),(34471,1584,'resmushed_cumulated_optimized_sizes','24490'),(34472,1584,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:30:\"2017/07/TRISUB-8-ISO-SMALL.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"TRISUB-8-ISO-SMALL-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34703,1042,'resmushed_quality','92'),(34704,1042,'resmushed_cumulated_original_sizes','1389346'),(34705,1042,'resmushed_cumulated_optimized_sizes','1389346'),(34706,1043,'resmushed_quality','92'),(34707,1043,'resmushed_cumulated_original_sizes','1283808'),(34708,1043,'resmushed_cumulated_optimized_sizes','1283808'),(34709,1044,'resmushed_quality','92'),(34710,1044,'resmushed_cumulated_original_sizes','1413689'),(34711,1044,'resmushed_cumulated_optimized_sizes','1413689'),(34712,1056,'resmushed_quality','92'),(34713,1056,'resmushed_cumulated_original_sizes','1133606'),(34714,1056,'resmushed_cumulated_optimized_sizes','1133606'),(34715,1060,'resmushed_quality','92'),(34716,1060,'resmushed_cumulated_original_sizes','1142324'),(34717,1060,'resmushed_cumulated_optimized_sizes','424418'),(34718,1070,'resmushed_quality','92'),(34719,1070,'resmushed_cumulated_original_sizes','883564'),(34720,1070,'resmushed_cumulated_optimized_sizes','883564'),(34721,1071,'resmushed_quality','92'),(34722,1071,'resmushed_cumulated_original_sizes','890906'),(34723,1071,'resmushed_cumulated_optimized_sizes','313141'),(34724,1072,'resmushed_quality','92'),(34725,1072,'resmushed_cumulated_original_sizes','3950743'),(34726,1072,'resmushed_cumulated_optimized_sizes','3950743'),(34727,1099,'resmushed_quality','92'),(34728,1099,'resmushed_cumulated_original_sizes','1894475'),(34729,1099,'resmushed_cumulated_optimized_sizes','1213098'),(34730,1108,'resmushed_quality','92'),(34731,1108,'resmushed_cumulated_original_sizes','1080788'),(34732,1108,'resmushed_cumulated_optimized_sizes','1080788'),(34733,1109,'resmushed_quality','92'),(34734,1109,'resmushed_cumulated_original_sizes','946789'),(34735,1109,'resmushed_cumulated_optimized_sizes','946789'),(34736,1113,'resmushed_quality','92'),(34737,1113,'resmushed_cumulated_original_sizes','1974212'),(34738,1113,'resmushed_cumulated_optimized_sizes','1974212'),(34739,1126,'resmushed_quality','92'),(34740,1126,'resmushed_cumulated_original_sizes','479146'),(34741,1126,'resmushed_cumulated_optimized_sizes','479146'),(34742,1133,'resmushed_quality','92'),(34743,1133,'resmushed_cumulated_original_sizes','1123319'),(34744,1133,'resmushed_cumulated_optimized_sizes','1123319'),(34745,1138,'resmushed_quality','92'),(34746,1138,'resmushed_cumulated_original_sizes','782780'),(34747,1138,'resmushed_cumulated_optimized_sizes','765678'),(34748,1142,'resmushed_quality','92'),(34749,1142,'resmushed_cumulated_original_sizes','2048588'),(34750,1142,'resmushed_cumulated_optimized_sizes','2048588'),(34751,1143,'resmushed_quality','92'),(34752,1143,'resmushed_cumulated_original_sizes','1952112'),(34753,1143,'resmushed_cumulated_optimized_sizes','1682775'),(34754,1145,'resmushed_quality','92'),(34755,1145,'resmushed_cumulated_original_sizes','1627785'),(34756,1145,'resmushed_cumulated_optimized_sizes','1627785'),(34757,1146,'resmushed_quality','92'),(34758,1146,'resmushed_cumulated_original_sizes','817689'),(34759,1146,'resmushed_cumulated_optimized_sizes','817689'),(34760,1147,'resmushed_quality','92'),(34761,1147,'resmushed_cumulated_original_sizes','2124775'),(34762,1147,'resmushed_cumulated_optimized_sizes','2124775'),(34763,1148,'resmushed_quality','92'),(34764,1148,'resmushed_cumulated_original_sizes','2529734'),(34765,1148,'resmushed_cumulated_optimized_sizes','2529734'),(34766,1155,'resmushed_quality','92'),(34767,1155,'resmushed_cumulated_original_sizes','1702779'),(34768,1155,'resmushed_cumulated_optimized_sizes','1702779'),(34769,1165,'resmushed_quality','92'),(34770,1165,'resmushed_cumulated_original_sizes','1290850'),(34771,1165,'resmushed_cumulated_optimized_sizes','1290850'),(34772,1166,'resmushed_quality','92'),(34773,1166,'resmushed_cumulated_original_sizes','1601637'),(34774,1166,'resmushed_cumulated_optimized_sizes','1601637'),(34775,1167,'resmushed_quality','92'),(34776,1167,'resmushed_cumulated_original_sizes','1287951'),(34777,1167,'resmushed_cumulated_optimized_sizes','1287951'),(34778,1172,'resmushed_quality','92'),(34779,1172,'resmushed_cumulated_original_sizes','1805366'),(34780,1172,'resmushed_cumulated_optimized_sizes','1805366'),(34781,1173,'resmushed_quality','92'),(34782,1173,'resmushed_cumulated_original_sizes','1935906'),(34783,1173,'resmushed_cumulated_optimized_sizes','1935906'),(34784,1175,'resmushed_quality','92'),(34785,1175,'resmushed_cumulated_original_sizes','1531649'),(34786,1175,'resmushed_cumulated_optimized_sizes','1531649'),(34787,1177,'resmushed_quality','92'),(34788,1177,'resmushed_cumulated_original_sizes','1563778'),(34789,1177,'resmushed_cumulated_optimized_sizes','1563778'),(34790,1178,'resmushed_quality','92'),(34791,1178,'resmushed_cumulated_original_sizes','1497605'),(34792,1178,'resmushed_cumulated_optimized_sizes','1497605'),(34793,1179,'resmushed_quality','92'),(34794,1179,'resmushed_cumulated_original_sizes','1036393'),(34795,1179,'resmushed_cumulated_optimized_sizes','1036393'),(34796,1182,'resmushed_quality','92'),(34797,1182,'resmushed_cumulated_original_sizes','1558986'),(34798,1182,'resmushed_cumulated_optimized_sizes','1558986'),(34799,1183,'resmushed_quality','92'),(34800,1183,'resmushed_cumulated_original_sizes','1238616'),(34801,1183,'resmushed_cumulated_optimized_sizes','1238616'),(34802,1187,'resmushed_quality','92'),(34803,1187,'resmushed_cumulated_original_sizes','711131'),(34804,1187,'resmushed_cumulated_optimized_sizes','711131'),(34805,1189,'resmushed_quality','92'),(34806,1189,'resmushed_cumulated_original_sizes','1164649'),(34807,1189,'resmushed_cumulated_optimized_sizes','1164649'),(34808,1190,'resmushed_quality','92'),(34809,1190,'resmushed_cumulated_original_sizes','1898173'),(34810,1190,'resmushed_cumulated_optimized_sizes','1898173'),(34811,1195,'resmushed_quality','92'),(34812,1195,'resmushed_cumulated_original_sizes','31901'),(34813,1195,'resmushed_cumulated_optimized_sizes','16990'),(34814,1204,'resmushed_quality','92'),(34815,1204,'resmushed_cumulated_original_sizes','1326960'),(34816,1204,'resmushed_cumulated_optimized_sizes','1326960'),(34817,1237,'resmushed_quality','92'),(34818,1237,'resmushed_cumulated_original_sizes','297148'),(34819,1237,'resmushed_cumulated_optimized_sizes','261902'),(34820,1238,'resmushed_quality','92'),(34821,1238,'resmushed_cumulated_original_sizes','2515859'),(34822,1238,'resmushed_cumulated_optimized_sizes','2515859'),(34823,1241,'resmushed_quality','92'),(34824,1241,'resmushed_cumulated_original_sizes','1579329'),(34825,1241,'resmushed_cumulated_optimized_sizes','557814'),(34826,1242,'resmushed_quality','92'),(34827,1242,'resmushed_cumulated_original_sizes','2007003'),(34828,1242,'resmushed_cumulated_optimized_sizes','743321'),(34829,1259,'resmushed_quality','92'),(34830,1259,'resmushed_cumulated_original_sizes','1337200'),(34831,1259,'resmushed_cumulated_optimized_sizes','1337200'),(34832,1261,'resmushed_quality','92'),(34833,1261,'resmushed_cumulated_original_sizes','2389864'),(34834,1261,'resmushed_cumulated_optimized_sizes','2389864'),(34835,1365,'resmushed_quality','92'),(34836,1365,'resmushed_cumulated_original_sizes','2323928'),(34837,1365,'resmushed_cumulated_optimized_sizes','2323928'),(34838,1366,'resmushed_quality','92'),(34839,1366,'resmushed_cumulated_original_sizes','1880433'),(34840,1366,'resmushed_cumulated_optimized_sizes','1880433'),(34841,1368,'resmushed_quality','92'),(34842,1368,'resmushed_cumulated_original_sizes','580132'),(34843,1368,'resmushed_cumulated_optimized_sizes','580132'),(34844,1369,'resmushed_quality','92'),(34845,1369,'resmushed_cumulated_original_sizes','1922035'),(34846,1369,'resmushed_cumulated_optimized_sizes','1922035'),(34847,1370,'resmushed_quality','92'),(34848,1370,'resmushed_cumulated_original_sizes','1807906'),(34849,1370,'resmushed_cumulated_optimized_sizes','1807906'),(34850,1372,'resmushed_quality','92'),(34851,1372,'resmushed_cumulated_original_sizes','3899478'),(34852,1372,'resmushed_cumulated_optimized_sizes','3899478'),(34853,1374,'resmushed_quality','92'),(34854,1374,'resmushed_cumulated_original_sizes','3915993'),(34855,1374,'resmushed_cumulated_optimized_sizes','3915993'),(34856,1375,'resmushed_quality','92'),(34857,1375,'resmushed_cumulated_original_sizes','4044154'),(34858,1375,'resmushed_cumulated_optimized_sizes','4027252'),(34859,1378,'resmushed_quality','92'),(34860,1378,'resmushed_cumulated_original_sizes','3377135'),(34861,1378,'resmushed_cumulated_optimized_sizes','3377135'),(34862,1381,'resmushed_quality','92'),(34863,1381,'resmushed_cumulated_original_sizes','3507662'),(34864,1381,'resmushed_cumulated_optimized_sizes','3507662'),(34865,1382,'resmushed_quality','92'),(34866,1382,'resmushed_cumulated_original_sizes','420652'),(34867,1382,'resmushed_cumulated_optimized_sizes','420652'),(34868,1383,'resmushed_quality','92'),(34869,1383,'resmushed_cumulated_original_sizes','1306341'),(34870,1383,'resmushed_cumulated_optimized_sizes','1306341'),(34871,1385,'resmushed_quality','92'),(34872,1385,'resmushed_cumulated_original_sizes','1807906'),(34873,1385,'resmushed_cumulated_optimized_sizes','1807906'),(34874,1386,'resmushed_quality','92'),(34875,1386,'resmushed_cumulated_original_sizes','2991579'),(34876,1386,'resmushed_cumulated_optimized_sizes','2991579'),(34877,1390,'resmushed_quality','92'),(34878,1390,'resmushed_cumulated_original_sizes','1473916'),(34879,1390,'resmushed_cumulated_optimized_sizes','1473916'),(34880,1392,'resmushed_quality','92'),(34881,1392,'resmushed_cumulated_original_sizes','1377145'),(34882,1392,'resmushed_cumulated_optimized_sizes','1377145'),(34883,1394,'resmushed_quality','92'),(34884,1394,'resmushed_cumulated_original_sizes','400088'),(34885,1394,'resmushed_cumulated_optimized_sizes','400088'),(34886,1395,'resmushed_quality','92'),(34887,1395,'resmushed_cumulated_original_sizes','2991579'),(34888,1395,'resmushed_cumulated_optimized_sizes','2991579'),(34889,1398,'resmushed_quality','92'),(34890,1398,'resmushed_cumulated_original_sizes','907929'),(34891,1398,'resmushed_cumulated_optimized_sizes','907929'),(34892,1402,'resmushed_quality','92'),(34893,1402,'resmushed_cumulated_original_sizes','816396'),(34894,1402,'resmushed_cumulated_optimized_sizes','816396'),(34895,1404,'resmushed_quality','92'),(34896,1404,'resmushed_cumulated_original_sizes','2416296'),(34897,1404,'resmushed_cumulated_optimized_sizes','2416296'),(34898,1407,'resmushed_quality','92'),(34899,1407,'resmushed_cumulated_original_sizes','2306394'),(34900,1407,'resmushed_cumulated_optimized_sizes','2306394'),(34901,1408,'resmushed_quality','92'),(34902,1408,'resmushed_cumulated_original_sizes','2417240'),(34903,1408,'resmushed_cumulated_optimized_sizes','2417240'),(34904,1412,'resmushed_quality','92'),(34905,1412,'resmushed_cumulated_original_sizes','3708975'),(34906,1412,'resmushed_cumulated_optimized_sizes','3708975'),(34907,1413,'resmushed_quality','92'),(34908,1413,'resmushed_cumulated_original_sizes','3382352'),(34909,1413,'resmushed_cumulated_optimized_sizes','3382352'),(34910,1414,'resmushed_quality','92'),(34911,1414,'resmushed_cumulated_original_sizes','3833769'),(34912,1414,'resmushed_cumulated_optimized_sizes','3833769'),(34913,1415,'resmushed_quality','92'),(34914,1415,'resmushed_cumulated_original_sizes','2833504'),(34915,1415,'resmushed_cumulated_optimized_sizes','2833504'),(34916,1416,'resmushed_quality','92'),(34917,1416,'resmushed_cumulated_original_sizes','3195350'),(34918,1416,'resmushed_cumulated_optimized_sizes','3195350'),(34919,1417,'resmushed_quality','92'),(34920,1417,'resmushed_cumulated_original_sizes','2533316'),(34921,1417,'resmushed_cumulated_optimized_sizes','2533316'),(34922,1419,'resmushed_quality','92'),(34923,1419,'resmushed_cumulated_original_sizes','1038674'),(34924,1419,'resmushed_cumulated_optimized_sizes','1038674'),(34925,1421,'resmushed_quality','92'),(34926,1421,'resmushed_cumulated_original_sizes','3828088'),(34927,1421,'resmushed_cumulated_optimized_sizes','3828088'),(34928,1440,'resmushed_quality','92'),(34929,1440,'resmushed_cumulated_original_sizes','1337815'),(34930,1440,'resmushed_cumulated_optimized_sizes','1337815'),(34931,1454,'resmushed_quality','92'),(34932,1454,'resmushed_cumulated_original_sizes','2312352'),(34933,1454,'resmushed_cumulated_optimized_sizes','2312352'),(34934,1465,'resmushed_quality','92'),(34935,1465,'resmushed_cumulated_original_sizes','2153808'),(34936,1465,'resmushed_cumulated_optimized_sizes','2153808'),(34937,1488,'resmushed_quality','92'),(34938,1488,'resmushed_cumulated_original_sizes','364233'),(34939,1488,'resmushed_cumulated_optimized_sizes','360394'),(34940,1505,'resmushed_quality','92'),(34941,1505,'resmushed_cumulated_original_sizes','62562'),(34942,1505,'resmushed_cumulated_optimized_sizes','62562'),(34943,1510,'resmushed_quality','92'),(34944,1510,'resmushed_cumulated_original_sizes','61183'),(34945,1510,'resmushed_cumulated_optimized_sizes','39234'),(34946,1512,'resmushed_quality','92'),(34947,1512,'resmushed_cumulated_original_sizes','63595'),(34948,1512,'resmushed_cumulated_optimized_sizes','21691'),(34949,1517,'resmushed_quality','92'),(34950,1517,'resmushed_cumulated_original_sizes','481979'),(34951,1517,'resmushed_cumulated_optimized_sizes','292183'),(34952,1520,'resmushed_quality','92'),(34953,1520,'resmushed_cumulated_original_sizes','425481'),(34954,1520,'resmushed_cumulated_optimized_sizes','243713'),(34955,1527,'resmushed_quality','92'),(34956,1527,'resmushed_cumulated_original_sizes','393002'),(34957,1527,'resmushed_cumulated_optimized_sizes','361643'),(34958,1533,'resmushed_quality','92'),(34959,1533,'resmushed_cumulated_original_sizes','194688'),(34960,1533,'resmushed_cumulated_optimized_sizes','178409'),(34961,1540,'resmushed_quality','92'),(34962,1540,'resmushed_cumulated_original_sizes','311002'),(34963,1540,'resmushed_cumulated_optimized_sizes','177256'),(34964,1541,'resmushed_quality','92'),(34965,1541,'resmushed_cumulated_original_sizes','470244'),(34966,1541,'resmushed_cumulated_optimized_sizes','270907'),(34967,1551,'resmushed_quality','92'),(34968,1551,'resmushed_cumulated_original_sizes','499090'),(34969,1551,'resmushed_cumulated_optimized_sizes','334190'),(34970,1553,'resmushed_quality','92'),(34971,1553,'resmushed_cumulated_original_sizes','642069'),(34972,1553,'resmushed_cumulated_optimized_sizes','398566'),(34973,787,'resmushed_quality','92'),(34974,787,'resmushed_cumulated_original_sizes','223621'),(34975,787,'resmushed_cumulated_optimized_sizes','174189'),(35213,1009,'slide_template','default'),(35225,995,'slide_template','default'),(35228,997,'slide_template','default'),(35230,1033,'slide_template','default'),(35233,954,'slide_template','default'),(35253,1590,'_wp_attached_file','2017/10/Warranty-Guarantee2YEAR.png'),(35254,1590,'resmushed_quality','92'),(35255,1590,'resmushed_cumulated_original_sizes','324998'),(35256,1590,'resmushed_cumulated_optimized_sizes','106708'),(35257,1590,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:35:\"2017/10/Warranty-Guarantee2YEAR.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Warranty-Guarantee2YEAR-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Warranty-Guarantee2YEAR-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Warranty-Guarantee2YEAR-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(35258,1591,'_wp_attached_file','2017/10/Warranty-Guarantee1YEAR.png'),(35259,1591,'resmushed_quality','92'),(35260,1591,'resmushed_cumulated_original_sizes','322007'),(35261,1591,'resmushed_cumulated_optimized_sizes','105438'),(35262,1591,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:35:\"2017/10/Warranty-Guarantee1YEAR.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Warranty-Guarantee1YEAR-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Warranty-Guarantee1YEAR-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Warranty-Guarantee1YEAR-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(35263,1592,'_wp_attached_file','2017/10/Warranty-GuaranteeLifeTime.png'),(35264,1592,'resmushed_quality','92'),(35265,1592,'resmushed_cumulated_original_sizes','317862'),(35266,1592,'resmushed_cumulated_optimized_sizes','104262'),(35267,1592,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:38:\"2017/10/Warranty-GuaranteeLifeTime.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Warranty-GuaranteeLifeTime-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Warranty-GuaranteeLifeTime-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Warranty-GuaranteeLifeTime-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(35268,1592,'_wp_attachment_image_alt','Limited Lifetime Warranty'),(35277,609,'resmushed_quality','92'),(35278,609,'resmushed_cumulated_original_sizes','366499'),(35279,609,'resmushed_cumulated_optimized_sizes','354010'),(35280,649,'resmushed_quality','92'),(35281,649,'resmushed_cumulated_original_sizes','159925'),(35282,649,'resmushed_cumulated_optimized_sizes','39957'),(35283,686,'resmushed_quality','92'),(35284,686,'resmushed_cumulated_original_sizes','520233'),(35285,686,'resmushed_cumulated_optimized_sizes','483133'),(35286,774,'resmushed_quality','92'),(35287,774,'resmushed_cumulated_original_sizes','1002701'),(35288,774,'resmushed_cumulated_optimized_sizes','893333'),(35289,777,'resmushed_quality','92'),(35290,777,'resmushed_cumulated_original_sizes','340640'),(35291,777,'resmushed_cumulated_optimized_sizes','164837'),(35292,838,'resmushed_quality','92'),(35293,838,'resmushed_cumulated_original_sizes','53253'),(35294,838,'resmushed_cumulated_optimized_sizes','22989'),(35295,1247,'resmushed_quality','92'),(35296,1247,'resmushed_cumulated_original_sizes','976339'),(35297,1247,'resmushed_cumulated_optimized_sizes','438115'),(35298,523,'resmushed_quality','92'),(35299,523,'resmushed_cumulated_original_sizes','356458'),(35300,523,'resmushed_cumulated_optimized_sizes','321687'),(35301,689,'resmushed_quality','92'),(35302,689,'resmushed_cumulated_original_sizes','450892'),(35303,689,'resmushed_cumulated_optimized_sizes','425965'),(35304,775,'resmushed_quality','92'),(35305,775,'resmushed_cumulated_original_sizes','356458'),(35306,775,'resmushed_cumulated_optimized_sizes','321687'),(35307,843,'resmushed_quality','92'),(35308,843,'resmushed_cumulated_original_sizes','216763'),(35309,843,'resmushed_cumulated_optimized_sizes','183961'),(35310,526,'resmushed_quality','92'),(35311,526,'resmushed_cumulated_original_sizes','1002701'),(35312,526,'resmushed_cumulated_optimized_sizes','893333'),(35313,776,'resmushed_quality','92'),(35314,776,'resmushed_cumulated_original_sizes','355212'),(35315,776,'resmushed_cumulated_optimized_sizes','307502'),(35316,803,'resmushed_quality','92'),(35317,803,'resmushed_cumulated_original_sizes','1328146'),(35318,803,'resmushed_cumulated_optimized_sizes','1321735'),(35319,811,'resmushed_quality','92'),(35320,811,'resmushed_cumulated_original_sizes','2997032'),(35321,811,'resmushed_cumulated_optimized_sizes','2667215'),(35322,812,'resmushed_quality','92'),(35323,812,'resmushed_cumulated_original_sizes','1436444'),(35324,812,'resmushed_cumulated_optimized_sizes','1431728'),(35325,813,'resmushed_quality','92'),(35326,813,'resmushed_cumulated_original_sizes','1344368'),(35327,813,'resmushed_cumulated_optimized_sizes','1339013'),(35329,1086,'slide_template','default'),(35330,1593,'_key1',NULL),(35331,1593,'_key2',NULL),(35332,1593,'_key3',NULL),(35333,1593,'_key4',NULL),(35334,1593,'_key5',NULL),(35335,1593,'_key6',NULL),(35336,1593,'_key7',NULL),(35337,1593,'_key8',NULL),(35338,1593,'_key9',NULL),(35339,1593,'_key10',NULL),(35340,1593,'_key11',NULL),(35341,1593,'_key12',NULL),(35342,1593,'_key13',NULL),(35343,1593,'_key14',NULL),(35344,1593,'_key15',NULL),(35345,1593,'_key16',NULL),(35346,1593,'_key17',NULL),(35347,1593,'_key18',NULL),(35348,1593,'_key19',NULL),(35349,1593,'_key20',NULL),(35350,1593,'imageSliderKey1',NULL),(35351,1593,'imageSliderKey2',NULL),(35352,1593,'imageSliderKey3',NULL),(35353,1593,'imageSliderKey4',NULL),(35354,1593,'imageSliderKey5',NULL),(35355,1593,'imageSliderKey6',NULL),(35356,1593,'imageSliderKey7',NULL),(35357,1593,'imageSliderKey8',NULL),(35358,1593,'imageSliderKey9',NULL),(35359,1593,'imageSliderKey10',NULL),(35360,1593,'imageSliderKey11',NULL),(35361,1593,'imageSliderKey12',NULL),(35362,1593,'imageSliderKey13',NULL),(35363,1593,'imageSliderKey14',NULL),(35364,1593,'imageSliderKey15',NULL),(35365,1593,'imageSliderKey16',NULL),(35366,1593,'imageSliderKey17',NULL),(35367,1593,'imageSliderKey18',NULL),(35368,1593,'imageSliderKey19',NULL),(35369,1593,'imageSliderKey20',NULL),(35370,1593,'imageSliderKey21',NULL),(35371,1593,'imageSliderKey22',NULL),(35372,1593,'imageSliderKey23',NULL),(35373,1593,'imageSliderKey24',NULL),(35374,1593,'imageSliderKey25',NULL),(35375,1593,'imageSliderKey26',NULL),(35376,1593,'imageSliderKey27',NULL),(35377,1593,'imageSliderKey28',NULL),(35378,1593,'imageSliderKey29',NULL),(35379,1593,'imageSliderKey30',NULL),(35380,1593,'individualDescriptionKey1',NULL),(35381,1593,'individualDescriptionKey2',NULL),(35382,1593,'individualDescriptionKey3',NULL),(35383,1593,'individualDescriptionKey4',NULL),(35384,1593,'individualDescriptionKey5',NULL),(35385,1593,'individualDescriptionKey6',NULL),(35386,1593,'individualDescriptionKey7',NULL),(35387,1593,'individualDescriptionKey8',NULL),(35388,1593,'individualDescriptionKey9',NULL),(35389,1593,'individualDescriptionKey10',NULL),(35390,1593,'individualDescriptionKey11',NULL),(35391,1593,'individualDescriptionKey12',NULL),(35392,1593,'individualDescriptionKey13',NULL),(35393,1593,'individualDescriptionKey14',NULL),(35394,1593,'individualDescriptionKey15',NULL),(35395,1593,'individualDescriptionKey16',NULL),(35396,1593,'individualDescriptionKey17',NULL),(35397,1593,'individualDescriptionKey18',NULL),(35398,1593,'individualDescriptionKey19',NULL),(35399,1593,'individualDescriptionKey20',NULL),(35400,1593,'individualDescriptionKey21',NULL),(35401,1593,'individualDescriptionKey22',NULL),(35402,1593,'individualDescriptionKey23',NULL),(35403,1593,'individualDescriptionKey24',NULL),(35404,1593,'individualDescriptionKey25',NULL),(35405,1593,'individualDescriptionKey26',NULL),(35406,1593,'individualDescriptionKey27',NULL),(35407,1593,'individualDescriptionKey28',NULL),(35408,1593,'individualDescriptionKey29',NULL),(35409,1593,'individualDescriptionKey30',NULL),(35410,1593,'individualDescriptionKey31',NULL),(35411,1593,'individualDescriptionKey32',NULL),(35412,1593,'individualDescriptionKey33',NULL),(35413,1593,'individualDescriptionKey34',NULL),(35414,1593,'individualDescriptionKey35',NULL),(35415,1593,'individualDescriptionKey36',NULL),(35416,1593,'individualDescriptionKey37',NULL),(35417,1593,'individualDescriptionKey38',NULL),(35418,1593,'individualDescriptionKey39',NULL),(35419,1593,'individualDescriptionKey40',NULL),(35420,1593,'individualDescriptionKey41',NULL),(35421,1593,'individualDescriptionKey42',NULL),(35422,1593,'individualDescriptionKey43',NULL),(35423,1593,'individualDescriptionKey44',NULL),(35424,1593,'individualDescriptionKey45',NULL),(35425,1593,'individualDescriptionKey46',NULL),(35426,1593,'individualDescriptionKey47',NULL),(35427,1593,'individualDescriptionKey48',NULL),(35428,1593,'individualDescriptionKey49',NULL),(35429,1593,'individualDescriptionKey50',NULL),(35430,1593,'individualDescriptionKey51',NULL),(35431,1593,'individualDescriptionKey52',NULL),(35432,1593,'individualDescriptionKey53',NULL),(35433,1593,'individualDescriptionKey54',NULL),(35434,1593,'individualDescriptionKey55',NULL),(35435,1593,'individualDescriptionKey56',NULL),(35436,1593,'individualDescriptionKey57',NULL),(35437,1593,'individualDescriptionKey58',NULL),(35438,1593,'individualDescriptionKey59',NULL),(35439,1593,'individualDescriptionKey60',NULL),(35440,1593,'individualDescriptionKey61',NULL),(35441,1593,'individualDescriptionKey62',NULL),(35442,1593,'individualDescriptionKey63',NULL),(35443,1593,'individualDescriptionKey64',NULL),(35444,1593,'individualDescriptionKey65',NULL),(35445,1593,'individualDescriptionKey66',NULL),(35446,1593,'individualDescriptionKey67',NULL),(35447,1593,'individualDescriptionKey68',NULL),(35448,1593,'individualDescriptionKey69',NULL),(35449,1593,'individualDescriptionKey70',NULL),(35450,1593,'individualDescriptionKey71',NULL),(35451,1593,'individualDescriptionKey72',NULL),(35452,1593,'individualDescriptionKey73',NULL),(35453,1593,'individualDescriptionKey74',NULL),(35454,1593,'individualDescriptionKey75',NULL),(35455,1593,'individualDescriptionKey76',NULL),(35456,1593,'individualDescriptionKey77',NULL),(35457,1593,'individualDescriptionKey78',NULL),(35458,1593,'individualDescriptionKey79',NULL),(35459,1593,'individualDescriptionKey80',NULL),(35460,1593,'individualDescriptionKey81',NULL),(35461,1593,'individualDescriptionKey82',NULL),(35462,1593,'individualDescriptionKey83',NULL),(35463,1593,'individualDescriptionKey84',NULL),(35464,1593,'individualDescriptionKey85',NULL),(35465,1593,'individualDescriptionKey86',NULL),(35466,1593,'individualDescriptionKey87',NULL),(35467,1593,'individualDescriptionKey88',NULL),(35468,1593,'individualDescriptionKey89',NULL),(35469,1593,'individualDescriptionKey90',NULL),(35470,1593,'individualDescriptionKey91',NULL),(35471,1593,'individualDescriptionKey92',NULL),(35472,1593,'individualDescriptionKey93',NULL),(35473,1593,'individualDescriptionKey94',NULL),(35474,1593,'individualDescriptionKey95',NULL),(35475,1593,'individualDescriptionKey96',NULL),(35476,1593,'individualDescriptionKey97',NULL),(35477,1593,'individualDescriptionKey98',NULL),(35478,1593,'individualDescriptionKey99',NULL),(35479,1593,'individualDescriptionKey100',NULL),(35480,1593,'individualDescriptionKey101',NULL),(35481,1593,'individualDescriptionKey102',NULL),(35482,1593,'individualDescriptionKey103',NULL),(35483,1593,'individualDescriptionKey104',NULL),(35484,1593,'individualDescriptionKey105',NULL),(35485,1593,'individualDescriptionKey106',NULL),(35486,1593,'individualDescriptionKey107',NULL),(35487,1593,'individualDescriptionKey108',NULL),(35488,1593,'individualDescriptionKey109',NULL),(35489,1593,'individualDescriptionKey110',NULL),(35490,1593,'individualDescriptionKey111',NULL),(35491,1593,'individualDescriptionKey112',NULL),(35492,1593,'individualDescriptionKey113',NULL),(35493,1593,'individualDescriptionKey114',NULL),(35494,1593,'individualDescriptionKey115',NULL),(35495,1593,'individualDescriptionKey116',NULL),(35496,1593,'individualDescriptionKey117',NULL),(35497,1593,'individualDescriptionKey118',NULL),(35498,1593,'individualDescriptionKey119',NULL),(35499,1593,'individualDescriptionKey120',NULL),(35500,1593,'individualDescriptionKey121',NULL),(35501,1593,'individualDescriptionKey122',NULL),(35502,1593,'individualDescriptionKey123',NULL),(35503,1593,'individualDescriptionKey124',NULL),(35504,1593,'individualDescriptionKey125',NULL),(35505,1593,'individualDescriptionKey126',NULL),(35506,1593,'individualDescriptionKey127',NULL),(35507,1593,'individualDescriptionKey128',NULL),(35508,1593,'individualDescriptionKey129',NULL),(35509,1593,'individualDescriptionKey130',NULL),(35510,1593,'individualDescriptionKey131',NULL),(35511,1593,'individualDescriptionKey132',NULL),(35512,1593,'individualDescriptionKey133',NULL),(35513,1593,'individualDescriptionKey134',NULL),(35514,1593,'individualDescriptionKey135',NULL),(35515,1593,'individualDescriptionKey136',NULL),(35516,1593,'individualDescriptionKey137',NULL),(35517,1593,'individualDescriptionKey138',NULL),(35518,1593,'individualDescriptionKey139',NULL),(35519,1593,'individualDescriptionKey140',NULL),(35520,1593,'individualDescriptionKey141',NULL),(35521,1593,'individualDescriptionKey142',NULL),(35522,1593,'individualDescriptionKey143',NULL),(35523,1593,'individualDescriptionKey144',NULL),(35524,1593,'individualDescriptionKey145',NULL),(35525,1593,'individualDescriptionKey146',NULL),(35526,1593,'individualDescriptionKey147',NULL),(35527,1593,'individualDescriptionKey148',NULL),(35528,1593,'individualDescriptionKey149',NULL),(35529,1593,'individualDescriptionKey150',NULL),(35530,1593,'individualDescriptionKey151',NULL),(35531,1593,'individualDescriptionKey152',NULL),(35532,1593,'individualDescriptionKey153',NULL),(35533,1593,'individualDescriptionKey154',NULL),(35534,1593,'individualDescriptionKey155',NULL),(35535,1593,'individualDescriptionKey156',NULL),(35536,1593,'individualDescriptionKey157',NULL),(35537,1593,'individualDescriptionKey158',NULL),(35538,1593,'individualDescriptionKey159',NULL),(35539,1593,'individualDescriptionKey160',NULL),(35540,1593,'individualDescriptionKey161',NULL),(35541,1593,'individualDescriptionKey162',NULL),(35542,1593,'individualDescriptionKey163',NULL),(35543,1593,'individualDescriptionKey164',NULL),(35544,1593,'individualDescriptionKey165',NULL),(35545,1593,'individualDescriptionKey166',NULL),(35546,1593,'individualDescriptionKey167',NULL),(35547,1593,'individualDescriptionKey168',NULL),(35548,1593,'individualDescriptionKey169',NULL),(35549,1593,'individualDescriptionKey170',NULL),(35550,1593,'individualDescriptionKey171',NULL),(35551,1593,'individualDescriptionKey172',NULL),(35552,1593,'individualDescriptionKey173',NULL),(35553,1593,'individualDescriptionKey174',NULL),(35554,1593,'individualDescriptionKey175',NULL),(35555,1593,'individualDescriptionKey176',NULL),(35556,1593,'individualDescriptionKey177',NULL),(35557,1593,'individualDescriptionKey178',NULL),(35558,1593,'individualDescriptionKey179',NULL),(35559,1593,'individualDescriptionKey180',NULL); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL DEFAULT 'publish', `comment_status` varchar(20) NOT NULL DEFAULT 'open', `ping_status` varchar(20) NOT NULL DEFAULT 'open', `post_password` varchar(20) NOT NULL DEFAULT '', `post_name` varchar(200) NOT NULL DEFAULT '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=1594 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (71,1,'2015-11-17 17:40:35','2015-11-17 17:40:35','','test','','publish','closed','closed','','test','','','2015-11-17 17:41:11','2015-11-17 17:41:11','',0,'http://elura.audio/?post_type=_pods_pod&p=71',0,'_pods_pod','',0),(198,1,'2015-11-20 17:41:36','2015-11-20 17:41:36','This is my post.','','','publish','closed','closed','','198','','','2015-11-20 17:41:36','2015-11-20 17:41:36','',0,'http://elura.audio/2015/11/20/198/',0,'booking','',0),(199,1,'2015-11-20 17:41:37','2015-11-20 17:41:37','This is my post.','','','publish','closed','closed','','199','','','2015-11-20 17:41:37','2015-11-20 17:41:37','',0,'http://elura.audio/2015/11/20/199/',0,'booking','',0),(497,1,'2015-12-01 22:17:21','2015-12-01 22:17:21','<h1>Details:( Please Do not edit this informational area )</h1>\r\nThe contents in this area do not change or gets displayed.\r\n\r\nUse the Image Slider Template to display the category information.\r\n\r\nImage Slider Template has 3 sliding background images and 3 background images.\r\n\r\nTo edit this page, please fill in the Image Slider Template below.\r\n\r\nTo create a new Category Page, please contact the programmers, since the pages are static. On the other hand , the posts are dynamic since they fall under category.','IN-CEILING SPEAKERS','','publish','closed','closed','','in-ceiling-speakers','','','2016-02-17 21:27:23','2016-02-17 21:27:23','',0,'http://elura.audio/?page_id=497',2,'page','',0),(498,1,'2015-12-01 22:17:21','2015-12-01 22:17:21','','Home Page','','inherit','closed','closed','','497-revision-v1','','','2015-12-01 22:17:21','2015-12-01 22:17:21','',497,'http://elura.audio/497-revision-v1/',0,'revision','',0),(519,1,'2015-12-02 15:46:59','2015-12-02 15:46:59','','IR_2','','inherit','open','closed','','ir_2','','','2015-12-02 16:25:20','2015-12-02 16:25:20','',558,'http://elura.audio/wp-content/uploads/2015/12/IR_2.jpg',0,'attachment','image/jpeg',0),(521,1,'2015-12-02 15:47:03','2015-12-02 15:47:03','','IS_Pic_1','','inherit','open','closed','','is_pic_1','','','2015-12-02 16:30:31','2015-12-02 16:30:31','',0,'http://elura.audio/wp-content/uploads/2015/12/IS_Pic_1.jpg',0,'attachment','image/jpeg',0),(522,1,'2015-12-02 15:47:06','2015-12-02 15:47:06','','IS_Product_Pic','','inherit','open','closed','','is_product_pic','','','2015-12-02 15:56:44','2015-12-02 15:56:44','',551,'http://elura.audio/wp-content/uploads/2015/12/IS_Product_Pic.jpg',0,'attachment','image/jpeg',0),(523,1,'2015-12-02 15:47:08','2015-12-02 15:47:08','','New_Updated_Electronics_Parallax_Amp__040332_051248','','inherit','open','closed','','new_updated_electronics_parallax_amp__040332_051248','','','2015-12-02 16:21:27','2015-12-02 16:21:27','',558,'http://elura.audio/wp-content/uploads/2015/12/New_Updated_Electronics_Parallax_Amp__040332_051248.jpg',0,'attachment','image/jpeg',0),(526,1,'2015-12-02 15:47:16','2015-12-02 15:47:16','','Rocks-Mariners-Extreme_Product_Shot_1_060335','','inherit','open','closed','','rocks-mariners-extreme_product_shot_1_060335','','','2015-12-02 16:19:34','2015-12-02 16:19:34','',556,'http://elura.audio/wp-content/uploads/2015/12/Rocks-Mariners-Extreme_Product_Shot_1_060335.jpg',0,'attachment','image/jpeg',0),(528,1,'2015-12-02 15:47:23','2015-12-02 15:47:23','','SLS_Pic_1','','inherit','open','closed','','sls_pic_1','','','2015-12-02 16:30:51','2015-12-02 16:30:51','',0,'http://elura.audio/wp-content/uploads/2015/12/SLS_Pic_1.jpg',0,'attachment','image/jpeg',0),(530,1,'2015-12-02 15:47:28','2015-12-02 15:47:28','','sonamp_header_copy_081247','','inherit','open','closed','','sonamp_header_copy_081247','','','2015-12-02 16:22:16','2015-12-02 16:22:16','',558,'http://elura.audio/wp-content/uploads/2015/12/sonamp_header_copy_081247.jpg',0,'attachment','image/jpeg',0),(533,1,'2015-12-02 15:47:34','2015-12-02 15:47:34','','Sonarray_Parallax_060342','','inherit','open','closed','','sonarray_parallax_060342','','','2015-12-02 16:17:05','2015-12-02 16:17:05','',556,'http://elura.audio/wp-content/uploads/2015/12/Sonarray_Parallax_060342.jpg',0,'attachment','image/jpeg',0),(534,1,'2015-12-02 15:47:38','2015-12-02 15:47:38','','Sonarray_Product_Shot','','inherit','open','closed','','sonarray_product_shot','','','2015-12-02 16:19:13','2015-12-02 16:19:13','',556,'http://elura.audio/wp-content/uploads/2015/12/Sonarray_Product_Shot.jpg',0,'attachment','image/jpeg',0),(540,1,'2015-12-02 15:47:52','2015-12-02 15:47:52','','70V_Pic_1','','inherit','open','closed','','70v_pic_1','','','2015-12-02 16:32:15','2015-12-02 16:32:15','',0,'http://elura.audio/wp-content/uploads/2015/12/70V_Pic_1.jpg',0,'attachment','image/jpeg',0),(541,1,'2015-12-02 15:47:54','2015-12-02 15:47:54','','AS_Parallax_Shot_Desktop','','inherit','open','closed','','as_parallax_shot_desktop-3','','','2015-12-02 15:53:35','2015-12-02 15:53:35','',551,'http://elura.audio/wp-content/uploads/2015/12/AS_Parallax_Shot_Desktop.jpg',0,'attachment','image/jpeg',0),(544,1,'2015-12-02 15:48:00','2015-12-02 15:48:00','','Cinema_Series_Shot','','inherit','open','closed','','cinema_series_shot','','','2015-12-02 16:11:32','2015-12-02 16:11:32','',497,'http://elura.audio/wp-content/uploads/2015/12/Cinema_Series_Shot.jpg',0,'attachment','image/jpeg',0),(545,1,'2015-12-02 15:48:02','2015-12-02 15:48:02','','Commercial_070312','','inherit','open','closed','','commercial_070312','','','2015-12-02 16:28:31','2015-12-02 16:28:31','',0,'http://elura.audio/wp-content/uploads/2015/12/Commercial_070312.jpg',0,'attachment','image/jpeg',0),(546,1,'2015-12-02 15:48:05','2015-12-02 15:48:05','','Commercial_Slides-02_040438','','inherit','open','closed','','commercial_slides-02_040438','','','2015-12-02 16:29:47','2015-12-02 16:29:47','',0,'http://elura.audio/wp-content/uploads/2015/12/Commercial_Slides-02_040438.jpg',0,'attachment','image/jpeg',0),(551,1,'2015-12-02 15:50:29','2015-12-02 15:50:29','<h1>Details:( Please Do not edit this informational area )</h1>\r\nThe contents in this area do not change or gets displayed.\r\n\r\nUse the Image Slider Template to display the category information.\r\n\r\nImage Slider Template has 3 sliding background images and 3 background images.\r\n\r\nTo edit this page, please fill in the Image Slider Template below.\r\n\r\nTo create a new Category Page, please contact the programmers, since the pages are static. On the other hand , the posts are dynamic since they fall under category.','IN-WALL SPEAKERS','','publish','closed','closed','','in-wall-speakers','','','2016-02-19 18:32:32','2016-02-19 18:32:32','',0,'http://elura.audio/?page_id=551',1,'page','',0),(552,1,'2015-12-02 15:50:29','2015-12-02 15:50:29','','In-wall and In-ceiling','','inherit','closed','closed','','551-revision-v1','','','2015-12-02 15:50:29','2015-12-02 15:50:29','',551,'http://elura.audio/551-revision-v1/',0,'revision','',0),(554,1,'2015-12-02 16:12:38','2015-12-02 16:12:38','','Soundbar2_120343','','inherit','open','closed','','soundbar2_120343-2','','','2015-12-02 16:12:38','2015-12-02 16:12:38','',497,'http://elura.audio/wp-content/uploads/2015/12/Soundbar2_1203431.jpg',0,'attachment','image/jpeg',0),(555,1,'2015-12-02 16:14:47','2015-12-02 16:14:47','','Home Theater','','inherit','closed','closed','','497-revision-v1','','','2015-12-02 16:14:47','2015-12-02 16:14:47','',497,'http://elura.audio/497-revision-v1/',0,'revision','',0),(556,1,'2015-12-02 16:20:12','2015-12-02 16:20:12','<h1>Details:( Please Do not edit this informational area )</h1>\r\nThe contents in this area do not change or gets displayed.\r\n\r\nUse the Image Slider Template to display the category information.\r\n\r\nImage Slider Template has 4 sliding background images and 3 background images.\r\n\r\nTo edit this page, please fill in the Image Slider Template below.\r\n\r\nTo create a new Category Page, please contact the programmers, since the pages are static. On the other hand , the posts are dynamic since they fall under category.','SUBWOOFERS','','publish','closed','closed','','subwoofers','','','2016-02-19 18:31:25','2016-02-19 18:31:25','',0,'http://elura.audio/?page_id=556',5,'page','',0),(557,1,'2015-12-02 16:20:12','2015-12-02 16:20:12','','Outdoor','','inherit','closed','closed','','556-revision-v1','','','2015-12-02 16:20:12','2015-12-02 16:20:12','',556,'http://elura.audio/556-revision-v1/',0,'revision','',0),(558,1,'2015-12-02 16:27:23','2015-12-02 16:27:23','<h1>Details:( Please Do not edit this informational area )</h1>\r\nThe contents in this area do not change or gets displayed.\r\n\r\nUse the Image Slider Template to display the category information.\r\n\r\nImage Slider Template has 3 sliding background images and 3 background images.\r\n\r\nTo edit this page, please fill in the Image Slider Template below.\r\n\r\nTo create a new Category Page, please contact the programmers, since the pages are static. On the other hand , the posts are dynamic since they fall under category.','OUTDOOR SPEAKERS','','publish','closed','closed','','outdoor','','','2016-02-17 15:12:16','2016-02-17 15:12:16','',0,'http://elura.audio/?page_id=558',3,'page','',0),(559,1,'2015-12-02 16:27:23','2015-12-02 16:27:23','','Electronics','','inherit','closed','closed','','558-revision-v1','','','2015-12-02 16:27:23','2015-12-02 16:27:23','',558,'http://elura.audio/558-revision-v1/',0,'revision','',0),(562,1,'2015-12-02 16:37:54','2015-12-02 16:37:54','<div class=\"col-md-12\">\r\n<h1></h1>\r\n<div class=\"col-md-8\">\r\n<h2><strong><u>Elura: The History Behind the Brand</u></strong></h2>\r\nElura was founded by two brothers, Mark Fukuda and his younger brother Ainslie. Elura was born out of their quest to find a great sounding speaker in an industry saturated with fancy design gimmicks and marketing hype. Their journey began in 1988 when they started tuning their own audio systems to compete against the best car audio systems in the world. From 1988-1996 the Fukuda brothers remained consecutively undefeated winning 11 National, and 6 World championships for sound and installation quality reaching the pinnacle of the car audio industry. Their achievements in the car audio industry remain a feat unequaled by anyone today. The Fukuda brothers’ obsession for perfection, and their 54+ years of combined audio experience remains the foundation of what sets Elura apart from the competition.\r\n\r\nThe Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. Since there wasn’t a speaker that met their demanding standards they decided to produce a series of speakers that sounded as true to an original studio recording as possible.\r\n\r\nTheir goal became creating a speaker that out of the box sounded as if the musician were playing right in front of you. Today, Elura enjoys tremendous success driven by a simple philosophy: <em>“</em>exceptional sound out of the box without compromise<em>”.</em>\r\n\r\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavyweights in the industry. Sonance was very impressed with Red Label, stating that they outperformed speakers that cost two to three times more. The favorable assessment on Red Label peaked Sonance’s interest, which resulted in a collaborative effort between Elura and Sonance to create an amazing product. Two years later, Elura Blue Label was born with the release of a series of 7 speakers that blew away the competition.\r\n<p style=\"padding-left: 30px;\"><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals.”</em></p>\r\n<p>-Rob Roland, Dana Innovations EVP and Chief Technology Officer</p>\r\n\r\n</div>\r\n<div class=\"col-md-1\"></div>\r\n<div class=\"col-md-3\">\r\n\r\n<h2> </h2>\r\n<p><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" /></P>\r\n\r\n\r\n<p><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" /></p>\r\n\r\n\r\n<p><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" /></p>\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','publish','closed','closed','','company','','','2016-02-19 15:24:50','2016-02-19 15:24:50','',0,'http://elura.audio/?page_id=562',6,'page','',0),(564,1,'2015-12-02 16:37:54','2015-12-02 16:37:54','','company','','inherit','closed','closed','','562-revision-v1','','','2015-12-02 16:37:54','2015-12-02 16:37:54','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(565,1,'2015-12-02 16:48:03','2015-12-02 16:48:03','This is the static front page. Its details are edited through editing the Front Page Template\r\n<h2></h2>','Front Page','','publish','closed','closed','','front-page','','','2016-03-03 16:06:45','2016-03-03 16:06:45','',0,'http://elura.audio/?page_id=565',0,'page','',0),(566,1,'2015-12-02 16:48:03','2015-12-02 16:48:03','','Front Page','','inherit','closed','closed','','565-revision-v1','','','2015-12-02 16:48:03','2015-12-02 16:48:03','',565,'http://elura.audio/565-revision-v1/',0,'revision','',0),(577,1,'2015-12-02 17:49:43','2015-12-02 17:49:43','','Invisible_Series_04_040401','','inherit','open','closed','','invisible_series_04_040401','','','2015-12-02 17:49:43','2015-12-02 17:49:43','',0,'http://elura.audio/wp-content/uploads/2015/12/Invisible_Series_04_040401.jpg',0,'attachment','image/jpeg',0),(604,1,'2015-12-02 20:38:08','2015-12-02 20:38:08','','Performance_3_ALT_060303','','inherit','open','closed','','performance_3_alt_060303','','','2015-12-02 20:38:08','2015-12-02 20:38:08','',0,'http://elura.audio/wp-content/uploads/2015/12/Performance_3_ALT_060303.jpg',0,'attachment','image/jpeg',0),(607,1,'2015-12-02 20:40:20','2015-12-02 20:40:20','','soundbarperformance','','inherit','open','closed','','soundbarperformance','','','2015-12-02 20:40:20','2015-12-02 20:40:20','',0,'http://elura.audio/wp-content/uploads/2015/12/soundbarperformance.png',0,'attachment','image/png',0),(608,1,'2015-12-02 20:41:11','2015-12-02 20:41:11','','Soundbar-Slides-06_050404','','inherit','open','closed','','soundbar-slides-06_050404','','','2015-12-02 20:41:11','2015-12-02 20:41:11','',0,'http://elura.audio/wp-content/uploads/2015/12/Soundbar-Slides-06_050404.jpg',0,'attachment','image/jpeg',0),(609,1,'2015-12-02 20:41:57','2015-12-02 20:41:57','','woofer_110332','','inherit','open','closed','','woofer_110332','','','2015-12-02 20:41:57','2015-12-02 20:41:57','',0,'http://elura.audio/wp-content/uploads/2015/12/woofer_110332.jpg',0,'attachment','image/jpeg',0),(610,1,'2015-12-02 20:42:38','2015-12-02 20:42:38','','Performance_2_1','','inherit','open','closed','','performance_2_1','','','2015-12-02 20:42:38','2015-12-02 20:42:38','',0,'http://elura.audio/wp-content/uploads/2015/12/Performance_2_1.jpg',0,'attachment','image/jpeg',0),(614,1,'2015-12-02 20:50:33','2015-12-02 20:50:33','','subwooferbackground','','inherit','open','closed','','subwooferbackground','','','2015-12-02 20:50:33','2015-12-02 20:50:33','',0,'http://elura.audio/wp-content/uploads/2015/12/subwooferbackground.png',0,'attachment','image/png',0),(617,1,'2015-12-02 20:52:43','2015-12-02 20:52:43','','In-Wall_Aesthetics','','inherit','open','closed','','in-wall_aesthetics','','','2015-12-02 20:52:43','2015-12-02 20:52:43','',0,'http://elura.audio/wp-content/uploads/2015/12/In-Wall_Aesthetics.jpg',0,'attachment','image/jpeg',0),(618,1,'2015-12-02 20:53:24','2015-12-02 20:53:24','','Sub_Amp_120355','','inherit','open','closed','','sub_amp_120355','','','2015-12-02 20:53:24','2015-12-02 20:53:24','',0,'http://elura.audio/wp-content/uploads/2015/12/Sub_Amp_120355.jpg',0,'attachment','image/jpeg',0),(626,1,'2015-12-02 20:58:23','2015-12-02 20:58:23','','Performance_6','','inherit','open','closed','','performance_6','','','2015-12-02 20:58:23','2015-12-02 20:58:23','',0,'http://elura.audio/wp-content/uploads/2015/12/Performance_6.jpg',0,'attachment','image/jpeg',0),(627,1,'2015-12-02 20:59:11','2015-12-02 20:59:11','','Performance_3_070346','','inherit','open','closed','','performance_3_070346','','','2015-12-02 20:59:11','2015-12-02 20:59:11','',0,'http://elura.audio/wp-content/uploads/2015/12/Performance_3_070346.jpg',0,'attachment','image/jpeg',0),(630,1,'2015-12-02 21:01:37','2015-12-02 21:01:37','','sonnaraybackground','','inherit','open','closed','','sonnaraybackground','','','2015-12-02 21:01:37','2015-12-02 21:01:37','',0,'http://elura.audio/wp-content/uploads/2015/12/sonnaraybackground.png',0,'attachment','image/png',0),(631,1,'2015-12-02 21:02:49','2015-12-02 21:02:49','','Sonarray_Slides-04_050429','','inherit','open','closed','','sonarray_slides-04_050429','','','2015-12-02 21:02:49','2015-12-02 21:02:49','',0,'http://elura.audio/wp-content/uploads/2015/12/Sonarray_Slides-04_050429.jpg',0,'attachment','image/jpeg',0),(646,1,'2015-12-02 22:15:48','2015-12-02 22:15:48','','dsp_icon_091235','','inherit','open','closed','','dsp_icon_091235','','','2015-12-02 22:15:48','2015-12-02 22:15:48','',0,'http://elura.audio/wp-content/uploads/2015/12/dsp_icon_091235.jpg',0,'attachment','image/jpeg',0),(647,1,'2015-12-02 22:16:09','2015-12-02 22:16:09','','dig_icon_091210','','inherit','open','closed','','dig_icon_091210','','','2015-12-02 22:16:09','2015-12-02 22:16:09','',0,'http://elura.audio/wp-content/uploads/2015/12/dig_icon_091210.jpg',0,'attachment','image/jpeg',0),(648,1,'2015-12-02 22:17:49','2015-12-02 22:17:49','','sonamp_header_copy_071204','','inherit','open','closed','','sonamp_header_copy_071204','','','2015-12-02 22:17:49','2015-12-02 22:17:49','',0,'http://elura.audio/wp-content/uploads/2015/12/sonamp_header_copy_071204.jpg',0,'attachment','image/jpeg',0),(649,1,'2015-12-02 22:18:26','2015-12-02 22:18:26','','density2_071253','','inherit','open','closed','','density2_071253','','','2015-12-02 22:18:26','2015-12-02 22:18:26','',0,'http://elura.audio/wp-content/uploads/2015/12/density2_071253.jpg',0,'attachment','image/jpeg',0),(650,1,'2015-12-02 22:19:02','2015-12-02 22:19:02','','rack_071255','','inherit','open','closed','','rack_071255','','','2015-12-02 22:19:02','2015-12-02 22:19:02','',0,'http://elura.audio/wp-content/uploads/2015/12/rack_071255.jpg',0,'attachment','image/jpeg',0),(654,1,'2015-12-02 22:23:07','2015-12-02 22:23:07','','volumecontrols','','inherit','open','closed','','volumecontrols','','','2015-12-02 22:23:07','2015-12-02 22:23:07','',0,'http://elura.audio/wp-content/uploads/2015/12/volumecontrols.png',0,'attachment','image/png',0),(655,1,'2015-12-02 22:24:21','2015-12-02 22:24:21','','SSVC_Slides-01_ALT_050443','','inherit','open','closed','','ssvc_slides-01_alt_050443','','','2015-12-02 22:24:21','2015-12-02 22:24:21','',0,'http://elura.audio/wp-content/uploads/2015/12/SSVC_Slides-01_ALT_050443.jpg',0,'attachment','image/jpeg',0),(658,1,'2015-12-02 22:27:31','2015-12-02 22:27:31','','irbackground','','inherit','open','closed','','irbackground','','','2015-12-02 22:27:31','2015-12-02 22:27:31','',0,'http://elura.audio/wp-content/uploads/2015/12/irbackground.png',0,'attachment','image/png',0),(668,1,'2015-12-02 22:36:33','2015-12-02 22:36:33','','IS_Commercial_Slides-01_050418','','inherit','open','closed','','is_commercial_slides-01_050418','','','2015-12-02 22:36:33','2015-12-02 22:36:33','',0,'http://elura.audio/wp-content/uploads/2015/12/IS_Commercial_Slides-01_050418.jpg',0,'attachment','image/jpeg',0),(670,1,'2015-12-02 22:38:34','2015-12-02 22:38:34','','isc_Performance_2','','inherit','open','closed','','isc_performance_2','','','2015-12-02 22:38:34','2015-12-02 22:38:34','',0,'http://elura.audio/wp-content/uploads/2015/12/isc_Performance_2.jpg',0,'attachment','image/jpeg',0),(674,1,'2015-12-02 23:02:11','2015-12-02 23:02:11','','CTCMFMbackground','','inherit','open','closed','','ctcmfmbackground','','','2015-12-02 23:02:11','2015-12-02 23:02:11','',0,'http://elura.audio/wp-content/uploads/2015/12/CTCMFMbackground.png',0,'attachment','image/png',0),(682,1,'2015-12-02 23:17:17','2015-12-02 23:17:17','','CCS_110325','','inherit','open','closed','','ccs_110325','','','2015-12-02 23:17:17','2015-12-02 23:17:17','',0,'http://elura.audio/wp-content/uploads/2015/12/CCS_110325.jpg',0,'attachment','image/jpeg',0),(683,1,'2015-12-02 23:18:55','2015-12-02 23:18:55','','TRUFIG_110359','','inherit','open','closed','','trufig_110359','','','2015-12-02 23:18:55','2015-12-02 23:18:55','',0,'http://elura.audio/wp-content/uploads/2015/12/TRUFIG_110359.jpg',0,'attachment','image/jpeg',0),(686,1,'2015-12-02 23:21:22','2015-12-02 23:21:22','','SLS_CEDIA_100322','','inherit','open','closed','','sls_cedia_100322','','','2015-12-02 23:21:22','2015-12-02 23:21:22','',0,'http://elura.audio/wp-content/uploads/2015/12/SLS_CEDIA_100322.jpg',0,'attachment','image/jpeg',0),(687,1,'2015-12-02 23:21:51','2015-12-02 23:21:51','','Press_Artistic_6_030409','','inherit','open','closed','','press_artistic_6_030409','','','2015-12-02 23:21:51','2015-12-02 23:21:51','',0,'http://elura.audio/wp-content/uploads/2015/12/Press_Artistic_6_030409.jpg',0,'attachment','image/jpeg',0),(688,1,'2015-12-02 23:22:25','2015-12-02 23:22:25','','Press_Artistic_2_110304','','inherit','open','closed','','press_artistic_2_110304','','','2015-12-02 23:22:25','2015-12-02 23:22:25','',0,'http://elura.audio/wp-content/uploads/2015/12/Press_Artistic_2_110304.jpg',0,'attachment','image/jpeg',0),(689,1,'2015-12-02 23:27:53','2015-12-02 23:27:53','','Press_top_shot_edited_050319','','inherit','open','closed','','press_top_shot_edited_050319','','','2015-12-02 23:27:53','2015-12-02 23:27:53','',0,'http://elura.audio/wp-content/uploads/2015/12/Press_top_shot_edited_050319.jpg',0,'attachment','image/jpeg',0),(691,1,'2015-12-02 23:54:02','2015-12-02 23:54:02','This is the Search Page. Any changes made in this area will not be view-able . Do not edit this page','Search','','publish','closed','closed','','search','','','2016-01-26 15:18:18','2016-01-26 15:18:18','',0,'http://elura.audio/?page_id=691',0,'page','',0),(692,1,'2015-12-02 23:54:02','2015-12-02 23:54:02','','search','','inherit','closed','closed','','691-revision-v1','','','2015-12-02 23:54:02','2015-12-02 23:54:02','',691,'http://elura.audio/691-revision-v1/',0,'revision','',0),(695,1,'2015-12-03 15:04:46','2015-12-03 15:04:46','','invisibleseriesbackground','','inherit','open','closed','','invisibleseriesbackground','','','2015-12-03 15:04:46','2015-12-03 15:04:46','',0,'http://elura.audio/wp-content/uploads/2015/12/invisibleseriesbackground.png',0,'attachment','image/png',0),(705,1,'2015-12-03 15:17:57','2015-12-03 15:17:57','','speakerselectbackground','','inherit','open','closed','','speakerselectbackground','','','2015-12-03 15:17:57','2015-12-03 15:17:57','',0,'http://elura.audio/wp-content/uploads/2015/12/speakerselectbackground.png',0,'attachment','image/png',0),(706,1,'2015-12-03 15:18:56','2015-12-03 15:18:56','','volume','','inherit','open','closed','','volume','','','2015-12-03 15:18:56','2015-12-03 15:18:56','',0,'http://elura.audio/wp-content/uploads/2015/12/volume.png',0,'attachment','image/png',0),(709,1,'2015-12-03 15:23:55','2015-12-03 15:23:55','','dspdigital','','inherit','open','closed','','dspdigital','','','2015-12-03 15:23:55','2015-12-03 15:23:55','',0,'http://elura.audio/wp-content/uploads/2015/12/dspdigital.png',0,'attachment','image/png',0),(727,1,'2015-12-03 17:50:52','2015-12-03 17:50:52','','In wall and In ceiling','','inherit','closed','closed','','551-revision-v1','','','2015-12-03 17:50:52','2015-12-03 17:50:52','',551,'http://elura.audio/551-revision-v1/',0,'revision','',0),(728,1,'2015-12-03 17:51:06','2015-12-03 17:51:06','','Company','','inherit','closed','closed','','562-revision-v1','','','2015-12-03 17:51:06','2015-12-03 17:51:06','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(729,1,'2015-12-03 17:51:25','2015-12-03 17:51:25','','Search','','inherit','closed','closed','','691-revision-v1','','','2015-12-03 17:51:25','2015-12-03 17:51:25','',691,'http://elura.audio/691-revision-v1/',0,'revision','',0),(732,1,'2015-12-03 19:26:06','2015-12-03 19:26:06','','SLS_Bottom_Animation_050307','','inherit','open','closed','','sls_bottom_animation_050307','','','2015-12-03 19:26:06','2015-12-03 19:26:06','',0,'http://elura.audio/wp-content/uploads/2015/12/SLS_Bottom_Animation_050307.gif',0,'attachment','image/gif',0),(733,1,'2015-12-03 19:28:31','2015-12-03 19:28:31','','invisibleseriesvideoimage','','inherit','open','closed','','invisibleseriesvideoimage','','','2015-12-03 19:28:31','2015-12-03 19:28:31','',0,'http://elura.audio/wp-content/uploads/2015/12/invisibleseriesvideoimage.png',0,'attachment','image/png',0),(734,1,'2015-12-03 19:30:46','2015-12-03 19:30:46','','IS_Bottom_Asset_090355','','inherit','open','closed','','is_bottom_asset_090355','','','2015-12-03 19:30:46','2015-12-03 19:30:46','',0,'http://elura.audio/wp-content/uploads/2015/12/IS_Bottom_Asset_090355.gif',0,'attachment','image/gif',0),(740,1,'2015-12-18 22:45:48','2015-12-18 22:45:48','','SUBWOOFERS','','inherit','closed','closed','','556-revision-v1','','','2015-12-18 22:45:48','2015-12-18 22:45:48','',556,'http://elura.audio/556-revision-v1/',0,'revision','',0),(741,1,'2015-12-18 22:46:38','2015-12-18 22:46:38','','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2015-12-18 22:46:38','2015-12-18 22:46:38','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(743,1,'2015-12-18 22:48:10','2015-12-18 22:48:10','','IN-WALL SPEAKERS','','inherit','closed','closed','','551-revision-v1','','','2015-12-18 22:48:10','2015-12-18 22:48:10','',551,'http://elura.audio/551-revision-v1/',0,'revision','',0),(744,1,'2015-12-18 22:48:45','2015-12-18 22:48:45','','IN-CEILING SPEAKERS','','inherit','closed','closed','','497-revision-v1','','','2015-12-18 22:48:45','2015-12-18 22:48:45','',497,'http://elura.audio/497-revision-v1/',0,'revision','',0),(745,1,'2015-12-18 22:49:22','2015-12-18 22:49:22','','OUTDOOR','','inherit','closed','closed','','558-revision-v1','','','2015-12-18 22:49:22','2015-12-18 22:49:22','',558,'http://elura.audio/558-revision-v1/',0,'revision','',0),(748,1,'2015-12-22 21:10:20','2015-12-22 21:10:20','','elurabkgrnd2','','inherit','open','closed','','elurabkgrnd2','','','2015-12-22 21:10:20','2015-12-22 21:10:20','',0,'http://elura.audio/wp-content/uploads/2015/12/elurabkgrnd2.png',0,'attachment','image/png',0),(749,1,'2015-12-22 21:10:39','2015-12-22 21:10:39','','elura3spkr','','inherit','open','closed','','elura3spkr','','','2015-12-22 21:10:39','2015-12-22 21:10:39','',0,'http://elura.audio/wp-content/uploads/2015/12/elura3spkr.png',0,'attachment','image/png',0),(750,1,'2015-12-22 21:13:00','2015-12-22 21:13:00','','elurabkgrnd2','','inherit','open','closed','','elurabkgrnd2-2','','','2016-02-01 19:40:13','2016-02-01 19:40:13','',556,'http://elura.audio/wp-content/uploads/2015/12/elurabkgrnd21.png',0,'attachment','image/png',0),(751,1,'2015-12-22 21:13:35','2015-12-22 21:13:35','','eluralogo','','inherit','open','closed','','eluralogo','','','2015-12-22 21:13:35','2015-12-22 21:13:35','',0,'http://elura.audio/wp-content/uploads/2015/12/eluralogo.png',0,'attachment','image/png',0),(752,1,'2015-12-22 21:14:36','2015-12-22 21:14:36','','bottom-elura-logo','','inherit','open','closed','','bottom-elura-logo','','','2015-12-23 15:59:49','2015-12-23 15:59:49','',562,'http://elura.audio/wp-content/uploads/2015/12/bottom-elura-logo.png',0,'attachment','image/png',0),(753,1,'2015-12-23 15:08:17','2015-12-23 15:08:17','','In-Wall_In-Ceiling_Pic_1','','inherit','open','closed','','in-wall_in-ceiling_pic_1','','','2015-12-23 15:08:17','2015-12-23 15:08:17','',551,'http://elura.audio/wp-content/uploads/2015/12/In-Wall_In-Ceiling_Pic_11.jpg',0,'attachment','image/jpeg',0),(754,1,'2015-12-23 15:10:35','2015-12-23 15:10:35','','In-Wall___In-Ceiling_2_Top_Parallax','','inherit','open','closed','','in-wall___in-ceiling_2_top_parallax','','','2015-12-23 15:10:35','2015-12-23 15:10:35','',551,'http://elura.audio/wp-content/uploads/2015/12/In-Wall___In-Ceiling_2_Top_Parallax1.jpg',0,'attachment','image/jpeg',0),(755,1,'2015-12-23 15:11:13','2015-12-23 15:11:13','','AS_Parallax_Shot_Desktop','','inherit','open','closed','','as_parallax_shot_desktop','','','2015-12-23 15:11:13','2015-12-23 15:11:13','',551,'http://elura.audio/wp-content/uploads/2015/12/AS_Parallax_Shot_Desktop1.jpg',0,'attachment','image/jpeg',0),(756,1,'2015-12-23 15:11:43','2015-12-23 15:11:43','','IS_Parallax_Shot_Desktop','','inherit','open','closed','','is_parallax_shot_desktop','','','2015-12-23 15:11:43','2015-12-23 15:11:43','',551,'http://elura.audio/wp-content/uploads/2015/12/IS_Parallax_Shot_Desktop1.jpg',0,'attachment','image/jpeg',0),(757,1,'2015-12-23 15:21:16','2015-12-23 15:21:16','','inwallvideo-pic','','inherit','open','closed','','inwallvideo-pic','','','2015-12-23 15:21:16','2015-12-23 15:21:16','',551,'http://elura.audio/wp-content/uploads/2015/12/inwallvideo-pic1.png',0,'attachment','image/png',0),(758,1,'2015-12-23 15:24:04','2015-12-23 15:24:04','','VP_Product_Pic_100709','','inherit','open','closed','','vp_product_pic_100709','','','2015-12-23 15:24:04','2015-12-23 15:24:04','',551,'http://elura.audio/wp-content/uploads/2015/12/VP_Product_Pic_1007091.png',0,'attachment','image/png',0),(759,1,'2015-12-23 15:25:12','2015-12-23 15:25:12','','AS_Product_Pic_V2_100740','','inherit','open','closed','','as_product_pic_v2_100740','','','2015-12-23 15:25:12','2015-12-23 15:25:12','',551,'http://elura.audio/wp-content/uploads/2015/12/AS_Product_Pic_V2_1007401.jpg',0,'attachment','image/jpeg',0),(760,1,'2015-12-23 15:26:12','2015-12-23 15:26:12','','IS_Product_Pic','','inherit','open','closed','','is_product_pic-2','','','2015-12-23 15:26:12','2015-12-23 15:26:12','',551,'http://elura.audio/wp-content/uploads/2015/12/IS_Product_Pic1.jpg',0,'attachment','image/jpeg',0),(761,1,'2015-12-23 15:27:39','2015-12-23 15:27:39','','Home_Theater_070315','','inherit','open','closed','','home_theater_070315','','','2015-12-23 15:27:39','2015-12-23 15:27:39','',497,'http://elura.audio/wp-content/uploads/2015/12/Home_Theater_0703151.jpg',0,'attachment','image/jpeg',0),(762,1,'2015-12-23 15:29:59','2015-12-23 15:29:59','','sonancevideopic-150x150','','inherit','open','closed','','sonancevideopic-150x150','','','2015-12-23 15:29:59','2015-12-23 15:29:59','',497,'http://elura.audio/wp-content/uploads/2015/12/sonancevideopic-150x1501.png',0,'attachment','image/png',0),(763,1,'2015-12-23 15:31:15','2015-12-23 15:31:15','','Home Theater','','inherit','open','closed','','home-theater','','','2015-12-23 15:31:15','2015-12-23 15:31:15','',497,'http://elura.audio/wp-content/uploads/2015/12/Home-Theater.png',0,'attachment','image/png',0),(764,1,'2015-12-23 15:32:30','2015-12-23 15:32:30','','Cinema_Series_Shot','','inherit','open','closed','','cinema_series_shot-2','','','2015-12-23 15:32:30','2015-12-23 15:32:30','',497,'http://elura.audio/wp-content/uploads/2015/12/Cinema_Series_Shot1.jpg',0,'attachment','image/jpeg',0),(765,1,'2015-12-23 15:33:15','2015-12-23 15:33:15','','Soundbar2_120343','','inherit','open','closed','','soundbar2_120343','','','2015-12-23 15:33:15','2015-12-23 15:33:15','',497,'http://elura.audio/wp-content/uploads/2015/12/Soundbar2_1203432.jpg',0,'attachment','image/jpeg',0),(766,1,'2015-12-23 15:34:10','2015-12-23 15:34:10','','Subwoofer_Shot','','inherit','open','closed','','subwoofer_shot','','','2015-12-23 15:34:10','2015-12-23 15:34:10','',497,'http://elura.audio/wp-content/uploads/2015/12/Subwoofer_Shot1.jpg',0,'attachment','image/jpeg',0),(767,1,'2015-12-23 15:34:53','2015-12-23 15:34:53','','BottomSmoke','','inherit','open','closed','','bottomsmoke','','','2015-12-23 15:34:53','2015-12-23 15:34:53','',497,'http://elura.audio/wp-content/uploads/2015/12/BottomSmoke.png',0,'attachment','image/png',0),(768,1,'2015-12-23 15:37:10','2015-12-23 15:37:10','','Outdoor_Top_Parallax','','inherit','open','closed','','outdoor_top_parallax','','','2015-12-23 15:37:10','2015-12-23 15:37:10','',558,'http://elura.audio/wp-content/uploads/2015/12/Outdoor_Top_Parallax1.jpg',0,'attachment','image/jpeg',0),(769,1,'2015-12-23 15:37:40','2015-12-23 15:37:40','','SLS_Parallax_060316','','inherit','open','closed','','sls_parallax_060316','','','2015-12-23 15:37:40','2015-12-23 15:37:40','',558,'http://elura.audio/wp-content/uploads/2015/12/SLS_Parallax_0603161.jpg',0,'attachment','image/jpeg',0),(770,1,'2015-12-23 15:38:12','2015-12-23 15:38:12','','Sonarray_Parallax_060342','','inherit','open','closed','','sonarray_parallax_060342-2','','','2015-12-23 15:38:12','2015-12-23 15:38:12','',558,'http://elura.audio/wp-content/uploads/2015/12/Sonarray_Parallax_0603421.jpg',0,'attachment','image/jpeg',0),(771,1,'2015-12-23 15:38:41','2015-12-23 15:38:41','','Rocks-Mariners-Extreme_Parallax_Shot_Desktop_060335','','inherit','open','closed','','rocks-mariners-extreme_parallax_shot_desktop_060335','','','2015-12-23 15:38:41','2015-12-23 15:38:41','',558,'http://elura.audio/wp-content/uploads/2015/12/Rocks-Mariners-Extreme_Parallax_Shot_Desktop_0603351.jpg',0,'attachment','image/jpeg',0),(772,1,'2015-12-23 15:40:41','2015-12-23 15:40:41','','SLS_Product_Shot','','inherit','open','closed','','sls_product_shot','','','2015-12-23 15:40:41','2015-12-23 15:40:41','',558,'http://elura.audio/wp-content/uploads/2015/12/SLS_Product_Shot1.jpg',0,'attachment','image/jpeg',0),(773,1,'2015-12-23 15:41:15','2015-12-23 15:41:15','','Sonarray_Product_Shot','','inherit','open','closed','','sonarray_product_shot-2','','','2015-12-23 15:41:15','2015-12-23 15:41:15','',558,'http://elura.audio/wp-content/uploads/2015/12/Sonarray_Product_Shot1.jpg',0,'attachment','image/jpeg',0),(774,1,'2015-12-23 15:42:04','2015-12-23 15:42:04','','Rocks-Mariners-Extreme_Product_Shot_1_060335','','inherit','open','closed','','rocks-mariners-extreme_product_shot_1_060335-2','','','2015-12-23 15:42:04','2015-12-23 15:42:04','',558,'http://elura.audio/wp-content/uploads/2015/12/Rocks-Mariners-Extreme_Product_Shot_1_0603351.jpg',0,'attachment','image/jpeg',0),(775,1,'2015-12-23 15:44:55','2015-12-23 15:44:55','','New_Updated_Electronics_Parallax_Amp__040332_051248','','inherit','open','closed','','new_updated_electronics_parallax_amp__040332_051248-2','','','2015-12-23 15:44:55','2015-12-23 15:44:55','',0,'http://elura.audio/wp-content/uploads/2015/12/New_Updated_Electronics_Parallax_Amp__040332_0512481.jpg',0,'attachment','image/jpeg',0),(776,1,'2015-12-23 15:45:30','2015-12-23 15:45:30','','Electronics_Slides-04_dspcopy_041243','','inherit','open','closed','','electronics_slides-04_dspcopy_041243','','','2015-12-23 15:45:30','2015-12-23 15:45:30','',0,'http://elura.audio/wp-content/uploads/2015/12/Electronics_Slides-04_dspcopy_0412431.jpg',0,'attachment','image/jpeg',0),(777,1,'2015-12-23 15:47:32','2015-12-23 15:47:32','','sonamp_header_copy_081247','','inherit','open','closed','','sonamp_header_copy_081247-2','','','2015-12-23 15:47:32','2015-12-23 15:47:32','',0,'http://elura.audio/wp-content/uploads/2015/12/sonamp_header_copy_0812471.jpg',0,'attachment','image/jpeg',0),(778,1,'2015-12-23 15:48:14','2015-12-23 15:48:14','','Speak_Selector_Volume_Control_1','','inherit','open','closed','','speak_selector_volume_control_1','','','2015-12-23 15:48:14','2015-12-23 15:48:14','',0,'http://elura.audio/wp-content/uploads/2015/12/Speak_Selector_Volume_Control_11.jpg',0,'attachment','image/jpeg',0),(779,1,'2015-12-23 15:48:59','2015-12-23 15:48:59','','IR_2','','inherit','open','closed','','ir_2-2','','','2015-12-23 15:48:59','2015-12-23 15:48:59','',0,'http://elura.audio/wp-content/uploads/2015/12/IR_21.jpg',0,'attachment','image/jpeg',0),(780,1,'2015-12-23 15:58:31','2015-12-23 15:58:31','','Dana_Company_Image_040321','','inherit','open','closed','','dana_company_image_040321','','','2015-12-23 15:58:31','2015-12-23 15:58:31','',562,'http://elura.audio/wp-content/uploads/2015/12/Dana_Company_Image_0403212.jpg',0,'attachment','image/jpeg',0),(781,1,'2015-12-23 15:58:56','2015-12-23 15:58:56','','Sonance_Company_Image_040321','','inherit','open','closed','','sonance_company_image_040321','','','2015-12-23 15:58:56','2015-12-23 15:58:56','',562,'http://elura.audio/wp-content/uploads/2015/12/Sonance_Company_Image_0403211.jpg',0,'attachment','image/jpeg',0),(782,1,'2015-12-23 15:59:27','2015-12-23 15:59:27','','iPort_Compnay_Image_V2_050445','','inherit','open','closed','','iport_compnay_image_v2_050445','','','2015-12-23 15:59:27','2015-12-23 15:59:27','',562,'http://elura.audio/wp-content/uploads/2015/12/iPort_Compnay_Image_V2_0504451.jpg',0,'attachment','image/jpeg',0),(783,1,'2015-12-23 16:00:42','2015-12-23 16:00:42','','Dana_Logo_1','','inherit','open','closed','','dana_logo_1','','','2015-12-23 16:00:42','2015-12-23 16:00:42','',562,'http://elura.audio/wp-content/uploads/2015/12/Dana_Logo_11.jpg',0,'attachment','image/jpeg',0),(784,1,'2015-12-23 16:01:28','2015-12-23 16:01:28','','Sonance_Logo_1','','inherit','open','closed','','sonance_logo_1','','','2015-12-23 16:01:28','2015-12-23 16:01:28','',562,'http://elura.audio/wp-content/uploads/2015/12/Sonance_Logo_11.jpg',0,'attachment','image/jpeg',0),(785,1,'2015-12-23 16:02:19','2015-12-23 16:02:19','','iPort_Logo_1','','inherit','open','closed','','iport_logo_1','','','2015-12-23 16:02:19','2015-12-23 16:02:19','',562,'http://elura.audio/wp-content/uploads/2015/12/iPort_Logo_11.jpg',0,'attachment','image/jpeg',0),(786,1,'2015-12-23 16:02:59','2015-12-23 16:02:59','','Trufig_Logo_1','','inherit','open','closed','','trufig_logo_1','','','2015-12-23 16:02:59','2015-12-23 16:02:59','',562,'http://elura.audio/wp-content/uploads/2015/12/Trufig_Logo_11.jpg',0,'attachment','image/jpeg',0),(787,1,'2015-12-23 16:39:54','2015-12-23 16:39:54','','Electronics_Slides-04_digitalcopy_041243','','inherit','open','closed','','electronics_slides-04_digitalcopy_041243','','','2015-12-23 16:39:54','2015-12-23 16:39:54','',497,'http://elura.audio/wp-content/uploads/2015/12/Electronics_Slides-04_digitalcopy_041243.jpg',0,'attachment','image/jpeg',0),(789,1,'2015-12-23 17:05:53','2015-12-23 17:05:53','','sonancevideo','','inherit','open','closed','','sonancevideo','','','2015-12-23 17:05:53','2015-12-23 17:05:53','',558,'http://elura.audio/wp-content/uploads/2015/12/sonancevideo.png',0,'attachment','image/png',0),(790,1,'2015-12-23 17:12:09','2015-12-23 17:12:09','','TRUFIG_Company_Image_040356','','inherit','open','closed','','trufig_company_image_040356','','','2015-12-23 17:12:09','2015-12-23 17:12:09','',562,'http://elura.audio/wp-content/uploads/2015/12/TRUFIG_Company_Image_0403561.jpg',0,'attachment','image/jpeg',0),(791,1,'2015-12-23 17:49:17','2015-12-23 17:49:17','','BottomSmoke','','inherit','open','closed','','bottomsmoke-2','','','2015-12-23 17:49:17','2015-12-23 17:49:17','',0,'http://elura.audio/wp-content/uploads/2015/12/BottomSmoke1.png',0,'attachment','image/png',0),(792,1,'2015-12-23 17:50:18','2015-12-23 17:50:18','','modernlivingroomedited','','inherit','open','closed','','modernlivingroomedited','','','2015-12-23 17:50:18','2015-12-23 17:50:18','',0,'http://elura.audio/wp-content/uploads/2015/12/modernlivingroomedited.png',0,'attachment','image/png',0),(793,1,'2015-12-23 17:50:45','2015-12-23 17:50:45','','modernlivingroomedited','','inherit','open','closed','','modernlivingroomedited-2','','','2015-12-23 17:50:45','2015-12-23 17:50:45','',565,'http://elura.audio/wp-content/uploads/2015/12/modernlivingroomedited1.png',0,'attachment','image/png',0),(795,1,'2015-12-23 17:52:25','2015-12-23 17:52:25','','BlackLabelTitle','','inherit','open','closed','','blacklabeltitle','','','2015-12-23 17:52:25','2015-12-23 17:52:25','',565,'http://elura.audio/wp-content/uploads/2015/12/BlackLabelTitle.jpg',0,'attachment','image/jpeg',0),(796,1,'2015-12-23 17:52:39','2015-12-23 17:52:39','','RedLabelTitle','','inherit','open','closed','','redlabeltitle','','','2015-12-23 17:52:39','2015-12-23 17:52:39','',565,'http://elura.audio/wp-content/uploads/2015/12/RedLabelTitle.jpg',0,'attachment','image/jpeg',0),(797,1,'2015-12-23 17:52:53','2015-12-23 17:52:53','','BlueLabelTitle','','inherit','open','closed','','bluelabeltitle','','','2015-12-23 17:52:53','2015-12-23 17:52:53','',565,'http://elura.audio/wp-content/uploads/2015/12/BlueLabelTitle.jpg',0,'attachment','image/jpeg',0),(800,1,'2016-01-11 19:30:10','2016-01-11 19:30:10','','RedLabelTitle','','inherit','open','closed','','redlabeltitle-2','','','2016-01-28 21:19:58','2016-01-28 21:19:58','',0,'http://elura.audio/wp-content/uploads/2016/01/RedLabelTitle.jpg',0,'attachment','image/jpeg',0),(801,1,'2016-01-12 20:58:17','2016-01-12 20:58:17','','modernlivingroomedited','','inherit','open','closed','','modernlivingroomedited-3','','','2016-01-12 20:58:17','2016-01-12 20:58:17','',565,'http://elura.audio/wp-content/uploads/2015/12/modernlivingroomedited2.png',0,'attachment','image/png',0),(803,1,'2016-01-12 21:14:34','2016-01-12 21:14:34','','ModernLivingRoom-Final','','inherit','open','closed','','modernlivingroom-final','','','2016-01-12 21:14:34','2016-01-12 21:14:34','',565,'http://elura.audio/wp-content/uploads/2015/12/ModernLivingRoom-Final.jpg',0,'attachment','image/jpeg',0),(811,1,'2016-01-20 15:43:23','2016-01-20 15:43:23','','Subb8bottomAngle-ConvertImage','','inherit','open','closed','','subb8bottomangle-convertimage','','','2016-01-20 15:43:23','2016-01-20 15:43:23','',556,'http://elura.audio/wp-content/uploads/2015/12/Subb8bottomAngle-ConvertImage.png',0,'attachment','image/png',0),(812,1,'2016-01-20 15:44:45','2016-01-20 15:44:45','','CloseupSubb8','','inherit','open','closed','','closeupsubb8','','','2016-01-20 15:44:45','2016-01-20 15:44:45','',556,'http://elura.audio/wp-content/uploads/2015/12/CloseupSubb8.jpg',0,'attachment','image/jpeg',0),(813,1,'2016-01-20 15:46:06','2016-01-20 15:46:06','','CloseupSubb8-2','','inherit','open','closed','','closeupsubb8-2','','','2016-01-20 15:46:06','2016-01-20 15:46:06','',556,'http://elura.audio/wp-content/uploads/2015/12/CloseupSubb8-2.jpg',0,'attachment','image/jpeg',0),(814,1,'2016-01-20 15:53:00','2016-01-20 15:53:00','','elura2speakers','','inherit','open','closed','','elura2speakers','','','2016-01-20 15:53:00','2016-01-20 15:53:00','',556,'http://elura.audio/wp-content/uploads/2015/12/elura2speakers.png',0,'attachment','image/png',0),(815,1,'2016-01-20 17:18:41','2016-01-20 17:18:41','','dimensiondrawings','','inherit','open','closed','','dimensiondrawings','','','2016-01-20 17:18:41','2016-01-20 17:18:41','',556,'http://elura.audio/wp-content/uploads/2015/12/dimensiondrawings.jpg',0,'attachment','image/jpeg',0),(836,1,'2016-01-20 22:06:32','2016-01-20 22:06:32','','Invisible_Series_Top_Shot_120339','','inherit','open','closed','','invisible_series_top_shot_120339','','','2016-01-20 22:06:32','2016-01-20 22:06:32','',0,'http://elura.audio/wp-content/uploads/2016/01/Invisible_Series_Top_Shot_120339.jpg',0,'attachment','image/jpeg',0),(837,1,'2016-01-20 22:08:53','2016-01-20 22:08:53','','Invisible_Series_Hero','','inherit','open','closed','','invisible_series_hero','','','2016-01-20 22:08:53','2016-01-20 22:08:53','',0,'http://elura.audio/wp-content/uploads/2016/01/Invisible_Series_Hero.jpg',0,'attachment','image/jpeg',0),(838,1,'2016-01-20 22:11:09','2016-01-20 22:11:09','','IS4_110330','','inherit','open','closed','','is4_110330','','','2016-01-20 22:11:09','2016-01-20 22:11:09','',0,'http://elura.audio/wp-content/uploads/2016/01/IS4_110330.jpg',0,'attachment','image/jpeg',0),(839,1,'2016-01-20 22:12:06','2016-01-20 22:12:06','','IS4_050342','','inherit','open','closed','','is4_050342','','','2016-01-29 16:39:16','2016-01-29 16:39:16','',0,'http://elura.audio/wp-content/uploads/2016/01/IS4_050342.jpg',0,'attachment','image/jpeg',0),(840,1,'2016-01-20 22:12:49','2016-01-20 22:12:49','','IS4_050356','','inherit','open','closed','','is4_050356','','','2016-01-20 22:12:49','2016-01-20 22:12:49','',0,'http://elura.audio/wp-content/uploads/2016/01/IS4_050356.jpg',0,'attachment','image/jpeg',0),(841,1,'2016-01-20 22:13:12','2016-01-20 22:13:12','','IS4C_070432','','inherit','open','closed','','is4c_070432','','','2016-01-29 16:38:59','2016-01-29 16:38:59','',0,'http://elura.audio/wp-content/uploads/2016/01/IS4C_070432.jpg',0,'attachment','image/jpeg',0),(842,1,'2016-01-20 22:13:45','2016-01-20 22:13:45','','IS4_050352','','inherit','open','closed','','is4_050352','','','2016-01-20 22:13:45','2016-01-20 22:13:45','',0,'http://elura.audio/wp-content/uploads/2016/01/IS4_050352.jpg',0,'attachment','image/jpeg',0),(843,1,'2016-01-20 22:18:31','2016-01-20 22:18:31','','CAD_Invisible_Series_110309','','inherit','open','closed','','cad_invisible_series_110309','','','2016-02-03 03:28:45','2016-02-03 03:28:45','',1033,'http://elura.audio/wp-content/uploads/2016/01/CAD_Invisible_Series_110309.jpg',0,'attachment','image/jpeg',0),(845,1,'2016-01-21 15:08:00','2016-01-21 15:08:00','sas','Search','','inherit','closed','closed','','691-autosave-v1','','','2016-01-21 15:08:00','2016-01-21 15:08:00','',691,'http://elura.audio/691-autosave-v1/',0,'revision','',0),(847,1,'2016-01-21 16:57:37','2016-01-21 16:57:37','','S65LCRIW-screenless-front','','inherit','open','closed','','s65lcriw-screenless-front','','','2016-01-28 20:37:08','2016-01-28 20:37:08','',0,'http://elura.audio/wp-content/uploads/2016/01/S65LCRIW-screenless-front.png',0,'attachment','image/png',0),(848,1,'2016-01-21 16:58:19','2016-01-21 16:58:19','','BlueLabel_tweeter-pivoting','','inherit','open','closed','','bluelabel_tweeter-pivoting','','','2016-01-29 23:20:19','2016-01-29 23:20:19','',0,'http://elura.audio/wp-content/uploads/2016/01/BlueLabel_tweeter-pivoting.png',0,'attachment','image/png',0),(849,1,'2016-01-21 16:58:54','2016-01-21 16:58:54','','B65ST_front-screenless','','inherit','open','closed','','b65st_front-screenless','','','2016-01-29 23:19:40','2016-01-29 23:19:40','',0,'http://elura.audio/wp-content/uploads/2016/01/B65ST_front-screenless.png',0,'attachment','image/png',0),(851,1,'2016-01-21 17:19:55','2016-01-21 17:19:55','','r6.5','','inherit','open','closed','','r6-5','','','2016-01-28 20:43:55','2016-01-28 20:43:55','',0,'http://elura.audio/wp-content/uploads/2016/01/r6.5.jpg',0,'attachment','image/jpeg',0),(871,1,'2016-01-26 15:10:57','2016-01-26 15:10:57','<h1>Details:</h1>\r\nThe contents in this area do not change or gets displayed.\r\n\r\nUse the Image Slider Template to display the category information.\r\n\r\nImage Slider Template has 3 sliding background images and 3 background images.\r\n\r\nTo edit this page, please fill in the Image Slider Template.','IN-WALL SPEAKERS','','inherit','closed','closed','','551-revision-v1','','','2016-01-26 15:10:57','2016-01-26 15:10:57','',551,'http://elura.audio/551-revision-v1/',0,'revision','',0),(872,1,'2016-01-26 15:13:41','2016-01-26 15:13:41','<h1>Details:( Please Do not edit this informational area )</h1>\r\nThe contents in this area do not change or gets displayed.\r\n\r\nUse the Image Slider Template to display the category information.\r\n\r\nImage Slider Template has 3 sliding background images and 3 background images.\r\n\r\nTo edit this page, please fill in the Image Slider Template below.\r\n\r\nTo create a new Category Page, please contact the programmers, since the pages are static. On the other hand , the posts are dynamic since they fall under category.','IN-WALL SPEAKERS','','inherit','closed','closed','','551-revision-v1','','','2016-01-26 15:13:41','2016-01-26 15:13:41','',551,'http://elura.audio/551-revision-v1/',0,'revision','',0),(873,1,'2016-01-26 15:14:17','2016-01-26 15:14:17','<h1>Details:( Please Do not edit this informational area )</h1>\r\nThe contents in this area do not change or gets displayed.\r\n\r\nUse the Image Slider Template to display the category information.\r\n\r\nImage Slider Template has 3 sliding background images and 3 background images.\r\n\r\nTo edit this page, please fill in the Image Slider Template below.\r\n\r\nTo create a new Category Page, please contact the programmers, since the pages are static. On the other hand , the posts are dynamic since they fall under category.','IN-CEILING SPEAKERS','','inherit','closed','closed','','497-revision-v1','','','2016-01-26 15:14:17','2016-01-26 15:14:17','',497,'http://elura.audio/497-revision-v1/',0,'revision','',0),(874,1,'2016-01-26 15:14:39','2016-01-26 15:14:39','<h1>Details:( Please Do not edit this informational area )</h1>\r\nThe contents in this area do not change or gets displayed.\r\n\r\nUse the Image Slider Template to display the category information.\r\n\r\nImage Slider Template has 3 sliding background images and 3 background images.\r\n\r\nTo edit this page, please fill in the Image Slider Template below.\r\n\r\nTo create a new Category Page, please contact the programmers, since the pages are static. On the other hand , the posts are dynamic since they fall under category.','SUBWOOFERS','','inherit','closed','closed','','556-revision-v1','','','2016-01-26 15:14:39','2016-01-26 15:14:39','',556,'http://elura.audio/556-revision-v1/',0,'revision','',0),(875,1,'2016-01-26 15:15:01','2016-01-26 15:15:01','<h1>Details:( Please Do not edit this informational area )</h1>\r\nThe contents in this area do not change or gets displayed.\r\n\r\nUse the Image Slider Template to display the category information.\r\n\r\nImage Slider Template has 3 sliding background images and 3 background images.\r\n\r\nTo edit this page, please fill in the Image Slider Template below.\r\n\r\nTo create a new Category Page, please contact the programmers, since the pages are static. On the other hand , the posts are dynamic since they fall under category.','OUTDOOR','','inherit','closed','closed','','558-revision-v1','','','2016-01-26 15:15:01','2016-01-26 15:15:01','',558,'http://elura.audio/558-revision-v1/',0,'revision','',0),(876,1,'2016-01-26 15:16:10','2016-01-26 15:16:10','For this area, more information on how the company details page will look is still pending','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-01-26 15:16:10','2016-01-26 15:16:10','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(877,1,'2016-01-26 15:17:08','2016-01-26 15:17:08','This is the static front page. Its details are edited through editing the Front Page Template','Front Page','','inherit','closed','closed','','565-revision-v1','','','2016-01-26 15:17:08','2016-01-26 15:17:08','',565,'http://elura.audio/565-revision-v1/',0,'revision','',0),(878,1,'2016-01-26 15:18:18','2016-01-26 15:18:18','This is the Search Page. Any changes made in this area will not be view-able . Do not edit this page','Search','','inherit','closed','closed','','691-revision-v1','','','2016-01-26 15:18:18','2016-01-26 15:18:18','',691,'http://elura.audio/691-revision-v1/',0,'revision','',0),(883,1,'2016-01-27 22:07:24','2016-01-27 22:07:24','','In-Wall___In-Ceiling_Top_Parallax_100709','','inherit','open','closed','','in-wall___in-ceiling_top_parallax_100709','','','2016-01-27 22:07:24','2016-01-27 22:07:24','',0,'http://elura.audio/wp-content/uploads/2016/01/In-Wall___In-Ceiling_Top_Parallax_100709.jpg',0,'attachment','image/jpeg',0),(893,1,'2016-01-27 22:40:55','2016-01-27 22:40:55','','In-Wall_Top_Shot_040412','','inherit','open','closed','','in-wall_top_shot_040412','','','2016-01-27 22:40:55','2016-01-27 22:40:55','',0,'http://elura.audio/wp-content/uploads/2016/01/In-Wall_Top_Shot_040412.jpg',0,'attachment','image/jpeg',0),(894,1,'2016-01-27 22:42:07','2016-01-27 22:42:07','','In-Wall_Cinema_Hero_120303','','inherit','open','closed','','in-wall_cinema_hero_120303','','','2016-01-27 22:42:07','2016-01-27 22:42:07','',0,'http://elura.audio/wp-content/uploads/2016/01/In-Wall_Cinema_Hero_120303.jpg',0,'attachment','image/jpeg',0),(895,1,'2016-01-27 22:45:47','2016-01-27 22:45:47','','LCR1_120346','','inherit','open','closed','','lcr1_120346','','','2016-01-27 22:45:47','2016-01-27 22:45:47','',0,'http://elura.audio/wp-content/uploads/2016/01/LCR1_120346.jpg',0,'attachment','image/jpeg',0),(915,1,'2016-01-28 17:41:23','2016-01-28 17:41:23','<h1>Details:( Please Do not edit this informational area )</h1>\r\nThe contents in this area do not change or gets displayed.\r\n\r\nUse the Image Slider Template to display the category information.\r\n\r\nImage Slider Template has 4s sliding background images and 3 background images.\r\n\r\nTo edit this page, please fill in the Image Slider Template below.\r\n\r\nTo create a new Category Page, please contact the programmers, since the pages are static. On the other hand , the posts are dynamic since they fall under category.','SUBWOOFERS','','inherit','closed','closed','','556-revision-v1','','','2016-01-28 17:41:23','2016-01-28 17:41:23','',556,'http://elura.audio/556-revision-v1/',0,'revision','',0),(916,1,'2016-01-28 17:41:38','2016-01-28 17:41:38','<h1>Details:( Please Do not edit this informational area )</h1>\r\nThe contents in this area do not change or gets displayed.\r\n\r\nUse the Image Slider Template to display the category information.\r\n\r\nImage Slider Template has 4 sliding background images and 3 background images.\r\n\r\nTo edit this page, please fill in the Image Slider Template below.\r\n\r\nTo create a new Category Page, please contact the programmers, since the pages are static. On the other hand , the posts are dynamic since they fall under category.','SUBWOOFERS','','inherit','closed','closed','','556-revision-v1','','','2016-01-28 17:41:38','2016-01-28 17:41:38','',556,'http://elura.audio/556-revision-v1/',0,'revision','',0),(927,1,'2016-01-29 22:02:23','2016-01-29 22:02:23','','B8_front-screenless','','inherit','open','closed','','b8_front-screenless','','','2016-01-29 22:02:23','2016-01-29 22:02:23','',0,'http://elura.audio/wp-content/uploads/2016/01/B8_front-screenless.png',0,'attachment','image/png',0),(928,1,'2016-01-29 22:05:05','2016-01-29 22:05:05','','B8_frontangle-screenless','','inherit','open','closed','','b8_frontangle-screenless','','','2016-01-29 22:05:05','2016-01-29 22:05:05','',0,'http://elura.audio/wp-content/uploads/2016/01/B8_frontangle-screenless.png',0,'attachment','image/png',0),(929,1,'2016-01-29 22:24:13','2016-01-29 22:24:13','','B8_sideangle','','inherit','open','closed','','b8_sideangle','','','2016-01-29 22:24:13','2016-01-29 22:24:13','',0,'http://elura.audio/wp-content/uploads/2016/01/B8_sideangle.png',0,'attachment','image/png',0),(930,1,'2016-01-29 22:28:57','2016-01-29 22:28:57','','R65Z_tweeter-pivoting','','inherit','open','closed','','r65z_tweeter-pivoting','','','2016-01-29 22:28:57','2016-01-29 22:28:57','',497,'http://elura.audio/wp-content/uploads/2015/12/R65Z_tweeter-pivoting.png',0,'attachment','image/png',0),(931,1,'2016-01-29 22:29:21','2016-01-29 22:29:21','','OUT65W_front','','inherit','open','closed','','out65w_front','','','2016-01-29 22:29:21','2016-01-29 22:29:21','',497,'http://elura.audio/wp-content/uploads/2015/12/OUT65W_front.png',0,'attachment','image/png',0),(932,1,'2016-01-29 22:29:43','2016-01-29 22:29:43','','B65ST_front-screenless','','inherit','open','closed','','b65st_front-screenless-2','','','2016-01-29 22:29:43','2016-01-29 22:29:43','',497,'http://elura.audio/wp-content/uploads/2015/12/B65ST_front-screenless.png',0,'attachment','image/png',0),(933,1,'2016-01-29 22:31:27','2016-01-29 22:31:27','','B65ST_front','','inherit','open','closed','','b65st_front','','','2016-01-29 22:31:27','2016-01-29 22:31:27','',497,'http://elura.audio/wp-content/uploads/2015/12/B65ST_front.png',0,'attachment','image/png',0),(942,1,'2016-02-01 16:40:45','2016-02-01 16:40:45','','LABELS','','publish','closed','closed','','labels','','','2016-02-01 16:40:45','2016-02-01 16:40:45','',0,'http://elura.audio/?page_id=942',0,'page','',0),(943,1,'2016-02-01 16:40:45','2016-02-01 16:40:45','','LABELS','','inherit','closed','closed','','942-revision-v1','','','2016-02-01 16:40:45','2016-02-01 16:40:45','',942,'http://elura.audio/942-revision-v1/',0,'revision','',0),(944,1,'2016-02-01 18:09:42','2016-02-01 18:09:42','','R8LCR_tweeter-angled','','inherit','open','closed','','r8lcr_tweeter-angled','','','2016-02-01 18:09:42','2016-02-01 18:09:42','',497,'http://elura.audio/wp-content/uploads/2015/12/R8LCR_tweeter-angled.png',0,'attachment','image/png',0),(950,1,'2016-02-01 20:03:24','2016-02-01 20:03:24','','Black Label - Select Series','','publish','closed','closed','','b6-5st','','','2017-10-03 14:39:58','2017-10-03 20:39:58','',0,'http://elura.audio/?p=950',0,'post','',0),(951,1,'2016-02-01 20:02:33','2016-02-01 20:02:33','','B6.5ST','','inherit','closed','closed','','950-revision-v1','','','2016-02-01 20:02:33','2016-02-01 20:02:33','',950,'http://elura.audio/950-revision-v1/',0,'revision','',0),(954,1,'2016-02-01 20:26:20','2016-02-01 20:26:20','','Black Label - Select','','publish','closed','closed','','b8','','','2017-10-03 14:35:38','2017-10-03 20:35:38','',0,'http://elura.audio/?p=954',0,'post','',0),(955,1,'2016-02-01 20:26:20','2016-02-01 20:26:20','','B8','','inherit','closed','closed','','954-revision-v1','','','2016-02-01 20:26:20','2016-02-01 20:26:20','',954,'http://elura.audio/954-revision-v1/',0,'revision','',0),(957,1,'2016-02-01 20:33:08','2016-02-01 20:33:08','','blacklabel','','publish','closed','closed','','blacklabel','','','2016-02-01 20:33:08','2016-02-01 20:33:08','',0,'http://elura.audio/?page_id=957',0,'page','',0),(958,1,'2016-02-01 20:33:08','2016-02-01 20:33:08','','blacklabel','','inherit','closed','closed','','957-revision-v1','','','2016-02-01 20:33:08','2016-02-01 20:33:08','',957,'http://elura.audio/957-revision-v1/',0,'revision','',0),(959,1,'2016-02-01 20:33:45','2016-02-01 20:33:45','do not edit this page','redlabel','','publish','closed','closed','','redlabel','','','2016-02-01 20:34:20','2016-02-01 20:34:20','',0,'http://elura.audio/?page_id=959',0,'page','',0),(960,1,'2016-02-01 20:33:45','2016-02-01 20:33:45','','redlabel','','inherit','closed','closed','','959-revision-v1','','','2016-02-01 20:33:45','2016-02-01 20:33:45','',959,'http://elura.audio/959-revision-v1/',0,'revision','',0),(961,1,'2016-02-01 20:34:20','2016-02-01 20:34:20','do not edit this page','redlabel','','inherit','closed','closed','','959-revision-v1','','','2016-02-01 20:34:20','2016-02-01 20:34:20','',959,'http://elura.audio/959-revision-v1/',0,'revision','',0),(962,1,'2016-02-01 20:35:01','2016-02-01 20:35:01','do not edit this page','bluelabel','','publish','closed','closed','','bluelabel','','','2016-02-02 13:57:45','2016-02-02 13:57:45','',0,'http://elura.audio/?page_id=962',0,'page','',0),(963,1,'2016-02-01 20:35:01','2016-02-01 20:35:01','do not edit this page','bluelabel','','inherit','closed','closed','','962-revision-v1','','','2016-02-01 20:35:01','2016-02-01 20:35:01','',962,'http://elura.audio/962-revision-v1/',0,'revision','',0),(968,1,'2016-02-01 20:48:20','2016-02-01 20:48:20','','B8_back','','inherit','open','closed','','b8_back','','','2016-02-01 20:48:20','2016-02-01 20:48:20','',0,'http://elura.audio/wp-content/uploads/2016/01/B8_back.png',0,'attachment','image/png',0),(972,1,'2016-02-02 13:55:10','2016-02-02 13:55:10','','S8LCR_tweeter-woofer','','inherit','open','closed','','s8lcr_tweeter-woofer','','','2016-02-02 13:55:10','2016-02-02 13:55:10','',962,'http://elura.audio/wp-content/uploads/2016/02/S8LCR_tweeter-woofer.png',0,'attachment','image/png',0),(973,1,'2016-02-02 13:55:45','2016-02-02 13:55:45','','S8LCR_screenless-tweeter','','inherit','open','closed','','s8lcr_screenless-tweeter','','','2016-02-02 13:55:45','2016-02-02 13:55:45','',962,'http://elura.audio/wp-content/uploads/2016/02/S8LCR_screenless-tweeter.png',0,'attachment','image/png',0),(974,1,'2016-02-02 13:56:22','2016-02-02 13:56:22','','S65_contour copy','','inherit','open','closed','','s65_contour-copy','','','2016-02-02 13:56:22','2016-02-02 13:56:22','',962,'http://elura.audio/wp-content/uploads/2016/02/S65_contour-copy.png',0,'attachment','image/png',0),(975,1,'2016-02-02 13:56:56','2016-02-02 13:56:56','','S65_woofer_closeup','','inherit','open','closed','','s65_woofer_closeup','','','2016-02-02 13:56:56','2016-02-02 13:56:56','',962,'http://elura.audio/wp-content/uploads/2016/02/S65_woofer_closeup.png',0,'attachment','image/png',0),(981,1,'2016-02-02 14:48:53','2016-02-02 14:48:53','','B65_Back','','inherit','open','closed','','b65_back','','','2016-02-02 14:48:53','2016-02-02 14:48:53','',0,'http://elura.audio/wp-content/uploads/2016/01/B65_Back.png',0,'attachment','image/png',0),(986,1,'2016-02-02 15:23:52','2016-02-02 15:23:52','','B65_PlasticBindings','','inherit','open','closed','','b65_plasticbindings','','','2016-02-02 15:23:52','2016-02-02 15:23:52','',0,'http://elura.audio/wp-content/uploads/2016/01/B65_PlasticBindings.png',0,'attachment','image/png',0),(991,1,'2016-02-02 16:17:51','2016-02-02 16:17:51','','2-In-Wall','','inherit','open','closed','','2-in-wall','','','2016-02-02 16:17:51','2016-02-02 16:17:51','',551,'http://elura.audio/wp-content/uploads/2015/12/2-In-Wall.jpg',0,'attachment','image/jpeg',0),(992,1,'2016-02-02 16:19:13','2016-02-02 16:19:13','','2-In-Wall-Bezel','','inherit','open','closed','','2-in-wall-bezel','','','2016-02-02 16:19:13','2016-02-02 16:19:13','',551,'http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-Bezel.jpg',0,'attachment','image/jpeg',0),(993,1,'2016-02-02 16:20:26','2016-02-02 16:20:26','','2-In-Wall-Bezel_alt','','inherit','open','closed','','2-in-wall-bezel_alt','','','2016-02-02 16:20:26','2016-02-02 16:20:26','',551,'http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-Bezel_alt.jpg',0,'attachment','image/jpeg',0),(994,1,'2016-02-02 16:26:04','2016-02-02 16:26:04','','ELURA s65iw','','inherit','open','closed','','elura-s65iw','','','2016-02-02 16:26:04','2016-02-02 16:26:04','',551,'http://elura.audio/wp-content/uploads/2015/12/ELURA-s65iw.jpg',0,'attachment','image/jpeg',0),(995,1,'2016-02-02 18:41:36','2016-02-02 18:41:36','','Red Label - Performance','','publish','closed','closed','','r6-5iwz','','','2017-10-03 14:34:58','2017-10-03 20:34:58','',0,'http://elura.audio/?p=995',0,'post','',0),(996,1,'2016-02-02 16:29:23','2016-02-02 16:29:23','','B65IW_front-straight','','inherit','open','closed','','b65iw_front-straight','','','2016-02-02 16:29:23','2016-02-02 16:29:23','',551,'http://elura.audio/wp-content/uploads/2015/12/B65IW_front-straight.png',0,'attachment','image/png',0),(997,1,'2016-02-02 16:38:27','2016-02-02 16:38:27','','Black Label - Select','','publish','closed','closed','','b6-5iw','','','2017-10-03 14:35:07','2017-10-03 20:35:07','',0,'http://elura.audio/?p=997',0,'post','',0),(998,1,'2016-02-02 16:38:27','2016-02-02 16:38:27','<a href=\"http://elura.audio/wp-content/uploads/2015/12/B65IW_front-straight.png\"><img class=\"alignleft size-large wp-image-996\" src=\"http://elura.audio/wp-content/uploads/2015/12/B65IW_front-straight-576x1024.png\" alt=\"B65IW_front-straight\" width=\"576\" height=\"1024\" /></a>','B6.5IW','','inherit','closed','closed','','997-revision-v1','','','2016-02-02 16:38:27','2016-02-02 16:38:27','',997,'http://elura.audio/997-revision-v1/',0,'revision','',0),(1000,1,'2016-02-02 16:52:46','2016-02-02 16:52:46','','R65IWZ_back','','inherit','open','closed','','r65iwz_back','','','2016-02-02 16:52:46','2016-02-02 16:52:46','',997,'http://elura.audio/wp-content/uploads/2016/02/R65IWZ_back.png',0,'attachment','image/png',0),(1001,1,'2016-02-02 16:53:28','2016-02-02 16:53:28','','B6.5IW','','inherit','closed','closed','','997-revision-v1','','','2016-02-02 16:53:28','2016-02-02 16:53:28','',997,'http://elura.audio/997-revision-v1/',0,'revision','',0),(1002,1,'2016-02-02 18:37:23','2016-02-02 18:37:23','','R65IWZ_front-screenless','','inherit','open','closed','','r65iwz_front-screenless','','','2016-02-02 18:37:23','2016-02-02 18:37:23','',995,'http://elura.audio/wp-content/uploads/2016/02/R65IWZ_front-screenless.png',0,'attachment','image/png',0),(1003,1,'2016-02-02 18:41:36','2016-02-02 18:41:36','','R6.5IWZ','','inherit','closed','closed','','995-revision-v1','','','2016-02-02 18:41:36','2016-02-02 18:41:36','',995,'http://elura.audio/995-revision-v1/',0,'revision','',0),(1005,1,'2016-02-02 18:54:24','2016-02-02 18:54:24','','R65LCRIWZ_front-screenless','','inherit','open','closed','','r65lcriwz_front-screenless','','','2016-02-02 18:54:24','2016-02-02 18:54:24','',995,'http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_front-screenless.png',0,'attachment','image/png',0),(1009,1,'2016-02-02 20:06:03','2016-02-02 20:06:03',' \r\n\r\n ','Blue Label by Sonance - Premium','','publish','closed','closed','','r6-5z','','','2017-10-03 14:34:24','2017-10-03 20:34:24','',0,'http://elura.audio/?p=1009',0,'post','',0),(1010,1,'2016-02-02 20:04:08','2016-02-02 20:04:08','','R65Z_screenless-front','','inherit','open','closed','','r65z_screenless-front','','','2016-02-02 20:04:08','2016-02-02 20:04:08','',1009,'http://elura.audio/wp-content/uploads/2016/02/R65Z_screenless-front.png',0,'attachment','image/png',0),(1011,1,'2016-02-02 20:06:03','2016-02-02 20:06:03','','R6.5Z','','inherit','closed','closed','','1009-revision-v1','','','2016-02-02 20:06:03','2016-02-02 20:06:03','',1009,'http://elura.audio/1009-revision-v1/',0,'revision','',0),(1012,1,'2016-02-02 20:14:46','2016-02-02 20:14:46','','R65STZ_front-screenless','','inherit','open','closed','','r65stz_front-screenless','','','2016-02-02 20:14:46','2016-02-02 20:14:46','',1009,'http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-screenless.png',0,'attachment','image/png',0),(1013,1,'2016-02-02 20:16:25','2016-02-02 20:16:25','','R8LCR_front-screenless','','inherit','open','closed','','r8lcr_front-screenless','','','2016-02-02 20:16:25','2016-02-02 20:16:25','',1009,'http://elura.audio/wp-content/uploads/2016/02/R8LCR_front-screenless.png',0,'attachment','image/png',0),(1014,1,'2016-02-02 20:25:03','2016-02-02 20:25:03','','Red Label - Performance','','publish','closed','closed','','r6-5stz','','','2017-10-03 14:35:28','2017-10-03 20:35:28','',0,'http://elura.audio/?p=1014',0,'post','',0),(1015,1,'2016-02-02 20:25:03','2016-02-02 20:25:03','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-screenless.png\"><img class=\"alignleft size-large wp-image-1012\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-screenless-1024x576.png\" alt=\"R65STZ_front-screenless\" width=\"1024\" height=\"576\" /></a>','R6.5STZ','','inherit','closed','closed','','1014-revision-v1','','','2016-02-02 20:25:03','2016-02-02 20:25:03','',1014,'http://elura.audio/1014-revision-v1/',0,'revision','',0),(1018,1,'2016-02-02 21:19:21','2016-02-02 21:19:21','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-screenless.png\"><img class=\"alignleft size-large wp-image-1012\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-screenless-1024x576.png\" alt=\"R65STZ_front-screenless\" width=\"1024\" height=\"576\" /></a>','Red Label Series R6.5STZ','','inherit','closed','closed','','1014-revision-v1','','','2016-02-02 21:19:21','2016-02-02 21:19:21','',1014,'http://elura.audio/1014-revision-v1/',0,'revision','',0),(1021,1,'2016-02-02 21:24:32','2016-02-02 21:24:32','','S8_front-screenless','','inherit','open','closed','','s8_front-screenless','','','2016-02-02 21:24:32','2016-02-02 21:24:32','',0,'http://elura.audio/wp-content/uploads/2016/02/S8_front-screenless.png',0,'attachment','image/png',0),(1027,1,'2016-02-02 21:36:44','2016-02-02 21:36:44','','S65_woofer_closeup','','inherit','open','closed','','s65_woofer_closeup-2','','','2016-02-02 21:36:44','2016-02-02 21:36:44','',0,'http://elura.audio/wp-content/uploads/2016/02/S65_woofer_closeup1.png',0,'attachment','image/png',0),(1033,1,'2016-02-03 03:44:40','2016-02-03 03:44:40','','Blue Label by Sonance - Premium','','publish','closed','closed','','elura-blue-label-by-sonance','','','2017-10-03 14:35:18','2017-10-03 20:35:18','',0,'http://elura.audio/?p=1033',0,'post','',0),(1034,1,'2016-02-03 03:44:40','2016-02-03 03:44:40','','Elura Blue Label by Sonance','','inherit','closed','closed','','1033-revision-v1','','','2016-02-03 03:44:40','2016-02-03 03:44:40','',1033,'http://elura.audio/1033-revision-v1/',0,'revision','',0),(1039,1,'2016-02-03 14:58:23','2016-02-03 14:58:23','','S65_side','','inherit','open','closed','','s65_side','','','2016-02-03 14:58:23','2016-02-03 14:58:23','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65_side.png',0,'attachment','image/png',0),(1040,1,'2016-02-03 14:59:38','2016-02-03 14:59:38','','S65_back','','inherit','open','closed','','s65_back','','','2016-02-03 14:59:38','2016-02-03 14:59:38','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65_back.png',0,'attachment','image/png',0),(1042,1,'2016-02-03 15:20:23','2016-02-03 15:20:23','','S65_front-screenless','','inherit','open','closed','','s65_front-screenless','','','2016-02-03 15:20:23','2016-02-03 15:20:23','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65_front-screenless1.png',0,'attachment','image/png',0),(1043,1,'2016-02-03 15:21:12','2016-02-03 15:21:12','','S65ST_screenless-front','','inherit','open','closed','','s65st_screenless-front','','','2016-02-03 15:21:12','2016-02-03 15:21:12','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65ST_screenless-front.png',0,'attachment','image/png',0),(1044,1,'2016-02-03 15:22:45','2016-02-03 15:22:45','','S65LCR_front-screenless','','inherit','open','closed','','s65lcr_front-screenless','','','2016-02-03 15:22:45','2016-02-03 15:22:45','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65LCR_front-screenless.png',0,'attachment','image/png',0),(1045,1,'2016-02-03 15:23:40','2016-02-03 15:23:40','','S8LCR_screenless-front','','inherit','open','closed','','s8lcr_screenless-front','','','2016-02-03 15:23:40','2016-02-03 15:23:40','',1033,'http://elura.audio/wp-content/uploads/2016/02/S8LCR_screenless-front.png',0,'attachment','image/png',0),(1048,1,'2016-02-03 16:36:37','2016-02-03 16:36:37','','2-In-Wall-SUBB8','','inherit','open','closed','','2-in-wall-subb8','','','2016-02-03 16:36:37','2016-02-03 16:36:37','',565,'http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-SUBB8.jpg',0,'attachment','image/jpeg',0),(1049,1,'2016-02-03 16:45:29','2016-02-03 16:45:29','','Red Label Series','','inherit','closed','closed','','995-revision-v1','','','2016-02-03 16:45:29','2016-02-03 16:45:29','',995,'http://elura.audio/995-revision-v1/',0,'revision','',0),(1050,1,'2016-02-03 16:46:08','2016-02-03 16:46:08','','Black Label Series','','inherit','closed','closed','','997-revision-v1','','','2016-02-03 16:46:08','2016-02-03 16:46:08','',997,'http://elura.audio/997-revision-v1/',0,'revision','',0),(1051,1,'2016-02-03 16:46:52','2016-02-03 16:46:52','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-screenless.png\"><img class=\"alignleft size-large wp-image-1012\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-screenless-1024x576.png\" alt=\"R65STZ_front-screenless\" width=\"1024\" height=\"576\" /></a>','Red Label Series','','inherit','closed','closed','','1014-revision-v1','','','2016-02-03 16:46:52','2016-02-03 16:46:52','',1014,'http://elura.audio/1014-revision-v1/',0,'revision','',0),(1052,1,'2016-02-03 16:48:04','2016-02-03 16:48:04','','Black Label Series IC','','inherit','closed','closed','','954-revision-v1','','','2016-02-03 16:48:04','2016-02-03 16:48:04','',954,'http://elura.audio/954-revision-v1/',0,'revision','',0),(1054,1,'2016-02-03 17:00:30','2016-02-03 17:00:30','','R65Z_back','','inherit','open','closed','','r65z_back','','','2016-02-03 17:00:30','2016-02-03 17:00:30','',995,'http://elura.audio/wp-content/uploads/2016/02/R65Z_back.png',0,'attachment','image/png',0),(1056,1,'2016-02-03 17:04:31','2016-02-03 17:04:31','','R65IWZ_frontangle-screenless','','inherit','open','closed','','r65iwz_frontangle-screenless','','','2016-02-03 17:04:31','2016-02-03 17:04:31','',995,'http://elura.audio/wp-content/uploads/2016/02/R65IWZ_frontangle-screenless.png',0,'attachment','image/png',0),(1057,1,'2016-02-03 17:44:20','2016-02-03 17:44:20','','S65_specs','','inherit','open','closed','','s65_specs','','','2016-02-03 17:44:20','2016-02-03 17:44:20','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65_specs.pdf',0,'attachment','application/pdf',0),(1060,1,'2016-02-03 18:46:35','2016-02-03 18:46:35','','3-In-Ceiling-No-Bevel','','inherit','open','closed','','3-in-ceiling-no-bevel','','','2016-02-03 18:46:35','2016-02-03 18:46:35','',1033,'http://elura.audio/wp-content/uploads/2016/02/3-In-Ceiling-No-Bevel.jpg',0,'attachment','image/jpeg',0),(1061,1,'2016-02-03 18:47:51','2016-02-03 18:47:51','','S65ST_specs','','inherit','open','closed','','s65st_specs','','','2016-02-03 18:47:51','2016-02-03 18:47:51','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65ST_specs.pdf',0,'attachment','application/pdf',0),(1062,1,'2016-02-03 18:48:30','2016-02-03 18:48:30','','S8_specs','','inherit','open','closed','','s8_specs','','','2016-02-03 18:48:30','2016-02-03 18:48:30','',1033,'http://elura.audio/wp-content/uploads/2016/02/S8_specs.pdf',0,'attachment','application/pdf',0),(1063,1,'2016-02-03 18:49:14','2016-02-03 18:49:14','','S65LCR_specs','','inherit','open','closed','','s65lcr_specs','','','2016-02-03 18:49:14','2016-02-03 18:49:14','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65LCR_specs.pdf',0,'attachment','application/pdf',0),(1064,1,'2016-02-03 18:49:32','2016-02-03 18:49:32','','S8LCR_specs','','inherit','open','closed','','s8lcr_specs','','','2016-02-03 18:49:32','2016-02-03 18:49:32','',1033,'http://elura.audio/wp-content/uploads/2016/02/S8LCR_specs.pdf',0,'attachment','application/pdf',0),(1066,1,'2016-02-03 19:17:23','2016-02-03 19:17:23','<a href=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-screenless.png\"><img class=\"alignleft size-large wp-image-1012\" src=\"http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-screenless-1024x576.png\" alt=\"R65STZ_front-screenless\" width=\"1024\" height=\"576\" /></a>','Red Label Series IC','','inherit','closed','closed','','1014-revision-v1','','','2016-02-03 19:17:23','2016-02-03 19:17:23','',1014,'http://elura.audio/1014-revision-v1/',0,'revision','',0),(1067,1,'2016-02-03 19:18:04','2016-02-03 19:18:04','','Black Label Series IW','','inherit','closed','closed','','997-revision-v1','','','2016-02-03 19:18:04','2016-02-03 19:18:04','',997,'http://elura.audio/997-revision-v1/',0,'revision','',0),(1068,1,'2016-02-03 19:18:46','2016-02-03 19:18:46','','Red Label Series IW','','inherit','closed','closed','','995-revision-v1','','','2016-02-03 19:18:46','2016-02-03 19:18:46','',995,'http://elura.audio/995-revision-v1/',0,'revision','',0),(1070,1,'2016-02-03 19:23:42','2016-02-03 19:23:42','','S65LCRIW-screenless-frontangle','','inherit','open','closed','','s65lcriw-screenless-frontangle','','','2016-02-03 19:23:42','2016-02-03 19:23:42','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65LCRIW-screenless-frontangle.png',0,'attachment','image/png',0),(1071,1,'2016-02-03 19:24:55','2016-02-03 19:24:55','','2-In-Wall','','inherit','open','closed','','2-in-wall-2','','','2016-02-03 19:24:55','2016-02-03 19:24:55','',1009,'http://elura.audio/wp-content/uploads/2016/02/2-In-Wall.jpg',0,'attachment','image/jpeg',0),(1072,1,'2016-02-03 19:27:56','2016-02-03 19:27:56','','S65_tweeter-pivoting','','inherit','open','closed','','s65_tweeter-pivoting','','','2016-02-03 19:27:56','2016-02-03 19:27:56','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65_tweeter-pivoting.png',0,'attachment','image/png',0),(1073,1,'2016-02-03 19:29:32','2016-02-03 19:29:32','','Blue Label by Sonance IW','','inherit','closed','closed','','1009-revision-v1','','','2016-02-03 19:29:32','2016-02-03 19:29:32','',1009,'http://elura.audio/1009-revision-v1/',0,'revision','',0),(1075,1,'2016-02-03 19:34:07','2016-02-03 19:34:07','','Blue Label by Sonance IC','','inherit','closed','closed','','1033-revision-v1','','','2016-02-03 19:34:07','2016-02-03 19:34:07','',1033,'http://elura.audio/1033-revision-v1/',0,'revision','',0),(1077,1,'2016-02-03 21:00:32','2016-02-03 21:00:32','','S65LCRIW_specs','','inherit','open','closed','','s65lcriw_specs','','','2016-02-03 21:00:32','2016-02-03 21:00:32','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65LCRIW_specs.pdf',0,'attachment','application/pdf',0),(1078,1,'2016-02-03 21:00:53','2016-02-03 21:00:53','','S65IW_specs','','inherit','open','closed','','s65iw_specs','','','2016-02-03 21:00:53','2016-02-03 21:00:53','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65IW_specs.pdf',0,'attachment','application/pdf',0),(1081,1,'2016-02-03 21:38:01','2016-02-03 21:38:01','','Black Label Select Series IC','','inherit','closed','closed','','954-revision-v1','','','2016-02-03 21:38:01','2016-02-03 21:38:01','',954,'http://elura.audio/954-revision-v1/',0,'revision','',0),(1083,1,'2016-02-03 21:43:13','2016-02-03 21:43:13','','Blue Label by Sonance Premium IC','','inherit','closed','closed','','1033-revision-v1','','','2016-02-03 21:43:13','2016-02-03 21:43:13','',1033,'http://elura.audio/1033-revision-v1/',0,'revision','',0),(1084,1,'2016-02-03 21:53:32','2016-02-03 21:53:32','','Blue Label by Sonance - Premium IW','','inherit','closed','closed','','1009-revision-v1','','','2016-02-03 21:53:32','2016-02-03 21:53:32','',1009,'http://elura.audio/1009-revision-v1/',0,'revision','',0),(1085,1,'2016-02-03 22:01:56','2016-02-03 22:01:56','','Red Label Performance Series IC','','inherit','closed','closed','','1014-revision-v1','','','2016-02-03 22:01:56','2016-02-03 22:01:56','',1014,'http://elura.audio/1014-revision-v1/',0,'revision','',0),(1086,1,'2016-02-03 22:37:24','2016-02-03 22:37:24','need OUT6.5B photos!!','Black Label - Select Series','','publish','closed','closed','','elura-outdoor-speakers','','','2017-10-04 09:26:25','2017-10-04 15:26:25','',0,'http://elura.audio/?p=1086',0,'post','',0),(1087,1,'2016-02-03 22:34:17','2016-02-03 22:34:17','','2-Outdoor','','inherit','open','closed','','2-outdoor','','','2016-02-03 22:34:17','2016-02-03 22:34:17','',1086,'http://elura.audio/wp-content/uploads/2016/02/2-Outdoor.jpg',0,'attachment','image/jpeg',0),(1088,1,'2016-02-03 22:37:24','2016-02-03 22:37:24','','Elura Outdoor Speakers','','inherit','closed','closed','','1086-revision-v1','','','2016-02-03 22:37:24','2016-02-03 22:37:24','',1086,'http://elura.audio/1086-revision-v1/',0,'revision','',0),(1091,1,'2016-02-03 23:03:17','2016-02-03 23:03:17','','SPKR-R8_specs','','inherit','open','closed','','spkr-r8_specs','','','2016-02-03 23:03:17','2016-02-03 23:03:17','',1014,'http://elura.audio/wp-content/uploads/2016/02/SPKR-R8_specs.pdf',0,'attachment','application/pdf',0),(1097,1,'2016-02-04 14:02:15','2016-02-04 14:02:15','','Red Label Performance Series IW','','inherit','closed','closed','','995-revision-v1','','','2016-02-04 14:02:15','2016-02-04 14:02:15','',995,'http://elura.audio/995-revision-v1/',0,'revision','',0),(1099,1,'2016-02-04 14:11:45','2016-02-04 14:11:45','','dj-black-background-full-hd-wallpapers','','inherit','open','closed','','dj-black-background-full-hd-wallpapers','','','2016-02-04 14:11:45','2016-02-04 14:11:45','',997,'http://elura.audio/wp-content/uploads/2016/02/dj-black-background-full-hd-wallpapers.jpg',0,'attachment','image/jpeg',0),(1100,1,'2016-02-04 14:12:26','2016-02-04 14:12:26','','Black Label Select Series IW','','inherit','closed','closed','','997-revision-v1','','','2016-02-04 14:12:26','2016-02-04 14:12:26','',997,'http://elura.audio/997-revision-v1/',0,'revision','',0),(1107,1,'2016-02-04 15:22:02','2016-02-04 15:22:02','','Blue Label by Sonance Premium IW','','inherit','closed','closed','','1009-revision-v1','','','2016-02-04 15:22:02','2016-02-04 15:22:02','',1009,'http://elura.audio/1009-revision-v1/',0,'revision','',0),(1108,1,'2016-02-04 15:38:54','2016-02-04 15:38:54','','OUT65W_angle','','inherit','open','closed','','out65w_angle','','','2016-02-04 15:38:54','2016-02-04 15:38:54','',1086,'http://elura.audio/wp-content/uploads/2016/02/OUT65W_angle.png',0,'attachment','image/png',0),(1109,1,'2016-02-04 15:39:48','2016-02-04 15:39:48','','OUT65W_side','','inherit','open','closed','','out65w_side','','','2016-02-04 15:39:48','2016-02-04 15:39:48','',1086,'http://elura.audio/wp-content/uploads/2016/02/OUT65W_side.png',0,'attachment','image/png',0),(1111,1,'2016-02-04 16:06:26','2016-02-04 16:06:26','<strong><u>Elura: The history behind the brand</u></strong>\r\n\r\nBeginning in 1988 my brother Mark Fukuda and I started designing, building, and tuning audio systems to compete against the best in the world. From 1988-1996, we were able to win 11 National, and 6 World championships for sound and installation quality. Needless to say we listened to a lot of speakers since we started in the audio business 27+ years ago. What set us apart from our competition and allowed us to reach the pinnacle of the industry was our obsession with attention to the detail. We were designing and fabricating custom enclosures, making our own crossover networks, and spent countless hours precisely tuning our systems.\r\n\r\nIn today world it’s easier to tune an audio system using software, computers and mics. So what sets us apart from the other guys? What sets us apart is our solid foundation in the most important and fundamental part of an audio system…the speaker itself. My Brother and I are still audio nuts that love to tinker with speakers, old and new. Currently we have a set of speakers from the 1960s that we are refurbishing. Even though they are old, the speakers sound amazing! We believe that if you can make a speaker sound out of the box, you shouldn’t need special electronics to make it sound better after the installation.\r\n\r\nMy Brother and I were unhappy with lack of audible depth and detail that most architectural speakers provided. We wanted our speakers to sound real and for the listener to feel like the music artist was in their home. Nearly three years ago my brother and I decided to release our own line of home audio speakers designed just for the custom installer under the name Elura. When we launched Elura, we realized that our network of professional audio installers also valued our goals as they voted with their purchase. Today, we are selling thousands of speakers per month to customers around the Nation. Our secret sauce has always been combining incredible sound quality with affordable price points.\r\n\r\nTwo years ago, our speakers grabbed the attention of Sonance, the company responsible for the invention of the architectural loudspeaker. We sent Sonance a pair of our Elura R6.5Z Red Label speakers to test and to compare to some other heavy weights in the industry. Sonance was very impressed by our mid-level speakers saying that they out performed speakers costing 2-3 times more. Sonance was so impressed by our R6.5Z’s that they became interested in a collaboration between Elura and Sonance to create something special. Two years later, we released a series of 7 speakers that blew away the competition. Here is what Sonance had to say about the partnership:\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\nRob Roland, Dana Innovations EVP and Chief Technology Officer</em>','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-04 16:06:26','2016-02-04 16:06:26','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1113,1,'2016-02-04 16:50:27','2016-02-04 16:50:27','','B65IW_front-straight','','inherit','open','closed','','b65iw_front-straight-2','','','2016-02-04 16:50:27','2016-02-04 16:50:27','',997,'http://elura.audio/wp-content/uploads/2016/02/B65IW_front-straight.png',0,'attachment','image/png',0),(1114,1,'2016-02-04 18:11:45','2016-02-04 18:11:45','','B8_front-screenless','','inherit','open','closed','','b8_front-screenless-2','','','2016-02-04 18:11:45','2016-02-04 18:11:45','',954,'http://elura.audio/wp-content/uploads/2016/02/B8_front-screenless1.png',0,'attachment','image/png',0),(1118,1,'2016-02-04 18:27:03','2016-02-04 18:27:03','','R65STZ_sideangle-screen','','inherit','open','closed','','r65stz_sideangle-screen','','','2016-02-04 18:27:03','2016-02-04 18:27:03','',954,'http://elura.audio/wp-content/uploads/2016/02/R65STZ_sideangle-screen.png',0,'attachment','image/png',0),(1119,1,'2016-02-04 18:28:47','2016-02-04 18:28:47','','B65_FrontAngle','','inherit','open','closed','','b65_frontangle','','','2016-02-04 18:28:47','2016-02-04 18:28:47','',954,'http://elura.audio/wp-content/uploads/2016/02/B65_FrontAngle.png',0,'attachment','image/png',0),(1120,1,'2016-02-04 18:30:08','2016-02-04 18:30:08','','Black Label Select Series','','inherit','closed','closed','','954-revision-v1','','','2016-02-04 18:30:08','2016-02-04 18:30:08','',954,'http://elura.audio/954-revision-v1/',0,'revision','',0),(1122,1,'2016-02-04 18:32:43','2016-02-04 18:32:43','','Black Label Select Series','','inherit','closed','closed','','997-revision-v1','','','2016-02-04 18:32:43','2016-02-04 18:32:43','',997,'http://elura.audio/997-revision-v1/',0,'revision','',0),(1123,1,'2016-02-04 18:34:24','2016-02-04 18:34:24','','Red Label Performance Series','','inherit','closed','closed','','995-revision-v1','','','2016-02-04 18:34:24','2016-02-04 18:34:24','',995,'http://elura.audio/995-revision-v1/',0,'revision','',0),(1124,1,'2016-02-04 18:35:26','2016-02-04 18:35:26','','R8Z_front-angle','','inherit','open','closed','','r8z_front-angle','','','2016-02-04 18:35:26','2016-02-04 18:35:26','',1014,'http://elura.audio/wp-content/uploads/2016/02/R8Z_front-angle.png',0,'attachment','image/png',0),(1126,1,'2016-02-04 18:50:50','2016-02-04 18:50:50','','R8Z_screen','','inherit','open','closed','','r8z_screen','','','2016-02-04 18:50:50','2016-02-04 18:50:50','',1014,'http://elura.audio/wp-content/uploads/2016/02/R8Z_screen.png',0,'attachment','image/png',0),(1127,1,'2016-02-04 18:53:32','2016-02-04 18:53:32','','Red Label Performance','','inherit','closed','closed','','1014-revision-v1','','','2016-02-04 18:53:32','2016-02-04 18:53:32','',1014,'http://elura.audio/1014-revision-v1/',0,'revision','',0),(1128,1,'2016-02-04 18:58:10','2016-02-04 18:58:10','-Need Red Label close-ups for In-ceiling bass-treble control switches\r\n\r\n-Need close up woofer and surround ex. S65_woofer_close_up\r\n\r\n-Need side shot with grill on and angled to show how thin the grill is.\r\n\r\n-Fine tune the benefits and feature comments','Red Label Performance','','inherit','closed','closed','','1014-revision-v1','','','2016-02-04 18:58:10','2016-02-04 18:58:10','',1014,'http://elura.audio/1014-revision-v1/',0,'revision','',0),(1130,1,'2016-02-04 19:06:06','2016-02-04 19:06:06','','Blue Label by Sonance Premium','','inherit','closed','closed','','1009-revision-v1','','','2016-02-04 19:06:06','2016-02-04 19:06:06','',1009,'http://elura.audio/1009-revision-v1/',0,'revision','',0),(1131,1,'2016-02-04 19:18:49','2016-02-04 19:18:49','This is the static front page. Its details are edited through editing the Front Page Template\r\n\r\nCan we make the lifestyle image area shorter or have the scrolling effect like the POST pages do so the three labels at the bottom come up earlier? SB','Front Page','','inherit','closed','closed','','565-revision-v1','','','2016-02-04 19:18:49','2016-02-04 19:18:49','',565,'http://elura.audio/565-revision-v1/',0,'revision','',0),(1132,1,'2016-02-04 19:20:19','2016-02-04 19:20:19','','Blue Label by Sonance Premium','','inherit','closed','closed','','1033-revision-v1','','','2016-02-04 19:20:19','2016-02-04 19:20:19','',1033,'http://elura.audio/1033-revision-v1/',0,'revision','',0),(1133,1,'2016-02-04 19:26:47','2016-02-04 19:26:47','','S65LCR_FrontAngle','','inherit','open','closed','','s65lcr_frontangle','','','2016-02-04 19:26:47','2016-02-04 19:26:47','',1014,'http://elura.audio/wp-content/uploads/2016/02/S65LCR_FrontAngle.png',0,'attachment','image/png',0),(1134,1,'2016-02-04 19:38:14','2016-02-04 19:38:14','','Red Label Performance','','inherit','closed','closed','','995-revision-v1','','','2016-02-04 19:38:14','2016-02-04 19:38:14','',995,'http://elura.audio/995-revision-v1/',0,'revision','',0),(1135,1,'2016-02-04 19:43:16','2016-02-04 19:43:16','-need close ups of the tweeter portion, woofer and surround portion and side angled view with grill to represent grill shot for feature section.\r\n\r\n-Second lifestyle image for background.','Red Label Performance','','inherit','closed','closed','','995-revision-v1','','','2016-02-04 19:43:16','2016-02-04 19:43:16','',995,'http://elura.audio/995-revision-v1/',0,'revision','',0),(1137,1,'2016-02-04 19:51:26','2016-02-04 19:51:26','need OUT6.5B photos!!','Elura Outdoor Speakers','','inherit','closed','closed','','1086-revision-v1','','','2016-02-04 19:51:26','2016-02-04 19:51:26','',1086,'http://elura.audio/1086-revision-v1/',0,'revision','',0),(1138,1,'2016-02-04 19:54:19','2016-02-04 19:54:19','','S65LCRIW_back','','inherit','open','closed','','s65lcriw_back','','','2016-02-04 19:54:19','2016-02-04 19:54:19','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65LCRIW_back.png',0,'attachment','image/png',0),(1141,1,'2016-02-04 20:10:04','2016-02-04 20:10:04','Need all images for feature section.\r\n\r\n-Tweeter close-up\r\n\r\n-woofer cone/surround close-up\r\n\r\n-contour switch close-up\r\n\r\n ','Blue Label by Sonance Premium','','inherit','closed','closed','','1009-revision-v1','','','2016-02-04 20:10:04','2016-02-04 20:10:04','',1009,'http://elura.audio/1009-revision-v1/',0,'revision','',0),(1142,1,'2016-02-04 20:12:00','2016-02-04 20:12:00','','R65IWZ_front','','inherit','open','closed','','r65iwz_front','','','2016-02-04 20:12:00','2016-02-04 20:12:00','',1009,'http://elura.audio/wp-content/uploads/2016/02/R65IWZ_front1.png',0,'attachment','image/png',0),(1143,1,'2016-02-04 20:13:01','2016-02-04 20:13:01','','R65LCRIWZ_front','','inherit','open','closed','','r65lcriwz_front','','','2016-02-04 20:13:01','2016-02-04 20:13:01','',1009,'http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_front.png',0,'attachment','image/png',0),(1144,1,'2016-02-04 20:20:37','2016-02-04 20:20:37','','R65Z_tweeter','','inherit','open','closed','','r65z_tweeter','','','2016-02-04 20:20:37','2016-02-04 20:20:37','',1014,'http://elura.audio/wp-content/uploads/2016/02/R65Z_tweeter.png',0,'attachment','image/png',0),(1145,1,'2016-02-04 20:21:59','2016-02-04 20:21:59','','R65STZ_front','','inherit','open','closed','','r65stz_front','','','2016-02-04 20:21:59','2016-02-04 20:21:59','',1014,'http://elura.audio/wp-content/uploads/2016/02/R65STZ_front.png',0,'attachment','image/png',0),(1146,1,'2016-02-04 20:25:03','2016-02-04 20:25:03','','R8LCR_side','','inherit','open','closed','','r8lcr_side','','','2016-02-04 20:25:03','2016-02-04 20:25:03','',1014,'http://elura.audio/wp-content/uploads/2016/02/R8LCR_side.png',0,'attachment','image/png',0),(1147,1,'2016-02-04 20:26:26','2016-02-04 20:26:26','','R8LCR_contourswitches','','inherit','open','closed','','r8lcr_contourswitches','','','2016-02-04 20:26:26','2016-02-04 20:26:26','',1014,'http://elura.audio/wp-content/uploads/2016/02/R8LCR_contourswitches.png',0,'attachment','image/png',0),(1148,1,'2016-02-04 20:29:37','2016-02-04 20:29:37','','R65Z_woofer-copy','','inherit','open','closed','','r65z_woofer-copy-2','','','2016-02-04 20:29:37','2016-02-04 20:29:37','',1014,'http://elura.audio/wp-content/uploads/2016/02/R65Z_woofer-copy1.png',0,'attachment','image/png',0),(1150,1,'2016-02-04 20:33:44','2016-02-04 20:33:44','-Need side shot with grill on and angled to show how thin the grill is.\r\n\r\n-Fine tune the benefits and feature comments','Red Label Performance','','inherit','closed','closed','','1014-revision-v1','','','2016-02-04 20:33:44','2016-02-04 20:33:44','',1014,'http://elura.audio/1014-revision-v1/',0,'revision','',0),(1151,1,'2016-02-04 20:36:49','2016-02-04 20:36:49','-Fine tune the benefits and feature comments','Red Label Performance','','inherit','closed','closed','','1014-revision-v1','','','2016-02-04 20:36:49','2016-02-04 20:36:49','',1014,'http://elura.audio/1014-revision-v1/',0,'revision','',0),(1152,1,'2016-02-04 20:40:32','2016-02-04 20:40:32','','SUBB8_frontangle','','inherit','open','closed','','subb8_frontangle','','','2016-02-04 20:40:32','2016-02-04 20:40:32','',950,'http://elura.audio/wp-content/uploads/2016/02/SUBB8_frontangle.png',0,'attachment','image/png',0),(1153,1,'2016-02-04 20:49:47','2016-02-04 20:49:47','','SUBB8_specs','','inherit','open','closed','','subb8_specs','','','2016-02-04 20:49:47','2016-02-04 20:49:47','',950,'http://elura.audio/wp-content/uploads/2016/02/SUBB8_specs.pdf',0,'attachment','application/pdf',0),(1154,1,'2016-02-04 20:54:05','2016-02-04 20:54:05','','Black Label Subwoofer','','inherit','closed','closed','','950-revision-v1','','','2016-02-04 20:54:05','2016-02-04 20:54:05','',950,'http://elura.audio/950-revision-v1/',0,'revision','',0),(1155,1,'2016-02-04 21:00:57','2016-02-04 21:00:57','','SUBB8_back','','inherit','open','closed','','subb8_back','','','2016-02-04 21:00:57','2016-02-04 21:00:57','',950,'http://elura.audio/wp-content/uploads/2016/02/SUBB8_back.png',0,'attachment','image/png',0),(1157,1,'2016-02-04 21:16:08','2016-02-04 21:16:08','','Black Label Select','','inherit','closed','closed','','997-revision-v1','','','2016-02-04 21:16:08','2016-02-04 21:16:08','',997,'http://elura.audio/997-revision-v1/',0,'revision','',0),(1158,1,'2016-02-04 21:16:46','2016-02-04 21:16:46','','Black Label Select','','inherit','closed','closed','','954-revision-v1','','','2016-02-04 21:16:46','2016-02-04 21:16:46','',954,'http://elura.audio/954-revision-v1/',0,'revision','',0),(1165,1,'2016-02-05 13:58:07','2016-02-05 13:58:07','','B8_Tweeter','','inherit','open','closed','','b8_tweeter','','','2016-02-05 13:58:07','2016-02-05 13:58:07','',954,'http://elura.audio/wp-content/uploads/2016/02/B8_Tweeter.png',0,'attachment','image/png',0),(1166,1,'2016-02-05 13:58:41','2016-02-05 13:58:41','','B65_Woofer','','inherit','open','closed','','b65_woofer','','','2016-02-05 13:58:41','2016-02-05 13:58:41','',954,'http://elura.audio/wp-content/uploads/2016/02/B65_Woofer.png',0,'attachment','image/png',0),(1167,1,'2016-02-05 13:59:52','2016-02-05 13:59:52','','B65_PlasticBindings','','inherit','open','closed','','b65_plasticbindings-2','','','2016-02-05 13:59:52','2016-02-05 13:59:52','',954,'http://elura.audio/wp-content/uploads/2016/02/B65_PlasticBindings.png',0,'attachment','image/png',0),(1168,1,'2016-02-05 14:06:01','2016-02-05 14:06:01','','B65IW_front-angle','','inherit','open','closed','','b65iw_front-angle','','','2016-02-05 14:06:01','2016-02-05 14:06:01','',997,'http://elura.audio/wp-content/uploads/2016/02/B65IW_front-angle.png',0,'attachment','image/png',0),(1169,1,'2016-02-05 14:06:27','2016-02-05 14:06:27','','B65IW_front-straight','','inherit','open','closed','','b65iw_front-straight-3','','','2016-02-05 14:06:27','2016-02-05 14:06:27','',997,'http://elura.audio/wp-content/uploads/2016/02/B65IW_front-straight1.png',0,'attachment','image/png',0),(1170,1,'2016-02-05 14:07:25','2016-02-05 14:07:25','','B65IW_screen','','inherit','open','closed','','b65iw_screen-2','','','2016-02-05 14:07:25','2016-02-05 14:07:25','',997,'http://elura.audio/wp-content/uploads/2016/02/B65IW_screen1.png',0,'attachment','image/png',0),(1171,1,'2016-02-05 14:08:33','2016-02-05 14:08:33','','B65IW_tweeters','','inherit','open','closed','','b65iw_tweeters','','','2016-02-05 14:08:33','2016-02-05 14:08:33','',997,'http://elura.audio/wp-content/uploads/2016/02/B65IW_tweeters.png',0,'attachment','image/png',0),(1172,1,'2016-02-05 14:08:58','2016-02-05 14:08:58','','B65IW_woofer','','inherit','open','closed','','b65iw_woofer','','','2016-02-05 14:08:58','2016-02-05 14:08:58','',997,'http://elura.audio/wp-content/uploads/2016/02/B65IW_woofer.png',0,'attachment','image/png',0),(1173,1,'2016-02-05 14:09:34','2016-02-05 14:09:34','','B65IW_bindings','','inherit','open','closed','','b65iw_bindings','','','2016-02-05 14:09:34','2016-02-05 14:09:34','',997,'http://elura.audio/wp-content/uploads/2016/02/B65IW_bindings.png',0,'attachment','image/png',0),(1174,1,'2016-02-05 14:45:46','2016-02-05 14:45:46','','R65IWZ_Tweeter','','inherit','open','closed','','r65iwz_tweeter','','','2016-02-05 14:45:46','2016-02-05 14:45:46','',995,'http://elura.audio/wp-content/uploads/2016/02/R65IWZ_Tweeter.png',0,'attachment','image/png',0),(1175,1,'2016-02-05 14:47:23','2016-02-05 14:47:23','','R65IWZ_Woofer','','inherit','open','closed','','r65iwz_woofer','','','2016-02-05 14:47:23','2016-02-05 14:47:23','',995,'http://elura.audio/wp-content/uploads/2016/02/R65IWZ_Woofer.png',0,'attachment','image/png',0),(1176,1,'2016-02-05 14:47:46','2016-02-05 14:47:46','','R65LCRIWZ_ContourSwitches','','inherit','open','closed','','r65lcriwz_contourswitches','','','2016-02-05 14:47:46','2016-02-05 14:47:46','',995,'http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_ContourSwitches.png',0,'attachment','image/png',0),(1177,1,'2016-02-05 14:57:14','2016-02-05 14:57:14','','R65LCRIWZ_Tweeter-Angle','','inherit','open','closed','','r65lcriwz_tweeter-angle','','','2016-02-05 14:57:14','2016-02-05 14:57:14','',995,'http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_Tweeter-Angle.png',0,'attachment','image/png',0),(1178,1,'2016-02-05 15:03:05','2016-02-05 15:03:05','','R65IWZ_ContourSwitches','','inherit','open','closed','','r65iwz_contourswitches','','','2016-02-05 15:03:05','2016-02-05 15:03:05','',995,'http://elura.audio/wp-content/uploads/2016/02/R65IWZ_ContourSwitches.png',0,'attachment','image/png',0),(1179,1,'2016-02-05 15:03:59','2016-02-05 15:03:59','','R65IWZ_Back','','inherit','open','closed','','r65iwz_back-2','','','2016-02-05 15:03:59','2016-02-05 15:03:59','',995,'http://elura.audio/wp-content/uploads/2016/02/R65IWZ_Back1.png',0,'attachment','image/png',0),(1180,1,'2016-02-05 15:14:57','2016-02-05 15:14:57','','R8Z_tweeter-pivoting','','inherit','open','closed','','r8z_tweeter-pivoting','','','2016-02-05 15:14:57','2016-02-05 15:14:57','',1014,'http://elura.audio/wp-content/uploads/2016/02/R8Z_tweeter-pivoting.png',0,'attachment','image/png',0),(1181,1,'2016-02-05 15:23:10','2016-02-05 15:23:10','','R8Z_front-angle','','inherit','open','closed','','r8z_front-angle-2','','','2016-02-05 15:23:10','2016-02-05 15:23:10','',1014,'http://elura.audio/wp-content/uploads/2016/02/R8Z_front-angle1.png',0,'attachment','image/png',0),(1182,1,'2016-02-05 15:40:57','2016-02-05 15:40:57','','R8Z_woofer','','inherit','open','closed','','r8z_woofer','','','2016-02-05 15:40:57','2016-02-05 15:40:57','',1014,'http://elura.audio/wp-content/uploads/2016/02/R8Z_woofer.png',0,'attachment','image/png',0),(1183,1,'2016-02-05 15:42:20','2016-02-05 15:42:20','','R65STZ_backangle','','inherit','open','closed','','r65stz_backangle','','','2016-02-05 15:42:20','2016-02-05 15:42:20','',1014,'http://elura.audio/wp-content/uploads/2016/02/R65STZ_backangle.png',0,'attachment','image/png',0),(1185,1,'2016-02-05 15:53:04','2016-02-05 15:53:04','','S65_bindings','','inherit','open','closed','','s65_bindings','','','2016-02-05 15:53:04','2016-02-05 15:53:04','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65_bindings.png',0,'attachment','image/png',0),(1186,1,'2016-02-05 15:56:34','2016-02-05 15:56:34','','S65IW_bindings','','inherit','open','closed','','s65iw_bindings','','','2016-02-05 15:56:34','2016-02-05 15:56:34','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65IW_bindings.png',0,'attachment','image/png',0),(1187,1,'2016-02-05 15:57:16','2016-02-05 15:57:16','','S65IW_Back','','inherit','open','closed','','s65iw_back','','','2016-02-05 15:57:16','2016-02-05 15:57:16','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65IW_Back.png',0,'attachment','image/png',0),(1188,1,'2016-02-05 15:58:12','2016-02-05 15:58:12','','S65LCRIW_contourswitch','','inherit','open','closed','','s65lcriw_contourswitch','','','2016-02-05 15:58:12','2016-02-05 15:58:12','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65LCRIW_contourswitch.png',0,'attachment','image/png',0),(1189,1,'2016-02-05 15:58:53','2016-02-05 15:58:53','','S65IW_Woofer','','inherit','open','closed','','s65iw_woofer','','','2016-02-05 15:58:53','2016-02-05 15:58:53','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65IW_Woofer.png',0,'attachment','image/png',0),(1190,1,'2016-02-05 16:00:02','2016-02-05 16:00:02','','S65IW_tweeter','','inherit','open','closed','','s65iw_tweeter','','','2016-02-05 16:00:02','2016-02-05 16:00:02','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65IW_tweeter.png',0,'attachment','image/png',0),(1192,1,'2016-02-05 16:16:00','2016-02-05 16:16:00','','S65IWBRKT','','inherit','open','closed','','s65iwbrkt','','','2016-02-05 16:16:00','2016-02-05 16:16:00','',997,'http://elura.audio/wp-content/uploads/2016/02/S65IWBRKT.png',0,'attachment','image/png',0),(1194,1,'2016-02-05 16:35:38','2016-02-05 16:35:38','','SPKR-OUT65-BK','','inherit','open','closed','','spkr-out65-bk','','','2016-02-05 16:35:38','2016-02-05 16:35:38','',1086,'http://elura.audio/wp-content/uploads/2016/02/SPKR-OUT65-BK.jpg',0,'attachment','image/jpeg',0),(1195,1,'2016-02-05 16:36:37','2016-02-05 16:36:37','','SPKR-OUT65-WHT','','inherit','open','closed','','spkr-out65-wht','','','2016-02-05 16:36:37','2016-02-05 16:36:37','',1086,'http://elura.audio/wp-content/uploads/2016/02/SPKR-OUT65-WHT.jpg',0,'attachment','image/jpeg',0),(1197,1,'2016-02-05 16:44:54','2016-02-05 16:44:54','','nature_river_wooden_path-wallpaper-1920x1080','','inherit','open','closed','','nature_river_wooden_path-wallpaper-1920x1080','','','2016-02-05 16:44:54','2016-02-05 16:44:54','',1086,'http://elura.audio/wp-content/uploads/2016/02/nature_river_wooden_path-wallpaper-1920x1080.jpg',0,'attachment','image/jpeg',0),(1199,1,'2016-02-05 16:58:38','2016-02-05 16:58:38','need OUT6.5B photos!!','Black Label Outdoor','','inherit','closed','closed','','1086-revision-v1','','','2016-02-05 16:58:38','2016-02-05 16:58:38','',1086,'http://elura.audio/1086-revision-v1/',0,'revision','',0),(1200,1,'2016-02-05 19:36:02','2016-02-05 19:36:02','<h1>Details:( Please Do not edit this informational area )</h1>\r\nThe contents in this area do not change or gets displayed.\r\n\r\nUse the Image Slider Template to display the category information.\r\n\r\nImage Slider Template has 3 sliding background images and 3 background images.\r\n\r\nTo edit this page, please fill in the Image Slider Template below.\r\n\r\nTo create a new Category Page, please contact the programmers, since the pages are static. On the other hand , the posts are dynamic since they fall under category.','OUTDOOR SPEAKERS','','inherit','closed','closed','','558-revision-v1','','','2016-02-05 19:36:02','2016-02-05 19:36:02','',558,'http://elura.audio/558-revision-v1/',0,'revision','',0),(1204,1,'2016-02-05 21:07:43','2016-02-05 21:07:43','','S65LCR_back','','inherit','open','closed','','s65lcr_back','','','2016-02-05 21:07:43','2016-02-05 21:07:43','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65LCR_back.png',0,'attachment','image/png',0),(1206,1,'2016-02-05 21:38:35','2016-02-05 21:38:35',' \r\n\r\n ','Blue Label by Sonance Premium','','inherit','closed','closed','','1009-revision-v1','','','2016-02-05 21:38:35','2016-02-05 21:38:35','',1009,'http://elura.audio/1009-revision-v1/',0,'revision','',0),(1208,1,'2016-02-08 14:02:43','2016-02-08 14:02:43','','R65Z_specs','','inherit','open','closed','','r65z_specs','','','2016-02-08 14:02:43','2016-02-08 14:02:43','',1014,'http://elura.audio/wp-content/uploads/2016/02/R65Z_specs.pdf',0,'attachment','application/pdf',0),(1209,1,'2016-02-08 14:03:05','2016-02-08 14:03:05','','R65STZ_specs','','inherit','open','closed','','r65stz_specs','','','2016-02-08 14:03:05','2016-02-08 14:03:05','',1014,'http://elura.audio/wp-content/uploads/2016/02/R65STZ_specs.pdf',0,'attachment','application/pdf',0),(1210,1,'2016-02-08 14:03:49','2016-02-08 14:03:49','','R8Z_specs','','inherit','open','closed','','r8z_specs','','','2016-02-08 14:03:49','2016-02-08 14:03:49','',1014,'http://elura.audio/wp-content/uploads/2016/02/R8Z_specs.pdf',0,'attachment','application/pdf',0),(1211,1,'2016-02-08 14:04:22','2016-02-08 14:04:22','','R8LCRZ_specs','','inherit','open','closed','','r8lcrz_specs','','','2016-02-08 14:04:22','2016-02-08 14:04:22','',1014,'http://elura.audio/wp-content/uploads/2016/02/R8LCRZ_specs.pdf',0,'attachment','application/pdf',0),(1213,1,'2016-02-08 14:06:25','2016-02-08 14:06:25','','R65IWZ_specs','','inherit','open','closed','','r65iwz_specs','','','2016-02-08 14:06:25','2016-02-08 14:06:25','',995,'http://elura.audio/wp-content/uploads/2016/02/R65IWZ_specs.pdf',0,'attachment','application/pdf',0),(1214,1,'2016-02-08 14:06:35','2016-02-08 14:06:35','','R65LCRIWZ_specs','','inherit','open','closed','','r65lcriwz_specs','','','2016-02-08 14:06:35','2016-02-08 14:06:35','',995,'http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_specs.pdf',0,'attachment','application/pdf',0),(1216,1,'2016-02-08 15:26:40','2016-02-08 15:26:40','the word \"Model\" in the detailed specs table will not Left justify.','Black Label Select','','inherit','closed','closed','','954-revision-v1','','','2016-02-08 15:26:40','2016-02-08 15:26:40','',954,'http://elura.audio/954-revision-v1/',0,'revision','',0),(1217,1,'2016-02-08 15:48:42','2016-02-08 15:48:42','','Red Label Performance','','inherit','closed','closed','','1014-revision-v1','','','2016-02-08 15:48:42','2016-02-08 15:48:42','',1014,'http://elura.audio/1014-revision-v1/',0,'revision','',0),(1218,1,'2016-02-08 15:49:08','2016-02-08 15:49:08','','Black Label Select','','inherit','closed','closed','','954-revision-v1','','','2016-02-08 15:49:08','2016-02-08 15:49:08','',954,'http://elura.audio/954-revision-v1/',0,'revision','',0),(1220,1,'2016-02-08 15:54:12','2016-02-08 15:54:12','<strong><u>Elura: The history behind the brand</u></strong>\r\n\r\nElura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from all other “off the shelf” competitors.\r\n\r\nNeedless to say, the brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success by following two rules of uncompromised true life sound at affordable prices.\r\n\r\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing 2-3 times more. This peaked Sonance’s interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.\r\n\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\n--Rob Roland, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\nIn years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, most would consider this not to be a priority and expect to buy a speaker that produced great results out of the box. That exactly what Elura speakers deliver, exceptional sound out of the box with no excuses.\r\n\r\n<em>\r\nRob Roland, Dana Innovations EVP and Chief Technology Officer</em>','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-08 15:54:12','2016-02-08 15:54:12','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1221,1,'2016-02-08 16:39:02','2016-02-08 16:39:02','<strong><u>Elura: The history behind the brand</u></strong>\r\n\r\nElura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.\r\n\r\nThe Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.\r\n\r\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.\r\n\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\n-Rob Roland, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\nIn years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-08 16:39:02','2016-02-08 16:39:02','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1222,1,'2016-02-08 20:04:15','2016-02-08 20:04:15','','B65_specs','','inherit','open','closed','','b65_specs','','','2016-02-08 20:04:15','2016-02-08 20:04:15','',997,'http://elura.audio/wp-content/uploads/2016/02/B65_specs.pdf',0,'attachment','application/pdf',0),(1223,1,'2016-02-08 20:04:34','2016-02-08 20:04:34','','B65IW_specs','','inherit','open','closed','','b65iw_specs','','','2016-02-08 20:04:34','2016-02-08 20:04:34','',997,'http://elura.audio/wp-content/uploads/2016/02/B65IW_specs1.pdf',0,'attachment','application/pdf',0),(1224,1,'2016-02-08 20:05:51','2016-02-08 20:05:51','','B65ST_specs','','inherit','open','closed','','b65st_specs','','','2016-02-08 20:05:51','2016-02-08 20:05:51','',954,'http://elura.audio/wp-content/uploads/2016/02/B65ST_specs.pdf',0,'attachment','application/pdf',0),(1225,1,'2016-02-08 20:06:05','2016-02-08 20:06:05','','B8_specs','','inherit','open','closed','','b8_specs','','','2016-02-08 20:06:05','2016-02-08 20:06:05','',954,'http://elura.audio/wp-content/uploads/2016/02/B8_specs1.pdf',0,'attachment','application/pdf',0),(1226,1,'2016-02-08 20:08:45','2016-02-08 20:08:45','','OUT65_specs','','inherit','open','closed','','out65_specs','','','2016-02-08 20:08:45','2016-02-08 20:08:45','',1086,'http://elura.audio/wp-content/uploads/2016/02/OUT65_specs.pdf',0,'attachment','application/pdf',0),(1227,1,'2016-02-09 18:54:12','2016-02-09 18:54:12','','Red Label Performance','','inherit','closed','closed','','995-revision-v1','','','2016-02-09 18:54:12','2016-02-09 18:54:12','',995,'http://elura.audio/995-revision-v1/',0,'revision','',0),(1228,1,'2016-02-09 19:12:57','2016-02-09 19:12:57','<strong><u>Elura: The history behind the brand</u></strong>\r\n\r\nElura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.\r\n\r\nThe Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.\r\n\r\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.\r\n\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\n-Rob Roland, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\nIn years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-09 19:12:57','2016-02-09 19:12:57','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1229,1,'2016-02-09 20:03:15','2016-02-09 20:03:15','<strong><u>Elura: The history behind the brand</u></strong>\r\n\r\nElura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.\r\n\r\nThe Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.\r\n\r\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.\r\n\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-09 20:03:15','2016-02-09 20:03:15','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1237,1,'2016-02-10 15:44:03','2016-02-10 15:44:03','','2-In-Wall-SUBB8 1133x477','','inherit','open','closed','','2-in-wall-subb8-1133x477','','','2016-02-10 15:44:03','2016-02-10 15:44:03','',565,'http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-SUBB8-1133x477.jpg',0,'attachment','image/jpeg',0),(1238,1,'2016-02-10 16:55:19','2016-02-10 16:55:19','','R65STZ_Binding_Dogears','','inherit','open','closed','','r65stz_binding_dogears','','','2016-02-10 16:55:19','2016-02-10 16:55:19','',1014,'http://elura.audio/wp-content/uploads/2016/02/R65STZ_Binding_Dogears.png',0,'attachment','image/png',0),(1240,1,'2016-02-10 18:03:02','2016-02-10 18:03:02','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.</h4>\r\n<h4>Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 18:03:02','2016-02-10 18:03:02','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1241,1,'2016-02-10 18:04:31','2016-02-10 18:04:31','','SpeakerTest','','inherit','open','closed','','speakertest','','','2016-02-10 18:04:31','2016-02-10 18:04:31','',562,'http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg',0,'attachment','image/jpeg',0),(1242,1,'2016-02-10 18:05:07','2016-02-10 18:05:07','','TheaterSpeakers','','inherit','open','closed','','theaterspeakers','','','2016-02-10 18:05:07','2016-02-10 18:05:07','',562,'http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg',0,'attachment','image/jpeg',0),(1243,1,'2016-02-10 18:05:33','2016-02-10 18:05:33','','SoundTest','','inherit','open','closed','','soundtest','','','2016-02-10 18:05:33','2016-02-10 18:05:33','',562,'http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg',0,'attachment','image/jpeg',0),(1244,1,'2016-02-10 18:12:11','2016-02-10 18:12:11','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.</h4>\r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 alignright\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4>Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 alignleft\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 alignright\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 18:12:11','2016-02-10 18:12:11','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1247,1,'2016-02-10 19:05:10','2016-02-10 19:05:10','','2-In-Wall-SUBB8_fix','','inherit','open','closed','','2-in-wall-subb8_fix','','','2016-02-10 19:05:10','2016-02-10 19:05:10','',565,'http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-SUBB8_fix.jpg',0,'attachment','image/jpeg',0),(1249,1,'2016-02-10 19:07:15','2016-02-10 19:07:15','','2-In-Wall-Bezelfix','','inherit','open','closed','','2-in-wall-bezelfix','','','2016-02-10 19:07:15','2016-02-10 19:07:15','',997,'http://elura.audio/wp-content/uploads/2016/02/2-In-Wall-Bezelfix.jpg',0,'attachment','image/jpeg',0),(1252,1,'2016-02-10 19:41:43','2016-02-10 19:41:43','This is the static front page. Its details are edited through editing the Front Page Template\r\n\r\nWhere to buy:\r\n\r\n \r\n\r\nElura is only sold to the professional custom integration channel. Exclusively distributed by WAVE Electronics.\r\n\r\nYou can contact Wave Electronics by calling toll-free 855.383.9283 or visiting their website at www.wave-electronics.com.\r\n\r\nTheir servicing locations are:\r\n\r\nTexas:\r\n<ul>\r\n <li>Houston - North\r\n<ul>\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>281.453.1300 p</li>\r\n <li>281.453.1305 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Houston - South\r\n<ul>\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>713.849.2710 p</li>\r\n <li>832.328.1512 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Dallas\r\n<ul>\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX</li>\r\n <li>469.828.4300 p</li>\r\n <li>469.828.4396 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>San Antonio\r\n<ul>\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>210.495.3777 p</li>\r\n <li>210.495.3779\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Austin\r\n<ul>\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>512.615.1170 p</li>\r\n <li>512.615.1171\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\nLouisiana\r\n<ul>\r\n <li>New Orleans\r\n<ul>\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>504.731.2922 p</li>\r\n <li>504.731.2923 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Baton Rouge\r\n<ul>\r\n <li>14141 Airline Hwy Bldg 3 Ste J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>225.753.6703 p</li>\r\n <li>225.753.6738 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\nFlorida\r\n<ul>\r\n <li>Ft. Lauderdale\r\n<ul>\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>954.734.9283 f</li>\r\n <li>954.263-5300 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\nNew Jersey\r\n<ul>\r\n <li>New Jersey\r\n<ul>\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>732.377.4119 p</li>\r\n <li>732.377.4120 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\nArizona\r\n<ul>\r\n <li>Scottsdale\r\n<ul>\r\n <li>16033 N. 77th Street, Ste A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>480.240.1611 p</li>\r\n <li>480.240.1615 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>','Front Page','','inherit','closed','closed','','565-revision-v1','','','2016-02-10 19:41:43','2016-02-10 19:41:43','',565,'http://elura.audio/565-revision-v1/',0,'revision','',0),(1253,1,'2016-02-10 19:42:45','2016-02-10 19:42:45','This is the static front page. Its details are edited through editing the Front Page Template\r\n\r\nWhere to buy:\r\n\r\n \r\n\r\nElura is only sold to the professional custom integration channel. Exclusively distributed by WAVE Electronics.\r\n\r\nYou can contact Wave Electronics by calling toll-free 855.383.9283 or visiting their website at www.wave-electronics.com.\r\n\r\nTheir servicing locations are:\r\n\r\nTexas:\r\n<ul>\r\n <li> North Houston\r\n<ul>\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>281.453.1300 p</li>\r\n <li>281.453.1305 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li> Southwest Houston\r\n<ul>\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>713.849.2710 p</li>\r\n <li>832.328.1512 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Dallas\r\n<ul>\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX</li>\r\n <li>469.828.4300 p</li>\r\n <li>469.828.4396 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>San Antonio\r\n<ul>\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>210.495.3777 p</li>\r\n <li>210.495.3779\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Austin\r\n<ul>\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>512.615.1170 p</li>\r\n <li>512.615.1171\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\nLouisiana\r\n<ul>\r\n <li>New Orleans\r\n<ul>\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>504.731.2922 p</li>\r\n <li>504.731.2923 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Baton Rouge\r\n<ul>\r\n <li>14141 Airline Hwy Bldg 3 Ste J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>225.753.6703 p</li>\r\n <li>225.753.6738 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\nFlorida\r\n<ul>\r\n <li>Ft. Lauderdale\r\n<ul>\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>954.734.9283 f</li>\r\n <li>954.263-5300 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\nNew Jersey\r\n<ul>\r\n <li>New Jersey\r\n<ul>\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>732.377.4119 p</li>\r\n <li>732.377.4120 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\nArizona\r\n<ul>\r\n <li>Scottsdale\r\n<ul>\r\n <li>16033 N. 77th Street, Ste A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>480.240.1611 p</li>\r\n <li>480.240.1615 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>','Front Page','','inherit','closed','closed','','565-revision-v1','','','2016-02-10 19:42:45','2016-02-10 19:42:45','',565,'http://elura.audio/565-revision-v1/',0,'revision','',0),(1254,1,'2016-02-10 19:44:59','2016-02-10 19:44:59','This is the static front page. Its details are edited through editing the Front Page Template\r\n<h2>Where to buy:</h2>\r\n<h3>Elura is only sold to the professional custom integration channel. Exclusively distributed by WAVE Electronics.</h3>\r\n<h3>You can contact Wave Electronics by calling toll-free 855.383.9283 or visiting their website at www.wave-electronics.com.</h3>\r\n<h4>Their servicing locations are:</h4>\r\n<h4>Texas:</h4>\r\n<ul>\r\n <li>\r\n<h4> North Houston</h4>\r\n<ul>\r\n <li>\r\n<h5>221 Barren Springs Dr #19</h5>\r\n</li>\r\n <li>\r\n<h5>Houston, TX 77090</h5>\r\n</li>\r\n <li>\r\n<h5>281.453.1300 p</h5>\r\n</li>\r\n <li>\r\n<h5>281.453.1305 f</h5>\r\n<ul>\r\n <li>\r\n<h5>Hours: Mon - Fri, 8 am - 5:30 pm CST</h5>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4> Southwest Houston</h4>\r\n<ul>\r\n <li>\r\n<h5>8648 Glenmont Dr #130</h5>\r\n</li>\r\n <li>\r\n<h5>Houston, TX 77036</h5>\r\n</li>\r\n <li>\r\n<h5>713.849.2710 p</h5>\r\n</li>\r\n <li>\r\n<h5>832.328.1512 f</h5>\r\n<ul>\r\n <li>\r\n<h5>Hours: Mon - Fri, 8 am - 5:30 pm CST</h5>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Dallas</h4>\r\n<ul>\r\n <li>\r\n<h5>14280 Gillis Rd</h5>\r\n</li>\r\n <li>\r\n<h5>Farmers Branch, TX</h5>\r\n</li>\r\n <li>\r\n<h5>469.828.4300 p</h5>\r\n</li>\r\n <li>\r\n<h5>469.828.4396 f</h5>\r\n<ul>\r\n <li>\r\n<h5>Hours: Mon - Fri, 8 am - 5:30 pm CST</h5>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>San Antonio</h4>\r\n<ul>\r\n <li>\r\n<h5>12961 Park Central #1430</h5>\r\n</li>\r\n <li>\r\n<h5>San Antonio, TX 78216</h5>\r\n</li>\r\n <li>\r\n<h5>210.495.3777 p</h5>\r\n</li>\r\n <li>\r\n<h5>210.495.3779</h5>\r\n<ul>\r\n <li>\r\n<h5>Hours: 8 am - 5:30 pm CST</h5>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Austin</h4>\r\n<ul>\r\n <li>\r\n<h5>9208 Waterford Centre Blvd #120</h5>\r\n</li>\r\n <li>\r\n<h5>Austin, TX 78758</h5>\r\n</li>\r\n <li>\r\n<h5>512.615.1170 p</h5>\r\n</li>\r\n <li>\r\n<h5>512.615.1171</h5>\r\n<ul>\r\n <li>\r\n<h5>Hours: 8 am - 5:30 pm CST</h5>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Louisiana</h4>\r\n<ul>\r\n <li>\r\n<h4>New Orleans</h4>\r\n<ul>\r\n <li>\r\n<h5>509-A S. Al Davis Rd</h5>\r\n</li>\r\n <li>\r\n<h5>New Orleans, LA 70123</h5>\r\n</li>\r\n <li>\r\n<h5>504.731.2922 p</h5>\r\n</li>\r\n <li>\r\n<h5>504.731.2923 f</h5>\r\n<ul>\r\n <li>\r\n<h5>Hours: 8 am - 5:30 pm CST</h5>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Baton Rouge</h4>\r\n<ul>\r\n <li>\r\n<h5>14141 Airline Hwy Bldg 3 Ste J</h5>\r\n</li>\r\n <li>\r\n<h5>Baton Rouge, LA 70817</h5>\r\n</li>\r\n <li>\r\n<h5>225.753.6703 p</h5>\r\n</li>\r\n <li>\r\n<h5>225.753.6738 f</h5>\r\n<ul>\r\n <li>\r\n<h5>Hours: 8 am - 5:30 pm CST</h5>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Florida</h4>\r\n<ul>\r\n <li>\r\n<h4>Ft. Lauderdale</h4>\r\n<ul>\r\n <li>\r\n<h5>325 N. Bryan Rd</h5>\r\n</li>\r\n <li>\r\n<h5>Dania Beach, FL 33004</h5>\r\n</li>\r\n <li>\r\n<h5>954.734.9283 f</h5>\r\n</li>\r\n <li>\r\n<h5>954.263-5300 f</h5>\r\n<ul>\r\n <li>\r\n<h5>Hours: 8 am - 5:30 pm EST</h5>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>New Jersey</h4>\r\n<ul>\r\n <li>\r\n<h4>New Jersey</h4>\r\n<ul>\r\n <li>\r\n<h5>320 Campus Dr</h5>\r\n</li>\r\n <li>\r\n<h5>Edison, NJ 08837</h5>\r\n</li>\r\n <li>\r\n<h5>732.377.4119 p</h5>\r\n</li>\r\n <li>\r\n<h5>732.377.4120 f</h5>\r\n<ul>\r\n <li>\r\n<h5>Hours: 8 am - 5:30 pm EST</h5>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Arizona</h4>\r\n<ul>\r\n <li>\r\n<h4>Scottsdale</h4>\r\n<ul>\r\n <li>\r\n<h5>16033 N. 77th Street, Ste A1</h5>\r\n</li>\r\n <li>\r\n<h5>Scottsdale, AZ 85260</h5>\r\n</li>\r\n <li>\r\n<h5>480.240.1611 p</h5>\r\n</li>\r\n <li>\r\n<h5>480.240.1615 f</h5>\r\n<ul>\r\n <li>\r\n<h5>Hours: 8 am - 5:30 pm MT</h5>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>','Front Page','','inherit','closed','closed','','565-revision-v1','','','2016-02-10 19:44:59','2016-02-10 19:44:59','',565,'http://elura.audio/565-revision-v1/',0,'revision','',0),(1256,1,'2016-02-10 19:54:28','2016-02-10 19:54:28','This is the static front page. Its details are edited through editing the Front Page Template\r\n<h2>Where to buy:</h2>\r\n<h3>Elura is sold only through professional custom integrators and installers. Elura is currently exclusively distributed by WAVE Electronics.</h3>\r\n<h3>You can contact Wave Electronics toll-free at 855.383.9283 or by visiting their website at www.wave-electronics.com.</h3>\r\n<h4>Their servicing locations are:</h4>\r\n<h4>Texas:</h4>\r\n<ul>\r\n <li>\r\n<h4> North Houston</h4>\r\n<ul>\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>281.453.1300 p</li>\r\n <li>281.453.1305 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4> Southwest Houston</h4>\r\n<ul>\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>713.849.2710 p</li>\r\n <li>832.328.1512 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Dallas</h4>\r\n<ul>\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX</li>\r\n <li>469.828.4300 p</li>\r\n <li>469.828.4396 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>San Antonio</h4>\r\n<ul>\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>210.495.3777 p</li>\r\n <li>210.495.3779\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Austin</h4>\r\n<ul>\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>512.615.1170 p</li>\r\n <li>512.615.1171\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Louisiana</h4>\r\n<ul>\r\n <li>\r\n<h4>New Orleans</h4>\r\n<ul>\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>504.731.2922 p</li>\r\n <li>504.731.2923 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Baton Rouge</h4>\r\n<ul>\r\n <li>14141 Airline Hwy Bldg 3 Ste J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>225.753.6703 p</li>\r\n <li>225.753.6738 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Florida</h4>\r\n<ul>\r\n <li>\r\n<h4>Ft. Lauderdale</h4>\r\n<ul>\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>954.734.9283 f</li>\r\n <li>954.263-5300 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>New Jersey</h4>\r\n<ul>\r\n <li>\r\n<h4>New Jersey</h4>\r\n<ul>\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>732.377.4119 p</li>\r\n <li>732.377.4120 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Arizona</h4>\r\n<ul>\r\n <li>\r\n<h4>Scottsdale</h4>\r\n<ul>\r\n <li>16033 N. 77th Street, Ste A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>480.240.1611 p</li>\r\n <li>480.240.1615 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n \r\n\r\nElura, redefining the art of sound through architectural speakers','Front Page','','inherit','closed','closed','','565-revision-v1','','','2016-02-10 19:54:28','2016-02-10 19:54:28','',565,'http://elura.audio/565-revision-v1/',0,'revision','',0),(1257,1,'2016-02-10 20:02:03','2016-02-10 20:02:03','','R65LCRIWZ_Tweeter-Angle2','','inherit','open','closed','','r65lcriwz_tweeter-angle2','','','2016-02-10 20:02:03','2016-02-10 20:02:03','',995,'http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_Tweeter-Angle2.png',0,'attachment','image/png',0),(1259,1,'2016-02-10 20:06:08','2016-02-10 20:06:08','','R65IWZ_ContourSwitches-cropped','','inherit','open','closed','','r65iwz_contourswitches-cropped','','','2016-02-10 20:06:08','2016-02-10 20:06:08','',995,'http://elura.audio/wp-content/uploads/2016/02/R65IWZ_ContourSwitches-cropped.png',0,'attachment','image/png',0),(1261,1,'2016-02-10 20:12:39','2016-02-10 20:12:39','','S65IW_tweeter_angle','','inherit','open','closed','','s65iw_tweeter_angle','','','2016-02-10 20:12:39','2016-02-10 20:12:39','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65IW_tweeter_angle.png',0,'attachment','image/png',0),(1262,1,'2016-02-10 20:26:27','2016-02-10 20:26:27','This is the static front page. Its details are edited through editing the Front Page Template\r\n<h2>Where to buy:</h2>\r\n<strong>Elura is sold exclusively at WAVE Electronics to custom integrators.</strong>\r\n\r\n<strong> </strong><strong>Visit <a href=\"http://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>You can also visit one of their 10 locations to audition the Elura speakers.</strong>\r\n<h4>Texas:</h4>\r\n<ul>\r\n <li>\r\n<h4> North Houston</h4>\r\n<ul>\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>281.453.1300 p</li>\r\n <li>281.453.1305 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4> Southwest Houston</h4>\r\n<ul>\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>713.849.2710 p</li>\r\n <li>832.328.1512 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Dallas</h4>\r\n<ul>\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX</li>\r\n <li>469.828.4300 p</li>\r\n <li>469.828.4396 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>San Antonio</h4>\r\n<ul>\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>210.495.3777 p</li>\r\n <li>210.495.3779\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Austin</h4>\r\n<ul>\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>512.615.1170 p</li>\r\n <li>512.615.1171\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Louisiana</h4>\r\n<ul>\r\n <li>\r\n<h4>New Orleans</h4>\r\n<ul>\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>504.731.2922 p</li>\r\n <li>504.731.2923 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Baton Rouge</h4>\r\n<ul>\r\n <li>14141 Airline Hwy Bldg 3 Ste J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>225.753.6703 p</li>\r\n <li>225.753.6738 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Florida</h4>\r\n<ul>\r\n <li>\r\n<h4>Ft. Lauderdale</h4>\r\n<ul>\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>954.734.9283 f</li>\r\n <li>954.263-5300 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>New Jersey</h4>\r\n<ul>\r\n <li>\r\n<h4>New Jersey</h4>\r\n<ul>\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>732.377.4119 p</li>\r\n <li>732.377.4120 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Arizona</h4>\r\n<ul>\r\n <li>\r\n<h4>Scottsdale</h4>\r\n<ul>\r\n <li>16033 N. 77th Street, Ste A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>480.240.1611 p</li>\r\n <li>480.240.1615 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n \r\n\r\nElura, redefining the art of sound through architectural speakers','Front Page','','inherit','closed','closed','','565-revision-v1','','','2016-02-10 20:26:27','2016-02-10 20:26:27','',565,'http://elura.audio/565-revision-v1/',0,'revision','',0),(1263,1,'2016-02-10 20:52:36','2016-02-10 20:52:36','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.</h4>\r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 alignleft\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4>Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 alignnone\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a>\r\n\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 alignleft\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 20:52:36','2016-02-10 20:52:36','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1264,1,'2016-02-10 20:53:46','2016-02-10 20:53:46','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em></h4>\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em><a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a><em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 20:53:46','2016-02-10 20:53:46','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1265,1,'2016-02-10 20:54:11','2016-02-10 20:54:11','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em></h4>\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em><a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a><em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 20:54:11','2016-02-10 20:54:11','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1266,1,'2016-02-10 20:54:32','2016-02-10 20:54:32','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.</h4>\r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em></h4>\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em><a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a><em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 20:54:32','2016-02-10 20:54:32','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1267,1,'2016-02-10 20:54:48','2016-02-10 20:54:48','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.</h4>\r\n \r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em></h4>\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em><a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a><em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 20:54:48','2016-02-10 20:54:48','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1268,1,'2016-02-10 20:55:17','2016-02-10 20:55:17','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.</h4>\r\n \r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4>\r\n \r\n<h4><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em></h4>\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a>\r\n\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 20:55:17','2016-02-10 20:55:17','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1269,1,'2016-02-10 20:55:55','2016-02-10 20:55:55','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.</h4>\r\n \r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n \r\n\r\n \r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4>\r\n \r\n<h4><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em></h4>\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 20:55:55','2016-02-10 20:55:55','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1270,1,'2016-02-10 20:56:20','2016-02-10 20:56:20','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.</h4>\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n \r\n\r\n \r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4>\r\n \r\n<h4><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em></h4>\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 20:56:20','2016-02-10 20:56:20','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1271,1,'2016-02-10 20:57:09','2016-02-10 20:57:09','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.</h4><p>\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n \r\n\r\n \r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4>\r\n \r\n<h4><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em></h4>\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 20:57:09','2016-02-10 20:57:09','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1272,1,'2016-02-10 20:57:39','2016-02-10 20:57:39','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.</h4><p>\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4></h4><p>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4><p>\r\n \r\n\r\n \r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4>\r\n \r\n<h4><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em></h4>\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 20:57:39','2016-02-10 20:57:39','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1273,1,'2016-02-10 20:58:22','2016-02-10 20:58:22','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4><p>\r\n \r\n\r\n \r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4>\r\n \r\n<h4><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em></h4>\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 20:58:22','2016-02-10 20:58:22','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1274,1,'2016-02-10 20:58:58','2016-02-10 20:58:58','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4><p>\r\n \r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4><p>\r\n \r\n<h4><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em></h4>\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 20:58:58','2016-02-10 20:58:58','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1275,1,'2016-02-10 20:59:33','2016-02-10 20:59:33','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4><p>\r\n<p>\r\n \r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4><p>\r\n \r\n<h4><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em></h4>\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 20:59:33','2016-02-10 20:59:33','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1276,1,'2016-02-10 21:02:20','2016-02-10 21:02:20','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n \r\n<div><h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4></div>\r\n \r\n<h4><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em></h4>\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 21:02:20','2016-02-10 21:02:20','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1277,1,'2016-02-10 21:02:53','2016-02-10 21:02:53','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n \r\n<div><h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4></div>\r\n \r\n<h4><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em></h4>\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<div><a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a></div>\r\n\r\n \r\n\r\n \r\n\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 21:02:53','2016-02-10 21:02:53','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1278,1,'2016-02-10 21:03:47','2016-02-10 21:03:47','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<div>\r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4>\r\n</div>\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n<div><a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a></div>\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 21:03:47','2016-02-10 21:03:47','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1279,1,'2016-02-10 21:05:21','2016-02-10 21:05:21','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" /></a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<div style= \"text align:center;\">\r\n<h4><a href=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest.jpg\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" /></a></h4>\r\n</div>\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n<div><a href=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers.jpg\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" /></a></div>\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-10 21:05:21','2016-02-10 21:05:21','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1282,1,'2016-02-10 22:01:06','2016-02-10 22:01:06','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<h4 style=\"text-align: center;\">Elura is sold exclusively through WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer. You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\r\n<h3 style=\"text-align: center; text-align: -webkit-center;\">Not near a WAVE Electronics? No problem, we will ship them to you.</h3>\r\n<h4 style=\"text-align: center; text-align: -webkit-center;\">Free freight programs available.</h4>\r\n<div style=\"text-align: center; text-align: -webkit-center;\">\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></div>\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','publish','closed','closed','','where-to-buy','','','2016-02-19 21:38:27','2016-02-19 21:38:27','',0,'http://elura.audio/?page_id=1282',0,'page','',0),(1283,1,'2016-02-10 22:01:06','2016-02-10 22:01:06','','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-10 22:01:06','2016-02-10 22:01:06','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1284,1,'2016-02-10 22:05:15','2016-02-10 22:05:15','HELLO','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-10 22:05:15','2016-02-10 22:05:15','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1285,1,'2016-02-10 22:10:47','2016-02-10 22:10:47','HELLO.. its working','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-10 22:10:47','2016-02-10 22:10:47','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1288,1,'2016-02-11 14:30:14','2016-02-11 14:30:14','<h2 style=\"text-align: center;\"><strong>Elura is sold exclusively at WAVE Electronics to custom integrators and installers.</strong></h2>\r\n<h3 style=\"text-align: center;\"><strong> </strong><strong>Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong></h3>\r\n<strong> </strong>\r\n<h3><strong>You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</strong></h3>\r\n<h4>Texas locations:</h4>\r\n<ul>\r\n <li>\r\n<h4> North Houston</h4>\r\n<ul>\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>281.453.1300 p</li>\r\n <li>281.453.1305 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4> Southwest Houston</h4>\r\n<ul>\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>713.849.2710 p</li>\r\n <li>832.328.1512 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Dallas</h4>\r\n<ul>\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX</li>\r\n <li>469.828.4300 p</li>\r\n <li>469.828.4396 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>San Antonio</h4>\r\n<ul>\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>210.495.3777 p</li>\r\n <li>210.495.3779\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Austin</h4>\r\n<ul>\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>512.615.1170 p</li>\r\n <li>512.615.1171\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Louisiana locations:</h4>\r\n<ul>\r\n <li>\r\n<h4>New Orleans</h4>\r\n<ul>\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>504.731.2922 p</li>\r\n <li>504.731.2923 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Baton Rouge</h4>\r\n<ul>\r\n <li>14141 Airline Hwy Bldg 3 Ste J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>225.753.6703 p</li>\r\n <li>225.753.6738 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Florida locations:</h4>\r\n<ul>\r\n <li>\r\n<h4>Ft. Lauderdale</h4>\r\n<ul>\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>954.734.9283 f</li>\r\n <li>954.263-5300 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>New Jersey locations:</h4>\r\n<ul>\r\n <li>\r\n<h4>New Jersey</h4>\r\n<ul>\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>732.377.4119 p</li>\r\n <li>732.377.4120 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Arizona locations:</h4>\r\n<ul>\r\n <li>\r\n<h4>Scottsdale</h4>\r\n<ul>\r\n <li>16033 N. 77th Street, Ste A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>480.240.1611 p</li>\r\n <li>480.240.1615 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-11 14:30:14','2016-02-11 14:30:14','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1289,1,'2016-02-11 14:30:52','2016-02-11 14:30:52','<h3 style=\"text-align: center;\"><strong>Elura is sold exclusively at WAVE Electronics to custom integrators and installers.</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong> </strong><strong>Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong></h3>\r\n<strong> </strong>\r\n<h3><strong>You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</strong></h3>\r\n<h4>Texas locations:</h4>\r\n<ul>\r\n <li>\r\n<h4> North Houston</h4>\r\n<ul>\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>281.453.1300 p</li>\r\n <li>281.453.1305 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4> Southwest Houston</h4>\r\n<ul>\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>713.849.2710 p</li>\r\n <li>832.328.1512 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Dallas</h4>\r\n<ul>\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX</li>\r\n <li>469.828.4300 p</li>\r\n <li>469.828.4396 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>San Antonio</h4>\r\n<ul>\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>210.495.3777 p</li>\r\n <li>210.495.3779\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Austin</h4>\r\n<ul>\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>512.615.1170 p</li>\r\n <li>512.615.1171\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Louisiana locations:</h4>\r\n<ul>\r\n <li>\r\n<h4>New Orleans</h4>\r\n<ul>\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>504.731.2922 p</li>\r\n <li>504.731.2923 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Baton Rouge</h4>\r\n<ul>\r\n <li>14141 Airline Hwy Bldg 3 Ste J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>225.753.6703 p</li>\r\n <li>225.753.6738 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Florida locations:</h4>\r\n<ul>\r\n <li>\r\n<h4>Ft. Lauderdale</h4>\r\n<ul>\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>954.734.9283 f</li>\r\n <li>954.263-5300 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>New Jersey locations:</h4>\r\n<ul>\r\n <li>\r\n<h4>New Jersey</h4>\r\n<ul>\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>732.377.4119 p</li>\r\n <li>732.377.4120 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Arizona locations:</h4>\r\n<ul>\r\n <li>\r\n<h4>Scottsdale</h4>\r\n<ul>\r\n <li>16033 N. 77th Street, Ste A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>480.240.1611 p</li>\r\n <li>480.240.1615 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-11 14:30:52','2016-02-11 14:30:52','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1299,1,'2016-02-15 13:25:25','2016-02-15 13:25:25','<h3 style=\"text-align: center;\"><strong>Elura is sold exclusively at WAVE Electronics to custom integrators and installers.</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong> </strong><strong>Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong></h3>\r\n<strong> </strong>\r\n<h3><strong>You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</strong></h3>\r\n<h4>Texas locations:</h4>\r\n \r\n<table class=\" aligncenter\" style=\"height: 600px;\" width=\"900\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: justify;\">North Houston</h4>\r\n<p style=\"text-align: justify;\">221 Barren Springs Dr #19</p>\r\n<p style=\"text-align: justify;\">Houston, TX 77090</p>\r\n<p style=\"text-align: justify;\">281.453.1300 p</p>\r\n<p style=\"text-align: justify;\">281.453.1305 f</p>\r\n<p style=\"text-align: justify;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td>\r\n<h4>Dallas</h4>\r\n14280 Gillis Rd\r\n\r\nFarmers Branch, TX\r\n\r\n469.828.4300 p\r\n\r\n469.828.4396 f\r\n\r\nHours: Mon - Fri, 8 am - 5:30 pm CST</td>\r\n<td>\r\n<h4>Austin</h4>\r\n9208 Waterford Centre Blvd #120\r\n\r\nAustin, TX 78758\r\n\r\n512.615.1170 p\r\n\r\n512.615.1171\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h4> Southwest Houston</h4>\r\n8648 Glenmont Dr #130\r\n\r\nHouston, TX 77036\r\n\r\n713.849.2710 p\r\n\r\n832.328.1512 f\r\n\r\nHours: Mon - Fri, 8 am - 5:30 pm CST</td>\r\n<td>\r\n<h4>San Antonio</h4>\r\n12961 Park Central #1430\r\n\r\nSan Antonio, TX 78216\r\n\r\n210.495.3777 p\r\n\r\n210.495.3779\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: justify;\"> Louisiana locations:</h4>\r\n \r\n<h4></h4>\r\n \r\n<table class=\" aligncenter\" style=\"height: 300px;\" width=\"600\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: left;\">\r\n<h4>New Orleans</h4>\r\n509-A S. Al Davis Rd\r\n\r\nNew Orleans, LA 70123\r\n\r\n504.731.2922 p\r\n\r\n504.731.2923 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td>\r\n<h4>Baton Rouge</h4>\r\n14141 Airline Hwy Bldg 3 Ste J\r\n\r\nBaton Rouge, LA 70817\r\n\r\n225.753.6703 p\r\n\r\n225.753.6738 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4>Florida locations:</h4>\r\n \r\n<h4>Ft. Lauderdale</h4>\r\n325 N. Bryan Rd\r\n\r\nDania Beach, FL 33004\r\n\r\n954.734.9283 f\r\n\r\n954.263-5300 f\r\n\r\nHours: 8 am - 5:30 pm EST\r\n<h4>New Jersey locations:</h4>\r\n \r\n<h4>New Jersey</h4>\r\n320 Campus Dr\r\n\r\nEdison, NJ 08837\r\n\r\n732.377.4119 p\r\n\r\n732.377.4120 f\r\n\r\nHours: 8 am - 5:30 pm EST\r\n<h4>Arizona locations:</h4>\r\n \r\n<h4>Scottsdale</h4>\r\n16033 N. 77th Street, Ste A1\r\n\r\nScottsdale, AZ 85260\r\n\r\n480.240.1611 p\r\n\r\n480.240.1615 f\r\n\r\nHours: 8 am - 5:30 pm MT\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 13:25:25','2016-02-15 13:25:25','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1300,1,'2016-02-15 13:28:26','2016-02-15 13:28:26','<h3 style=\"text-align: center;\"><strong>Elura is sold exclusively at WAVE Electronics to custom integrators and installers.</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong> </strong><strong>Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong></h3>\r\n<strong> </strong>\r\n<h3><strong>You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</strong></h3>\r\n<h4>Texas locations:</h4>\r\n<table class=\" aligncenter\" style=\"height: 600px;\" width=\"900\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: justify;\">North Houston</h4>\r\n<p style=\"text-align: justify;\">221 Barren Springs Dr #19</p>\r\n<p style=\"text-align: justify;\">Houston, TX 77090</p>\r\n<p style=\"text-align: justify;\">281.453.1300 p</p>\r\n<p style=\"text-align: justify;\">281.453.1305 f</p>\r\n<p style=\"text-align: justify;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td style=\"text-align: left;\">\r\n<h4>Dallas</h4>\r\n14280 Gillis Rd\r\n\r\nFarmers Branch, TX\r\n\r\n469.828.4300 p\r\n\r\n469.828.4396 f\r\n\r\nHours: Mon - Fri, 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4>Austin</h4>\r\n9208 Waterford Centre Blvd #120\r\n\r\nAustin, TX 78758\r\n\r\n512.615.1170 p\r\n\r\n512.615.1171\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: left;\"> Southwest Houston</h4>\r\n<p style=\"text-align: left;\">8648 Glenmont Dr #130</p>\r\n<p style=\"text-align: left;\">Houston, TX 77036</p>\r\n<p style=\"text-align: left;\">713.849.2710 p</p>\r\n<p style=\"text-align: left;\">832.328.1512 f</p>\r\n<p style=\"text-align: left;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td>\r\n<h4 style=\"text-align: left;\">San Antonio</h4>\r\n12961 Park Central #1430\r\n\r\nSan Antonio, TX 78216\r\n\r\n210.495.3777 p\r\n\r\n210.495.3779\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: justify;\"> Louisiana locations:</h4>\r\n<table class=\" aligncenter\" style=\"height: 300px;\" width=\"600\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4>New Orleans</h4>\r\n509-A S. Al Davis Rd\r\n\r\nNew Orleans, LA 70123\r\n\r\n504.731.2922 p\r\n\r\n504.731.2923 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td>\r\n<h4>Baton Rouge</h4>\r\n14141 Airline Hwy Bldg 3 Ste J\r\n\r\nBaton Rouge, LA 70817\r\n\r\n225.753.6703 p\r\n\r\n225.753.6738 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4>Florida locations:</h4>\r\n<h4> Ft. Lauderdale</h4>\r\n325 N. Bryan Rd\r\n\r\nDania Beach, FL 33004\r\n\r\n954.734.9283 f\r\n\r\n954.263-5300 f\r\n\r\nHours: 8 am - 5:30 pm EST\r\n<h4>New Jersey locations:</h4>\r\nNew Jersey\r\n\r\n320 Campus Dr\r\n\r\nEdison, NJ 08837\r\n\r\n732.377.4119 p\r\n\r\n732.377.4120 f\r\n\r\nHours: 8 am - 5:30 pm EST\r\n<h4>Arizona locations:</h4>\r\nScottsdale\r\n\r\n16033 N. 77th Street, Ste A1\r\n\r\nScottsdale, AZ 85260\r\n\r\n480.240.1611 p\r\n\r\n480.240.1615 f\r\n\r\nHours: 8 am - 5:30 pm MT\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 13:28:26','2016-02-15 13:28:26','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1301,1,'2016-02-15 13:30:48','2016-02-15 13:30:48','<h3 style=\"text-align: center;\"><strong>Elura is sold exclusively at WAVE Electronics to custom integrators and installers.</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong> </strong><strong>Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong></h3>\r\n<strong> </strong>\r\n<h3><strong>You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</strong></h3>\r\n<h4>Texas locations:</h4>\r\n<table class=\" aligncenter\" style=\"height: 600px;\" width=\"900\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: justify;\">North Houston</h4>\r\n<p style=\"text-align: justify;\">221 Barren Springs Dr #19</p>\r\n<p style=\"text-align: justify;\">Houston, TX 77090</p>\r\n<p style=\"text-align: justify;\">281.453.1300 p</p>\r\n<p style=\"text-align: justify;\">281.453.1305 f</p>\r\n<p style=\"text-align: justify;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td style=\"text-align: left;\">\r\n<h4>Dallas</h4>\r\n14280 Gillis Rd\r\n\r\nFarmers Branch, TX\r\n\r\n469.828.4300 p\r\n\r\n469.828.4396 f\r\n\r\nHours: Mon - Fri, 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4>Austin</h4>\r\n9208 Waterford Centre Blvd #120\r\n\r\nAustin, TX 78758\r\n\r\n512.615.1170 p\r\n\r\n512.615.1171\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h4> Southwest Houston</h4>\r\n<p style=\"text-align: left;\">8648 Glenmont Dr #130</p>\r\n<p style=\"text-align: left;\">Houston, TX 77036</p>\r\n<p style=\"text-align: left;\">713.849.2710 p</p>\r\n<p style=\"text-align: left;\">832.328.1512 f</p>\r\n<p style=\"text-align: left;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td>\r\n<h4 style=\"text-align: left;\">San Antonio</h4>\r\n12961 Park Central #1430\r\n\r\nSan Antonio, TX 78216\r\n\r\n210.495.3777 p\r\n\r\n210.495.3779\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: justify;\"> Louisiana locations:</h4>\r\n<table class=\" aligncenter\" style=\"height: 300px;\" width=\"600\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4>New Orleans</h4>\r\n509-A S. Al Davis Rd\r\n\r\nNew Orleans, LA 70123\r\n\r\n504.731.2922 p\r\n\r\n504.731.2923 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td>\r\n<h4>Baton Rouge</h4>\r\n14141 Airline Hwy Bldg 3 Ste J\r\n\r\nBaton Rouge, LA 70817\r\n\r\n225.753.6703 p\r\n\r\n225.753.6738 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4>Florida locations:</h4>\r\n<p style=\"padding-left: 30px;\">Ft. Lauderdale</p>\r\n<p style=\"padding-left: 30px;\">325 N. Bryan Rd</p>\r\n<p style=\"padding-left: 30px;\">Dania Beach, FL 33004</p>\r\n<p style=\"padding-left: 30px;\">954.734.9283 f</p>\r\n<p style=\"padding-left: 30px;\">954.263-5300 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4>New Jersey locations:</h4>\r\n<p style=\"padding-left: 30px;\">New Jersey</p>\r\n<p style=\"padding-left: 30px;\">320 Campus Dr</p>\r\n<p style=\"padding-left: 30px;\">Edison, NJ 08837</p>\r\n<p style=\"padding-left: 30px;\">732.377.4119 p</p>\r\n<p style=\"padding-left: 30px;\">732.377.4120 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4>Arizona locations:</h4>\r\n<p style=\"padding-left: 30px;\">Scottsdale</p>\r\n<p style=\"padding-left: 30px;\">16033 N. 77th Street, Ste A1</p>\r\n<p style=\"padding-left: 30px;\">Scottsdale, AZ 85260</p>\r\n<p style=\"padding-left: 30px;\">480.240.1611 p</p>\r\n<p style=\"padding-left: 30px;\">480.240.1615 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm MT</p>\r\n\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 13:30:48','2016-02-15 13:30:48','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1302,1,'2016-02-15 13:31:29','2016-02-15 13:31:29','<h3 style=\"text-align: center;\"><strong>Elura is sold exclusively at WAVE Electronics to custom integrators and installers.</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong> </strong><strong>Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong></h3>\r\n<strong> </strong>\r\n<h3><strong>You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</strong></h3>\r\n<h4>Texas locations:</h4>\r\n<table class=\" aligncenter\" style=\"height: 600px;\" width=\"900\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: justify;\">North Houston</h4>\r\n<p style=\"text-align: justify;\">221 Barren Springs Dr #19</p>\r\n<p style=\"text-align: justify;\">Houston, TX 77090</p>\r\n<p style=\"text-align: justify;\">281.453.1300 p</p>\r\n<p style=\"text-align: justify;\">281.453.1305 f</p>\r\n<p style=\"text-align: justify;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td style=\"text-align: left;\">\r\n<h4>Dallas</h4>\r\n14280 Gillis Rd\r\n\r\nFarmers Branch, TX\r\n\r\n469.828.4300 p\r\n\r\n469.828.4396 f\r\n\r\nHours: Mon - Fri, 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4>Austin</h4>\r\n9208 Waterford Centre Blvd #120\r\n\r\nAustin, TX 78758\r\n\r\n512.615.1170 p\r\n\r\n512.615.1171\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h4> Southwest Houston</h4>\r\n<p style=\"text-align: left;\">8648 Glenmont Dr #130</p>\r\n<p style=\"text-align: left;\">Houston, TX 77036</p>\r\n<p style=\"text-align: left;\">713.849.2710 p</p>\r\n<p style=\"text-align: left;\">832.328.1512 f</p>\r\n<p style=\"text-align: left;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td>\r\n<h4 style=\"text-align: left;\">San Antonio</h4>\r\n12961 Park Central #1430\r\n\r\nSan Antonio, TX 78216\r\n\r\n210.495.3777 p\r\n\r\n210.495.3779\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: justify;\"> Louisiana locations:</h4>\r\n<table class=\" aligncenter\" style=\"height: 300px;\" width=\"600\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: left;\">New Orleans</h4>\r\n509-A S. Al Davis Rd\r\n\r\nNew Orleans, LA 70123\r\n\r\n504.731.2922 p\r\n\r\n504.731.2923 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td>\r\n<h4 style=\"text-align: left;\">Baton Rouge</h4>\r\n14141 Airline Hwy Bldg 3 Ste J\r\n\r\nBaton Rouge, LA 70817\r\n\r\n225.753.6703 p\r\n\r\n225.753.6738 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4>Florida locations:</h4>\r\n<p style=\"padding-left: 30px;\">Ft. Lauderdale</p>\r\n<p style=\"padding-left: 30px;\">325 N. Bryan Rd</p>\r\n<p style=\"padding-left: 30px;\">Dania Beach, FL 33004</p>\r\n<p style=\"padding-left: 30px;\">954.734.9283 f</p>\r\n<p style=\"padding-left: 30px;\">954.263-5300 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4>New Jersey locations:</h4>\r\n<p style=\"padding-left: 30px;\">New Jersey</p>\r\n<p style=\"padding-left: 30px;\">320 Campus Dr</p>\r\n<p style=\"padding-left: 30px;\">Edison, NJ 08837</p>\r\n<p style=\"padding-left: 30px;\">732.377.4119 p</p>\r\n<p style=\"padding-left: 30px;\">732.377.4120 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4>Arizona locations:</h4>\r\n<p style=\"padding-left: 30px;\">Scottsdale</p>\r\n<p style=\"padding-left: 30px;\">16033 N. 77th Street, Ste A1</p>\r\n<p style=\"padding-left: 30px;\">Scottsdale, AZ 85260</p>\r\n<p style=\"padding-left: 30px;\">480.240.1611 p</p>\r\n<p style=\"padding-left: 30px;\">480.240.1615 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm MT</p>\r\n\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 13:31:29','2016-02-15 13:31:29','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1303,1,'2016-02-15 13:32:54','2016-02-15 13:32:54','<h3 style=\"text-align: center;\"><strong>Elura is sold exclusively at WAVE Electronics to custom integrators and installers.</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong> </strong><strong>Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong></h3>\r\n<strong> </strong>\r\n<h3><strong>You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</strong></h3>\r\n<h4>Texas locations:</h4>\r\n<table class=\" aligncenter\" style=\"height: 600px;\" width=\"900\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: justify;\">North Houston</h4>\r\n<p style=\"text-align: justify;\">221 Barren Springs Dr #19</p>\r\n<p style=\"text-align: justify;\">Houston, TX 77090</p>\r\n<p style=\"text-align: justify;\">281.453.1300 p</p>\r\n<p style=\"text-align: justify;\">281.453.1305 f</p>\r\n<p style=\"text-align: justify;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td style=\"text-align: left;\">\r\n<h4>Dallas</h4>\r\n14280 Gillis Rd\r\n\r\nFarmers Branch, TX\r\n\r\n469.828.4300 p\r\n\r\n469.828.4396 f\r\n\r\nHours: Mon - Fri, 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4>Austin</h4>\r\n9208 Waterford Centre Blvd #120\r\n\r\nAustin, TX 78758\r\n\r\n512.615.1170 p\r\n\r\n512.615.1171\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h4> Southwest Houston</h4>\r\n<p style=\"text-align: left;\">8648 Glenmont Dr #130</p>\r\n<p style=\"text-align: left;\">Houston, TX 77036</p>\r\n<p style=\"text-align: left;\">713.849.2710 p</p>\r\n<p style=\"text-align: left;\">832.328.1512 f</p>\r\n<p style=\"text-align: left;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td>\r\n<h4 style=\"text-align: left;\">San Antonio</h4>\r\n12961 Park Central #1430\r\n\r\nSan Antonio, TX 78216\r\n\r\n210.495.3777 p\r\n\r\n210.495.3779\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: justify;\"> Louisiana locations:</h4>\r\n<table class=\" aligncenter\" style=\"height: 300px;\" width=\"600\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: left;\">\r\n<h4>New Orleans</h4>\r\n509-A S. Al Davis Rd\r\n\r\nNew Orleans, LA 70123\r\n\r\n504.731.2922 p\r\n\r\n504.731.2923 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4 style=\"text-align: left;\">Baton Rouge</h4>\r\n14141 Airline Hwy Bldg 3 Ste J\r\n\r\nBaton Rouge, LA 70817\r\n\r\n225.753.6703 p\r\n\r\n225.753.6738 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4>Florida locations:</h4>\r\n<p style=\"padding-left: 30px;\"><strong>Ft. Lauderdale</strong></p>\r\n<p style=\"padding-left: 30px;\">325 N. Bryan Rd</p>\r\n<p style=\"padding-left: 30px;\">Dania Beach, FL 33004</p>\r\n<p style=\"padding-left: 30px;\">954.734.9283 f</p>\r\n<p style=\"padding-left: 30px;\">954.263-5300 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4>New Jersey locations:</h4>\r\n<p style=\"padding-left: 30px;\"><strong>New Jersey</strong></p>\r\n<p style=\"padding-left: 30px;\">320 Campus Dr</p>\r\n<p style=\"padding-left: 30px;\">Edison, NJ 08837</p>\r\n<p style=\"padding-left: 30px;\">732.377.4119 p</p>\r\n<p style=\"padding-left: 30px;\">732.377.4120 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4>Arizona locations:</h4>\r\n<p style=\"padding-left: 30px;\"><strong>Scottsdale</strong></p>\r\n<p style=\"padding-left: 30px;\">16033 N. 77th Street, Ste A1</p>\r\n<p style=\"padding-left: 30px;\">Scottsdale, AZ 85260</p>\r\n<p style=\"padding-left: 30px;\">480.240.1611 p</p>\r\n<p style=\"padding-left: 30px;\">480.240.1615 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm MT</p>\r\n\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 13:32:54','2016-02-15 13:32:54','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1304,1,'2016-02-15 13:34:08','2016-02-15 13:34:08','<h3 style=\"text-align: center;\"><strong>Elura is sold exclusively at WAVE Electronics to custom integrators and installers.</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong> </strong><strong>Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong></h3>\r\n<strong> </strong>\r\n<h3><strong>You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</strong></h3>\r\n<h4>Texas locations:</h4>\r\n<table class=\" aligncenter\" style=\"height: 600px;\" width=\"900\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: justify;\">North Houston</h4>\r\n<p style=\"text-align: justify;\">221 Barren Springs Dr #19</p>\r\n<p style=\"text-align: justify;\">Houston, TX 77090</p>\r\n<p style=\"text-align: justify;\">281.453.1300 p</p>\r\n<p style=\"text-align: justify;\">281.453.1305 f</p>\r\n<p style=\"text-align: justify;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td style=\"text-align: left;\">\r\n<h4>Dallas</h4>\r\n14280 Gillis Rd\r\n\r\nFarmers Branch, TX\r\n\r\n469.828.4300 p\r\n\r\n469.828.4396 f\r\n\r\nHours: Mon - Fri, 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4>Austin</h4>\r\n9208 Waterford Centre Blvd #120\r\n\r\nAustin, TX 78758\r\n\r\n512.615.1170 p\r\n\r\n512.615.1171\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: left;\"> Southwest Houston</h4>\r\n<p style=\"text-align: left;\">8648 Glenmont Dr #130</p>\r\n<p style=\"text-align: left;\">Houston, TX 77036</p>\r\n<p style=\"text-align: left;\">713.849.2710 p</p>\r\n<p style=\"text-align: left;\">832.328.1512 f</p>\r\n<p style=\"text-align: left;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td>\r\n<h4 style=\"text-align: left;\">San Antonio</h4>\r\n12961 Park Central #1430\r\n\r\nSan Antonio, TX 78216\r\n\r\n210.495.3777 p\r\n\r\n210.495.3779\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: justify;\"> Louisiana locations:</h4>\r\n<table class=\" aligncenter\" style=\"height: 300px;\" width=\"600\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: left;\">\r\n<h4>New Orleans</h4>\r\n509-A S. Al Davis Rd\r\n\r\nNew Orleans, LA 70123\r\n\r\n504.731.2922 p\r\n\r\n504.731.2923 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4 style=\"text-align: left;\">Baton Rouge</h4>\r\n14141 Airline Hwy Bldg 3 Ste J\r\n\r\nBaton Rouge, LA 70817\r\n\r\n225.753.6703 p\r\n\r\n225.753.6738 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4>Florida locations:</h4>\r\n<p style=\"padding-left: 30px;\"><strong>Ft. Lauderdale</strong></p>\r\n<p style=\"padding-left: 30px;\">325 N. Bryan Rd</p>\r\n<p style=\"padding-left: 30px;\">Dania Beach, FL 33004</p>\r\n<p style=\"padding-left: 30px;\">954.734.9283 f</p>\r\n<p style=\"padding-left: 30px;\">954.263-5300 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4>New Jersey locations:</h4>\r\n<p style=\"padding-left: 30px;\"><strong>New Jersey</strong></p>\r\n<p style=\"padding-left: 30px;\">320 Campus Dr</p>\r\n<p style=\"padding-left: 30px;\">Edison, NJ 08837</p>\r\n<p style=\"padding-left: 30px;\">732.377.4119 p</p>\r\n<p style=\"padding-left: 30px;\">732.377.4120 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4>Arizona locations:</h4>\r\n<p style=\"padding-left: 30px;\"><strong>Scottsdale</strong></p>\r\n<p style=\"padding-left: 30px;\">16033 N. 77th Street, Ste A1</p>\r\n<p style=\"padding-left: 30px;\">Scottsdale, AZ 85260</p>\r\n<p style=\"padding-left: 30px;\">480.240.1611 p</p>\r\n<p style=\"padding-left: 30px;\">480.240.1615 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm MT</p>\r\n\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 13:34:08','2016-02-15 13:34:08','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1305,1,'2016-02-15 13:34:51','2016-02-15 13:34:51','<h3 style=\"text-align: center;\"><strong>Elura is sold exclusively at WAVE Electronics to custom integrators and installers.</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong> </strong><strong>Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong></h3>\r\n<strong> </strong>\r\n<h3><strong>You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</strong></h3>\r\n<h4>Texas locations:</h4>\r\n<table class=\" aligncenter\" style=\"height: 600px;\" width=\"900\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: justify;\">North Houston</h4>\r\n<p style=\"text-align: justify;\">221 Barren Springs Dr #19</p>\r\n<p style=\"text-align: justify;\">Houston, TX 77090</p>\r\n<p style=\"text-align: justify;\">281.453.1300 p</p>\r\n<p style=\"text-align: justify;\">281.453.1305 f</p>\r\n<p style=\"text-align: justify;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td style=\"text-align: left;\">\r\n<h4>Dallas</h4>\r\n14280 Gillis Rd\r\n\r\nFarmers Branch, TX\r\n\r\n469.828.4300 p\r\n\r\n469.828.4396 f\r\n\r\nHours: Mon - Fri, 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4>Austin</h4>\r\n9208 Waterford Centre Blvd #120\r\n\r\nAustin, TX 78758\r\n\r\n512.615.1170 p\r\n\r\n512.615.1171\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: left;\">Southwest Houston</h4>\r\n<p style=\"text-align: left;\">8648 Glenmont Dr #130</p>\r\n<p style=\"text-align: left;\">Houston, TX 77036</p>\r\n<p style=\"text-align: left;\">713.849.2710 p</p>\r\n<p style=\"text-align: left;\">832.328.1512 f</p>\r\n<p style=\"text-align: left;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td>\r\n<h4 style=\"text-align: left;\">San Antonio</h4>\r\n12961 Park Central #1430\r\n\r\nSan Antonio, TX 78216\r\n\r\n210.495.3777 p\r\n\r\n210.495.3779\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: justify;\"> Louisiana locations:</h4>\r\n<table class=\" aligncenter\" style=\"height: 300px;\" width=\"600\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: left;\">\r\n<h4>New Orleans</h4>\r\n509-A S. Al Davis Rd\r\n\r\nNew Orleans, LA 70123\r\n\r\n504.731.2922 p\r\n\r\n504.731.2923 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4 style=\"text-align: left;\">Baton Rouge</h4>\r\n14141 Airline Hwy Bldg 3 Ste J\r\n\r\nBaton Rouge, LA 70817\r\n\r\n225.753.6703 p\r\n\r\n225.753.6738 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4>Florida locations:</h4>\r\n<p style=\"padding-left: 30px;\"><strong>Ft. Lauderdale</strong></p>\r\n<p style=\"padding-left: 30px;\">325 N. Bryan Rd</p>\r\n<p style=\"padding-left: 30px;\">Dania Beach, FL 33004</p>\r\n<p style=\"padding-left: 30px;\">954.734.9283 f</p>\r\n<p style=\"padding-left: 30px;\">954.263-5300 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4>New Jersey locations:</h4>\r\n<p style=\"padding-left: 30px;\"><strong>New Jersey</strong></p>\r\n<p style=\"padding-left: 30px;\">320 Campus Dr</p>\r\n<p style=\"padding-left: 30px;\">Edison, NJ 08837</p>\r\n<p style=\"padding-left: 30px;\">732.377.4119 p</p>\r\n<p style=\"padding-left: 30px;\">732.377.4120 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4>Arizona locations:</h4>\r\n<p style=\"padding-left: 30px;\"><strong>Scottsdale</strong></p>\r\n<p style=\"padding-left: 30px;\">16033 N. 77th Street, Ste A1</p>\r\n<p style=\"padding-left: 30px;\">Scottsdale, AZ 85260</p>\r\n<p style=\"padding-left: 30px;\">480.240.1611 p</p>\r\n<p style=\"padding-left: 30px;\">480.240.1615 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm MT</p>\r\n\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 13:34:51','2016-02-15 13:34:51','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1306,1,'2016-02-15 13:36:52','2016-02-15 13:36:52','<h3 style=\"text-align: center;\"><strong>Elura is sold exclusively at WAVE Electronics to custom integrators and installers.</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong> </strong><strong>Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong></h3>\r\n<strong> </strong>\r\n<h3><strong>You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</strong></h3>\r\n<h4>Texas locations:</h4>\r\n<table class=\" aligncenter\" style=\"height: 600px;\" width=\"900\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: justify;\"><strong>North Houston</strong></h4>\r\n<p style=\"text-align: justify;\">221 Barren Springs Dr #19</p>\r\n<p style=\"text-align: justify;\">Houston, TX 77090</p>\r\n<p style=\"text-align: justify;\">281.453.1300 p</p>\r\n<p style=\"text-align: justify;\">281.453.1305 f</p>\r\n<p style=\"text-align: justify;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td style=\"text-align: left;\">\r\n<h4><strong>Dallas</strong></h4>\r\n14280 Gillis Rd\r\n\r\nFarmers Branch, TX\r\n\r\n469.828.4300 p\r\n\r\n469.828.4396 f\r\n\r\nHours: Mon - Fri, 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4><strong>Austin</strong></h4>\r\n9208 Waterford Centre Blvd #120\r\n\r\nAustin, TX 78758\r\n\r\n512.615.1170 p\r\n\r\n512.615.1171\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: left;\"><strong>Southwest Houston</strong></h4>\r\n<p style=\"text-align: left;\">8648 Glenmont Dr #130</p>\r\n<p style=\"text-align: left;\">Houston, TX 77036</p>\r\n<p style=\"text-align: left;\">713.849.2710 p</p>\r\n<p style=\"text-align: left;\">832.328.1512 f</p>\r\n<p style=\"text-align: left;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td>\r\n<h4 style=\"text-align: left;\"><strong>San Antonio</strong></h4>\r\n12961 Park Central #1430\r\n\r\nSan Antonio, TX 78216\r\n\r\n210.495.3777 p\r\n\r\n210.495.3779\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: justify;\"> <strong>Louisiana locations:</strong></h4>\r\n<table class=\" aligncenter\" style=\"height: 300px;\" width=\"600\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: left;\">\r\n<h4><strong>New Orleans</strong></h4>\r\n509-A S. Al Davis Rd\r\n\r\nNew Orleans, LA 70123\r\n\r\n504.731.2922 p\r\n\r\n504.731.2923 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4 style=\"text-align: left;\"><strong>Baton Rouge</strong></h4>\r\n14141 Airline Hwy Bldg 3 Ste J\r\n\r\nBaton Rouge, LA 70817\r\n\r\n225.753.6703 p\r\n\r\n225.753.6738 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4><strong>Florida locations:</strong></h4>\r\n<p style=\"padding-left: 30px;\"><strong>Ft. Lauderdale</strong></p>\r\n<p style=\"padding-left: 30px;\">325 N. Bryan Rd</p>\r\n<p style=\"padding-left: 30px;\">Dania Beach, FL 33004</p>\r\n<p style=\"padding-left: 30px;\">954.734.9283 f</p>\r\n<p style=\"padding-left: 30px;\">954.263-5300 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4><strong>New Jersey locations:</strong></h4>\r\n<p style=\"padding-left: 30px;\"><strong>New Jersey</strong></p>\r\n<p style=\"padding-left: 30px;\">320 Campus Dr</p>\r\n<p style=\"padding-left: 30px;\">Edison, NJ 08837</p>\r\n<p style=\"padding-left: 30px;\">732.377.4119 p</p>\r\n<p style=\"padding-left: 30px;\">732.377.4120 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4><strong>Arizona locations:</strong></h4>\r\n<strong>Scottsdale</strong>\r\n<p style=\"padding-left: 30px;\">16033 N. 77th Street, Ste A1</p>\r\n<p style=\"padding-left: 30px;\">Scottsdale, AZ 85260</p>\r\n<p style=\"padding-left: 30px;\">480.240.1611 p</p>\r\n<p style=\"padding-left: 30px;\">480.240.1615 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm MT</p>\r\n\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 13:36:52','2016-02-15 13:36:52','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1307,1,'2016-02-15 13:38:27','2016-02-15 13:38:27','<h3 style=\"text-align: center;\"><strong>Elura is sold exclusively at WAVE Electronics to custom integrators and installers.</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong> </strong><strong>Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong></h3>\r\n<strong> </strong>\r\n<h3><strong>You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</strong></h3>\r\n<h4><strong>Texas locations:</strong></h4>\r\n<table class=\" aligncenter\" style=\"height: 600px;\" width=\"900\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: justify;\"><strong>North Houston</strong></h4>\r\n<p style=\"text-align: justify;\">221 Barren Springs Dr #19</p>\r\n<p style=\"text-align: justify;\">Houston, TX 77090</p>\r\n<p style=\"text-align: justify;\">281.453.1300 p</p>\r\n<p style=\"text-align: justify;\">281.453.1305 f</p>\r\n<p style=\"text-align: justify;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td style=\"text-align: left;\">\r\n<h4><strong>Dallas</strong></h4>\r\n14280 Gillis Rd\r\n\r\nFarmers Branch, TX\r\n\r\n469.828.4300 p\r\n\r\n469.828.4396 f\r\n\r\nHours: Mon - Fri, 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4><strong>Austin</strong></h4>\r\n9208 Waterford Centre Blvd #120\r\n\r\nAustin, TX 78758\r\n\r\n512.615.1170 p\r\n\r\n512.615.1171\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: left;\"><strong>Southwest Houston</strong></h4>\r\n<p style=\"text-align: left;\">8648 Glenmont Dr #130</p>\r\n<p style=\"text-align: left;\">Houston, TX 77036</p>\r\n<p style=\"text-align: left;\">713.849.2710 p</p>\r\n<p style=\"text-align: left;\">832.328.1512 f</p>\r\n<p style=\"text-align: left;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td>\r\n<h4 style=\"text-align: left;\"><strong>San Antonio</strong></h4>\r\n12961 Park Central #1430\r\n\r\nSan Antonio, TX 78216\r\n\r\n210.495.3777 p\r\n\r\n210.495.3779\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: justify;\"><strong> Louisiana locations:</strong></h4>\r\n<table class=\" aligncenter\" style=\"height: 300px;\" width=\"600\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: left;\">\r\n<h4><strong>New Orleans</strong></h4>\r\n509-A S. Al Davis Rd\r\n\r\nNew Orleans, LA 70123\r\n\r\n504.731.2922 p\r\n\r\n504.731.2923 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4 style=\"text-align: left;\"><strong>Baton Rouge</strong></h4>\r\n14141 Airline Hwy Bldg 3 Ste J\r\n\r\nBaton Rouge, LA 70817\r\n\r\n225.753.6703 p\r\n\r\n225.753.6738 f\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4><strong>Florida locations:</strong></h4>\r\n<p style=\"padding-left: 30px;\"><strong>Ft. Lauderdale</strong></p>\r\n<p style=\"padding-left: 30px;\">325 N. Bryan Rd</p>\r\n<p style=\"padding-left: 30px;\">Dania Beach, FL 33004</p>\r\n<p style=\"padding-left: 30px;\">954.734.9283 f</p>\r\n<p style=\"padding-left: 30px;\">954.263-5300 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4><strong>New Jersey locations:</strong></h4>\r\n<p style=\"padding-left: 30px;\"><strong>New Jersey</strong></p>\r\n<p style=\"padding-left: 30px;\">320 Campus Dr</p>\r\n<p style=\"padding-left: 30px;\">Edison, NJ 08837</p>\r\n<p style=\"padding-left: 30px;\">732.377.4119 p</p>\r\n<p style=\"padding-left: 30px;\">732.377.4120 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4><strong>Arizona locations:</strong></h4>\r\n<strong>Scottsdale</strong>\r\n<p style=\"padding-left: 30px;\">16033 N. 77th Street, Ste A1</p>\r\n<p style=\"padding-left: 30px;\">Scottsdale, AZ 85260</p>\r\n<p style=\"padding-left: 30px;\">480.240.1611 p</p>\r\n<p style=\"padding-left: 30px;\">480.240.1615 f</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm MT</p>\r\n\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 13:38:27','2016-02-15 13:38:27','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1308,1,'2016-02-15 13:40:40','2016-02-15 13:40:40','<h3 style=\"text-align: center;\"><strong>Elura is sold exclusively at WAVE Electronics to custom integrators and installers.</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong> </strong><strong>Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong></h3>\r\n<strong> </strong>\r\n<h3><strong>You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</strong></h3>\r\n<h4><strong>Texas locations:</strong></h4>\r\n<table class=\" aligncenter\" style=\"height: 600px;\" width=\"900\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: justify;\"><strong>North Houston</strong></h4>\r\n<p style=\"text-align: justify;\">221 Barren Springs Dr #19</p>\r\n<p style=\"text-align: justify;\">Houston, TX 77090</p>\r\n<p style=\"text-align: justify;\">281.453.1300 phone</p>\r\n<p style=\"text-align: justify;\">281.453.1305 fax</p>\r\n<p style=\"text-align: justify;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td style=\"text-align: left;\">\r\n<h4><strong>Dallas</strong></h4>\r\n14280 Gillis Rd\r\n\r\nFarmers Branch, TX\r\n\r\n469.828.4300 phone\r\n\r\n469.828.4396 fax\r\n\r\nHours: Mon - Fri, 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4><strong>Austin</strong></h4>\r\n9208 Waterford Centre Blvd #120\r\n\r\nAustin, TX 78758\r\n\r\n512.615.1170 phone\r\n\r\n512.615.1171 fax\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: left;\"><strong>Southwest Houston</strong></h4>\r\n<p style=\"text-align: left;\">8648 Glenmont Dr #130</p>\r\n<p style=\"text-align: left;\">Houston, TX 77036</p>\r\n<p style=\"text-align: left;\">713.849.2710 phone</p>\r\n<p style=\"text-align: left;\">832.328.1512 fax</p>\r\n<p style=\"text-align: left;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td>\r\n<h4 style=\"text-align: left;\"><strong>San Antonio</strong></h4>\r\n12961 Park Central #1430\r\n\r\nSan Antonio, TX 78216\r\n\r\n210.495.3777 phone\r\n\r\n210.495.3779 fax\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: justify;\"><strong> Louisiana locations:</strong></h4>\r\n<table class=\" aligncenter\" style=\"height: 300px;\" width=\"600\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: left;\">\r\n<h4><strong>New Orleans</strong></h4>\r\n509-A S. Al Davis Rd\r\n\r\nNew Orleans, LA 70123\r\n\r\n504.731.2922 phone\r\n\r\n504.731.2923 fax\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4 style=\"text-align: left;\"><strong>Baton Rouge</strong></h4>\r\n14141 Airline Hwy Bldg 3 Ste J\r\n\r\nBaton Rouge, LA 70817\r\n\r\n225.753.6703 phone\r\n\r\n225.753.6738 fax\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4><strong>Florida locations:</strong></h4>\r\n<p style=\"padding-left: 30px;\"><strong>Ft. Lauderdale</strong></p>\r\n<p style=\"padding-left: 30px;\">325 N. Bryan Rd</p>\r\n<p style=\"padding-left: 30px;\">Dania Beach, FL 33004</p>\r\n<p style=\"padding-left: 30px;\">954.734.9283 phone</p>\r\n<p style=\"padding-left: 30px;\">954.263-5300 fax</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4><strong>New Jersey locations:</strong></h4>\r\n<p style=\"padding-left: 30px;\"><strong>New Jersey</strong></p>\r\n<p style=\"padding-left: 30px;\">320 Campus Dr</p>\r\n<p style=\"padding-left: 30px;\">Edison, NJ 08837</p>\r\n<p style=\"padding-left: 30px;\">732.377.4119 phone</p>\r\n<p style=\"padding-left: 30px;\">732.377.4120 fax</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4><strong>Arizona locations:</strong></h4>\r\n<strong>Scottsdale</strong>\r\n<p style=\"padding-left: 30px;\">16033 N. 77th Street, Ste A1</p>\r\n<p style=\"padding-left: 30px;\">Scottsdale, AZ 85260</p>\r\n<p style=\"padding-left: 30px;\">480.240.1611 phone</p>\r\n<p style=\"padding-left: 30px;\">480.240.1615 fax</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm MT</p>\r\n\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 13:40:40','2016-02-15 13:40:40','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1309,1,'2016-02-15 13:40:55','2016-02-15 13:40:55','<h3 style=\"text-align: center;\"><strong>Elura is sold exclusively at WAVE Electronics to custom integrators and installers.</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong> </strong><strong>Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong></h3>\r\n<strong> </strong>\r\n<h3 style=\"text-align: center;\"><strong>You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</strong></h3>\r\n<h4><strong>Texas locations:</strong></h4>\r\n<table class=\" aligncenter\" style=\"height: 600px;\" width=\"900\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: justify;\"><strong>North Houston</strong></h4>\r\n<p style=\"text-align: justify;\">221 Barren Springs Dr #19</p>\r\n<p style=\"text-align: justify;\">Houston, TX 77090</p>\r\n<p style=\"text-align: justify;\">281.453.1300 phone</p>\r\n<p style=\"text-align: justify;\">281.453.1305 fax</p>\r\n<p style=\"text-align: justify;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td style=\"text-align: left;\">\r\n<h4><strong>Dallas</strong></h4>\r\n14280 Gillis Rd\r\n\r\nFarmers Branch, TX\r\n\r\n469.828.4300 phone\r\n\r\n469.828.4396 fax\r\n\r\nHours: Mon - Fri, 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4><strong>Austin</strong></h4>\r\n9208 Waterford Centre Blvd #120\r\n\r\nAustin, TX 78758\r\n\r\n512.615.1170 phone\r\n\r\n512.615.1171 fax\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: left;\"><strong>Southwest Houston</strong></h4>\r\n<p style=\"text-align: left;\">8648 Glenmont Dr #130</p>\r\n<p style=\"text-align: left;\">Houston, TX 77036</p>\r\n<p style=\"text-align: left;\">713.849.2710 phone</p>\r\n<p style=\"text-align: left;\">832.328.1512 fax</p>\r\n<p style=\"text-align: left;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td>\r\n<h4 style=\"text-align: left;\"><strong>San Antonio</strong></h4>\r\n12961 Park Central #1430\r\n\r\nSan Antonio, TX 78216\r\n\r\n210.495.3777 phone\r\n\r\n210.495.3779 fax\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: justify;\"><strong> Louisiana locations:</strong></h4>\r\n<table class=\" aligncenter\" style=\"height: 300px;\" width=\"600\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: left;\">\r\n<h4><strong>New Orleans</strong></h4>\r\n509-A S. Al Davis Rd\r\n\r\nNew Orleans, LA 70123\r\n\r\n504.731.2922 phone\r\n\r\n504.731.2923 fax\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4 style=\"text-align: left;\"><strong>Baton Rouge</strong></h4>\r\n14141 Airline Hwy Bldg 3 Ste J\r\n\r\nBaton Rouge, LA 70817\r\n\r\n225.753.6703 phone\r\n\r\n225.753.6738 fax\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4><strong>Florida locations:</strong></h4>\r\n<p style=\"padding-left: 30px;\"><strong>Ft. Lauderdale</strong></p>\r\n<p style=\"padding-left: 30px;\">325 N. Bryan Rd</p>\r\n<p style=\"padding-left: 30px;\">Dania Beach, FL 33004</p>\r\n<p style=\"padding-left: 30px;\">954.734.9283 phone</p>\r\n<p style=\"padding-left: 30px;\">954.263-5300 fax</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4><strong>New Jersey locations:</strong></h4>\r\n<p style=\"padding-left: 30px;\"><strong>New Jersey</strong></p>\r\n<p style=\"padding-left: 30px;\">320 Campus Dr</p>\r\n<p style=\"padding-left: 30px;\">Edison, NJ 08837</p>\r\n<p style=\"padding-left: 30px;\">732.377.4119 phone</p>\r\n<p style=\"padding-left: 30px;\">732.377.4120 fax</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4><strong>Arizona locations:</strong></h4>\r\n<strong>Scottsdale</strong>\r\n<p style=\"padding-left: 30px;\">16033 N. 77th Street, Ste A1</p>\r\n<p style=\"padding-left: 30px;\">Scottsdale, AZ 85260</p>\r\n<p style=\"padding-left: 30px;\">480.240.1611 phone</p>\r\n<p style=\"padding-left: 30px;\">480.240.1615 fax</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm MT</p>\r\n\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 13:40:55','2016-02-15 13:40:55','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1316,1,'2016-02-15 21:25:53','2016-02-15 21:25:53','','S65IW_screenless','','inherit','open','closed','','s65iw_screenless','','','2016-02-15 21:25:53','2016-02-15 21:25:53','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65IW_screenless.png',0,'attachment','image/png',0),(1318,1,'2016-02-15 22:23:00','2016-02-15 22:23:00','','locations-map','','inherit','open','closed','','locations-map','','','2016-02-15 22:23:00','2016-02-15 22:23:00','',1282,'http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg',0,'attachment','image/jpeg',0),(1319,1,'2016-02-15 22:23:09','2016-02-15 22:23:09','<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter size-full wp-image-1318\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" width=\"640\" height=\"395\" /></a></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"><strong>Elura is sold exclusively at WAVE Electronics to custom integrators and installers.</strong></h3>\r\n<h3 style=\"text-align: center;\"><strong> </strong><strong>Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong></h3>\r\n<strong> </strong>\r\n<h3 style=\"text-align: center;\"><strong>You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</strong></h3>\r\n<h4><strong>Texas locations:</strong></h4>\r\n<table class=\" aligncenter\" style=\"height: 600px;\" width=\"900\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: justify;\"><strong>North Houston</strong></h4>\r\n<p style=\"text-align: justify;\">221 Barren Springs Dr #19</p>\r\n<p style=\"text-align: justify;\">Houston, TX 77090</p>\r\n<p style=\"text-align: justify;\">281.453.1300 phone</p>\r\n<p style=\"text-align: justify;\">281.453.1305 fax</p>\r\n<p style=\"text-align: justify;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td style=\"text-align: left;\">\r\n<h4><strong>Dallas</strong></h4>\r\n14280 Gillis Rd\r\n\r\nFarmers Branch, TX\r\n\r\n469.828.4300 phone\r\n\r\n469.828.4396 fax\r\n\r\nHours: Mon - Fri, 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4><strong>Austin</strong></h4>\r\n9208 Waterford Centre Blvd #120\r\n\r\nAustin, TX 78758\r\n\r\n512.615.1170 phone\r\n\r\n512.615.1171 fax\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h4 style=\"text-align: left;\"><strong>Southwest Houston</strong></h4>\r\n<p style=\"text-align: left;\">8648 Glenmont Dr #130</p>\r\n<p style=\"text-align: left;\">Houston, TX 77036</p>\r\n<p style=\"text-align: left;\">713.849.2710 phone</p>\r\n<p style=\"text-align: left;\">832.328.1512 fax</p>\r\n<p style=\"text-align: left;\">Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</td>\r\n<td>\r\n<h4 style=\"text-align: left;\"><strong>San Antonio</strong></h4>\r\n12961 Park Central #1430\r\n\r\nSan Antonio, TX 78216\r\n\r\n210.495.3777 phone\r\n\r\n210.495.3779 fax\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: justify;\"><strong> Louisiana locations:</strong></h4>\r\n<table class=\" aligncenter\" style=\"height: 300px;\" width=\"600\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: left;\">\r\n<h4><strong>New Orleans</strong></h4>\r\n509-A S. Al Davis Rd\r\n\r\nNew Orleans, LA 70123\r\n\r\n504.731.2922 phone\r\n\r\n504.731.2923 fax\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n<td style=\"text-align: left;\">\r\n<h4 style=\"text-align: left;\"><strong>Baton Rouge</strong></h4>\r\n14141 Airline Hwy Bldg 3 Ste J\r\n\r\nBaton Rouge, LA 70817\r\n\r\n225.753.6703 phone\r\n\r\n225.753.6738 fax\r\n\r\nHours: 8 am - 5:30 pm CST</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4><strong>Florida locations:</strong></h4>\r\n<p style=\"padding-left: 30px;\"><strong>Ft. Lauderdale</strong></p>\r\n<p style=\"padding-left: 30px;\">325 N. Bryan Rd</p>\r\n<p style=\"padding-left: 30px;\">Dania Beach, FL 33004</p>\r\n<p style=\"padding-left: 30px;\">954.734.9283 phone</p>\r\n<p style=\"padding-left: 30px;\">954.263-5300 fax</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4><strong>New Jersey locations:</strong></h4>\r\n<p style=\"padding-left: 30px;\"><strong>New Jersey</strong></p>\r\n<p style=\"padding-left: 30px;\">320 Campus Dr</p>\r\n<p style=\"padding-left: 30px;\">Edison, NJ 08837</p>\r\n<p style=\"padding-left: 30px;\">732.377.4119 phone</p>\r\n<p style=\"padding-left: 30px;\">732.377.4120 fax</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm EST</p>\r\n \r\n<h4><strong>Arizona locations:</strong></h4>\r\n<strong>Scottsdale</strong>\r\n<p style=\"padding-left: 30px;\">16033 N. 77th Street, Ste A1</p>\r\n<p style=\"padding-left: 30px;\">Scottsdale, AZ 85260</p>\r\n<p style=\"padding-left: 30px;\">480.240.1611 phone</p>\r\n<p style=\"padding-left: 30px;\">480.240.1615 fax</p>\r\n<p style=\"padding-left: 30px;\">Hours: 8 am - 5:30 pm MT</p>\r\n\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 22:23:09','2016-02-15 22:23:09','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1320,1,'2016-02-15 22:30:59','2016-02-15 22:30:59','<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter size-full wp-image-1318\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" width=\"640\" height=\"395\" /></a></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit www.wave-electronics.com or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<ul>North Houston\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>Phone: (281) 453-1300</li>\r\n <li>Fax: (281) 453-1305</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul>S.W. Houston\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>Phone: (713) 849-2710</li>\r\n <li>Fax: (832) 328-1512</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul>Dallas\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX 75244</li>\r\n <li>Phone: (469) 828-4300</li>\r\n <li>Fax: (469) 828-4396</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul>San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul>Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<h3>Louisiana</h3>\r\n<ul>New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul>Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<h3>Arizona</h3>\r\n<ul>Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n<h3>Florida</h3>\r\n<ul>Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n<h3>New Jersey</h3>\r\n<ul>New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 22:30:59','2016-02-15 22:30:59','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1321,1,'2016-02-15 22:36:09','2016-02-15 22:36:09','<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter size-full wp-image-1318\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" width=\"640\" height=\"395\" /></a></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<ul>North Houston\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>Phone: (281) 453-1300</li>\r\n <li>Fax: (281) 453-1305</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul>S.W. Houston\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>Phone: (713) 849-2710</li>\r\n <li>Fax: (832) 328-1512</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul>Dallas\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX 75244</li>\r\n <li>Phone: (469) 828-4300</li>\r\n <li>Fax: (469) 828-4396</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul>San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul>Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<h3>Louisiana</h3>\r\n<ul>New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul>Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<h3>Arizona</h3>\r\n<ul>Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n<h3>Florida</h3>\r\n<ul>Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n<h3>New Jersey</h3>\r\n<ul>New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 22:36:09','2016-02-15 22:36:09','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1322,1,'2016-02-15 22:37:32','2016-02-15 22:37:32','<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter size-full wp-image-1318\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" width=\"640\" height=\"395\" /></a></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<ul>North Houston\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>Phone: (281) 453-1300</li>\r\n <li>Fax: (281) 453-1305</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul>S.W. Houston\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>Phone: (713) 849-2710</li>\r\n <li>Fax: (832) 328-1512</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul>Dallas\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX 75244</li>\r\n <li>Phone: (469) 828-4300</li>\r\n <li>Fax: (469) 828-4396</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul>San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul>Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<h3>Louisiana</h3>\r\n<ul style=\"list-style-type: none;\">New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<h3>Arizona</h3>\r\n<ul style=\"list-style-type: none;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n<h3>Florida</h3>\r\n<ul>Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n<h3>New Jersey</h3>\r\n<ul style=\"list-style-type: none;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 22:37:32','2016-02-15 22:37:32','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1323,1,'2016-02-15 22:38:19','2016-02-15 22:38:19','<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter size-full wp-image-1318\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" width=\"640\" height=\"395\" /></a></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<ul style=\"list-style-type: none;\">North Houston\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>Phone: (281) 453-1300</li>\r\n <li>Fax: (281) 453-1305</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">S.W. Houston\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>Phone: (713) 849-2710</li>\r\n <li>Fax: (832) 328-1512</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">Dallas\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX 75244</li>\r\n <li>Phone: (469) 828-4300</li>\r\n <li>Fax: (469) 828-4396</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<h3>Louisiana</h3>\r\n<ul style=\"list-style-type: none;\">New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<h3>Arizona</h3>\r\n<ul style=\"list-style-type: none;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n<h3>Florida</h3>\r\n<ul>Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n<h3>New Jersey</h3>\r\n<ul style=\"list-style-type: none;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 22:38:19','2016-02-15 22:38:19','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1324,1,'2016-02-15 22:38:47','2016-02-15 22:38:47','<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter size-full wp-image-1318\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" width=\"640\" height=\"395\" /></a></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<ul style=\"list-style-type: none;\">North Houston\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>Phone: (281) 453-1300</li>\r\n <li>Fax: (281) 453-1305</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">S.W. Houston\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>Phone: (713) 849-2710</li>\r\n <li>Fax: (832) 328-1512</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">Dallas\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX 75244</li>\r\n <li>Phone: (469) 828-4300</li>\r\n <li>Fax: (469) 828-4396</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<h3>Louisiana</h3>\r\n<ul style=\"list-style-type: none;\">New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<h3>Arizona</h3>\r\n<ul style=\"list-style-type: none;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n<h3>Florida</h3>\r\n<ul style=\"list-style-type: none;\">Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n<h3>New Jersey</h3>\r\n<ul style=\"list-style-type: none;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 22:38:47','2016-02-15 22:38:47','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1325,1,'2016-02-15 22:42:17','2016-02-15 22:42:17','<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter size-full wp-image-1318\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" width=\"640\" height=\"395\" /></a></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none;\">North Houston\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>Phone: (281) 453-1300</li>\r\n <li>Fax: (281) 453-1305</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">S.W. Houston\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>Phone: (713) 849-2710</li>\r\n <li>Fax: (832) 328-1512</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none;\">Dallas\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX 75244</li>\r\n <li>Phone: (469) 828-4300</li>\r\n <li>Fax: (469) 828-4396</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none;\">Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<ul style=\"list-style-type: none;\">New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<h3>Arizona</h3>\r\n<ul style=\"list-style-type: none;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n<h3>Florida</h3>\r\n<ul style=\"list-style-type: none;\">Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n<h3>New Jersey</h3>\r\n<ul style=\"list-style-type: none;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 22:42:17','2016-02-15 22:42:17','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1326,1,'2016-02-15 22:44:17','2016-02-15 22:44:17','<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter size-full wp-image-1318\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" width=\"640\" height=\"395\" /></a></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float:left\">North Houston\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>Phone: (281) 453-1300</li>\r\n <li>Fax: (281) 453-1305</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float:left\">S.W. Houston\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>Phone: (713) 849-2710</li>\r\n <li>Fax: (832) 328-1512</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none;\">Dallas\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX 75244</li>\r\n <li>Phone: (469) 828-4300</li>\r\n <li>Fax: (469) 828-4396</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none;\">Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<ul style=\"list-style-type: none;\">New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none;\">Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<h3>Arizona</h3>\r\n<ul style=\"list-style-type: none;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n<h3>Florida</h3>\r\n<ul style=\"list-style-type: none;\">Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n<h3>New Jersey</h3>\r\n<ul style=\"list-style-type: none;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 22:44:17','2016-02-15 22:44:17','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1327,1,'2016-02-15 22:46:40','2016-02-15 22:46:40','<h3 style=\"text-align: center;\"></h3>\r\n<h3 style=\"text-align: center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter size-full wp-image-1318\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" width=\"640\" height=\"395\" /></a></h3>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float:left;width:50%;\">North Houston\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>Phone: (281) 453-1300</li>\r\n <li>Fax: (281) 453-1305</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float:left;width:50%;\">S.W. Houston\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>Phone: (713) 849-2710</li>\r\n <li>Fax: (832) 328-1512</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float:left;width:50%;\">Dallas\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX 75244</li>\r\n <li>Phone: (469) 828-4300</li>\r\n <li>Fax: (469) 828-4396</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float:left;width:50%;\">San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float:left;width:50%;\">Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<ul style=\"list-style-type: none; float:left;width:50%;\">New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float:left;width:50%;\">Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<h3>Arizona</h3>\r\n<ul style=\"list-style-type: none; float:left;width:50%;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n<h3>Florida</h3>\r\n<ul style=\"list-style-type: none; float:left;width:50%;\">Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n<h3>New Jersey</h3>\r\n<ul style=\"list-style-type: none; float:left;width:50%;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 22:46:40','2016-02-15 22:46:40','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1328,1,'2016-02-15 22:50:24','2016-02-15 22:50:24','\r\n<div class=\"col-md-12\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter size-full wp-image-1318\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" width=\"640\" height=\"395\" /></a></div>\r\n\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">North Houston\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>Phone: (281) 453-1300</li>\r\n <li>Fax: (281) 453-1305</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">S.W. Houston\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>Phone: (713) 849-2710</li>\r\n <li>Fax: (832) 328-1512</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Dallas\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX 75244</li>\r\n <li>Phone: (469) 828-4300</li>\r\n <li>Fax: (469) 828-4396</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 22:50:24','2016-02-15 22:50:24','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1329,1,'2016-02-15 22:52:44','2016-02-15 22:52:44','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\">\r\n</a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<div style=\"text align: center;\">\r\n<h4></h4>\r\n</div>\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n<div></div>\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n \r\n\r\n<img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" />\r\n\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-15 22:52:44','2016-02-15 22:52:44','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1330,1,'2016-02-15 22:54:56','2016-02-15 22:54:56','<h3 style=\"text-align: center;\"><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\">\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\">\r\n</a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<div style=\"text align: center;\"></div>\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n<div></div>\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n</div>\r\n<div class=\"col-md-6\">\r\n \r\n\r\n<img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" />\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-15 22:54:56','2016-02-15 22:54:56','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1331,1,'2016-02-15 22:55:32','2016-02-15 22:55:32','<h3 style=\"text-align: center;\"><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-8\">\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\">\r\n</a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<div style=\"text align: center;\"></div>\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n<div></div>\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n</div>\r\n<div class=\"col-md-2\">\r\n \r\n\r\n<img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" />\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-15 22:55:32','2016-02-15 22:55:32','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1332,1,'2016-02-15 23:13:09','2016-02-15 23:13:09','<div class=\"col-md-12\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter size-full wp-image-1318\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" width=\"100%\" height=\"100%\" /></a></div>\r\n\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">North Houston\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>Phone: (281) 453-1300</li>\r\n <li>Fax: (281) 453-1305</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">S.W. Houston\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>Phone: (713) 849-2710</li>\r\n <li>Fax: (832) 328-1512</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Dallas\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX 75244</li>\r\n <li>Phone: (469) 828-4300</li>\r\n <li>Fax: (469) 828-4396</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 23:13:09','2016-02-15 23:13:09','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1333,1,'2016-02-15 23:14:47','2016-02-15 23:14:47','<div class=\"col-md-12\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" width=\"640\" height=\"395\" /></a></div>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">North Houston\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>Phone: (281) 453-1300</li>\r\n <li>Fax: (281) 453-1305</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">S.W. Houston\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>Phone: (713) 849-2710</li>\r\n <li>Fax: (832) 328-1512</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Dallas\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX 75244</li>\r\n <li>Phone: (469) 828-4300</li>\r\n <li>Fax: (469) 828-4396</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 23:14:47','2016-02-15 23:14:47','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1334,1,'2016-02-15 23:15:44','2016-02-15 23:15:44','<div class=\"col-md-12\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%;max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" width=\"640\" height=\"395\" /></a></div>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">North Houston\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>Phone: (281) 453-1300</li>\r\n <li>Fax: (281) 453-1305</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">S.W. Houston\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>Phone: (713) 849-2710</li>\r\n <li>Fax: (832) 328-1512</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Dallas\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX 75244</li>\r\n <li>Phone: (469) 828-4300</li>\r\n <li>Fax: (469) 828-4396</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 23:15:44','2016-02-15 23:15:44','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1335,1,'2016-02-15 23:17:09','2016-02-15 23:17:09','<div class=\"col-md-12\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%;max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">North Houston\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>Phone: (281) 453-1300</li>\r\n <li>Fax: (281) 453-1305</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">S.W. Houston\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>Phone: (713) 849-2710</li>\r\n <li>Fax: (832) 328-1512</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Dallas\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX 75244</li>\r\n <li>Phone: (469) 828-4300</li>\r\n <li>Fax: (469) 828-4396</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 23:17:09','2016-02-15 23:17:09','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1336,1,'2016-02-15 23:18:57','2016-02-15 23:18:57','<div class=\"col-md-12\" style=\"text-align:center; text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%;max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">North Houston\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>Phone: (281) 453-1300</li>\r\n <li>Fax: (281) 453-1305</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">S.W. Houston\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>Phone: (713) 849-2710</li>\r\n <li>Fax: (832) 328-1512</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Dallas\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX 75244</li>\r\n <li>Phone: (469) 828-4300</li>\r\n <li>Fax: (469) 828-4396</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 23:18:57','2016-02-15 23:18:57','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1337,1,'2016-02-15 23:22:07','2016-02-15 23:22:07','<div class=\"col-md-12\" style=\"text-align:center; text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%;max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">North Houston\r\n <p>221 Barren Springs Dr #19</p>\r\n <p>Houston, TX 77090</li>\r\n <p>Phone: (281) 453-1300</p>\r\n <p>Fax: (281) 453-1305</p>\r\n <p>Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">S.W. Houston\r\n <p>8648 Glenmont Dr #130</p>\r\n <p>Houston, TX 77036</p>\r\n <p>Phone: (713) 849-2710</p>\r\n <p>Fax: (832) 328-1512</p>\r\n <p>Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Dallas\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX 75244</li>\r\n <li>Phone: (469) 828-4300</li>\r\n <li>Fax: (469) 828-4396</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 23:22:07','2016-02-15 23:22:07','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1338,1,'2016-02-15 23:23:46','2016-02-15 23:23:46','<div class=\"col-md-12\" style=\"text-align:center; text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%;max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">North Houston\r\n <p>221 Barren Springs Dr #19</p>\r\n <p>Houston, TX 77090</li>\r\n <p>Phone: (281) 453-1300</p>\r\n <p>Fax: (281) 453-1305</p>\r\n <p>Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">S.W. Houston\r\n <p>8648 Glenmont Dr #130</p>\r\n <p>Houston, TX 77036</p>\r\n <p>Phone: (713) 849-2710</p>\r\n <p>Fax: (832) 328-1512</p>\r\n <p>Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">Dallas\r\n <p>14280 Gillis Rd</p>\r\n <p>Farmers Branch, TX 75244</p>\r\n <p>Phone: (469) 828-4300</p>\r\n <p>Fax: (469) 828-4396</p>\r\n <p>Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</div>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 23:23:46','2016-02-15 23:23:46','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1339,1,'2016-02-15 23:32:18','2016-02-15 23:32:18','<div class=\"col-md-12\" style=\"text-align:center; text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%;max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">North Houston\r\n 221 Barren Springs Dr #19<br>Houston, TX 77090<br>Phone: (281) 453-1300<br>Fax: (281) 453-1305<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">S.W. Houston\r\n <p>8648 Glenmont Dr #130</p>\r\n <p>Houston, TX 77036</p>\r\n <p>Phone: (713) 849-2710</p>\r\n <p>Fax: (832) 328-1512</p>\r\n <p>Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">Dallas\r\n <p>14280 Gillis Rd</p>\r\n <p>Farmers Branch, TX 75244</p>\r\n <p>Phone: (469) 828-4300</p>\r\n <p>Fax: (469) 828-4396</p>\r\n <p>Hours: Mon - Fri, 8 am - 5:30 pm CST</p>\r\n</div>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">San Antonio\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>Phone: (210) 495-3777</li>\r\n <li>Fax: (210) 495-3779</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Austin\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>Phone: (512) 615-1170</li>\r\n <li>Fax: (512) 615-1171</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Orleans\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>Phone: (504) 731-2922</li>\r\n <li>Fax: (504) 731-2923</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Baton Rouge\r\n <li>14141 Airline Hwy BLDG 3 STE J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>Phone: (225) 753-6703</li>\r\n <li>Fax: (225) 753-6738</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 23:32:18','2016-02-15 23:32:18','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1340,1,'2016-02-15 23:42:37','2016-02-15 23:42:37','<div class=\"col-md-12\" style=\"text-align:center; text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%;max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>North Houston</b><br>221 Barren Springs Dr #19<br>Houston, TX 77090<br>Phone: (281) 453-1300<br>Fax: (281) 453-1305<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>S.W. Houston</b><br>8648 Glenmont Dr #130<br>Houston, TX 77036<br>Phone: (713) 849-2710<br>Fax: (832) 328-1512<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Dallas</b><br>14280 Gillis Rd<br>Farmers Branch, TX 75244<br>Phone: (469) 828-4300<br>Fax: (469) 828-4396<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>San Antonio</b><br>12961 Park Central #1430<br>San Antonio, TX 78216<br>Phone: (210) 495-3777<br>Fax: (210) 495-3779<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Austin</b><br>9208 Waterford Centre Blvd #120<br>Austin, TX 78758<br>Phone: (512) 615-1170<br>Fax: (512) 615-1171<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>New Orleans</b><br>509-A S. Al Davis Rd<br>New Orleans, LA 70123<br>Phone: (504) 731-2922<br> Fax: (504) 731-2923<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Baton Rouge</b><br>14141 Airline Hwy BLDG 3 STE J<br> Baton Rouge, LA 70817<br>Phone: (225) 753-6703<br>Fax: (225) 753-6738<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</ul>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Scottsdale\r\n <li>16033 N 77th Street, Suite A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>Phone: (480) 240-1611</li>\r\n <li>Fax: (480) 240-1615</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">Ft. Lauderdale\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>Phone: (954) 734-9283</li>\r\n <li>Fax: (954) 596-4010</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<ul style=\"list-style-type: none; float: left; width: 50%;\">New Jersey\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>Phone: (732) 377-4119</li>\r\n <li>Fax: (732) 377-4120</li>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-15 23:42:37','2016-02-15 23:42:37','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1341,1,'2016-02-16 00:06:07','2016-02-16 00:06:07','<div class=\"col-md-12\" style=\"text-align:center; text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%;max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>North Houston</b><br>221 Barren Springs Dr #19<br>Houston, TX 77090<br>Phone: (281) 453-1300<br>Fax: (281) 453-1305<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>S.W. Houston</b><br>8648 Glenmont Dr #130<br>Houston, TX 77036<br>Phone: (713) 849-2710<br>Fax: (832) 328-1512<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Dallas</b><br>14280 Gillis Rd<br>Farmers Branch, TX 75244<br>Phone: (469) 828-4300<br>Fax: (469) 828-4396<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>San Antonio</b><br>12961 Park Central #1430<br>San Antonio, TX 78216<br>Phone: (210) 495-3777<br>Fax: (210) 495-3779<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Austin</b><br>9208 Waterford Centre Blvd #120<br>Austin, TX 78758<br>Phone: (512) 615-1170<br>Fax: (512) 615-1171<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>New Orleans</b><br>509-A S. Al Davis Rd<br>New Orleans, LA 70123<br>Phone: (504) 731-2922<br> Fax: (504) 731-2923<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Baton Rouge</b><br>14141 Airline Hwy BLDG 3 STE J<br> Baton Rouge, LA 70817<br>Phone: (225) 753-6703<br>Fax: (225) 753-6738<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Scottsdale</b><br>16033 N 77th Street, Suite A1<br>Scottsdale, AZ 85260<br>Phone: (480) 240-1611<br>Fax: (480) 240-1615<br>Hours: Mon - Fri, 8 am - 5:30 pm MT<br>\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Ft. Lauderdale</b><br>325 N. Bryan Rd<br>Dania Beach, FL 33004<br>Phone: (954) 734-9283<br>Fax: (954) 596-4010<br>Hours: Mon - Fri, 8 am - 5:30 pm EST<br>\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>New Jersey<b><br>320 Campus Dr<br>Edison, NJ 08837<br>Phone: (732) 377-4119<br>Fax: (732) 377-4120<br>Hours: Mon - Fri, 8 am - 5:30 pm EST<br>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 00:06:07','2016-02-16 00:06:07','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1342,1,'2016-02-16 00:07:28','2016-02-16 00:07:28','<div class=\"col-md-12\" style=\"text-align:center; text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%;max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>North Houston</b><br>221 Barren Springs Dr #19<br>Houston, TX 77090<br>Phone: (281) 453-1300<br>Fax: (281) 453-1305<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>S.W. Houston</b><br>8648 Glenmont Dr #130<br>Houston, TX 77036<br>Phone: (713) 849-2710<br>Fax: (832) 328-1512<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Dallas</b><br>14280 Gillis Rd<br>Farmers Branch, TX 75244<br>Phone: (469) 828-4300<br>Fax: (469) 828-4396<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>San Antonio</b><br>12961 Park Central #1430<br>San Antonio, TX 78216<br>Phone: (210) 495-3777<br>Fax: (210) 495-3779<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Austin</b><br>9208 Waterford Centre Blvd #120<br>Austin, TX 78758<br>Phone: (512) 615-1170<br>Fax: (512) 615-1171<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>New Orleans</b><br>509-A S. Al Davis Rd<br>New Orleans, LA 70123<br>Phone: (504) 731-2922<br> Fax: (504) 731-2923<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Baton Rouge</b><br>14141 Airline Hwy BLDG 3 STE J<br> Baton Rouge, LA 70817<br>Phone: (225) 753-6703<br>Fax: (225) 753-6738<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Scottsdale</b><br>16033 N 77th Street, Suite A1<br>Scottsdale, AZ 85260<br>Phone: (480) 240-1611<br>Fax: (480) 240-1615<br>Hours: Mon - Fri, 8 am - 5:30 pm MT<br>\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Ft. Lauderdale</b><br>325 N. Bryan Rd<br>Dania Beach, FL 33004<br>Phone: (954) 734-9283<br>Fax: (954) 596-4010<br>Hours: Mon - Fri, 8 am - 5:30 pm EST<br>\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>New Jersey</b><br><br>320 Campus Dr<br>Edison, NJ 08837<br>Phone: (732) 377-4119<br>Fax: (732) 377-4120<br>Hours: Mon - Fri, 8 am - 5:30 pm EST<br>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 00:07:28','2016-02-16 00:07:28','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1343,1,'2016-02-16 00:09:24','2016-02-16 00:09:24','<div class=\"col-md-12\" style=\"text-align:center; text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%;max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>North Houston</b><br><br>221 Barren Springs Dr #19<br>Houston, TX 77090<br>Phone: (281) 453-1300<br>Fax: (281) 453-1305<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>S.W. Houston</b><br><br>8648 Glenmont Dr #130<br>Houston, TX 77036<br>Phone: (713) 849-2710<br>Fax: (832) 328-1512<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Dallas</b><br><br>14280 Gillis Rd<br>Farmers Branch, TX 75244<br>Phone: (469) 828-4300<br>Fax: (469) 828-4396<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>San Antonio</b><br><br>12961 Park Central #1430<br>San Antonio, TX 78216<br>Phone: (210) 495-3777<br>Fax: (210) 495-3779<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Austin</b><br><br>9208 Waterford Centre Blvd #120<br>Austin, TX 78758<br>Phone: (512) 615-1170<br>Fax: (512) 615-1171<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>New Orleans</b><br><br>509-A S. Al Davis Rd<br>New Orleans, LA 70123<br>Phone: (504) 731-2922<br> Fax: (504) 731-2923<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Baton Rouge</b><br><br>14141 Airline Hwy BLDG 3 STE J<br> Baton Rouge, LA 70817<br>Phone: (225) 753-6703<br>Fax: (225) 753-6738<br>Hours: Mon - Fri, 8 am - 5:30 pm CST<br>\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Scottsdale</b><br><br>16033 N 77th Street, Suite A1<br>Scottsdale, AZ 85260<br>Phone: (480) 240-1611<br>Fax: (480) 240-1615<br>Hours: Mon - Fri, 8 am - 5:30 pm MT<br>\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>Ft. Lauderdale</b><br><br>325 N. Bryan Rd<br>Dania Beach, FL 33004<br>Phone: (954) 734-9283<br>Fax: (954) 596-4010<br>Hours: Mon - Fri, 8 am - 5:30 pm EST<br>\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<b>New Jersey</b><br><br>320 Campus Dr<br>Edison, NJ 08837<br>Phone: (732) 377-4119<br>Fax: (732) 377-4120<br>Hours: Mon - Fri, 8 am - 5:30 pm EST<br>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 00:09:24','2016-02-16 00:09:24','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1344,1,'2016-02-16 00:11:51','2016-02-16 00:11:51','<h3 style=\"text-align: center;\"><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-8\">\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\">\r\n</a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<div style=\"text align: center;\"></div>\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n<div></div>\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n</div>\r\n<div class=\"col-md-1\">\r\n</div>\r\n<div class=\"col-md-1\">\r\n\r\n<img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" />\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-16 00:11:51','2016-02-16 00:11:51','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1345,1,'2016-02-16 00:13:02','2016-02-16 00:13:02','<h3 style=\"text-align: center;\"><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-8\">\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\">\r\n</a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<div style=\"text align: center;\"></div>\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n<div></div>\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n</div>\r\n<div class=\"col-md-1\">\r\n</div>\r\n<div class=\"col-md-3\">\r\n\r\n<img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"300\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"300\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"300\" height=\"200\" />\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-16 00:13:02','2016-02-16 00:13:02','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1346,1,'2016-02-16 10:43:59','2016-02-16 10:43:59','<h3 style=\"\"><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-8\">\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\">\r\n</a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<div style=\"text align: center;\"></div>\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>\r\n-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n<div></div>\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n</div>\r\n<div class=\"col-md-1\">\r\n</div>\r\n<div class=\"col-md-3\">\r\n\r\n<img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"100%\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"100%\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"100%\" height=\"200\" />\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-16 10:43:59','2016-02-16 10:43:59','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1348,1,'2016-02-16 13:41:01','2016-02-16 13:41:01','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-8\">\r\n<h4>Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4>The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\">\r\n</a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s <del></del>interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<div style=\"text align: center;\"></div>\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n<div></div>\r\n<div></div>\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n</div>\r\n<div class=\"col-md-1\"></div>\r\n<div class=\"col-md-3\">\r\n\r\n<img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"100%\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"100%\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"100%\" height=\"200\" />\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-16 13:41:01','2016-02-16 13:41:01','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1350,1,'2016-02-16 17:08:45','2016-02-16 17:08:45','<div class=\"col-md-12\">\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n</div>\r\n<div class=\"col-md-12\" style=\"text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 17:08:45','2016-02-16 17:08:45','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1351,1,'2016-02-16 17:13:44','2016-02-16 17:13:44','<div class=\"col-md-12\">\r\n<h4 style=\"text-align: center; padding-top: 34px;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\r\n</div>\r\n<div class=\"col-md-12\" style=\"text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 17:13:44','2016-02-16 17:13:44','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1352,1,'2016-02-16 17:48:45','2016-02-16 17:48:45','<div class=\"col-md-12\">\r\n<h4 style=\"text-align: center; padding-top: 4px;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\r\n</div>\r\n<div class=\"col-md-12\" style=\"text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 17:48:45','2016-02-16 17:48:45','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1353,1,'2016-02-16 18:58:29','2016-02-16 18:58:29','\r\n<h4 style=\"text-align: center; padding-top: 4px;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\r\n\r\n<div class=\"col-md-12\" style=\"text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 18:58:29','2016-02-16 18:58:29','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1354,1,'2016-02-16 18:59:10','2016-02-16 18:59:10','<h4 style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\r\n<div class=\"col-md-12\" style=\"text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 18:59:10','2016-02-16 18:59:10','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1355,1,'2016-02-16 19:00:15','2016-02-16 19:00:15','<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<div class=\"col-md-12\" style=\"text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 19:00:15','2016-02-16 19:00:15','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1356,1,'2016-02-16 19:01:44','2016-02-16 19:01:44','<p style=\"text-align: center; padding-top:0px;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<div class=\"col-md-12\" style=\"text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 19:01:44','2016-02-16 19:01:44','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1357,1,'2016-02-16 19:04:01','2016-02-16 19:04:01','<div class=\"col-md-12\" style=\"padding-top:0px\">\r\n<p style=\"text-align: center; padding-top:0px;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n</div>\r\n<div class=\"col-md-12\" style=\"text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 19:04:01','2016-02-16 19:04:01','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1358,1,'2016-02-16 19:05:04','2016-02-16 19:05:04','<div class=\"col-md-1\" style=\"padding-top:0px\">\r\n<p style=\"text-align: center; padding-top:0px;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n</div>\r\n<div class=\"col-md-12\" style=\"text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 19:05:04','2016-02-16 19:05:04','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1359,1,'2016-02-16 19:05:42','2016-02-16 19:05:42','<div class=\"col-md-1\" style=\"padding-top:0px\">\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n</div>\r\n<div class=\"col-md-12\" style=\"text-align: -webkit-center;\"><a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 19:05:42','2016-02-16 19:05:42','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1360,1,'2016-02-16 19:06:26','2016-02-16 19:06:26','\r\n\r\n\r\n<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 19:06:26','2016-02-16 19:06:26','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1361,1,'2016-02-16 19:07:04','2016-02-16 19:07:04','\r\n\r\n<div class=\"col-md-12\" style=\"text-align: center;text-align: -webkit-center;\">\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n<h3 style=\"text-align: center;\"></h3>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 19:07:04','2016-02-16 19:07:04','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1362,1,'2016-02-16 19:07:28','2016-02-16 19:07:28','\r\n<div class=\"col-md-12\" style=\"text-align: center;text-align: -webkit-center;\">\r\n<h3 style=\"text-align: center;\"><p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p></h3>\r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 19:07:28','2016-02-16 19:07:28','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1363,1,'2016-02-16 19:10:18','2016-02-16 19:10:18','<div class=\"col-md-12\" style=\"text-align: center;text-align: -webkit-center;\">\r\n<h3 style=\"text-align: center;\"><p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p></h3>\r\n\r\n<a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a></div>\r\n\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n\r\n<h3>Florida</h3>\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div></div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-16 19:10:18','2016-02-16 19:10:18','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1364,1,'2016-02-16 20:00:25','2016-02-16 20:00:25','','S65LCRIW_back','','inherit','open','closed','','s65lcriw_back-2','','','2016-02-16 20:00:25','2016-02-16 20:00:25','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65LCRIW_back1.png',0,'attachment','image/png',0),(1365,1,'2016-02-16 20:00:59','2016-02-16 20:00:59','','S65LCRIW-screenless-front','','inherit','open','closed','','s65lcriw-screenless-front-2','','','2016-02-16 20:00:59','2016-02-16 20:00:59','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65LCRIW-screenless-front.png',0,'attachment','image/png',0),(1366,1,'2016-02-16 20:02:13','2016-02-16 20:02:13','','S65IW_Woofer','','inherit','open','closed','','s65iw_woofer-2','','','2016-02-16 20:02:13','2016-02-16 20:02:13','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65IW_Woofer1.png',0,'attachment','image/png',0),(1368,1,'2016-02-16 20:23:35','2016-02-16 20:23:35','','new image','','inherit','open','closed','','new-image','','','2016-02-16 20:23:35','2016-02-16 20:23:35','',1033,'http://elura.audio/wp-content/uploads/2016/02/new-image.png',0,'attachment','image/png',0),(1369,1,'2016-02-16 20:51:06','2016-02-16 20:51:06','','S65LCRIW_back','','inherit','open','closed','','s65lcriw_back-3','','','2016-02-16 20:51:06','2016-02-16 20:51:06','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65LCRIW_back2.png',0,'attachment','image/png',0),(1370,1,'2016-02-16 20:51:44','2016-02-16 20:51:44','','S65LCRIW-screenless-front','','inherit','open','closed','','s65lcriw-screenless-front-3','','','2016-02-16 20:51:44','2016-02-16 20:51:44','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65LCRIW-screenless-front1.png',0,'attachment','image/png',0),(1372,1,'2016-02-16 20:53:45','2016-02-16 20:53:45','','S65_front-screenless_cropped','','inherit','open','closed','','s65_front-screenless_cropped','','','2016-02-16 20:53:45','2016-02-16 20:53:45','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65_front-screenless_cropped.png',0,'attachment','image/png',0),(1374,1,'2016-02-16 20:54:23','2016-02-16 20:54:23','','S8_front-screenless_cropped','','inherit','open','closed','','s8_front-screenless_cropped','','','2016-02-16 20:54:23','2016-02-16 20:54:23','',1033,'http://elura.audio/wp-content/uploads/2016/02/S8_front-screenless_cropped.png',0,'attachment','image/png',0),(1375,1,'2016-02-16 20:54:42','2016-02-16 20:54:42','','S65LCR_front-screenless_cropped','','inherit','open','closed','','s65lcr_front-screenless_cropped','','','2016-02-16 20:54:42','2016-02-16 20:54:42','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65LCR_front-screenless_cropped.png',0,'attachment','image/png',0),(1376,1,'2016-02-16 20:54:58','2016-02-16 20:54:58','','S8LCR_screenless-front_cropped','','inherit','open','closed','','s8lcr_screenless-front_cropped','','','2016-02-16 20:54:58','2016-02-16 20:54:58','',1033,'http://elura.audio/wp-content/uploads/2016/02/S8LCR_screenless-front_cropped.png',0,'attachment','image/png',0),(1378,1,'2016-02-16 20:58:02','2016-02-16 20:58:02','','B65ST_front-screenless_cropped','','inherit','open','closed','','b65st_front-screenless_cropped','','','2016-02-16 20:58:02','2016-02-16 20:58:02','',954,'http://elura.audio/wp-content/uploads/2016/02/B65ST_front-screenless_cropped.png',0,'attachment','image/png',0),(1379,1,'2016-02-16 20:58:32','2016-02-16 20:58:32','','B8_Front_cropped','','inherit','open','closed','','b8_front_cropped','','','2016-02-16 20:58:32','2016-02-16 20:58:32','',954,'http://elura.audio/wp-content/uploads/2016/02/B8_Front_cropped.png',0,'attachment','image/png',0),(1380,1,'2016-02-16 21:09:45','2016-02-16 21:09:45','','R8Z_screenless_cropped','','inherit','open','closed','','r8z_screenless_cropped','','','2016-02-16 21:09:45','2016-02-16 21:09:45','',1014,'http://elura.audio/wp-content/uploads/2016/02/R8Z_screenless_cropped.png',0,'attachment','image/png',0),(1381,1,'2016-02-16 21:10:15','2016-02-16 21:10:15','','R8LCRZ_front-screenless_cropped','','inherit','open','closed','','r8lcrz_front-screenless_cropped','','','2016-02-16 21:10:15','2016-02-16 21:10:15','',1014,'http://elura.audio/wp-content/uploads/2016/02/R8LCRZ_front-screenless_cropped.png',0,'attachment','image/png',0),(1382,1,'2016-02-16 21:12:50','2016-02-16 21:12:50','','B65IW_front-straight_cropped','','inherit','open','closed','','b65iw_front-straight_cropped','','','2016-02-16 21:12:50','2016-02-16 21:12:50','',997,'http://elura.audio/wp-content/uploads/2016/02/B65IW_front-straight_cropped.png',0,'attachment','image/png',0),(1383,1,'2016-02-16 21:16:26','2016-02-16 21:16:26','','R65LCRIWZ_Front_cropped','','inherit','open','closed','','r65lcriwz_front_cropped','','','2016-02-16 21:16:26','2016-02-16 21:16:26','',1009,'http://elura.audio/wp-content/uploads/2016/02/R65LCRIWZ_Front_cropped.png',0,'attachment','image/png',0),(1385,1,'2016-02-16 21:19:28','2016-02-16 21:19:28','','S65LCRIW-screenless-front','','inherit','open','closed','','s65lcriw-screenless-front-4','','','2016-02-16 21:19:28','2016-02-16 21:19:28','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65LCRIW-screenless-front2.png',0,'attachment','image/png',0),(1386,1,'2016-02-16 21:21:07','2016-02-16 21:21:07','','S65LCRIW-screenless-front_cropped','','inherit','open','closed','','s65lcriw-screenless-front_cropped','','','2016-02-16 21:21:07','2016-02-16 21:21:07','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65LCRIW-screenless-front_cropped.png',0,'attachment','image/png',0),(1387,1,'2016-02-16 21:23:40','2016-02-16 21:23:40','','R65STZ_front-screenless_cropped','','inherit','open','closed','','r65stz_front-screenless_cropped','','','2016-02-16 21:23:40','2016-02-16 21:23:40','',1014,'http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-screenless_cropped.png',0,'attachment','image/png',0),(1389,1,'2016-02-16 21:29:02','2016-02-16 21:29:02','This is the static front page. Its details are edited through editing the Front Page Template\r\n<h2>Where to buy:</h2>\r\n<strong>Elura is sold exclusively at WAVE Electronics to custom integrators.</strong>\r\n\r\n<strong> </strong><strong>Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>You can also visit one of their 10 locations to audition the Elura speakers.</strong>\r\n<h4>Texas:</h4>\r\n<ul>\r\n <li>\r\n<h4> North Houston</h4>\r\n<ul>\r\n <li>221 Barren Springs Dr #19</li>\r\n <li>Houston, TX 77090</li>\r\n <li>281.453.1300 p</li>\r\n <li>281.453.1305 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4> Southwest Houston</h4>\r\n<ul>\r\n <li>8648 Glenmont Dr #130</li>\r\n <li>Houston, TX 77036</li>\r\n <li>713.849.2710 p</li>\r\n <li>832.328.1512 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Dallas</h4>\r\n<ul>\r\n <li>14280 Gillis Rd</li>\r\n <li>Farmers Branch, TX</li>\r\n <li>469.828.4300 p</li>\r\n <li>469.828.4396 f\r\n<ul>\r\n <li>Hours: Mon - Fri, 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>San Antonio</h4>\r\n<ul>\r\n <li>12961 Park Central #1430</li>\r\n <li>San Antonio, TX 78216</li>\r\n <li>210.495.3777 p</li>\r\n <li>210.495.3779\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Austin</h4>\r\n<ul>\r\n <li>9208 Waterford Centre Blvd #120</li>\r\n <li>Austin, TX 78758</li>\r\n <li>512.615.1170 p</li>\r\n <li>512.615.1171\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Louisiana</h4>\r\n<ul>\r\n <li>\r\n<h4>New Orleans</h4>\r\n<ul>\r\n <li>509-A S. Al Davis Rd</li>\r\n <li>New Orleans, LA 70123</li>\r\n <li>504.731.2922 p</li>\r\n <li>504.731.2923 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>\r\n<h4>Baton Rouge</h4>\r\n<ul>\r\n <li>14141 Airline Hwy Bldg 3 Ste J</li>\r\n <li>Baton Rouge, LA 70817</li>\r\n <li>225.753.6703 p</li>\r\n <li>225.753.6738 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm CST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Florida</h4>\r\n<ul>\r\n <li>\r\n<h4>Ft. Lauderdale</h4>\r\n<ul>\r\n <li>325 N. Bryan Rd</li>\r\n <li>Dania Beach, FL 33004</li>\r\n <li>954.734.9283 f</li>\r\n <li>954.263-5300 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>New Jersey</h4>\r\n<ul>\r\n <li>\r\n<h4>New Jersey</h4>\r\n<ul>\r\n <li>320 Campus Dr</li>\r\n <li>Edison, NJ 08837</li>\r\n <li>732.377.4119 p</li>\r\n <li>732.377.4120 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm EST</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4>Arizona</h4>\r\n<ul>\r\n <li>\r\n<h4>Scottsdale</h4>\r\n<ul>\r\n <li>16033 N. 77th Street, Ste A1</li>\r\n <li>Scottsdale, AZ 85260</li>\r\n <li>480.240.1611 p</li>\r\n <li>480.240.1615 f\r\n<ul>\r\n <li>Hours: 8 am - 5:30 pm MT</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n \r\n\r\nElura, redefining the art of sound through architectural speakers','Front Page','','inherit','closed','closed','','565-revision-v1','','','2016-02-16 21:29:02','2016-02-16 21:29:02','',565,'http://elura.audio/565-revision-v1/',0,'revision','',0),(1390,1,'2016-02-16 21:39:21','2016-02-16 21:39:21','','R65IWZ_Front_cropped','','inherit','open','closed','','r65iwz_front_cropped','','','2016-02-16 21:39:21','2016-02-16 21:39:21','',995,'http://elura.audio/wp-content/uploads/2016/02/R65IWZ_Front_cropped.png',0,'attachment','image/png',0),(1391,1,'2016-02-16 21:59:02','2016-02-16 21:59:02','','SUBB8_frontangle_cropped','','inherit','open','closed','','subb8_frontangle_cropped','','','2016-02-16 21:59:02','2016-02-16 21:59:02','',950,'http://elura.audio/wp-content/uploads/2016/02/SUBB8_frontangle_cropped.png',0,'attachment','image/png',0),(1392,1,'2016-02-16 22:29:56','2016-02-16 22:29:56','','R65IWZ_Front_new_crop','','inherit','open','closed','','r65iwz_front_new_crop','','','2016-02-16 22:29:56','2016-02-16 22:29:56','',995,'http://elura.audio/wp-content/uploads/2016/02/R65IWZ_Front_new_crop.png',0,'attachment','image/png',0),(1394,1,'2016-02-16 22:32:43','2016-02-16 22:32:43','','B65IW_front-straight_new_crop','','inherit','open','closed','','b65iw_front-straight_new_crop','','','2016-02-16 22:32:43','2016-02-16 22:32:43','',997,'http://elura.audio/wp-content/uploads/2016/02/B65IW_front-straight_new_crop.png',0,'attachment','image/png',0),(1395,1,'2016-02-16 22:38:05','2016-02-16 22:38:05','','S65LCRIW-screenless-front_cropped','','inherit','open','closed','','s65lcriw-screenless-front_cropped-2','','','2016-02-16 22:38:05','2016-02-16 22:38:05','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65LCRIW-screenless-front_cropped1.png',0,'attachment','image/png',0),(1398,1,'2016-02-16 22:41:17','2016-02-16 22:41:17','','S65IW_screenless_new_cropped','','inherit','open','closed','','s65iw_screenless_new_cropped','','','2016-02-16 22:41:17','2016-02-16 22:41:17','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65IW_screenless_new_cropped.png',0,'attachment','image/png',0),(1400,1,'2016-02-16 22:48:35','2016-02-16 22:48:35','','B65IW_front-straight_new_crop','','inherit','open','closed','','b65iw_front-straight_new_crop-2','','','2016-02-16 22:48:35','2016-02-16 22:48:35','',997,'http://elura.audio/wp-content/uploads/2016/02/B65IW_front-straight_new_crop1.png',0,'attachment','image/png',0),(1401,1,'2016-02-16 22:53:16','2016-02-16 22:53:16','','B65IW_front-straight_new_size','','inherit','open','closed','','b65iw_front-straight_new_size','','','2016-02-16 22:53:16','2016-02-16 22:53:16','',997,'http://elura.audio/wp-content/uploads/2016/02/B65IW_front-straight_new_size.png',0,'attachment','image/png',0),(1402,1,'2016-02-16 23:02:40','2016-02-16 23:02:40','','new-speaker','','inherit','open','closed','','new-speaker','','','2016-02-16 23:02:40','2016-02-16 23:02:40','',997,'http://elura.audio/wp-content/uploads/2016/02/new-speaker.png',0,'attachment','image/png',0),(1403,1,'2016-02-16 23:22:58','2016-02-16 23:22:58','','SUBB8_frontangle_croppedvxcvxc','','inherit','open','closed','','subb8_frontangle_croppedvxcvxc','','','2016-02-16 23:22:58','2016-02-16 23:22:58','',950,'http://elura.audio/wp-content/uploads/2016/02/SUBB8_frontangle_croppedvxcvxc.png',0,'attachment','image/png',0),(1404,1,'2016-02-16 23:39:25','2016-02-16 23:39:25','','S65_front-screenless_1920-1280','','inherit','open','closed','','s65_front-screenless_1920-1280','','','2016-02-16 23:39:25','2016-02-16 23:39:25','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65_front-screenless_1920-1280.png',0,'attachment','image/png',0),(1407,1,'2016-02-16 23:46:24','2016-02-16 23:46:24','','S65IW_Woofer_1080-590','','inherit','open','closed','','s65iw_woofer_1080-590','','','2016-02-16 23:46:24','2016-02-16 23:46:24','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65IW_Woofer_1080-5902.png',0,'attachment','image/png',0),(1408,1,'2016-02-16 23:49:05','2016-02-16 23:49:05','','S65LCRIW_back_cropped','','inherit','open','closed','','s65lcriw_back_cropped','','','2016-02-16 23:49:05','2016-02-16 23:49:05','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65LCRIW_back_cropped.png',0,'attachment','image/png',0),(1409,1,'2016-02-16 23:53:15','2016-02-16 23:53:15','','S65_front-screenless_1500-1100','','inherit','open','closed','','s65_front-screenless_1500-1100','','','2016-02-16 23:53:15','2016-02-16 23:53:15','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65_front-screenless_1500-1100.png',0,'attachment','image/png',0),(1412,1,'2016-02-17 00:03:40','2016-02-17 00:03:40','','S65_front-screenless_Spec','','inherit','open','closed','','s65_front-screenless_spec','','','2016-02-17 00:03:40','2016-02-17 00:03:40','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65_front-screenless_Spec2.png',0,'attachment','image/png',0),(1413,1,'2016-02-17 00:06:38','2016-02-17 00:06:38','','S65ST_screenless-front_spec','','inherit','open','closed','','s65st_screenless-front_spec','','','2016-02-17 00:06:38','2016-02-17 00:06:38','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65ST_screenless-front_spec.png',0,'attachment','image/png',0),(1414,1,'2016-02-17 00:09:02','2016-02-17 00:09:02','','S65LCR_front-screenless_spec','','inherit','open','closed','','s65lcr_front-screenless_spec','','','2016-02-17 00:09:02','2016-02-17 00:09:02','',1033,'http://elura.audio/wp-content/uploads/2016/02/S65LCR_front-screenless_spec.png',0,'attachment','image/png',0),(1415,1,'2016-02-17 00:11:38','2016-02-17 00:11:38','','B8_Front_spec','','inherit','open','closed','','b8_front_spec','','','2016-02-17 00:11:38','2016-02-17 00:11:38','',954,'http://elura.audio/wp-content/uploads/2016/02/B8_Front_spec.png',0,'attachment','image/png',0),(1416,1,'2016-02-17 00:13:40','2016-02-17 00:13:40','','B65ST_front-screenless_spec','','inherit','open','closed','','b65st_front-screenless_spec','','','2016-02-17 00:13:40','2016-02-17 00:13:40','',954,'http://elura.audio/wp-content/uploads/2016/02/B65ST_front-screenless_spec.png',0,'attachment','image/png',0),(1417,1,'2016-02-17 00:15:47','2016-02-17 00:15:47','','B65ST_front-screenless_top','','inherit','open','closed','','b65st_front-screenless_top','','','2016-02-17 00:15:47','2016-02-17 00:15:47','',954,'http://elura.audio/wp-content/uploads/2016/02/B65ST_front-screenless_top.png',0,'attachment','image/png',0),(1419,1,'2016-02-17 00:20:46','2016-02-17 00:20:46','','R8Z_screenless_spec','','inherit','open','closed','','r8z_screenless_spec','','','2016-02-17 00:20:46','2016-02-17 00:20:46','',1014,'http://elura.audio/wp-content/uploads/2016/02/R8Z_screenless_spec1.png',0,'attachment','image/png',0),(1421,1,'2016-02-17 00:24:13','2016-02-17 00:24:13','','R65STZ_front-screenless_spec','','inherit','open','closed','','r65stz_front-screenless_spec','','','2016-02-17 00:24:13','2016-02-17 00:24:13','',1014,'http://elura.audio/wp-content/uploads/2016/02/R65STZ_front-screenless_spec1.png',0,'attachment','image/png',0),(1424,1,'2016-02-17 15:03:26','2016-02-17 15:03:26','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n<a href=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\"><img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></a>\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-17 15:03:26','2016-02-17 15:03:26','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1426,1,'2016-02-17 15:30:45','2016-02-17 15:30:45','<h3><strong><u>Elura: The history behind the brand</u></strong></h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-8\">\r\n<h4> Elura speakers originated as a solution to the ever increasing need for a great sounding speaker without all the fancy gimmicks and marketing hype. The foundation for Elura is from two brothers (Mark & Ainslie Fukuda) that grew up in the audio industry over the past 27 years. 1988 marks their first efforts to design, build, and tune audio systems to compete against the best car audio systems in the world. From 1988-1996, the Fukuda brothers we were able to remain undefeated and win 11 National, and 6 World championships for sound and installation quality. The brother’s obsession for perfection and 27+ years of sound experience sets Elura apart from the competition.</h4>\r\n<h4> The Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. They wanted to produce a series of speakers that sounded true to the recording giving a realistic sound as if the musician were in their home right out of the box. Today, Elura has enjoyed tremendous success driven by a simple philosophy: Deliver uncompromised true to life sound at affordable prices.<a href=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest.jpg\">\r\n</a></h4>\r\n<h4> Recently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavy weights in the industry. Sonance was very impressed with Red Label stating that they out performed speakers costing two to three times more expensive. This peaked Sonance’s interest in a collaborative effort between Elura and Sonance to create something special. Two years later, Elura Blue label was born with the release of a series of 7 speakers that blew away the competition.</h4>\r\n<div style=\"text align: center;\"></div>\r\n<em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals”</em>\r\n\r\n<em>-<strong>Rob Roland</strong>, Dana Innovations EVP and Chief Technology Officer</em>\r\n<div></div>\r\n<div></div>\r\n<em>\"In years past it was the HI-FI fad to spend countless hour’s tweaking and tuning an audio system until it produced good results. Today, you expect to buy a speaker that produces great results out of the box. That is exactly what Elura speakers deliver, exceptional sound out of the box with no compromises.\"</em>\r\n\r\n<em>-<strong>Mark Fukuda, </strong>Elura President and COO<strong> </strong></em>\r\n\r\n</div>\r\n<div class=\"col-md-1\"></div>\r\n<div class=\"col-md-3\">\r\n\r\n<img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"100%\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"100%\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"100%\" height=\"200\" />\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-17 15:30:45','2016-02-17 15:30:45','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1427,1,'2016-02-17 21:18:41','2016-02-17 21:18:41','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-17 21:18:41','2016-02-17 21:18:41','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1429,1,'2016-02-17 22:00:19','2016-02-17 22:00:19','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n<h3>Arizona</h3>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<h3>Florida</h3>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-17 22:00:19','2016-02-17 22:00:19','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1430,1,'2016-02-17 22:01:21','2016-02-17 22:01:21','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<h3>Texas</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<h3>Louisiana</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<h3>New Jersey</h3>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-17 22:01:21','2016-02-17 22:01:21','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1431,1,'2016-02-17 22:02:56','2016-02-17 22:02:56','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-17 22:02:56','2016-02-17 22:02:56','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1432,1,'2016-02-17 22:04:40','2016-02-17 22:04:40','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-17 22:04:40','2016-02-17 22:04:40','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1433,1,'2016-02-17 22:05:30','2016-02-17 22:05:30','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3> </h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-17 22:05:30','2016-02-17 22:05:30','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1434,1,'2016-02-17 22:06:36','2016-02-17 22:06:36','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>  </h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-17 22:06:36','2016-02-17 22:06:36','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1435,1,'2016-02-17 22:07:01','2016-02-17 22:07:01','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3> </h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-17 22:07:01','2016-02-17 22:07:01','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1436,1,'2016-02-17 22:08:07','2016-02-17 22:08:07','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3> </h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3> </h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3> </h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3> </h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3> </h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-17 22:08:07','2016-02-17 22:08:07','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1437,1,'2016-02-18 19:16:33','2016-02-18 19:16:33','','Blue Label by Sonance - Premium','','inherit','closed','closed','','1033-revision-v1','','','2016-02-18 19:16:33','2016-02-18 19:16:33','',1033,'http://elura.audio/1033-revision-v1/',0,'revision','',0),(1439,1,'2016-02-18 19:18:01','2016-02-18 19:18:01',' \r\n\r\n ','Blue Label by Sonance - Premium','','inherit','closed','closed','','1009-revision-v1','','','2016-02-18 19:18:01','2016-02-18 19:18:01','',1009,'http://elura.audio/1009-revision-v1/',0,'revision','',0),(1440,1,'2016-02-18 19:25:40','2016-02-18 19:25:40','','S65LCRIW-screenless-frontangle-edited','','inherit','open','closed','','s65lcriw-screenless-frontangle-edited','','','2016-02-18 19:25:40','2016-02-18 19:25:40','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65LCRIW-screenless-frontangle-edited.png',0,'attachment','image/png',0),(1441,1,'2016-02-18 19:29:31','2016-02-18 19:29:31','','Red Label - Performance','','inherit','closed','closed','','1014-revision-v1','','','2016-02-18 19:29:31','2016-02-18 19:29:31','',1014,'http://elura.audio/1014-revision-v1/',0,'revision','',0),(1442,1,'2016-02-18 19:32:56','2016-02-18 19:32:56','','Red Label - Performance','','inherit','closed','closed','','995-revision-v1','','','2016-02-18 19:32:56','2016-02-18 19:32:56','',995,'http://elura.audio/995-revision-v1/',0,'revision','',0),(1443,1,'2016-02-18 19:35:47','2016-02-18 19:35:47','','S65LCRIW_woofer-tweeter','','inherit','open','closed','','s65lcriw_woofer-tweeter','','','2016-02-18 19:35:47','2016-02-18 19:35:47','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65LCRIW_woofer-tweeter.png',0,'attachment','image/png',0),(1444,1,'2016-02-18 19:36:53','2016-02-18 19:36:53','','Black Label - Select','','inherit','closed','closed','','997-revision-v1','','','2016-02-18 19:36:53','2016-02-18 19:36:53','',997,'http://elura.audio/997-revision-v1/',0,'revision','',0),(1445,1,'2016-02-18 19:37:24','2016-02-18 19:37:24','','Black Label - Select','','inherit','closed','closed','','954-revision-v1','','','2016-02-18 19:37:24','2016-02-18 19:37:24','',954,'http://elura.audio/954-revision-v1/',0,'revision','',0),(1446,1,'2016-02-18 19:38:13','2016-02-18 19:38:13','need OUT6.5B photos!!','Black Label - Select Series','','inherit','closed','closed','','1086-revision-v1','','','2016-02-18 19:38:13','2016-02-18 19:38:13','',1086,'http://elura.audio/1086-revision-v1/',0,'revision','',0),(1447,1,'2016-02-18 19:38:38','2016-02-18 19:38:38','<h1>Details:( Please Do not edit this informational area )</h1>\r\nThe contents in this area do not change or gets displayed.\r\n\r\nUse the Image Slider Template to display the category information.\r\n\r\nImage Slider Template has 3 sliding background images and 3 background images.\r\n\r\nTo edit this page, please fill in the Image Slider Template below.\r\n\r\nTo create a new Category Page, please contact the programmers, since the pages are static. On the other hand , the posts are dynamic since they fall under category.','OUTDOOR SPEAKERS','','inherit','closed','closed','','558-autosave-v1','','','2016-02-18 19:38:38','2016-02-18 19:38:38','',558,'http://elura.audio/558-autosave-v1/',0,'revision','',0),(1448,1,'2016-02-18 19:39:33','2016-02-18 19:39:33','','Black Label - Select Series','','inherit','closed','closed','','950-revision-v1','','','2016-02-18 19:39:33','2016-02-18 19:39:33','',950,'http://elura.audio/950-revision-v1/',0,'revision','',0),(1450,1,'2016-02-18 19:47:05','2016-02-18 19:47:05','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<p style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</p>\r\n\r\n<h3 style=\"text-align: center;\">Not near a WAVE Electronics? No problem, we will ship them to you free freight.</h3>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-18 19:47:05','2016-02-18 19:47:05','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1451,1,'2016-02-18 19:48:55','2016-02-18 19:48:55','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<h4 style=\"text-align: center;\">Elura is sold exclusively at WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\r\n<h3 style=\"text-align: center;\">Not near a WAVE Electronics? No problem, we will ship them to you free freight.</h3>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-18 19:48:55','2016-02-18 19:48:55','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1452,1,'2016-02-18 19:50:30','2016-02-18 19:50:30','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<h4 style=\"text-align: center;\">Elura is sold exclusively through WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer.You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\r\n<h3 style=\"text-align: center;\">Not near a WAVE Electronics? No problem, we will ship them to you free freight.</h3>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-18 19:50:30','2016-02-18 19:50:30','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1453,1,'2016-02-18 19:51:24','2016-02-18 19:51:24','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<h4 style=\"text-align: center;\">Elura is sold exclusively through WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer. You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\r\n<h3 style=\"text-align: center;\">Not near a WAVE Electronics? No problem, we will ship them to you <span style=\"text-decoration: underline;\">free freight</span>.</h3>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-18 19:51:24','2016-02-18 19:51:24','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1454,1,'2016-02-18 19:55:24','2016-02-18 19:55:24','','S65LCRIW_back-cropped','','inherit','open','closed','','s65lcriw_back-cropped','','','2016-02-18 19:55:24','2016-02-18 19:55:24','',1009,'http://elura.audio/wp-content/uploads/2016/02/S65LCRIW_back-cropped1.png',0,'attachment','image/png',0),(1465,1,'2016-02-18 20:53:17','2016-02-18 20:53:17','','R8LCR_tweeter-angled-1024-645','','inherit','open','closed','','r8lcr_tweeter-angled-1024-645','','','2016-02-18 20:53:17','2016-02-18 20:53:17','',1014,'http://elura.audio/wp-content/uploads/2016/02/R8LCR_tweeter-angled-1024-645.png',0,'attachment','image/png',0),(1466,1,'2016-02-18 21:20:45','2016-02-18 21:20:45','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<h4 style=\"text-align: center;\">Elura is sold exclusively through WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer. You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\r\n<h3 style=\"text-align: center;\">Not near a WAVE Electronics? No problem, we will ship them to you.</h3>\r\n<h3 style=\"text-align: center;\">Free freight programs available.</h3>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-18 21:20:45','2016-02-18 21:20:45','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1467,1,'2016-02-18 21:21:06','2016-02-18 21:21:06','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<h4 style=\"text-align: center;\">Elura is sold exclusively through WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer. You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\r\n<h3 style=\"text-align: center;\">Not near a WAVE Electronics? No problem, we will ship them to you.</h3>\r\n<h4 style=\"text-align: center;\">Free freight programs available.</h4>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-18 21:21:06','2016-02-18 21:21:06','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1468,1,'2016-02-19 21:38:20','2016-02-19 21:38:20','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\n<h4 style=\"text-align: center;\">Elura is sold exclusively through WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer. You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\n<h3 style=\"text-align: center; text-align: -webkit-center;\">Not near a WAVE Electronics? No problem, we will ship them to you.</h3>\n<h4 style=\"text-align: center; text-align: -webkit-center;\">Free freight programs available.</h4>\n<div style=\"text-align: center; text-align: -webkit-center;\"\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\n\n</div>\n<h4></h4>\n<div id=\"locations-page\">\n<h1>Locations</h1>\n<div class=\"col-md-12\">\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\n<h3>Texas</h3>\n<b>North Houston</b>\n\n221 Barren Springs Dr #19\nHouston, TX 77090\nPhone: (281) 453-1300\nFax: (281) 453-1305\nHours: Mon - Fri, 8 am - 5:30 pm CST\n\n</div>\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\n<h3></h3>\n<b>S.W. Houston</b>\n\n8648 Glenmont Dr #130\nHouston, TX 77036\nPhone: (713) 849-2710\nFax: (832) 328-1512\nHours: Mon - Fri, 8 am - 5:30 pm CST\n\n</div>\n</div>\n<div class=\"col-md-12\">\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\n<h3></h3>\n<b>Dallas</b>\n\n14280 Gillis Rd\nFarmers Branch, TX 75244\nPhone: (469) 828-4300\nFax: (469) 828-4396\nHours: Mon - Fri, 8 am - 5:30 pm CST\n\n</div>\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\n<h3></h3>\n<b>San Antonio</b>\n\n12961 Park Central #1430\nSan Antonio, TX 78216\nPhone: (210) 495-3777\nFax: (210) 495-3779\nHours: Mon - Fri, 8 am - 5:30 pm CST\n\n</div>\n</div>\n<div class=\"col-md-12\">\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\n<h3></h3>\n<b>Austin</b>\n\n9208 Waterford Centre Blvd #120\nAustin, TX 78758\nPhone: (512) 615-1170\nFax: (512) 615-1171\nHours: Mon - Fri, 8 am - 5:30 pm CST\n\n</div>\n</div>\n<div class=\"col-md-12\">\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\n<h3>Louisiana</h3>\n<b>New Orleans</b>\n\n509-A S. Al Davis Rd\nNew Orleans, LA 70123\nPhone: (504) 731-2922\nFax: (504) 731-2923\nHours: Mon - Fri, 8 am - 5:30 pm CST\n\n</div>\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\n<h3></h3>\n<b>Baton Rouge</b>\n\n14141 Airline Hwy BLDG 3 STE J\nBaton Rouge, LA 70817\nPhone: (225) 753-6703\nFax: (225) 753-6738\nHours: Mon - Fri, 8 am - 5:30 pm CST\n\n</div>\n</div>\n<div class=\"col-md-12\">\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\n<h3>Arizona</h3>\n<b>Scottsdale</b>\n\n16033 N 77th Street, Suite A1\nScottsdale, AZ 85260\nPhone: (480) 240-1611\nFax: (480) 240-1615\nHours: Mon - Fri, 8 am - 5:30 pm MT\n\n</div>\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\n<h3>Florida</h3>\n<b>Ft. Lauderdale</b>\n\n325 N. Bryan Rd\nDania Beach, FL 33004\nPhone: (954) 734-9283\nFax: (954) 596-4010\nHours: Mon - Fri, 8 am - 5:30 pm EST\n\n</div>\n</div>\n<div class=\"col-md-12\">\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\n<h3>New Jersey</h3>\n<b>New Jersey</b>\n\n320 Campus Dr\nEdison, NJ 08837\nPhone: (732) 377-4119\nFax: (732) 377-4120\nHours: Mon - Fri, 8 am - 5:30 pm EST\n\n</div>\n</div>\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\n</div>\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-autosave-v1','','','2016-02-19 21:38:20','2016-02-19 21:38:20','',1282,'http://elura.audio/1282-autosave-v1/',0,'revision','',0),(1469,1,'2016-02-18 21:29:13','2016-02-18 21:29:13','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<h4 style=\"text-align: center;\">Elura is sold exclusively through WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer. You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.\r\nNot near a WAVE Electronics? No problem, we will ship them to you.\r\nFree freight programs available.</h4>\r\n\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-18 21:29:13','2016-02-18 21:29:13','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1470,1,'2016-02-18 21:30:10','2016-02-18 21:30:10','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<h4 style=\"text-align: center;\">Elura is sold exclusively through WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer. You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.\r\nNot near a WAVE Electronics? No problem, we will ship them to you.\r\nFree freight programs available.</h4>\r\n</div>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-18 21:30:10','2016-02-18 21:30:10','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1471,1,'2016-02-18 21:32:25','2016-02-18 21:32:25','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<h4 style=\"text-align: center;\">Elura is sold exclusively through WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer. You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.\r\nNot near a WAVE Electronics? No problem, we will ship them to you.\r\nFree freight programs available.</h4>\r\n\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-18 21:32:25','2016-02-18 21:32:25','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1472,1,'2016-02-18 21:40:52','2016-02-18 21:40:52','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<h4 style=\"text-align: center;\">Elura is sold exclusively through WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer. You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\r\n<h3>Not near a WAVE Electronics? No problem, we will ship them to you.</h3>\r\n<h4>Free freight programs available.</h4>\r\n\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-18 21:40:52','2016-02-18 21:40:52','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1474,1,'2016-02-18 21:55:01','2016-02-18 21:55:01','<strong><u>Elura: The History Behind the Brand</u></strong>\r\n\r\nElura was founded by two brothers, Mark Fukuda and his younger brother Ainslie. Elura was born out of their quest to find a great sounding speaker in an industry saturated with fancy design gimmicks and marketing hype. Their journey began in 1988 when they started tuning their own audio systems to compete against the best car audio systems in the world. From 1988-1996 the Fukuda brothers remained consecutively undefeated winning 11 National, and 6 World championships for sound and installation quality reaching the pinnacle of the car audio industry. Their achievements in the car audio industry remain a feat unequaled by anyone today. The Fukuda brothers’ obsession for perfection, and their 54+ years of combined audio experience remains the foundation of what sets Elura apart from the competition.\r\n\r\nThe Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. Since there wasn’t a speaker that met their demanding standards they decided to produce a series of speakers that sounded as true to an original studio recording as possible.\r\n\r\nTheir goal became creating a speaker that out of the box sounded as if the musician were playing right in front of you. Today, Elura enjoys tremendous success driven by a simple philosophy: <em>“</em>exceptional sound out of the box without compromise<em>”.</em>\r\n\r\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavyweights in the industry. Sonance was very impressed with Red Label, stating that they outperformed speakers that cost two to three times more. The favorable assessment on Red Label peaked Sonance’s interest, which resulted in a collaborative effort between Elura and Sonance to create an amazing product. Two years later, Elura Blue Label was born with the release of a series of 7 speakers that blew away the competition.\r\n<p style=\"padding-left: 30px;\"><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals.”</em></p>\r\n<p style=\"padding-left: 210px; text-align: center;\">-Rob Roland, Dana Innovations EVP and Chief Technology Officer</p>\r\n\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-1\"></div>\r\n<div class=\"col-md-3\">\r\n\r\n<img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"100%\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"100%\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"100%\" height=\"200\" />\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-18 21:55:01','2016-02-18 21:55:01','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1475,1,'2016-02-18 22:10:46','2016-02-18 22:10:46','<div class=\"col-md-12\" style=\"text-align: center; text-align: -webkit-center;\">\r\n<h4 style=\"text-align: center;\">Elura is sold exclusively through WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer. You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\r\n<h3>Not near a WAVE Electronics? No problem, we will ship them to you.</h3>\r\n<h4>Free freight programs available.</h4>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-18 22:10:46','2016-02-18 22:10:46','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1476,1,'2016-02-18 22:13:42','2016-02-18 22:13:42','<div class=\"col-md-12\">\r\n<div class=\"col-md-8\">\r\n<strong><u>Elura: The History Behind the Brand</u></strong>\r\n\r\nElura was founded by two brothers, Mark Fukuda and his younger brother Ainslie. Elura was born out of their quest to find a great sounding speaker in an industry saturated with fancy design gimmicks and marketing hype. Their journey began in 1988 when they started tuning their own audio systems to compete against the best car audio systems in the world. From 1988-1996 the Fukuda brothers remained consecutively undefeated winning 11 National, and 6 World championships for sound and installation quality reaching the pinnacle of the car audio industry. Their achievements in the car audio industry remain a feat unequaled by anyone today. The Fukuda brothers’ obsession for perfection, and their 54+ years of combined audio experience remains the foundation of what sets Elura apart from the competition.\r\n\r\nThe Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. Since there wasn’t a speaker that met their demanding standards they decided to produce a series of speakers that sounded as true to an original studio recording as possible.\r\n\r\nTheir goal became creating a speaker that out of the box sounded as if the musician were playing right in front of you. Today, Elura enjoys tremendous success driven by a simple philosophy: <em>“</em>exceptional sound out of the box without compromise<em>”.</em>\r\n\r\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavyweights in the industry. Sonance was very impressed with Red Label, stating that they outperformed speakers that cost two to three times more. The favorable assessment on Red Label peaked Sonance’s interest, which resulted in a collaborative effort between Elura and Sonance to create an amazing product. Two years later, Elura Blue Label was born with the release of a series of 7 speakers that blew away the competition.\r\n<p style=\"padding-left: 30px;\"><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals.”</em></p>\r\n<p style=\"padding-left: 210px; text-align: center;\">-Rob Roland, Dana Innovations EVP and Chief Technology Officer</p>\r\n\r\n\r\n</div>\r\n<div class=\"col-md-1\"></div>\r\n<div class=\"col-md-3\">\r\n<img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"100%\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"100%\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"100%\" height=\"200\" />\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-18 22:13:42','2016-02-18 22:13:42','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1477,1,'2016-02-18 22:15:08','2016-02-18 22:15:08','<div class=\"col-md-12\">\r\n<h1> </h1>\r\n<div class=\"col-md-8\">\r\n<strong><u>Elura: The History Behind the Brand</u></strong>\r\n\r\nElura was founded by two brothers, Mark Fukuda and his younger brother Ainslie. Elura was born out of their quest to find a great sounding speaker in an industry saturated with fancy design gimmicks and marketing hype. Their journey began in 1988 when they started tuning their own audio systems to compete against the best car audio systems in the world. From 1988-1996 the Fukuda brothers remained consecutively undefeated winning 11 National, and 6 World championships for sound and installation quality reaching the pinnacle of the car audio industry. Their achievements in the car audio industry remain a feat unequaled by anyone today. The Fukuda brothers’ obsession for perfection, and their 54+ years of combined audio experience remains the foundation of what sets Elura apart from the competition.\r\n\r\nThe Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. Since there wasn’t a speaker that met their demanding standards they decided to produce a series of speakers that sounded as true to an original studio recording as possible.\r\n\r\nTheir goal became creating a speaker that out of the box sounded as if the musician were playing right in front of you. Today, Elura enjoys tremendous success driven by a simple philosophy: <em>“</em>exceptional sound out of the box without compromise<em>”.</em>\r\n\r\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavyweights in the industry. Sonance was very impressed with Red Label, stating that they outperformed speakers that cost two to three times more. The favorable assessment on Red Label peaked Sonance’s interest, which resulted in a collaborative effort between Elura and Sonance to create an amazing product. Two years later, Elura Blue Label was born with the release of a series of 7 speakers that blew away the competition.\r\n<p style=\"padding-left: 30px;\"><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals.”</em></p>\r\n<p style=\"padding-left: 210px; text-align: center;\">-Rob Roland, Dana Innovations EVP and Chief Technology Officer</p>\r\n\r\n\r\n</div>\r\n<div class=\"col-md-1\"></div>\r\n<div class=\"col-md-3\">\r\n<img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"100%\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"100%\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"100%\" height=\"200\" />\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-18 22:15:08','2016-02-18 22:15:08','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1478,1,'2016-02-18 22:20:43','2016-02-18 22:20:43','<div class=\"col-md-12\">\r\n<h1></h1>\r\n<div class=\"col-md-8\">\r\n<h2><strong><u>Elura: The History Behind the Brand</u></strong></h2>\r\nElura was founded by two brothers, Mark Fukuda and his younger brother Ainslie. Elura was born out of their quest to find a great sounding speaker in an industry saturated with fancy design gimmicks and marketing hype. Their journey began in 1988 when they started tuning their own audio systems to compete against the best car audio systems in the world. From 1988-1996 the Fukuda brothers remained consecutively undefeated winning 11 National, and 6 World championships for sound and installation quality reaching the pinnacle of the car audio industry. Their achievements in the car audio industry remain a feat unequaled by anyone today. The Fukuda brothers’ obsession for perfection, and their 54+ years of combined audio experience remains the foundation of what sets Elura apart from the competition.\r\n\r\nThe Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. Since there wasn’t a speaker that met their demanding standards they decided to produce a series of speakers that sounded as true to an original studio recording as possible.\r\n\r\nTheir goal became creating a speaker that out of the box sounded as if the musician were playing right in front of you. Today, Elura enjoys tremendous success driven by a simple philosophy: <em>“</em>exceptional sound out of the box without compromise<em>”.</em>\r\n\r\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavyweights in the industry. Sonance was very impressed with Red Label, stating that they outperformed speakers that cost two to three times more. The favorable assessment on Red Label peaked Sonance’s interest, which resulted in a collaborative effort between Elura and Sonance to create an amazing product. Two years later, Elura Blue Label was born with the release of a series of 7 speakers that blew away the competition.\r\n<p style=\"padding-left: 30px;\"><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals.”</em></p>\r\n<p style=\"padding-left: 210px; text-align: center;\">-Rob Roland, Dana Innovations EVP and Chief Technology Officer</p>\r\n\r\n</div>\r\n<div class=\"col-md-1\"></div>\r\n<div class=\"col-md-3\">\r\n\r\n<img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"100%\" height=\"200\" /><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"100%\" height=\"200\" />\r\n\r\n<img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"100%\" height=\"200\" />\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-18 22:20:43','2016-02-18 22:20:43','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1479,1,'2016-02-19 15:05:19','2016-02-19 15:05:19','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<h4 style=\"text-align: center;\">Elura is sold exclusively through WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer. You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\r\n<h3>Not near a WAVE Electronics? No problem, we will ship them to you.</h3>\r\n<h4>Free freight programs available.</h4>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3> </h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-19 15:05:19','2016-02-19 15:05:19','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1480,1,'2016-02-19 15:05:57','2016-02-19 15:05:57','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<h4 style=\"text-align: center;\">Elura is sold exclusively through WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer. You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\r\n<h3>Not near a WAVE Electronics? No problem, we will ship them to you.</h3>\r\n<h4>Free freight programs available.</h4>\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" />\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3> </h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3> </h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-19 15:05:57','2016-02-19 15:05:57','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1481,1,'2016-02-19 15:24:34','2016-02-19 15:24:34','<div class=\"col-md-12\">\n<h1></h1>\n<div class=\"col-md-8\">\n<h2><strong><u>Elura: The History Behind the Brand</u></strong></h2>\nElura was founded by two brothers, Mark Fukuda and his younger brother Ainslie. Elura was born out of their quest to find a great sounding speaker in an industry saturated with fancy design gimmicks and marketing hype. Their journey began in 1988 when they started tuning their own audio systems to compete against the best car audio systems in the world. From 1988-1996 the Fukuda brothers remained consecutively undefeated winning 11 National, and 6 World championships for sound and installation quality reaching the pinnacle of the car audio industry. Their achievements in the car audio industry remain a feat unequaled by anyone today. The Fukuda brothers’ obsession for perfection, and their 54+ years of combined audio experience remains the foundation of what sets Elura apart from the competition.\n\nThe Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. Since there wasn’t a speaker that met their demanding standards they decided to produce a series of speakers that sounded as true to an original studio recording as possible.\n\nTheir goal became creating a speaker that out of the box sounded as if the musician were playing right in front of you. Today, Elura enjoys tremendous success driven by a simple philosophy: <em>“</em>exceptional sound out of the box without compromise<em>”.</em>\n\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavyweights in the industry. Sonance was very impressed with Red Label, stating that they outperformed speakers that cost two to three times more. The favorable assessment on Red Label peaked Sonance’s interest, which resulted in a collaborative effort between Elura and Sonance to create an amazing product. Two years later, Elura Blue Label was born with the release of a series of 7 speakers that blew away the competition.\n<p style=\"padding-left: 30px;\"><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals.”</em></p>\n<p>-Rob Roland, Dana Innovations EVP and Chief Technology Officer</p>\n\n</div>\n<div class=\"col-md-1\"></div>\n<div class=\"col-md-3\">\n\n<h2\n<p><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" /></P>\n\n\n<p><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" /></p>\n\n\n<p><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" /></p>\n\n</div>\n</div>\n ','COMPANY','','inherit','closed','closed','','562-autosave-v1','','','2016-02-19 15:24:34','2016-02-19 15:24:34','',562,'http://elura.audio/562-autosave-v1/',0,'revision','',0),(1482,1,'2016-02-19 15:13:01','2016-02-19 15:13:01','<div class=\"col-md-12\">\r\n<h1></h1>\r\n<div class=\"col-md-8\">\r\n<h2><strong><u>Elura: The History Behind the Brand</u></strong></h2>\r\nElura was founded by two brothers, Mark Fukuda and his younger brother Ainslie. Elura was born out of their quest to find a great sounding speaker in an industry saturated with fancy design gimmicks and marketing hype. Their journey began in 1988 when they started tuning their own audio systems to compete against the best car audio systems in the world. From 1988-1996 the Fukuda brothers remained consecutively undefeated winning 11 National, and 6 World championships for sound and installation quality reaching the pinnacle of the car audio industry. Their achievements in the car audio industry remain a feat unequaled by anyone today. The Fukuda brothers’ obsession for perfection, and their 54+ years of combined audio experience remains the foundation of what sets Elura apart from the competition.\r\n\r\nThe Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. Since there wasn’t a speaker that met their demanding standards they decided to produce a series of speakers that sounded as true to an original studio recording as possible.\r\n\r\nTheir goal became creating a speaker that out of the box sounded as if the musician were playing right in front of you. Today, Elura enjoys tremendous success driven by a simple philosophy: <em>“</em>exceptional sound out of the box without compromise<em>”.</em>\r\n\r\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavyweights in the industry. Sonance was very impressed with Red Label, stating that they outperformed speakers that cost two to three times more. The favorable assessment on Red Label peaked Sonance’s interest, which resulted in a collaborative effort between Elura and Sonance to create an amazing product. Two years later, Elura Blue Label was born with the release of a series of 7 speakers that blew away the competition.\r\n<p style=\"padding-left: 30px;\"><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals.”</em></p>\r\n<p style=\"padding-left: 210px; text-align: center;\">-Rob Roland, Dana Innovations EVP and Chief Technology Officer</p>\r\n\r\n</div>\r\n<div class=\"col-md-1\"></div>\r\n<div class=\"col-md-3\">\r\n\r\n<div class = \"col-md-12\"><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"100%\" height=\"200\" /></div>\r\n\r\n<div class = \"col-md-12\"><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"100%\" height=\"200\" /></div>\r\n\r\n<div class = \"col-md-12\"><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"100%\" height=\"200\" /></div>\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-19 15:13:01','2016-02-19 15:13:01','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1483,1,'2016-02-19 15:17:28','2016-02-19 15:17:28','<div class=\"col-md-12\">\r\n<h1></h1>\r\n<div class=\"col-md-8\">\r\n<h2><strong><u>Elura: The History Behind the Brand</u></strong></h2>\r\nElura was founded by two brothers, Mark Fukuda and his younger brother Ainslie. Elura was born out of their quest to find a great sounding speaker in an industry saturated with fancy design gimmicks and marketing hype. Their journey began in 1988 when they started tuning their own audio systems to compete against the best car audio systems in the world. From 1988-1996 the Fukuda brothers remained consecutively undefeated winning 11 National, and 6 World championships for sound and installation quality reaching the pinnacle of the car audio industry. Their achievements in the car audio industry remain a feat unequaled by anyone today. The Fukuda brothers’ obsession for perfection, and their 54+ years of combined audio experience remains the foundation of what sets Elura apart from the competition.\r\n\r\nThe Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. Since there wasn’t a speaker that met their demanding standards they decided to produce a series of speakers that sounded as true to an original studio recording as possible.\r\n\r\nTheir goal became creating a speaker that out of the box sounded as if the musician were playing right in front of you. Today, Elura enjoys tremendous success driven by a simple philosophy: <em>“</em>exceptional sound out of the box without compromise<em>”.</em>\r\n\r\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavyweights in the industry. Sonance was very impressed with Red Label, stating that they outperformed speakers that cost two to three times more. The favorable assessment on Red Label peaked Sonance’s interest, which resulted in a collaborative effort between Elura and Sonance to create an amazing product. Two years later, Elura Blue Label was born with the release of a series of 7 speakers that blew away the competition.\r\n<p style=\"padding-left: 30px;\"><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals.”</em></p>\r\n<p style=\"padding-left: 210px; text-align: center;\">-Rob Roland, Dana Innovations EVP and Chief Technology Officer</p>\r\n\r\n</div>\r\n<div class=\"col-md-1\"></div>\r\n<div class=\"col-md-3\">\r\n\r\n<div class = \"col-md-12\">\r\n<p><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" width=\"100%\" height=\"100%\" /></P></div>\r\n\r\n<div class = \"col-md-12\">\r\n<p><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" width=\"100%\" height=\"100%\" /></p></div>\r\n\r\n<div class = \"col-md-12\">\r\n<p><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" width=\"100%\" height=\"200\" /></p></div>\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-19 15:17:28','2016-02-19 15:17:28','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1484,1,'2016-02-19 15:18:48','2016-02-19 15:18:48','<div class=\"col-md-12\">\r\n<h1></h1>\r\n<div class=\"col-md-8\">\r\n<h2><strong><u>Elura: The History Behind the Brand</u></strong></h2>\r\nElura was founded by two brothers, Mark Fukuda and his younger brother Ainslie. Elura was born out of their quest to find a great sounding speaker in an industry saturated with fancy design gimmicks and marketing hype. Their journey began in 1988 when they started tuning their own audio systems to compete against the best car audio systems in the world. From 1988-1996 the Fukuda brothers remained consecutively undefeated winning 11 National, and 6 World championships for sound and installation quality reaching the pinnacle of the car audio industry. Their achievements in the car audio industry remain a feat unequaled by anyone today. The Fukuda brothers’ obsession for perfection, and their 54+ years of combined audio experience remains the foundation of what sets Elura apart from the competition.\r\n\r\nThe Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. Since there wasn’t a speaker that met their demanding standards they decided to produce a series of speakers that sounded as true to an original studio recording as possible.\r\n\r\nTheir goal became creating a speaker that out of the box sounded as if the musician were playing right in front of you. Today, Elura enjoys tremendous success driven by a simple philosophy: <em>“</em>exceptional sound out of the box without compromise<em>”.</em>\r\n\r\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavyweights in the industry. Sonance was very impressed with Red Label, stating that they outperformed speakers that cost two to three times more. The favorable assessment on Red Label peaked Sonance’s interest, which resulted in a collaborative effort between Elura and Sonance to create an amazing product. Two years later, Elura Blue Label was born with the release of a series of 7 speakers that blew away the competition.\r\n<p style=\"padding-left: 30px;\"><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals.”</em></p>\r\n<p style=\"padding-left: 210px; text-align: center;\">-Rob Roland, Dana Innovations EVP and Chief Technology Officer</p>\r\n\r\n</div>\r\n<div class=\"col-md-1\"></div>\r\n<div class=\"col-md-3\">\r\n\r\n<div class = \"col-md-12\">\r\n<p><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" /></P></div>\r\n\r\n<div class = \"col-md-12\">\r\n<p><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" /></p></div>\r\n\r\n<div class = \"col-md-12\">\r\n<p><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" /></p></div>\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-19 15:18:48','2016-02-19 15:18:48','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1485,1,'2016-02-19 15:20:29','2016-02-19 15:20:29','<div class=\"col-md-12\">\r\n<h1></h1>\r\n<div class=\"col-md-8\">\r\n<h2><strong><u>Elura: The History Behind the Brand</u></strong></h2>\r\nElura was founded by two brothers, Mark Fukuda and his younger brother Ainslie. Elura was born out of their quest to find a great sounding speaker in an industry saturated with fancy design gimmicks and marketing hype. Their journey began in 1988 when they started tuning their own audio systems to compete against the best car audio systems in the world. From 1988-1996 the Fukuda brothers remained consecutively undefeated winning 11 National, and 6 World championships for sound and installation quality reaching the pinnacle of the car audio industry. Their achievements in the car audio industry remain a feat unequaled by anyone today. The Fukuda brothers’ obsession for perfection, and their 54+ years of combined audio experience remains the foundation of what sets Elura apart from the competition.\r\n\r\nThe Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. Since there wasn’t a speaker that met their demanding standards they decided to produce a series of speakers that sounded as true to an original studio recording as possible.\r\n\r\nTheir goal became creating a speaker that out of the box sounded as if the musician were playing right in front of you. Today, Elura enjoys tremendous success driven by a simple philosophy: <em>“</em>exceptional sound out of the box without compromise<em>”.</em>\r\n\r\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavyweights in the industry. Sonance was very impressed with Red Label, stating that they outperformed speakers that cost two to three times more. The favorable assessment on Red Label peaked Sonance’s interest, which resulted in a collaborative effort between Elura and Sonance to create an amazing product. Two years later, Elura Blue Label was born with the release of a series of 7 speakers that blew away the competition.\r\n<p style=\"padding-left: 30px;\"><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals.”</em></p>\r\n<p>-Rob Roland, Dana Innovations EVP and Chief Technology Officer</p>\r\n\r\n</div>\r\n<div class=\"col-md-1\"></div>\r\n<div class=\"col-md-3\">\r\n\r\n<div class = \"col-md-12\">\r\n<p><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" /></P></div>\r\n\r\n<div class = \"col-md-12\">\r\n<p><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" /></p></div>\r\n\r\n<div class = \"col-md-12\">\r\n<p><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" /></p></div>\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-19 15:20:29','2016-02-19 15:20:29','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1486,1,'2016-02-19 15:22:59','2016-02-19 15:22:59','<div class=\"col-md-12\">\r\n<h1></h1>\r\n<div class=\"col-md-8\">\r\n<h2><strong><u>Elura: The History Behind the Brand</u></strong></h2>\r\nElura was founded by two brothers, Mark Fukuda and his younger brother Ainslie. Elura was born out of their quest to find a great sounding speaker in an industry saturated with fancy design gimmicks and marketing hype. Their journey began in 1988 when they started tuning their own audio systems to compete against the best car audio systems in the world. From 1988-1996 the Fukuda brothers remained consecutively undefeated winning 11 National, and 6 World championships for sound and installation quality reaching the pinnacle of the car audio industry. Their achievements in the car audio industry remain a feat unequaled by anyone today. The Fukuda brothers’ obsession for perfection, and their 54+ years of combined audio experience remains the foundation of what sets Elura apart from the competition.\r\n\r\nThe Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. Since there wasn’t a speaker that met their demanding standards they decided to produce a series of speakers that sounded as true to an original studio recording as possible.\r\n\r\nTheir goal became creating a speaker that out of the box sounded as if the musician were playing right in front of you. Today, Elura enjoys tremendous success driven by a simple philosophy: <em>“</em>exceptional sound out of the box without compromise<em>”.</em>\r\n\r\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavyweights in the industry. Sonance was very impressed with Red Label, stating that they outperformed speakers that cost two to three times more. The favorable assessment on Red Label peaked Sonance’s interest, which resulted in a collaborative effort between Elura and Sonance to create an amazing product. Two years later, Elura Blue Label was born with the release of a series of 7 speakers that blew away the competition.\r\n<p style=\"padding-left: 30px;\"><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals.”</em></p>\r\n<p>-Rob Roland, Dana Innovations EVP and Chief Technology Officer</p>\r\n\r\n</div>\r\n<div class=\"col-md-1\"></div>\r\n<div class=\"col-md-3\">\r\n\r\n\r\n<p><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" /></P>\r\n\r\n\r\n<p><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" /></p>\r\n\r\n\r\n<p><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" /></p>\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-19 15:22:59','2016-02-19 15:22:59','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1487,1,'2016-02-19 15:24:50','2016-02-19 15:24:50','<div class=\"col-md-12\">\r\n<h1></h1>\r\n<div class=\"col-md-8\">\r\n<h2><strong><u>Elura: The History Behind the Brand</u></strong></h2>\r\nElura was founded by two brothers, Mark Fukuda and his younger brother Ainslie. Elura was born out of their quest to find a great sounding speaker in an industry saturated with fancy design gimmicks and marketing hype. Their journey began in 1988 when they started tuning their own audio systems to compete against the best car audio systems in the world. From 1988-1996 the Fukuda brothers remained consecutively undefeated winning 11 National, and 6 World championships for sound and installation quality reaching the pinnacle of the car audio industry. Their achievements in the car audio industry remain a feat unequaled by anyone today. The Fukuda brothers’ obsession for perfection, and their 54+ years of combined audio experience remains the foundation of what sets Elura apart from the competition.\r\n\r\nThe Fukuda brothers were disappointed with lack of audible depth and detail that most architectural speakers provided. Since there wasn’t a speaker that met their demanding standards they decided to produce a series of speakers that sounded as true to an original studio recording as possible.\r\n\r\nTheir goal became creating a speaker that out of the box sounded as if the musician were playing right in front of you. Today, Elura enjoys tremendous success driven by a simple philosophy: <em>“</em>exceptional sound out of the box without compromise<em>”.</em>\r\n\r\nRecently, Elura captured the attention of Sonance, the company responsible for the invention of the architectural speaker. The team at Elura sent Sonance a pair of Elura R6.5Z Red Label speakers to test and compare to the heavyweights in the industry. Sonance was very impressed with Red Label, stating that they outperformed speakers that cost two to three times more. The favorable assessment on Red Label peaked Sonance’s interest, which resulted in a collaborative effort between Elura and Sonance to create an amazing product. Two years later, Elura Blue Label was born with the release of a series of 7 speakers that blew away the competition.\r\n<p style=\"padding-left: 30px;\"><em>“We have had an excellent relationship with the team at Elura for several years, and we are excited about our collaboration. The project was a ground-up development effort with a focus on delivering maximum value for the Elura customers. We worked hard to ensure that the product line achieved our mutual aesthetic and performance goals.”</em></p>\r\n<p>-Rob Roland, Dana Innovations EVP and Chief Technology Officer</p>\r\n\r\n</div>\r\n<div class=\"col-md-1\"></div>\r\n<div class=\"col-md-3\">\r\n\r\n<h2> </h2>\r\n<p><img class=\"size-medium wp-image-1241 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SpeakerTest-300x200.jpg\" alt=\"SpeakerTest\" /></P>\r\n\r\n\r\n<p><img class=\"size-medium wp-image-1243 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/SoundTest-300x200.jpg\" alt=\"SoundTest\" /></p>\r\n\r\n\r\n<p><img class=\"size-medium wp-image-1242 aligncenter\" src=\"http://elura.audio/wp-content/uploads/2015/12/TheaterSpeakers-300x200.jpg\" alt=\"TheaterSpeakers\" /></p>\r\n\r\n</div>\r\n</div>\r\n ','COMPANY','','inherit','closed','closed','','562-revision-v1','','','2016-02-19 15:24:50','2016-02-19 15:24:50','',562,'http://elura.audio/562-revision-v1/',0,'revision','',0),(1488,1,'2016-02-19 17:15:14','2016-02-19 17:15:14','','2-In-Wall-SUBB8_fix','','inherit','open','closed','','2-in-wall-subb8_fix-2','','','2016-02-19 17:15:14','2016-02-19 17:15:14','',565,'http://elura.audio/wp-content/uploads/2015/12/2-In-Wall-SUBB8_fix2.jpg',0,'attachment','image/jpeg',0),(1490,1,'2016-02-19 17:15:31','2016-02-19 17:15:31','This is the static front page. Its details are edited through editing the Front Page Template\r\n<h2></h2>','Front Page','','inherit','closed','closed','','565-revision-v1','','','2016-02-19 17:15:31','2016-02-19 17:15:31','',565,'http://elura.audio/565-revision-v1/',0,'revision','',0),(1497,1,'2016-02-19 21:38:27','2016-02-19 21:38:27','<div class=\"col-md-12\" style=\"text-align: -webkit-center;\">\r\n<h4 style=\"text-align: center;\">Elura is sold exclusively through WAVE Electronics to custom integrators and installers. Visit <a href=\"https://www.wave-electronics.com\">www.wave-electronics.com</a> or call 855-383-9283 to become an Elura dealer. You can visit one of Wave Electronics 10 locations to audition the Elura speaker line.</h4>\r\n<h3 style=\"text-align: center; text-align: -webkit-center;\">Not near a WAVE Electronics? No problem, we will ship them to you.</h3>\r\n<h4 style=\"text-align: center; text-align: -webkit-center;\">Free freight programs available.</h4>\r\n<div style=\"text-align: center; text-align: -webkit-center;\">\r\n<img class=\"aligncenter wp-image-1318 size-full\" style=\"max-width: 100%; max-height: 100%;\" src=\"http://elura.audio/wp-content/uploads/2016/02/locations-map.jpg\" alt=\"locations-map\" /></div>\r\n\r\n</div>\r\n<h4></h4>\r\n<div id=\"locations-page\">\r\n<h1>Locations</h1>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Texas</h3>\r\n<b>North Houston</b>\r\n\r\n221 Barren Springs Dr #19\r\nHouston, TX 77090\r\nPhone: (281) 453-1300\r\nFax: (281) 453-1305\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>S.W. Houston</b>\r\n\r\n8648 Glenmont Dr #130\r\nHouston, TX 77036\r\nPhone: (713) 849-2710\r\nFax: (832) 328-1512\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Dallas</b>\r\n\r\n14280 Gillis Rd\r\nFarmers Branch, TX 75244\r\nPhone: (469) 828-4300\r\nFax: (469) 828-4396\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>San Antonio</b>\r\n\r\n12961 Park Central #1430\r\nSan Antonio, TX 78216\r\nPhone: (210) 495-3777\r\nFax: (210) 495-3779\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Austin</b>\r\n\r\n9208 Waterford Centre Blvd #120\r\nAustin, TX 78758\r\nPhone: (512) 615-1170\r\nFax: (512) 615-1171\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Louisiana</h3>\r\n<b>New Orleans</b>\r\n\r\n509-A S. Al Davis Rd\r\nNew Orleans, LA 70123\r\nPhone: (504) 731-2922\r\nFax: (504) 731-2923\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3></h3>\r\n<b>Baton Rouge</b>\r\n\r\n14141 Airline Hwy BLDG 3 STE J\r\nBaton Rouge, LA 70817\r\nPhone: (225) 753-6703\r\nFax: (225) 753-6738\r\nHours: Mon - Fri, 8 am - 5:30 pm CST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Arizona</h3>\r\n<b>Scottsdale</b>\r\n\r\n16033 N 77th Street, Suite A1\r\nScottsdale, AZ 85260\r\nPhone: (480) 240-1611\r\nFax: (480) 240-1615\r\nHours: Mon - Fri, 8 am - 5:30 pm MT\r\n\r\n</div>\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>Florida</h3>\r\n<b>Ft. Lauderdale</b>\r\n\r\n325 N. Bryan Rd\r\nDania Beach, FL 33004\r\nPhone: (954) 734-9283\r\nFax: (954) 596-4010\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<div class=\"col-md-6\" style=\"list-style-type: none; float: left; width: 50%;\">\r\n<h3>New Jersey</h3>\r\n<b>New Jersey</b>\r\n\r\n320 Campus Dr\r\nEdison, NJ 08837\r\nPhone: (732) 377-4119\r\nFax: (732) 377-4120\r\nHours: Mon - Fri, 8 am - 5:30 pm EST\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\" style=\"list-style-type: none;\">\r\n<h3 style=\"text-align: center;\">Elura, uncompromised.</h3>\r\n</div>\r\n</div>','WHERE TO BUY','','inherit','closed','closed','','1282-revision-v1','','','2016-02-19 21:38:27','2016-02-19 21:38:27','',1282,'http://elura.audio/1282-revision-v1/',0,'revision','',0),(1505,1,'2016-03-03 16:06:25','2016-03-03 16:06:25','','BlueLabelTitle_by Sonance','','inherit','open','closed','','bluelabeltitle_by-sonance','','','2016-03-03 16:06:25','2016-03-03 16:06:25','',565,'http://elura.audio/wp-content/uploads/2015/12/BlueLabelTitle_by-Sonance.png',0,'attachment','image/png',0),(1508,1,'2016-10-03 15:03:39','2016-10-03 15:03:39','','Red Label - Performance','','publish','closed','closed','','red-label-performance','','','2017-10-03 14:40:34','2017-10-03 20:40:34','',0,'http://elura.audio/?p=1508',0,'post','',0),(1509,1,'2016-10-03 15:03:39','2016-10-03 15:03:39','','Red Label - Performance','','inherit','closed','closed','','1508-revision-v1','','','2016-10-03 15:03:39','2016-10-03 15:03:39','',1508,'http://elura.audio/index.php/1508-revision-v1/',0,'revision','',0),(1510,1,'2016-10-03 20:04:26','2016-10-03 20:04:26','','ELU-SUBR8_web','','inherit','open','closed','','elu-subr8_web','','','2016-10-03 20:04:26','2016-10-03 20:04:26','',1508,'http://elura.audio/wp-content/uploads/2016/10/ELU-SUBR8_web.jpg',0,'attachment','image/jpeg',0),(1511,1,'2016-10-03 20:05:16','2016-10-03 20:05:16','','ELU-SUBR8','','inherit','open','closed','','elu-subr8','','','2016-10-03 20:05:16','2016-10-03 20:05:16','',1508,'http://elura.audio/wp-content/uploads/2016/10/ELU-SUBR8.jpg',0,'attachment','image/jpeg',0),(1512,1,'2016-10-03 20:06:25','2016-10-03 20:06:25','','ELU-SUBR10','','inherit','open','closed','','elu-subr10','','','2016-10-03 20:06:25','2016-10-03 20:06:25','',1508,'http://elura.audio/wp-content/uploads/2016/10/ELU-SUBR10.jpg',0,'attachment','image/jpeg',0),(1516,1,'2016-11-14 16:03:57','2016-11-14 16:03:57','','SUBR10_Angle','','inherit','open','closed','','subr10_angle','','','2016-11-14 16:03:57','2016-11-14 16:03:57','',1508,'http://elura.audio/wp-content/uploads/2016/10/SUBR10_Angle.jpg',0,'attachment','image/jpeg',0),(1517,1,'2016-11-14 16:09:45','2016-11-14 16:09:45','','SUBR10_Front-Screenless','','inherit','open','closed','','subr10_front-screenless','','','2016-11-14 16:09:45','2016-11-14 16:09:45','',1508,'http://elura.audio/wp-content/uploads/2016/10/SUBR10_Front-Screenless.jpg',0,'attachment','image/jpeg',0),(1519,1,'2016-11-14 16:20:44','2016-11-14 16:20:44','','SUBR8_Woofer_closeup','','inherit','open','closed','','subr8_woofer_closeup','','','2016-11-14 16:20:44','2016-11-14 16:20:44','',1508,'http://elura.audio/wp-content/uploads/2016/10/SUBR8_Woofer_closeup.jpg',0,'attachment','image/jpeg',0),(1520,1,'2016-11-14 16:21:24','2016-11-14 16:21:24','','SUBR10_Back','','inherit','open','closed','','subr10_back','','','2016-11-14 16:21:24','2016-11-14 16:21:24','',1508,'http://elura.audio/wp-content/uploads/2016/10/SUBR10_Back.jpg',0,'attachment','image/jpeg',0),(1521,1,'2016-11-14 16:22:12','2016-11-14 16:22:12','','SUBR10_Front','','inherit','open','closed','','subr10_front','','','2016-11-14 16:22:12','2016-11-14 16:22:12','',1508,'http://elura.audio/wp-content/uploads/2016/10/SUBR10_Front.jpg',0,'attachment','image/jpeg',0),(1522,1,'2016-11-14 16:26:38','2016-11-14 16:26:38','','SUBR8_Amp_Closeup','','inherit','open','closed','','subr8_amp_closeup','','','2016-11-14 16:26:38','2016-11-14 16:26:38','',1508,'http://elura.audio/wp-content/uploads/2016/10/SUBR8_Amp_Closeup.jpg',0,'attachment','image/jpeg',0),(1525,1,'2016-11-14 16:40:43','2016-11-14 16:40:43','','SUBR8_Back_closeup','','inherit','open','closed','','subr8_back_closeup','','','2016-11-14 16:40:43','2016-11-14 16:40:43','',1508,'http://elura.audio/wp-content/uploads/2016/10/SUBR8_Back_closeup.jpg',0,'attachment','image/jpeg',0),(1527,1,'2016-11-14 16:45:43','2016-11-14 16:45:43','','SUBR10_Front_Closeup','','inherit','open','closed','','subr10_front_closeup','','','2016-11-14 16:45:43','2016-11-14 16:45:43','',1508,'http://elura.audio/wp-content/uploads/2016/10/SUBR10_Front_Closeup.jpg',0,'attachment','image/jpeg',0),(1528,1,'2016-11-14 16:46:09','2016-11-14 16:46:09','','SUBR10_Front-Screenless_Closeup','','inherit','open','closed','','subr10_front-screenless_closeup','','','2016-11-14 16:46:09','2016-11-14 16:46:09','',1508,'http://elura.audio/wp-content/uploads/2016/10/SUBR10_Front-Screenless_Closeup.jpg',0,'attachment','image/jpeg',0),(1529,1,'2016-11-14 16:48:12','2016-11-14 16:48:12','','SUBR10_Angle_Closeup','','inherit','open','closed','','subr10_angle_closeup','','','2016-11-14 16:48:12','2016-11-14 16:48:12','',1508,'http://elura.audio/wp-content/uploads/2016/10/SUBR10_Angle_Closeup.jpg',0,'attachment','image/jpeg',0),(1533,1,'2016-11-14 17:04:46','2016-11-14 17:04:46','','SUBB10_frontangle','','inherit','open','closed','','subb10_frontangle','','','2016-11-14 17:04:46','2016-11-14 17:04:46','',950,'http://elura.audio/wp-content/uploads/2016/02/SUBB10_frontangle.jpg',0,'attachment','image/jpeg',0),(1534,1,'2016-11-14 17:05:00','2016-11-14 17:05:00','','Black Label - Select Series','','inherit','closed','closed','','950-autosave-v1','','','2016-11-14 17:05:00','2016-11-14 17:05:00','',950,'http://elura.audio/index.php/950-autosave-v1/',0,'revision','',0),(1535,1,'2016-11-14 17:11:23','2016-11-14 17:11:23','','SUBR8_specs','','inherit','open','closed','','subr8_specs','','','2016-11-14 17:11:23','2016-11-14 17:11:23','',1508,'http://elura.audio/wp-content/uploads/2016/10/SUBR8_specs.pdf',0,'attachment','application/pdf',0),(1536,1,'2016-11-14 17:11:30','2016-11-14 17:11:30','','SUBR10_specs','','inherit','open','closed','','subr10_specs','','','2016-11-14 17:11:30','2016-11-14 17:11:30','',1508,'http://elura.audio/wp-content/uploads/2016/10/SUBR10_specs.pdf',0,'attachment','application/pdf',0),(1540,1,'2016-11-14 17:22:06','2016-11-14 17:22:06','','SUBR8_Angle','','inherit','open','closed','','subr8_angle','','','2016-11-14 17:22:06','2016-11-14 17:22:06','',1508,'http://elura.audio/wp-content/uploads/2016/10/SUBR8_Angle.jpg',0,'attachment','image/jpeg',0),(1541,1,'2016-11-14 17:22:31','2016-11-14 17:22:31','','SUBR10_Angle','','inherit','open','closed','','subr10_angle-2','','','2016-11-14 17:22:31','2016-11-14 17:22:31','',1508,'http://elura.audio/wp-content/uploads/2016/10/SUBR10_Angle-1.jpg',0,'attachment','image/jpeg',0),(1542,1,'2016-11-14 17:22:42','2016-11-14 17:22:42','','Red Label - Performance','','inherit','closed','closed','','1508-autosave-v1','','','2016-11-14 17:22:42','2016-11-14 17:22:42','',1508,'http://elura.audio/index.php/1508-autosave-v1/',0,'revision','',0),(1547,1,'2016-11-15 20:24:38','2016-11-15 20:24:38','','R6.5LCRZ_front-screenless','','inherit','open','closed','','r6-5lcrz_front-screenless','','','2016-11-15 20:24:38','2016-11-15 20:24:38','',1014,'http://elura.audio/wp-content/uploads/2016/02/R6.5LCRZ_front-screenless.png',0,'attachment','image/png',0),(1549,1,'2016-11-15 20:43:18','2016-11-15 20:43:18','','R65LCRZ_specs','','inherit','open','closed','','r65lcrz_specs','','','2016-11-15 20:43:18','2016-11-15 20:43:18','',1014,'http://elura.audio/wp-content/uploads/2016/02/R65LCRZ_specs.pdf',0,'attachment','application/pdf',0),(1551,1,'2016-11-18 21:30:51','2016-11-18 21:30:51','','SUBR8_Woofer_closeup','','inherit','open','closed','','subr8_woofer_closeup-2','','','2016-11-18 21:30:51','2016-11-18 21:30:51','',1508,'http://elura.audio/wp-content/uploads/2016/10/SUBR8_Woofer_closeup-1.jpg',0,'attachment','image/jpeg',0),(1553,1,'2016-11-29 21:40:57','2016-11-29 21:40:57','','SUBR10_Amp_Closeup','','inherit','open','closed','','subr10_amp_closeup','','','2016-11-29 21:40:57','2016-11-29 21:40:57','',1508,'http://elura.audio/wp-content/uploads/2016/10/SUBR10_Amp_Closeup.jpg',0,'attachment','image/jpeg',0),(1555,1,'2017-06-09 19:52:51','2017-06-09 19:52:51','','Elura-TRISUB-Angle[1]','','inherit','open','closed','','elura-trisub-angle1','','','2017-06-09 20:04:44','2017-06-09 20:04:44','',1508,'http://elura.audio/wp-content/uploads/2017/06/Elura-TRISUB-Angle1.jpg',0,'attachment','image/jpeg',0),(1557,1,'2017-06-09 20:03:02','2017-06-09 20:03:02','','Elura-TRI-SUBR10_specs','','inherit','open','closed','','elura-tri-subr10_specs','','','2017-06-09 20:03:02','2017-06-09 20:03:02','',0,'http://elura.audio/wp-content/uploads/2017/06/Elura-TRI-SUBR10_specs.pdf',0,'attachment','application/pdf',0),(1558,1,'2017-06-09 20:03:04','2017-06-09 20:03:04','','Elura-TRI-SUBR8_specs','','inherit','open','closed','','elura-tri-subr8_specs','','','2017-06-09 20:03:04','2017-06-09 20:03:04','',0,'http://elura.audio/wp-content/uploads/2017/06/Elura-TRI-SUBR8_specs.pdf',0,'attachment','application/pdf',0),(1559,1,'2017-06-09 20:12:03','2017-06-09 20:12:03','','Elura-TRISUB8-Angle','','inherit','open','closed','','elura-trisub8-angle','','','2017-06-09 20:12:57','2017-06-09 20:12:57','',1508,'http://elura.audio/wp-content/uploads/2017/06/Elura-TRISUB8-Angle.jpg',0,'attachment','image/jpeg',0),(1563,1,'2017-06-27 15:49:46','2017-06-27 21:49:46','','TRISUB-Angle-Screenless','','inherit','open','closed','','trisub-angle-screenless','','','2017-06-27 15:51:39','2017-06-27 21:51:39','',1508,'http://elura.audio/wp-content/uploads/2017/06/TRISUB-Angle-Screenless.jpg',0,'attachment','image/jpeg',0),(1564,1,'2017-06-27 15:49:53','2017-06-27 21:49:53','','TRI-SUBR10-Back','','inherit','open','closed','','tri-subr10-back','','','2017-06-27 15:52:06','2017-06-27 21:52:06','',1508,'http://elura.audio/wp-content/uploads/2017/06/TRI-SUBR10-Back.jpg',0,'attachment','image/jpeg',0),(1565,1,'2017-06-27 15:50:06','2017-06-27 21:50:06','','TRI-SUBR8-Back','','inherit','open','closed','','tri-subr8-back','','','2017-06-27 15:50:06','2017-06-27 21:50:06','',0,'http://elura.audio/wp-content/uploads/2017/06/TRI-SUBR8-Back.jpg',0,'attachment','image/jpeg',0),(1566,1,'2017-06-27 15:50:12','2017-06-27 21:50:12','','TRISUB-Front','','inherit','open','closed','','trisub-front','','','2017-06-27 15:50:12','2017-06-27 21:50:12','',0,'http://elura.audio/wp-content/uploads/2017/06/TRISUB-Front.jpg',0,'attachment','image/jpeg',0),(1568,1,'2017-07-26 09:30:46','2017-07-26 15:30:46','','TRISUB-8 Front','','inherit','open','closed','','trisub-8-front','','','2017-07-26 09:30:46','2017-07-26 15:30:46','',0,'http://elura.audio/wp-content/uploads/2017/07/TRISUB-8-Front.png',0,'attachment','image/png',0),(1569,1,'2017-07-26 09:31:31','2017-07-26 15:31:31','','TRISUB-8 Front-Screenless','','inherit','open','closed','','trisub-8-front-screenless','','','2017-07-26 09:31:31','2017-07-26 15:31:31','',0,'http://elura.audio/wp-content/uploads/2017/07/TRISUB-8-Front-Screenless.png',0,'attachment','image/png',0),(1570,1,'2017-07-26 09:32:17','2017-07-26 15:32:17','','TRISUB-8 ISO','','inherit','open','closed','','trisub-8-iso','','','2017-07-26 09:47:44','2017-07-26 15:47:44','',1508,'http://elura.audio/wp-content/uploads/2017/07/TRISUB-8-ISO.png',0,'attachment','image/png',0),(1571,1,'2017-07-26 09:32:54','2017-07-26 15:32:54','','TRISUB-8 ISO-Screenless','','inherit','open','closed','','trisub-8-iso-screenless','','','2017-07-26 09:32:54','2017-07-26 15:32:54','',0,'http://elura.audio/wp-content/uploads/2017/07/TRISUB-8-ISO-Screenless.png',0,'attachment','image/png',0),(1572,1,'2017-07-26 09:33:38','2017-07-26 15:33:38','','TRISUB-8-and-10-Together-ISO','','inherit','open','closed','','trisub-8-and-10-together-iso','','','2017-07-26 09:39:38','2017-07-26 15:39:38','',1508,'http://elura.audio/wp-content/uploads/2017/07/TRISUB-8-and-10-Together-ISO.png',0,'attachment','image/png',0),(1573,1,'2017-07-26 09:34:11','2017-07-26 15:34:11','','TRISUB-8-and-10-Together-ISO-Screen-Less','','inherit','open','closed','','trisub-8-and-10-together-iso-screen-less','','','2017-07-26 09:45:01','2017-07-26 15:45:01','',1508,'http://elura.audio/wp-content/uploads/2017/07/TRISUB-8-and-10-Together-ISO-Screen-Less.png',0,'attachment','image/png',0),(1574,1,'2017-07-26 09:34:39','2017-07-26 15:34:39','','TRISUB-8-Back','','inherit','open','closed','','trisub-8-back','','','2017-07-26 09:44:25','2017-07-26 15:44:25','',1508,'http://elura.audio/wp-content/uploads/2017/07/TRISUB-8-Back.png',0,'attachment','image/png',0),(1575,1,'2017-07-26 09:35:14','2017-07-26 15:35:14','','TRISUB-8-ISO-Back-Screenless','','inherit','open','closed','','trisub-8-iso-back-screenless','','','2017-07-26 09:35:14','2017-07-26 15:35:14','',0,'http://elura.audio/wp-content/uploads/2017/07/TRISUB-8-ISO-Back-Screenless.png',0,'attachment','image/png',0),(1576,1,'2017-07-26 09:35:47','2017-07-26 15:35:47','','TRISUB-10 Front','','inherit','open','closed','','trisub-10-front','','','2017-07-26 09:35:47','2017-07-26 15:35:47','',0,'http://elura.audio/wp-content/uploads/2017/07/TRISUB-10-Front.png',0,'attachment','image/png',0),(1577,1,'2017-07-26 09:36:35','2017-07-26 15:36:35','','TRISUB-10 Front-Screenless','','inherit','open','closed','','trisub-10-front-screenless','','','2017-07-26 09:36:35','2017-07-26 15:36:35','',0,'http://elura.audio/wp-content/uploads/2017/07/TRISUB-10-Front-Screenless.png',0,'attachment','image/png',0),(1578,1,'2017-07-26 09:37:26','2017-07-26 15:37:26','','TRISUB-10 ISO','','inherit','open','closed','','trisub-10-iso','','','2017-07-26 09:48:02','2017-07-26 15:48:02','',1508,'http://elura.audio/wp-content/uploads/2017/07/TRISUB-10-ISO.png',0,'attachment','image/png',0),(1579,1,'2017-07-26 09:38:06','2017-07-26 15:38:06','','TRISUB-10 ISO-Screenless','','inherit','open','closed','','trisub-10-iso-screenless','','','2017-07-26 09:45:47','2017-07-26 15:45:47','',1508,'http://elura.audio/wp-content/uploads/2017/07/TRISUB-10-ISO-Screenless.png',0,'attachment','image/png',0),(1580,1,'2017-07-26 09:38:49','2017-07-26 15:38:49','','TRISUB-10-Back','','inherit','open','closed','','trisub-10-back','','','2017-07-26 09:38:49','2017-07-26 15:38:49','',0,'http://elura.audio/wp-content/uploads/2017/07/TRISUB-10-Back.png',0,'attachment','image/png',0),(1581,1,'2017-07-26 09:39:33','2017-07-26 15:39:33','','TRISUB-10-ISO-Back-Screenless','','inherit','open','closed','','trisub-10-iso-back-screenless','','','2017-07-26 09:43:11','2017-07-26 15:43:11','',1508,'http://elura.audio/wp-content/uploads/2017/07/TRISUB-10-ISO-Back-Screenless.png',0,'attachment','image/png',0),(1584,1,'2017-07-26 10:18:14','2017-07-26 16:18:14','','TRISUB-8-ISO-SMALL','','inherit','open','closed','','trisub-8-iso-small','','','2017-07-26 10:18:14','2017-07-26 16:18:14','',0,'http://elura.audio/wp-content/uploads/2017/07/TRISUB-8-ISO-SMALL.png',0,'attachment','image/png',0),(1590,1,'2017-10-03 14:21:37','2017-10-03 20:21:37','','Warranty-Guarantee2YEAR','','inherit','open','closed','','warranty-guarantee2year','','','2017-10-03 14:21:37','2017-10-03 20:21:37','',0,'http://elura.audio/wp-content/uploads/2017/10/Warranty-Guarantee2YEAR.png',0,'attachment','image/png',0),(1591,1,'2017-10-03 14:21:49','2017-10-03 20:21:49','','Warranty-Guarantee1YEAR','','inherit','open','closed','','warranty-guarantee1year','','','2017-10-03 14:21:49','2017-10-03 20:21:49','',0,'http://elura.audio/wp-content/uploads/2017/10/Warranty-Guarantee1YEAR.png',0,'attachment','image/png',0),(1592,1,'2017-10-03 14:22:00','2017-10-03 20:22:00','','Limited Lifetime Warranty','','inherit','open','closed','','warranty-guaranteelifetime','','','2017-10-03 14:32:34','2017-10-03 20:32:34','',1009,'http://elura.audio/wp-content/uploads/2017/10/Warranty-GuaranteeLifeTime.png',0,'attachment','image/png',0),(1593,1,'2017-10-17 14:53:35','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2017-10-17 14:53:35','0000-00-00 00:00:00','',0,'http://elura.audio/?p=1593',0,'post','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_css` -- DROP TABLE IF EXISTS `wp_revslider_css`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_css` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `settings` longtext, `hover` longtext, `params` text NOT NULL, `advanced` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_css` -- LOCK TABLES `wp_revslider_css` WRITE; /*!40000 ALTER TABLE `wp_revslider_css` DISABLE KEYS */; INSERT INTO `wp_revslider_css` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}'),(6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','[]','{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}'),(15,'.tp-caption.black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','[]','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}'),(24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}'),(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}'),(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(48,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(49,'.tp-caption.Restaurant-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(50,'.tp-caption.Restaurant-Cursive','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(51,'.tp-caption.Restaurant-ScrollDownText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(52,'.tp-caption.Restaurant-Description','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(53,'.tp-caption.Restaurant-Price','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(54,'.tp-caption.Restaurant-Menuitem','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(55,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(56,'.tp-caption.Furniture-Plus','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}'),(57,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(58,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(59,'.tp-caption.Gym-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(60,'.tp-caption.Gym-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(61,'.tp-caption.Gym-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(62,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(63,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(64,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(65,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}'),(66,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":[\"\"],\"hover\":\"\"}'),(67,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}'),(68,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(69,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(70,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(71,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(72,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(73,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(74,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(75,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(76,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(77,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(78,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(79,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(80,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(81,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(82,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(83,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(84,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(85,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(86,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}'),(87,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(88,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(89,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(90,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(91,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}'),(92,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(93,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(94,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(95,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(96,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(97,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(98,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(99,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(100,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(101,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(102,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(103,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(104,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(105,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(106,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(107,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(108,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(109,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'); /*!40000 ALTER TABLE `wp_revslider_css` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_layer_animations` -- DROP TABLE IF EXISTS `wp_revslider_layer_animations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_layer_animations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `params` text NOT NULL, `settings` text, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_layer_animations` -- LOCK TABLES `wp_revslider_layer_animations` WRITE; /*!40000 ALTER TABLE `wp_revslider_layer_animations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_layer_animations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_navigations` -- DROP TABLE IF EXISTS `wp_revslider_navigations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_navigations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `name` varchar(191) NOT NULL, `handle` varchar(191) NOT NULL, `css` longtext NOT NULL, `markup` longtext NOT NULL, `settings` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_navigations` -- LOCK TABLES `wp_revslider_navigations` WRITE; /*!40000 ALTER TABLE `wp_revslider_navigations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_navigations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_sliders` -- DROP TABLE IF EXISTS `wp_revslider_sliders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_sliders` ( `id` int(9) NOT NULL AUTO_INCREMENT, `title` tinytext NOT NULL, `alias` tinytext, `params` longtext NOT NULL, `settings` text, `type` varchar(191) NOT NULL DEFAULT '', UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_sliders` -- LOCK TABLES `wp_revslider_sliders` WRITE; /*!40000 ALTER TABLE `wp_revslider_sliders` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_sliders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_slides` -- DROP TABLE IF EXISTS `wp_revslider_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `slide_order` int(11) NOT NULL, `params` longtext NOT NULL, `layers` longtext NOT NULL, `settings` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_slides` -- LOCK TABLES `wp_revslider_slides` WRITE; /*!40000 ALTER TABLE `wp_revslider_slides` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_static_slides` -- DROP TABLE IF EXISTS `wp_revslider_static_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_static_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `params` longtext NOT NULL, `layers` longtext NOT NULL, `settings` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_static_slides` -- LOCK TABLES `wp_revslider_static_slides` WRITE; /*!40000 ALTER TABLE `wp_revslider_static_slides` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_static_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (950,69,0),(954,58,0),(995,45,0),(997,45,0),(1009,45,0),(1014,58,0),(1033,58,0),(1086,73,0),(1508,69,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) NOT NULL DEFAULT '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=92 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(45,45,'category','',0,3),(58,58,'category','',0,3),(69,69,'category','',0,2),(73,73,'category','',0,1),(83,83,'category','',0,0),(90,90,'nav_menu','',0,0),(91,91,'category','',0,0); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) NOT NULL DEFAULT '', `slug` varchar(200) NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=92 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(45,'IN-WALL SPEAKERS','in-wall-speakers',0),(58,'IN-CEILING SPEAKERS','in-ceiling-speakers',0),(69,'SUBWOOFERS','subwoofers',0),(73,'OUTDOOR','outdoor',0),(83,'COMPANY','company',0),(90,'Main-menu','main-menu',0),(91,'WHERE TO BUY','where-to-buy',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=60 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','admin'),(2,1,'first_name','Mo Mo'),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:13:{s:13:\"administrator\";b:1;s:26:\"wpcf_custom_post_type_view\";b:1;s:26:\"wpcf_custom_post_type_edit\";b:1;s:33:\"wpcf_custom_post_type_edit_others\";b:1;s:25:\"wpcf_custom_taxonomy_view\";b:1;s:25:\"wpcf_custom_taxonomy_edit\";b:1;s:32:\"wpcf_custom_taxonomy_edit_others\";b:1;s:22:\"wpcf_custom_field_view\";b:1;s:22:\"wpcf_custom_field_edit\";b:1;s:29:\"wpcf_custom_field_edit_others\";b:1;s:25:\"wpcf_user_meta_field_view\";b:1;s:25:\"wpcf_user_meta_field_edit\";b:1;s:32:\"wpcf_user_meta_field_edit_others\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'show_welcome_panel','0'),(15,1,'wp_dashboard_quick_press_last_post_id','1593'),(16,1,'closedpostboxes_page','a:0:{}'),(17,1,'metaboxhidden_page','a:2:{i:0;s:13:\"pageparentdiv\";i:1;s:27:\"imageSliderPlugIn_sectionid\";}'),(18,1,'_fl_builder_launched','1'),(19,1,'closedpostboxes_post','a:1:{i:0;s:21:\"mymetabox_revslider_0\";}'),(20,1,'metaboxhidden_post','a:0:{}'),(21,1,'meta-box-order_post','a:3:{s:4:\"side\";s:38:\"submitdiv,categorydiv,tagsdiv-post_tag\";s:6:\"normal\";s:83:\"postexcerpt,trackbacksdiv,postcustom,commentstatusdiv,slugdiv,authordiv,commentsdiv\";s:8:\"advanced\";s:79:\"mypluginB_sectionid,mypluginA_sectionid,mypluginC_sectionid,mypluginD_sectionid\";}'),(22,1,'screen_layout_post','2'),(23,1,'wp_user-settings','editor=html&libraryContent=browse&align=center&post_dfw=off&hidetb=1&imgsize=medium&editor_expand=off&mfold=o&ed_size=780&advImgDetails=show&posts_list_mode=list&wplink=0&urlbutton=file'),(24,1,'wp_user-settings-time','1507130732'),(25,1,'nav_menu_recently_edited','90'),(26,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(27,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(42,1,'wp_media_library_mode','list'),(43,1,'meta-box-order_page','a:3:{s:4:\"side\";s:23:\"submitdiv,pageparentdiv\";s:6:\"normal\";s:0:\"\";s:8:\"advanced\";s:58:\"myplugin_sectionid_frontpage2C,imageSliderPlugIn_sectionid\";}'),(44,1,'screen_layout_page','2'),(45,2,'nickname','adamgheli'),(46,2,'first_name','Adam'),(47,2,'last_name','Gheli'),(48,2,'description',''),(49,2,'rich_editing','true'),(50,2,'comment_shortcuts','false'),(51,2,'admin_color','fresh'),(52,2,'use_ssl','0'),(53,2,'show_admin_bar_front','true'),(54,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(55,2,'wp_user_level','10'),(56,2,'dismissed_wp_pointers',''),(57,1,'closedpostboxes_dashboard','a:4:{i:0;s:19:\"dashboard_right_now\";i:1;s:18:\"dashboard_activity\";i:2;s:21:\"dashboard_quick_press\";i:3;s:17:\"dashboard_primary\";}'),(58,1,'metaboxhidden_dashboard','a:0:{}'),(59,1,'session_tokens','a:1:{s:64:\"02e137cd8925ada6529d2bd07e2c6da59b88eb5b45585c59fbf4eb12842e18a3\";a:4:{s:10:\"expiration\";i:1508446411;s:2:\"ip\";s:14:\"67.106.125.162\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1508273611;}}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) NOT NULL DEFAULT '', `user_pass` varchar(255) NOT NULL DEFAULT '', `user_nicename` varchar(50) NOT NULL DEFAULT '', `user_email` varchar(100) NOT NULL DEFAULT '', `user_url` varchar(100) NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'admin','$P$BYst0ysliu73LXSm/rIC22s3f00b4X1','admin','msheikh@waveinc.net','','2015-11-10 22:12:52','',0,'admin'),(2,'adamgheli','$P$BqaU1zbFkK0pyCQgV4DSr1iNzwcTWD0','adamgheli','adamg@waveinc.net','','2017-02-14 19:41:26','1487101288:$P$BKq7qGHDmQtEakC.euh1as19n/dV0g/',0,'Adam Gheli'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_02c457a_3' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2021-12-11 7:09:37